SemanticDiff hyperswitch
feat(storage_impl): split payment intent interface implementation
#1946
Merged

feat(storage_impl): split payment intent interface implementation #1946

lsampras merged 66 commits into main from split_payment_model
lsampras
lsampras refactor(kms): add newtype for kms
e4e88541
lsampras feat(config): add new type for password
db083730
lsampras refactor(kms): add new type for kms encrypted valeus
dc066404
lsampras chore(diesel): remove temp changes
a2d5857f
lsampras fix(config): disable kms as a default features
b3c76ace
lsampras fix(config): restore default values for secrets
3960f7c8
lsampras chore(lints): fix fmt lints
aa3b4f5c
lsampras fix(lints): fix clippy lint
478dbba2
lsampras fix(config): add defaults for secrets
220653bc
lsampras chore(kms): remove commented code
441863b0
lsampras chore(lints): fix fmt lints
c299bd35
lsampras feat(storage_impl): add a crate for diesel implementations
07bf661a
lsampras Merge remote-tracking branch 'origin/main' into add_store_crate
35bb1f42
lsampras chore(lints): fix fmt lints
5b58bb13
lsampras chore(lints): fix clippy lints
b098e65a
lsampras chore(lints): fix clippy lints
6dd227d9
lsampras chore(docs): update readme docs
1cbb1cd3
lsampras Merge branch 'main' into add_store_crate
d5e4ebaf
lsampras Merge branch 'add_store_crate' of github.com:juspay/hyperswitch into …
29ecabdd
lsampras fix(config): fix duplicate toml key
3f107d4f
lsampras Merge remote-tracking branch 'origin/main' into add_store_crate
9de50a82
lsampras chore(api_spec): add open api spec changes
ce48d79b
lsampras fix(ci): fix msrv checks
860d7c71
lsampras chore(storage): remove unused functions
8ce6116c
lsampras feat(redis): add redis structs in storage impls
a950ff9b
lsampras refactor(storage_impl): fix integration error
56e63c27
lsampras feat(storage_impls): add redis init & plumbing steps on store initial…
9446b511
lsampras refactor(storage): integrate store as an external dependancy
e0d95042
lsampras refactor(storage): add boilerplate for data models
47436279
lsampras Merge remote-tracking branch 'origin/main' into split_redis_structs
5aff551b
lsampras chore(lints): fix clippy lints
94a5275f
lsampras Merge branch 'split_redis_structs' into integrate_composite_store
a37962e1
lsampras fix(storage): fix integration errors
b8d05f02
lsampras chore(storage): use strong secret for encryption key
ef6b0935
lsampras Merge branch 'split_redis_structs' into integrate_composite_store
8de8ca75
lsampras Merge remote-tracking branch 'origin/main' into integrate_composite_s…
25295ce5
lsampras chore(lints): remove redundant self imports
a6a95212
lsampras chore(lints): fix clippy lints
402a1651
lsampras chore(deps): remove unused router deps
06d5ec1a
lsampras chore(lints): fix CI lints
9489e097
lsampras Merge branch 'integrate_composite_store' into split_payment_model
3769e32c
lsampras refactor(storage_impl): split payment intent interface related constr…
0d7116f3
lsampras Merge remote-tracking branch 'origin/main' into split_payment_model
91c9d7cb
lsampras refactor(storage_impl): split payment intent interface for kv store
d35de31d
lsampras feat(payments_interface): add a common filter struct for fetching pay…
54d276ed
lsampras fix(intent interface): integrate payment intent interface
540ac876
lsampras lsampras assigned lsampras lsampras 1 year ago
lsampras fix(config): sort cargo deps for data_models
3f11f8e1
lsampras chore(lints): fix clippy lints
4a2c282d
lsampras fix(storage_impl): remove temporary error variant
0eef7b72
lsampras chore(typos): fix spell check typos
9fa6eb95
lsampras feat(storage_impl): add metrics for storage impls
6b70280d
lsampras lsampras added C-refactor
lsampras lsampras added A-payments
lsampras lsampras added S-waiting-on-review
lsampras chore(payment): remove commented module
dd57c2b0
lsampras chore(lints): fix clippy lints
7a6e6f9e
lsampras lsampras force pushed to 7a6e6f9e 1 year ago
lsampras chore(lints): fix fmt lints
7ed92d1d
lsampras Merge branch 'main' into split_payment_model
5ac376b3
lsampras lsampras marked this pull request as ready for review 1 year ago
lsampras lsampras requested a review 1 year ago
lsampras lsampras requested a review 1 year ago
lsampras lsampras requested a review from jarnura jarnura 1 year ago
lsampras lsampras requested a review from ashokkjag ashokkjag 1 year ago
lsampras lsampras requested a review 1 year ago
lsampras fix(storage_impl): replace mca filter to use datamodels instead
84627430
lsampras chore(lints): fix clippy lints
6b0839fc
lsampras Merge remote-tracking branch 'origin/main' into split_payment_model
accb8216
lsampras fix(config): update replica creds to work on local systems
1ef8b0b7
lsampras Merge remote-tracking branch 'origin/main' into split_payment_model
24fbf64b
lsampras chore(lints): fix import lints
269652aa
lsampras lsampras requested a review 1 year ago
lsampras Merge branch 'main' into split_payment_model
813419f5
lsampras chore(lints): fix fmt litns
333317f1
SanchithHegde
SanchithHegde commented on 2023-08-20
SanchithHegde SanchithHegde removed S-waiting-on-review
SanchithHegde SanchithHegde added S-waiting-on-author
lsampras docs(data_models): add readme
e52b6d94
lsampras Update crates/router/src/core/errors/utils.rs
f21e2d68
SanchithHegde
SanchithHegde dismissed these changes on 2023-08-21
lsampras chore(lints): fix fmt lints
64e6cf64
lsampras lsampras dismissed their stale review via 64e6cf64 1 year ago
SanchithHegde
SanchithHegde approved these changes on 2023-08-21
SanchithHegde SanchithHegde removed S-waiting-on-author
SanchithHegde SanchithHegde added S-waiting-on-review
ashokkjag
ashokkjag approved these changes on 2023-08-21
lsampras lsampras merged 88d65a62 into main 1 year ago
lsampras lsampras deleted the split_payment_model branch 1 year ago
SanchithHegde SanchithHegde removed S-waiting-on-review

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone