Commit Graph

21 Commits

Author SHA1 Message Date
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
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
afeffeefad chore: update import statements from beckn to beckn-one in beckn-onix 2025-09-15 22:58:23 +05:30
shreyvishal
7a0a78d43d Added: Bug Fixes 2025-06-25 16:30:47 +05:30
shreyvishal
c59db0c9d6 Revert "bug fixes" 2025-06-25 15:39:06 +05:30
shreyvishal
789fda2666 bug fixes 2025-06-23 06:55:54 +00:00
MohitKatare-protean
ec62a3242b resolved reqpreprocessing review comments
1. added logs for contextKey parsing and unmarshaling yml file.
2. resolved router test case issue.
2. resolved logger test case issues.
2025-04-06 17:09:59 +05:30
MohitKatare-protean
f3a3b5230f fixes as per the review comments 2025-04-04 16:12:37 +05:30
MohitKatare-protean
251457480e Resolved router test cases 2025-04-04 12:04:45 +05:30
MohitKatare-protean
450f13cf34 updated code as per the review comments 2025-04-01 12:31:43 +05:30
MohitKatare-protean
2fe39a2c0a resolved linting issues 2025-03-31 23:16:26 +05:30
MohitKatare-protean
bbb1dbc843 Update on the review comments 2025-03-31 22:40:59 +05:30
MohitKatare-protean
f0e39e34e7 updated as per the review comments 2025-03-30 19:13:02 +05:30
MohitKatare-protean
244a7be7c1 temporary removed camelcase files for renaming 2025-03-30 16:45:50 +05:30
tanyamadaan
a549323dd5 yaml format changes 2025-03-28 17:01:47 +05:30
tanyamadaan
dff7a5abb3 Changes as per integration testing 2025-03-28 12:20:08 +05:30
tanyamadaan
a9ffe29a6e updated router 2025-03-27 11:28:45 +05:30
tanyamadaan
afcd17c125 Handling forward routing rules using routing plugin 2025-03-21 23:19:01 +05:30
tanyamadaan
fb1e948616 Removed debug logs 2025-03-20 13:42:32 +05:30
tanyamadaan
0e22016a26 New test cases added 2025-03-20 13:37:55 +05:30
tanyamadaan
8cd3c80ced Router plugin 2025-03-19 22:48:50 +05:30