feat(satp-hermes): add adapter layer#4097
Merged
RafaelAPB merged 1 commit intohyperledger-cacti:mainfrom Feb 26, 2026
Merged
Conversation
examples/cactus-common-example-server/src/main/typescript/routing-interface/routes/index.ts
Fixed
Show fixed
Hide fixed
examples/cactus-common-example-server/src/main/typescript/routing-interface/routes/index.ts
Fixed
Show fixed
Hide fixed
packages/cactus-plugin-satp-hermes/src/test/typescript/adapter-test-server.ts
Fixed
Show fixed
Hide fixed
packages/cactus-plugin-satp-hermes/src/test/typescript/adapter-test-server.ts
Dismissed
Show dismissed
Hide dismissed
f3bd8d0 to
6d241d0
Compare
6d241d0 to
4b4d2b0
Compare
packages/cactus-plugin-satp-hermes/src/test/typescript/adapter-test-server.ts
Dismissed
Show dismissed
Hide dismissed
df89206 to
bfa22a8
Compare
bfa22a8 to
8743e3b
Compare
LordKubaya
requested changes
Feb 2, 2026
Contributor
LordKubaya
left a comment
There was a problem hiding this comment.
Please write the PR description.
packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-handlers/stage1-handler.ts
Outdated
Show resolved
Hide resolved
packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-handlers/stage0-handler.ts
Outdated
Show resolved
Hide resolved
packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-handlers/stage2-handler.ts
Outdated
Show resolved
Hide resolved
packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-handlers/stage3-handler.ts
Outdated
Show resolved
Hide resolved
...c/main/typescript/services/validation/config-validating-functions/validate-adapter-config.ts
Show resolved
Hide resolved
91b3287 to
52a9c12
Compare
5d761d3 to
6259e00
Compare
packages/cactus-plugin-satp-hermes/src/examples/adapter-demo/docker-adapter-test.mk
Show resolved
Hide resolved
6259e00 to
c6a1d7e
Compare
AndreAugusto11
approved these changes
Feb 6, 2026
Member
AndreAugusto11
left a comment
There was a problem hiding this comment.
Thanks @RafaelAPB, amazing additions!!
Contributor
|
Please rebase to merge this branch. |
Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> Co-authored-by: Rafael Belchior <rafael.belchior@omnumi.io> ci(satp-hermes): update satp hermes Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix: enhance code robustness cactus common fix: expect escapeHtml to be string add checks to satp adapter test server Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix: fix examples build Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix(satp-hermes): centralize database config Adds enhanced timeout config to knex by: - Create db-config.ts - Add WAL mode and busy_timeout to SQLite configs to prevent SQLITE_BUSY errors - Configure connection pool settings (min/max, acquire/create/destroy timeouts) - Update knexfile.ts and knexfile-remote.ts to use centralized config - Add createEnhancedTimeoutConfig to Docker tests for PostgreSQL databases - Re-export database config utilities from test-utils.ts Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix(satp-hermes): fix package.json Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix: update dev container CI is failing due to expired GPG keys for Yarn The devcontainer feature is trying to install Yarn via APT but the repository signature is invalid. Using Corepack instead Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> chore: add satp reports to ignore Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> test(satp-hermes): fix tests Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> chore(satp-hermes): improve debugging Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> fix(satp-hermes): incorporate feedback Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> chore(satp-hermes): update diagram generation Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt> ci: improve cleanup Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt>
c6a1d7e to
e3abf6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Requirements
upstream/mainbranch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-sflag when usinggit commitcommand. You may refer to this link for more information.Character Limit
A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.
Summary:
SATP Hermes adapter layer, API3 updates
Features:
-Add SATP Hermes adapter layer with webhook flows, configuration validation, and new adapter-focused tests.
-Expand SATP Hermes docs and diagrams, update bundled OpenAPI specs, and refresh example configs.
-Centralize database configuration and apply package/test updates across the repo.