Commit Graph

208 Commits

Author SHA1 Message Date
MohitKatare-protean
0eb0cc572f fixed linting issue for not checked 2025-05-20 12:12:36 +05:30
MohitKatare-protean
019b526b6f Resolved linting issues 2025-05-20 12:10:58 +05:30
MohitKatare-protean
63e1bc44d9 added test cases for keymanager and plugin 2025-05-20 12:01:14 +05:30
MohitKatare-protean
0101fe80c5 Initial commit for the keymanager plugin 2025-05-16 18:06:12 +05:30
Atharva Zade
04ba311628 Comment Resolve Redis Plugin 2025-05-14 17:00:37 +05:30
MohitKatare-protean
20883902fb Resolved review comments 2025-05-14 16:11:28 +05:30
Atharva Zade
1b79156693 Initial Commit of Redis Plugin with Unit Test cases 2025-05-13 16:47:34 +05:30
Atharva Zade
21e823b955 Initial Commit of Redis Plugin with Unit Test cases 2025-05-13 15:39:31 +05:30
Atharva Zade
afd157d123 Initial Commit of Redis Plugin with Unit Test cases 2025-05-13 14:59:19 +05:30
Atharva Zade
ec69ecd50d Initial Commit of Redis Plugin with Unit Test cases 2025-05-13 14:47:01 +05:30
Atharva Zade
7d613ed495 Initial commit for Cache Plugin 2025-05-13 13:01:09 +05:30
MohitKatare-protean
ed32b57a80 fixed linting issues 2025-05-13 12:33:32 +05:30
MohitKatare-protean
e5cccc30f8 Resolved PR Review comments 2025-05-13 12:30:34 +05:30
MohitKatare-protean
2e0b5834d7 added updated test case for the publisher implementation 2025-05-06 12:08:56 +05:30
MohitKatare-protean
72f8be52fa added test case 2025-05-06 10:29:23 +05:30
AshwiniK-protean
c29f98cdad Deleted unnecessary folder and its files 2025-04-30 12:07:59 +05:30
AshwiniK-protean
a5ab4caf5f remove the extra fields from Context struct 2025-04-30 11:53:22 +05:30
MohitKatare-protean
ae98cc992f Publisher plugin implementation 2025-04-29 15:45:26 +05:30
AshwiniK-protean
9e33cde649 removed shemas and plugin.yaml file 2025-04-29 11:46:05 +05:30
AshwiniK-protean
13eb6f945f removed camelcase folder 2025-04-29 11:33:16 +05:30
AshwiniK-protean
a209df9c8f resolved pr comments 2025-04-29 10:58:28 +05:30
AshwiniK-protean
a939d7d8ae add errors for context in schemavalidato.go 2025-04-24 10:37:47 +05:30
AshwiniK-protean
d5467e8bf0 solve schema validation conflicts 2025-04-23 18:28:47 +05:30
AshwiniK-protean
914d6f47f2 add error statement for context 2025-04-23 18:06:19 +05:30
Tanya Madaan
c0a54bf122 Merge pull request #455 from MayurWitsLab/fix/schema_domain
feat: added contextKeys in reqpreprocessor and domain in schema error
2025-04-11 18:05:21 +05:30
rupinder-syngh
4deb643771 Merge pull request #449 from rupinder-syngh/feat/manager-test
Added test cases for manager.go
2025-04-11 15:21:37 +05:30
mayur.popli
37a72d79a3 fix: context keys test case 2025-04-11 15:13:29 +05:30
rupinder-syngh
36848cbd40 fix: error msg change, t.helper 2025-04-11 13:37:55 +05:30
mayur.popli
949a8d47c3 fix: linting errors 2025-04-11 11:35:48 +05:30
rupinder-syngh
037fc02909 fix: added validatecfg check, errorf to fatalf, enhaced test cases 2025-04-10 17:29:51 +05:30
mayur.popli
bd3a836bdb feat: added contextKeys and domain in schema error 2025-04-10 15:30:02 +05:30
MohitKatare-protean
5432e94d6c response.go change for log debug 2025-04-09 19:27:03 +05:30
MohitKatare-protean
eeaa857963 resolved linting issue 2025-04-09 08:26:45 +05:30
MohitKatare-protean
cfdf589f43 Resolved linitng issue 2025-04-09 08:25:05 +05:30
MohitKatare-protean
da93ca2326 Merge branch 'beckn-onix-v1.0-develop' of https://github.com/beckn/beckn-onix into feature/contex_id 2025-04-09 08:22:56 +05:30
MohitKatare-protean
e50dd96a34 Update reqpreprocessor.go 2025-04-09 08:21:32 +05:30
MohitKatare-protean
0f9ca0cd62 resolved linting issue 2025-04-08 16:35:50 +05:30
rupinder-syngh
2b850f8bb7 fix: test cases enhancement 2025-04-08 15:40:14 +05:30
MohitKatare-protean
c70ff10843 update on the review comments
1. change ContextKeyModelId to ContextKeyModuleId
2. added ContextKeyTxnId to the constants.
2025-04-08 15:05:07 +05:30
rupinder-syngh
720f46b15c fix: linting fixes 2025-04-08 12:09:10 +05:30
rupinder-syngh
d1377583ec fix: closer function change 2025-04-07 17:37:41 +05:30
rupinder-syngh
4d86a94b3b fix: manager closer change 2025-04-07 14:51:39 +05:30
Mayur
c49ae7bdea Merge pull request #450 from MayurWitsLab/fix/module_name
ft: module_name wrapper middleware
2025-04-07 13:11:31 +05:30
rupinder-syngh
791eab5198 fix: test change 2025-04-07 09:00:12 +05:30
rupinder-syngh
c2f215b744 fix: enhanced test cases, removed so file 2025-04-07 08:55:24 +05:30
rupinder-syngh
5ca64dfa36 fix: added dummy so file 2025-04-06 17:18:44 +05:30
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
rupinder-syngh
59c35702cb fix: test cases change 2025-04-04 19:53:27 +05:30
rupinder-syngh
4d6da32a97 fix: linting issues fix 2025-04-04 17:51:53 +05:30
rupinder-syngh
a5bf6155c6 fix: linting issues fix 2025-04-04 17:43:16 +05:30