Commit Graph

14878 Commits

Author SHA1 Message Date
simonredfern
41a1506a66 Adding challengePurpose, challengeContextHash and
challengeContextStructure
2026-01-22 07:39:19 +01:00
simonredfern
3a77043bfc docfix: Dynamic Linking glossary item. 2026-01-22 07:39:19 +01:00
simonredfern
0e9a69dfe6 docfix: hasPersonalEntity flag note 2026-01-22 07:39:19 +01:00
simonredfern
18d1884703 Docfix: Added note about hasPersonalEntity in Dynamic Entity glossary
item.
2026-01-22 07:39:18 +01:00
simonredfern
a9f42f905f Tagging Message Doc related endpoints. 2026-01-22 07:39:18 +01:00
simonredfern
5f7bbc3e5f ABAC Error message codes 2026-01-22 07:39:18 +01:00
Simon Redfern
8fcc4ec04b
Merge pull request #2663 from hongwei1/refactor/renameUserNotLoggedIn
refactor/rename UserNotLoggedIn to AuthenticatedUserIsRequired
2026-01-21 16:11:40 +01:00
hongwei
3b467129fb refactor/rename UserNotLoggedIn to AuthenticatedUserIsRequired 2026-01-21 15:11:04 +01:00
Simon Redfern
9ce6cb4164
Merge pull request #2660 from hongwei1/developPom
refactor/reduce the maven build time
2026-01-21 13:10:10 +01:00
Simon Redfern
88f93a3221
Merge pull request #2661 from OpenBankProject/mssql_oidc_script
add minimal ms sql create oidc view script
2026-01-20 12:50:46 +01:00
karmaking
9ec0bb3723 add minimal ms sql create oidc view script 2026-01-19 15:55:31 +01:00
hongwei
4ffd9474df refactor/build: Reduce memory allocation for tests and remove parallel execution settings 2026-01-16 12:23:21 +01:00
hongwei
58a9c0b834 refactor/build: Simplify Scala plugin configs and adjust JVM arguments 2026-01-16 12:21:09 +01:00
karmaking
57f9f30a44 add Github actions conditionals 2026-01-15 11:45:30 +01:00
Simon Redfern
efb2d6e7b4
Merge pull request #2658 from simonredfern/develop
Various New Features
2026-01-15 10:46:23 +01:00
simonredfern
c40e033e77 Merge remote-tracking branch 'origin/develop' into develop
Fixed following

# Conflicts:
#	.github/workflows/build_container_develop_branch.yml
#	.github/workflows/build_container_non_develop_branch.yml
#	.github/workflows/build_pull_request.yml
2026-01-15 10:43:32 +01:00
simonredfern
f5dd612088 Merge upstream/develop into develop after conflict resolution 2026-01-14 16:21:47 +01:00
karmaking
3a264ed326 fix Github Action 2026-01-14 14:44:19 +01:00
simonredfern
439423fc4d Adding SuperAdmin Entitlement 2 2026-01-14 14:08:15 +01:00
simonredfern
423c0c17bd JKS endpoint tagged OAuth and OIDC 2 adding tags - and adding SuperAdmin Entitlement 2026-01-14 13:44:02 +01:00
simonredfern
ae599cef45 JKS endpoint tagged OAuth and OIDC 2026-01-14 13:30:33 +01:00
simonredfern
9eb9843066 Execute Policy endpoint 2026-01-14 09:55:02 +01:00
simonredfern
f95e8b8645 ABAC Policy instead of tag 2026-01-14 09:32:23 +01:00
simonredfern
d95189e36f Aligning ABAC examples with actual field names 2026-01-13 19:07:23 +01:00
simonredfern
9576a5ccc7 Feature: ABAC has entitlements for auth user and obo user 2026-01-13 17:27:10 +01:00
simonredfern
63b46b77f2 Docfix: Fewer ABA examples part 2 2026-01-13 17:27:10 +01:00
simonredfern
09e8c6c48f Docfix: Fewer ABA examples part 1 2026-01-13 17:27:10 +01:00
simonredfern
8698c8c0b5 Changed role name to canGetSystemConnectorMethodNames 2026-01-13 17:27:10 +01:00
simonredfern
4fe6775029 CanGetMethodRoutingNames 2026-01-13 17:27:10 +01:00
simonredfern
17f9677f1d flushall_build_and_run only liftweb run once again 2026-01-13 17:27:10 +01:00
hongwei
b9ca1591f4 test/fixed failed tests 2026-01-13 17:27:10 +01:00
simonredfern
e5dd7c4481 flushall build and run runs http4s as well 2026-01-13 17:27:10 +01:00
hongwei
886bbf04f6 refactor/code clean 2026-01-13 17:27:10 +01:00
hongwei
9e6cc0fb87 docfix/tweaked the default port for http4s 2026-01-13 17:27:10 +01:00
karmaking
bb8af5059d fix restore build pipeline 2026-01-13 17:27:10 +01:00
hongwei
2ab1f4ff3e test/ApiVersionUtilsTest: Update expected version count to 25 2026-01-13 17:26:49 +01:00
hongwei
46bf0ddcfe docfix/Update .gitignore to exclude .trae files 2026-01-13 17:26:49 +01:00
hongwei
f816f230b5 feature/Enhance resource docs handling for v7.0.0
- Update `getResourceDocsList` to include v7.0.0 in `ResourceDocsAPIMethods`
- Modify `Http4s700` to utilize centralized `ResourceDocs140` for fetching resource docs
- Simplify resource docs filtering logic for v7.0.0 with tailored handling
2026-01-13 17:26:49 +01:00
hongwei
4a0eded98c refactor/Http4sServer: Update default http4s.port from 8181 to 8086 2026-01-13 16:38:23 +01:00
hongwei
da29c29c40 feature/Support API version 7.0.0
- Add `v7_0_0` to supported API versions in `ApiVersionUtils`
- Update `Http4s700` to return pre-defined resource docs instead of scanning for version 7.0.0
2026-01-13 16:38:23 +01:00
hongwei
ad7b6fe357 refactor(Http4sServer): Reorder service initialization and improve comments 2026-01-13 16:38:23 +01:00
hongwei
7c9095f0aa feature/Get resource docs endpoint for v7.0.0
- Introduce `getResourceDocsObpV700` to handle resource docs retrieval for API version 7.0.0
- Add `getResourceDocsList` helper function for fetching version-specific resource docs
- Update `allRoutes` to include the new endpoint
- Modify imports to include necessary utilities and remove unused references
2026-01-13 16:38:23 +01:00
hongwei
d32947ba06 refactor/Introduce http4s routes for v7.0.0 and update API resource docs
- Add `Http4sEndpoint` type alias and `http4sPartialFunction` in APIUtil for handling http4s routes
- Refactor Http4s700 to define routes as standalone functions (e.g., `root`, `getBanks`) within Implementations7_0_0 object
- Attach resource documentation to each route for better maintainability
- Create a unified `allRoutes` combining v7.0.0 route handlers
- Update imports and clean up unused references
2026-01-13 16:38:23 +01:00
Simon Redfern
f10a070a07
Merge pull request #2652 from constantine2nd/develop
Warnings, webui prop
2026-01-13 12:11:46 +01:00
Marko Milić
346cefcc90 Revert "feature/Remove Sign Up flow from legacy portal"
This reverts commit 233af77b75.
2026-01-13 12:08:13 +01:00
Marko Milić
8c3f2e2671 Merge remote-tracking branch 'upstream/develop' into develop 2026-01-13 09:02:12 +01:00
Simon Redfern
5d0ed75231
Merge pull request #2657 from hongwei1/develop
feature/update the run_all_test script
2026-01-09 18:35:50 +01:00
hongwei
3c9ecdfbfa refactor/(pom.xml): increase Scala compiler JVM memory allocation
- Increase initial heap size from 1G to 4G (-Xms)
- Increase maximum heap size from 3G to 12G (-Xmx)
- Increase metaspace size from 1G to 4G (-XX:MaxMetaspaceSize)
- Improve compilation performance and reduce out-of-memory errors during large-scale builds
2026-01-09 14:40:18 +01:00
hongwei
8b39edb618 refactor/(run_all_tests.sh): fix grep pattern quoting for consistency
- Change double quotes to single quotes in grep regex pattern
- Improve shell script best practices for pattern matching
- Ensure consistent quoting style with grep -E flag usage
2026-01-09 14:29:16 +01:00
hongwei
e9f1ea2167 refactor/(run_all_tests.sh): enhance port management and add timeout support
- Make script executable by updating file permissions
- Remove global `set -e` to prevent grep failures and handle errors explicitly
- Add `--timeout=<minutes>` command line argument for test execution timeout
- Enhance command line argument parsing to support multiple arguments via case statement
- Improve port availability checking with fallback to alternative ports
- Add `find_available_port()` function to search for available ports in range
- Implement dynamic port configuration when primary port is unavailable
- Add error handling with `2>/dev/null` redirects to grep commands in summary generation
- Improve stale process cleanup with safer command substitution
- Add timeout variable initialization for future timeout implementation
- Enhance logging messages with variable port numbers instead of hardcoded values
- Improve robustness of port killing and verification logic with explicit checks
2026-01-09 14:02:24 +01:00