Commit Graph

54 Commits

Author SHA1 Message Date
rupinder-syngh
5a5285777c fix: test cases change 2025-04-04 17:36:34 +05:30
rupinder-syngh
a6714d848c fix: Test cases changes 2025-04-04 17:21:42 +05:30
rupinder-syngh
5df3894da3 fix: Test cases changes 2025-04-04 16:56:50 +05:30
rupinder-syngh
d0f34f8a12 fix: Test cases changes 2025-04-04 16:49:20 +05:30
rupinder-syngh
9255a0073f fix: added plugin interface 2025-04-04 15:12:00 +05:30
rupinder-syngh
6c61edc9cb fix: mock struct change 2025-04-04 09:07:59 +05:30
rupinder-syngh
94419beaef fix: Test case 2025-04-03 19:32:30 +05:30
rupinder-syngh
5887e598e5 feat: Implement Manager.go test 2025-04-03 15:31:09 +05:30
mayur.popli
522a5c07a2 error in publisher 2025-04-02 17:03:00 +05:30
MohitKatare-protean
1b97457cc9 Merge pull request #438 from beckn/feature/core
added updated code for core wiring
2025-04-01 20:25:06 +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
rupinder-syngh
f41e41266a feat: privatekey method change (#442) 2025-03-31 22:38:36 +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
MohitKatare-protean
9bfb65079e Update on review comments
1. changed implementations from camelcase to lowercase
2. added removed initSteps.
3. updated rout struct for model.go
2025-03-29 16:08:28 +05:30
MohitKatare-protean
98c04b1f9f Resolved linting issue 2025-03-28 22:50:27 +05:30
MohitKatare-protean
7055c1c0d8 updated code.
1. Resolved merge conflicts.
2. Resolved go linting issues.
2025-03-28 22:45:58 +05:30
MohitKatare-protean
87bc86e1d6 Merge branch 'beckn-onix-v1.0-develop' of https://github.com/beckn/beckn-onix into feature/core 2025-03-28 22:18:39 +05:30
tanyamadaan
c931ed3ca0 Resolving merge conflicts 2025-03-28 17:04:35 +05:30
tanyamadaan
a549323dd5 yaml format changes 2025-03-28 17:01:47 +05:30
mayur.popli
9f79262894 fix: resolved comments 2025-03-28 16:14:06 +05:30
mayur.popli
ead2211960 fix: resolved comments 2025-03-28 16:09:31 +05:30
mayur.popli
0464415aee fix: resolved comments and rebased 2025-03-28 14:04:52 +05:30
tanyamadaan
dff7a5abb3 Changes as per integration testing 2025-03-28 12:20:08 +05:30
tanyamadaan
086375e063 Resolving merge conflicts 2025-03-27 17:28:39 +05:30
tanyamadaan
f36da03586 Resolving merge conflicts 2025-03-27 17:25:00 +05:30
tanyamadaan
a9ffe29a6e updated router 2025-03-27 11:28:45 +05:30
mayur.popli
523cd077c4 fix: plugin test case 2025-03-27 08:30:27 +05:30
mayur.popli
4a7e9d7b4f fix: resolved comments 2025-03-26 12:31:17 +05:30
mayur.popli
1c9a7ae595 fix: resolved comments 2025-03-26 12:29:16 +05:30
mayur.popli
77ff194386 fix: resolved comments 2025-03-26 12:05:58 +05:30
MohitKatare-protean
ec558558c5 added updated code for core wiring
1. Removed tracing
2. Skipped Registration
2025-03-25 21:06:34 +05:30
tanyamadaan
9f921949d1 Reverting to resolve merge conflicts 2025-03-25 16:21:04 +05:30
mayur.popli
81a82df6f9 fix: reqstruct 2025-03-24 09:24:14 +05:30
mayur.popli
faa1241e6d fix: reqpreprocessor 2025-03-24 02:35:05 +05:30
tanyamadaan
671d0b614b test case fixed 2025-03-22 00:13:43 +05:30
tanyamadaan
fe1ffa356c small fixes 2025-03-22 00:05:08 +05:30
tanyamadaan
a5e0c0ca19 Removed unused files 2025-03-21 23:48:04 +05:30
tanyamadaan
96c8eec809 Changes to plugin manager 2025-03-21 23:45:08 +05:30
tanyamadaan
423adb4e00 resolving merge conflicts 2025-03-21 23:32:49 +05:30
tanyamadaan
afcd17c125 Handling forward routing rules using routing plugin 2025-03-21 23:19:01 +05:30
rupinder-syngh
c5bfd0a122 feat: decryption plugin (#430)
* feat: Implemented decryption plugin

* fix: Removed interface test file

* fix: Test case

* fix: Test case for plugin

* fix: test case change

* fix: resolved pr comments

* fix: resolved pr comments

* fix: removed mock dcrypter

* fix: formatting

* fix: removed config, close function, enhanced test cases

* fix: test cases enhancement, formatting
2025-03-21 19:23:40 +05:30
rupinder-syngh
d6ba0edb27 feat: encryption plugin (#429)
* feat: Implement encryption plugin.

* fix: Removed interface test file

* fix: Test case changes

* fix: Test case for encryption

* fix: formatting changes

* fix: lint change

* fix: shared renamed to pkg

* fix: shared rename to pkg

* fix: resolved pr comments

* fix: indentation, formatting

* fix: removed config, ctx check, test enhancements

* fix: removed close function

* fix: remove config and enhance test cases

* fix: formatting changes, test case enhancement
2025-03-21 17:18:51 +05:30
rupinder-syngh
6b8d902b83 fix: formatting changes 2025-03-21 10:37:21 +05:30
rupinder-syngh
17152a9d16 fix: Remove implementation 2025-03-20 18:28:02 +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
rupinder-syngh
a606d385f4 fix: shared renamed to pkg, formatting changes 2025-03-20 11:33:20 +05:30