Skip to content

Changes

Started 12 days ago
Took 8.9 sec on built-in

Summary

  1. #527 - Add per-subscription condition to filter outbound webhook events (#529) (commit: bdee2b3) (details)
  2. #525 - Inbound webhook: set process user and forward URL query params  (#526) (commit: a6deacd) (details)
  3. feat(models): presigned (iDempiere-signed) download link for record archives (#512) (commit: 719e709) (details)
Commit bdee2b36bbf27f83bf1859e08c65b7fc31ca692d by noreply
#527 - Add per-subscription condition to filter outbound webhook events (#529)
(commit: bdee2b3)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/model/I_REST_Webhook_Out_Event.java
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/webhook/WebhookEventHandler.java
The file was addedcom.trekglobal.idempiere.rest.api.test/src/com/trekglobal/idempiere/rest/api/webhook/test/WebhookOutConditionTest.java
The file was addedcom.trekglobal.idempiere.rest.api/META-INF/2Pack_1.0.21.zip
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/model/MRestWebhookOutEvent.java
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/model/X_REST_Webhook_Out_Event.java
Commit a6deacd90b7e1a4973261476b8c3f5631dc383d2 by noreply
#525 - Inbound webhook: set process user and forward URL query params  (#526)

* #525 - Set #AD_User_ID in Env context before running the inbound webhook process

* #525 - Forward inbound webhook URL query params to the target process
(commit: a6deacd)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/impl/WebhookInboundResourceImpl.java
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/webhook/WebhookInboundHandler.java
Commit 719e70904dbf40be81792501862f9bd24c0fe4ac by noreply
feat(models): presigned (iDempiere-signed) download link for record archives (#512)

* feat(models): presigned (iDempiere-signed) download link for record archives  #509

* Address CodeRabbit review on presigned archive URL feature

- Add minimum: 0 constraint to expiresInSeconds in OpenAPI YAML (models + views)
- Use toInstant().toString() for ISO 8601 date format in archive entry response
- Add Z suffix to Postman timestamp equality filter example for consistency

* fix(openapi): align archives.created to ISO 8601 date-time format
(commit: 719e709)
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/ModelResource.java
The file was modifiedcom.trekglobal.idempiere.rest.api/openapi/idempiere-rest.yml
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/impl/ViewResourceImpl.java
The file was modifiedcom.trekglobal.idempiere.rest.api/postman/trekglobal-idempiere-rest.postman_collection.json
The file was modifiedcom.trekglobal.idempiere.rest.api/src/com/trekglobal/idempiere/rest/api/v1/resource/impl/ModelResourceImpl.java