Commit Graph

565 Commits

Author SHA1 Message Date
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
Mayuresh Nirhali
29d5ff75a3 Merge branch 'main' of github.com:beckn/beckn-onix into main 2025-09-02 21:17:00 +05:30
Mayuresh Nirhali
14cbf983ed Issue 507 fix, cleanup 2025-09-02 21:16:35 +05:30
Mayuresh Nirhali
4b1afb11de fix for issue 506 2025-09-02 18:06:02 +05:30
Mayuresh A Nirhali
66d5b3cfe0 Create README.md
Added readme for plugin framework.
2025-08-26 22:30:44 +05:30
Mayuresh A Nirhali
86bf3a5e97 Update README.md
Added table of contributors.
2025-08-26 22:09:59 +05:30
Mayuresh A Nirhali
7e50d33787 Update README.md
Fixed link to old main branch.
2025-08-25 22:34:44 +05:30
Mayuresh A Nirhali
4c93035f49 Update README.md
Added link to older main branch.
2025-08-25 22:34:02 +05:30
AbhijeetONDC
1f64cbe0ff Merge pull request #501 from MayurWitsLab/beckn-onix-v1.0-develop
Beckn onix v1.0 develop
2025-08-25 16:04:15 +05:30
Mayur
155de842ae Merge pull request #7 from MayurWitsLab/fix/minimum_setup_process
fix: move setup.sh
2025-08-25 16:01:01 +05:30
mayur.popli
08949a0073 fix: move setup.sh 2025-08-25 15:56:00 +05:30
Mayur
9b037fb24f Merge pull request #6 from MayurWitsLab/fix/minimum_setup_process
Fix/minimum setup process
2025-08-25 15:52:38 +05:30
mayur.popli
404b20f071 fix: move setup.sh 2025-08-25 15:52:15 +05:30
mayur.popli
6c194670ef fix: move setup.sh 2025-08-25 15:45:56 +05:30
Mayuresh Nirhali
999727c1a1 Merge branch 'beckn-onix-v1.0-develop' of github.com:beckn/beckn-onix into beckn-onix-v1.0-develop 2025-08-23 16:23:26 +05:30
Mayuresh Nirhali
7c2b58138a Minor change to new README 2025-08-23 16:18:47 +05:30
mayur.popli
593089fec2 fix: minimum step process 2025-08-22 18:16:51 +05:30
AbhijeetONDC
84d4ad4d11 Merge pull request #499 from MayurWitsLab/beckn-onix-v1.0-develop
Beckn onix v1.0 develop
2025-08-21 14:23:14 +05:30
Mayur
41b511aa4b Merge pull request #5 from MayurWitsLab/fix/setup_process
fix: folder structure for new intaller
2025-08-21 14:22:31 +05:30
mayur.popli
72dece0140 fix: folder structure for new intaller 2025-08-21 14:20:28 +05:30
AbhijeetONDC
937e9f2bcc Merge pull request #498 from MayurWitsLab/beckn-onix-v1.0-develop
Beckn onix v1.0 develop
2025-08-21 14:19:34 +05:30
Mayur
3834b2c839 Merge pull request #4 from MayurWitsLab/fix/setup_process
fix: setup flow
2025-08-21 07:19:39 +05:30