Commit Graph

586 Commits

Author SHA1 Message Date
ameersohel45
ba94a7cb3c fix(install): Correct local Docker setup and uninstall scripts 2025-10-15 18:08:38 +05:30
ameersohel45
261822c935 Issue 535 - merge docker compose file and update docs 2025-10-15 15:10:06 +05:30
Mayuresh A Nirhali
11e7047cb2 Merge pull request #534 from Beckn-One/533-dockerfixes
Issue 533 - Add new Dockerfile to build adapter and plugins together and include the same in quick steps.
2025-10-14 22:24:34 +05:30
ameersohel45
e569cd670c Updated local setup instruction in readme and setup.md files 2025-10-14 16:42:23 +05:30
ameersohel45
4974c6a465 Issue 533 - Add new Dockerfile to build adapter and plugins together 2025-10-14 13:10:33 +05:30
Mayuresh Nirhali
869b3985d6 Merge branch 'main' of github.com:beckn-one/beckn-onix into main 2025-10-11 10:28:32 +05:30
Mayuresh Nirhali
21ba5ca07e #532 add a config guide to explain all parameters 2025-10-11 10:27:16 +05:30
Mayuresh A Nirhali
ac7ea9f61d Update README.md
added the missing instruction to quick start section.
2025-10-11 08:48:10 +05:30
Mayuresh A Nirhali
b6118b015e Merge pull request #529 from Beckn-One/527-DeDi-fixes
Issue 527 - Remove static record_name from DeDI plugin config to enable dynamic participant lookup
2025-10-11 08:00:10 +05:30
Mayuresh A Nirhali
2c1be9aab4 Merge pull request #531 from Beckn-One/530-docs-update
Issue 530 - docs: update SETUP.md and README.md with documentation improvements and updated local setup instructions
2025-10-11 07:57:19 +05:30
ameersohel45
55d81fed85 Issue 527 - feat: update DeDi registry plugin to handle new response structure 2025-10-11 00:41:52 +05:30
ameersohel45
08ea8bf10d Issue 530 - docs: update SETUP.md and README.md 2025-10-10 12:30:38 +05:30
ameersohel45
03ea297e51 Issue 527 - fix: remove static record_name from DeDI plugin config to support dynamic bap_id/bpp_id lookup 2025-10-08 12:33:46 +05:30
Mayuresh A Nirhali
64f5f550c0 Merge pull request #528 from Beckn-One/517-beckn-onix-script
Issue [ 526 ] -  Implement automatic key synchronization for ONIX adapter deployment and build plugin steps.
2025-10-08 06:23:27 +05:30
ameersohel45
8aa27ebe93 Add : validateSign to bapTxnReceiver 2025-10-07 23:37:22 +05:30
ameersohel45
ab5406f1df Issue 526 - fix : Implement automatic key sync for ONIX adapter deployment and add build plugin step. 2025-10-07 11:58:49 +05:30
Mayuresh A Nirhali
c1d452d3ee Merge pull request #525 from Beckn-One/517-beckn-onix-script
Issue [517] [518] Refactor beckn-onix.sh to skip BAP/BPP containers and remove Vault dependency in setup.sh
2025-09-28 16:38:28 +05:30
ameersohel45
291fa7ee13 Issue 518 - fix: update setup.sh for simplekeymanager plugin and remove vault dependency. 2025-09-27 21:58:03 +05:30
ameersohel45
9f0f254238 refactor: move Redis startup to ONIX adapter installation and remove bap and bpp docker content 2025-09-27 21:58:03 +05:30
ameersohel45
2e3a33027e refactor: remove bap-client, bap-network, bpp-client, bpp-network containers from beckn-onix script 2025-09-27 21:58:03 +05:30
Mayuresh A Nirhali
79a7914794 Merge pull request #523 from Beckn-One/523-performance-tuning
Issue [523] - feat: Add configurable HTTP connection pooling for the adapter service
2025-09-27 15:52:43 +05:30
ameersohel45
c49f2cf601 Add : unit test for newHTTPClient 2025-09-26 16:46:15 +05:30
ameersohel45
b825bc61f7 Issue 523 - config: add HTTP client performance tuning to all adapter configurations 2025-09-25 18:26:12 +05:30
ameersohel45
fc65e29590 Issue - 523 feat: Add configurable HTTP connection pooling for the adapter service 2025-09-25 16:37:13 +05:30
Mayuresh A Nirhali
ff6b907dee Merge pull request #520 from nirmalnr/feature/exclude_action
feat(router): add excludeAction option for URL routing for backward compatibility
2025-09-24 22:34:19 +05:30
Nirmal N R
e029ebe1f2 Unit tests for excludeAction
Added unit tests for the following:
- For target type URL:
    - ExcludeAction explicitly set true
    - ExcludeAction explicitly set to false
    - ExcludeAction omitted
- ExcludeAction when target type is BPP
- ExcludeAction when target type is BAP
- ExcludeAction when target type is Publisher
2025-09-24 12:16:20 +05:30
Anand Parthasarathy
8ab7ef06a9 Merge pull request #522 from Beckn-One/509-DeDI-registry-plugin
ISSUE [509] - feat: Add DeDi registry plugin implementation for lookup
2025-09-23 21:53:15 +05:30
ameersohel45
e9e8e70f78 review comment 2025-09-23 17:33:50 +05:30
ameersohel45
b385c18ee2 ISSUE 509 - feat: Add DeDi registry plugin implementation for lookup 2025-09-22 14:53:10 +05:30
Mayuresh A Nirhali
de98c115b8 Merge pull request #519 from Beckn-One/511-registry-as-plugin
[Issue 511] feat: Migrate registry client to a plugin

This is a breaking change and requires corresponding changes in downstream ONIX implementation and also the Config files.
2025-09-21 22:59:19 +05:30
Nirmal N R
c5edd7f572 feat(router): add excludeAction option for URL routing
- Add ExcludeAction field to target struct in routing configuration
- When excludeAction is true, skip appending action to URL path
- Provides flexibility for routing scenarios where action should not be part of URL path
- Maintains backward compatibility by defaulting to existing behavior

This change allows routing rules to be configured with excludeAction: true when the target URL should not have the action appended to its path.
2025-09-19 17:12:17 +05:30
ameersohel45
a84618d03f Issue 511 - Update: test case plugin and registry 2025-09-19 12:29:25 +05:30
Mayuresh Nirhali
78074c34b4 Issue 511 - Fix review comments 2025-09-18 22:43:04 +05:30
Mayuresh Nirhali
979763b5ec Issue 511 - Fix config names, config file indentation. 2025-09-17 22:50:02 +05:30
Mayuresh Nirhali
5bbd6f3a3c Issue 511 - tests and config file changes 2025-09-17 21:51:42 +05:30
Mayuresh Nirhali
cc552e865e Issue 511 - Initial commit part 2 2025-09-17 00:09:12 +05:30
Mayuresh Nirhali
54ae426807 Issue 511 - Initial commit 2025-09-17 00:06:44 +05:30
Mayuresh A Nirhali
783dd2178f Merge pull request #516 from Beckn-One/beckn-onix-local-setup
[Issue 515] Update imports from beckn to beckn-one in beckn-onix
2025-09-16 22:21:44 +05:30
ameersohel45
afeffeefad chore: update import statements from beckn to beckn-one in beckn-onix 2025-09-15 22:58:23 +05:30
Mayuresh A Nirhali
f534cf9966 Merge pull request #514 from Beckn-One/beckn-onix-local-setup
[Issue - 505] Beckn onix local setup

This change now allows beckn onix to be setup along with BAP/BPP registry and gateway on a local laptop/computer.
2025-09-15 19:52:18 +05:30
ameersohel45
cef960c622 Update BAPCaller gateway URL in docker installer (Fixes #505) 2025-09-15 17:46:21 +05:30
ameersohel45
0ad885552b Update: keyId in local-simple config file 2025-09-15 12:29:06 +05:30
ameersohel45
6eb35de168 Update local-simple config file 2025-09-15 11:56:32 +05:30
ameersohel45
81f969f4fa Add beckn_onix.sh, docker-compose, and local config files for setup 2025-09-15 11:29:56 +05:30
Mayuresh Nirhali
175b617e3e 513 - Add README to explain how to use schemavalidator plugin 2025-09-14 10:47:52 +05:30
Mayuresh A Nirhali
7460da6092 Merge pull request #512 from Beckn-One/503-simplekm
Feature 503 - Build a KeyManager Plugin to read keys from local
2025-09-14 10:13:01 +05:30
Mayuresh A Nirhali
d92c03c85d Update README.md
removed ref to pem keys.
2025-09-13 08:43:27 +05:30
Mayuresh Nirhali
e7abcbdbb7 Initial commit for Issue503 2025-09-13 08:11:32 +05:30
Mayuresh A Nirhali
9d6a1a70a6 Update SETUP.md
Fixed path to build-plugins.sh.
2025-09-09 21:25:49 +05:30
Mayuresh Nirhali
95fb40eded Issue 508 fix 2025-09-02 22:54:33 +05:30