hyperswitch
feat(customer_v2): Add customer V2 delete api
#5518
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
126
Changes
View On
GitHub
feat(customer_v2): Add customer V2 delete api
#5518
likhinbopanna
merged 126 commits into
main
from
5843-customer-v2-refactor-delete-customer
feature: add feature flagged domain model and diesel model
8943cf58
refactor: change order of mirations
8a5e7710
chore: create justfile for running commands for v1 and v2 migrations
311b59d6
add support for extra params in migration
ab327cd7
refactor: add feature flag and make code compile
fd9dd8e9
Merge branch 'main' into change_mercant_account_domain_model_v2
e8aa634c
chore: merge fixes
df9939e6
chore: cargo fmt
0488e984
chore: cargo c with merchant_account_v2 feature
03e43efc
chore: cargo clippy
0ac1bc13
refactor(core): added refactors for v2 customer api
05083b72
refactor(core): fixed unused imports and clippy warnings
a59af162
chore: include storage_impl in router
e35a94fb
refactor(customer): fixed ci checks
b36a2d06
refactor(customer):
17017de7
chore: add few more just commands
3466b431
chore: add comments to justfile
c26ef09f
refactor(customer): fixed ci check and multi lifetime issue
e02c3063
Merge branch 'main' of https://github.com/juspay/hyperswitch into 584…
c2e14317
chore: fmt
f6056661
refactor(customer): added new customer_v2 feature flag
42362f96
Refactor(customer): fixed compile issue on result
e6571c7e
ci: add support for compilation of code changes under v2 feature flag…
fe6d063c
Merge branch 'main' into change_mercant_account_domain_model_v2
16a447d2
Merge branch 'main' into change_mercant_account_domain_model_v2
230cd2e8
refactor(customer): added extra flags
462cc5f4
refactor(customer): removed oltp
fb6cbf4a
refactor(customer): resolved merge conflicts
245068e2
refactor: remove unwanted migrations
800edbc5
refactor(customer): merged merchant account v2 changes
3bb74603
chore: revert hsdev changes
47e10e35
chore: remove the -c option from jq
7ef542c8
chore: add print statement in ci
f404db56
chore: add debug statement
bfd20951
refactor: refactor script to increase readability
1dc54d6e
chore(ci-checks): simplify if conditions
844515e6
ci(CI-pr): try out Ubuntu 24.04 runners for running MSRV checks
1f3f9081
ci(CI-pr): try out Ubuntu 24.04 runners for running stable toolchain …
6d2cd994
chore: add v1 in default features for api models
6d5ae58c
chore: remove unused config file
a9d92ef6
refactor: add v1 feature to hyperswitch interfaces
7b5c2a25
chore: add feature flags to openapi
4115fe32
refactor(customer): added ci checks for customer
d69b15a1
ci: install latest release of `jq` from GitHub releases
d1ebdc4c
fix: migrations
290bab5d
Merge branch 'main' into change_mercant_account_domain_model_v2
128a79b4
chore: run formatter
74393e95
fix: merge fixes
b2ea69d2
refactor(customer): resolved merge conflicts
5b33db32
refactor(customer): fixed schema.rs file
1b7f0a35
refactor(customer): fixed schema.rs file
40fa6984
refactor(customer): fixed schema file
efca3595
refactor(customer): merged with merchant account v2 branch
9bc7976a
chore: exclude customer_v2 in ci check
17ab820d
chore: fixed ci check failures for payment intent
f9a30e70
chore: fixed just file for customer_v2 feature
46dc18c0
chore: fixed ci checks
b195937b
Merge branch 'main' into 5841-customer-v2-refactor-customer-create-en…
b5ebf561
chore: fixed merge conflicts
cf7e2aad
chore: fixed merge conflicts
052e5fc5
chore: fixed Ci apiv2 error
418dfb5f
chore: fixed ci check errors
696aaaf3
chore: fixed ci checks
3ef9915a
chore: fixed ci check failures
c87277e7
chore: fixed ci script error
140cd852
refactor(customer): addressed pr comments
086ad867
chore: made v2 customer api compile
6379ee71
chore: made v1 import compile
1f8d7948
feat(customer_v2): added diesel model for customer_v2 create
e58892f6
feat(customer_v2): added customer_v2 diesel finally made it compile
7a4174db
chore: made diesel model encryption changes
bc70e3c1
chore: resolved merge conflicts
aa48c256
refactor
1e7f242d
chore: resolved merge conflicts
68472607
chore: fixed migration issue
75be67db
chore: fixed migration inconsistency
4513c660
chore: fixed schema issue
552bd54e
chore: fixed migration redo failures
553cc31b
chore: fixed clippy issue
3c2722ea
chore: added resurrect for migration ci checks
84110e1d
chore:added delay for db connection
5abf9964
Merge branch 'main' into customer-v2-domain-model
ee1d8899
chore: fixed ci checks for v2 migrations:
f1da6708
Merge branch 'customer-v2-domain-model' of https://github.com/juspay/…
724a5fbc
chore: fixed ci checks for v2 migrations:
045f0cf6
chore: fixed ci checks for v2 migrations:
1d0c5390
chore: fixed ci checks for v2 migrations:
039b6803
chore: fixed ci checks for v2 migrations:
e1e81368
chore: fixed ci checks for v2 migrations:
0ba34a2a
chore: fixed schema error consistency
c0fe975f
chore: fixed schema consistency issue
29bfc453
chore: fixed schema issue
c72cfd88
chore: fixed something hopefully it works crying out loud
9ae6b471
chore: moved customer_v2_endpoint db migration into a single file
a07777a9
feat(customer_v2): added route for customer_v2 update flow
9b24b1c3
chore: resolved pr comments
7cc3f1b7
chore: unused import fixed for v2
7b732ab1
chore: resolved merge conflicts
ea916cfe
chore: fixed clippy errors
8ce9fab0
chore: resolved pr comments
ad8b03b9
Merge branch 'main' into customer-v2-domain-model
0a57252e
chore: fixed postman run failures and ci checks
251edfbc
Merge branch 'customer-v2-domain-model' of https://github.com/juspay/…
ccadd2be
chore: removed expose_reference function
ac23f5ad
chore: syned with latest changes
04cd0b53
chore: fixed db queries for both v1, and v2
dbd1e112
chore: fixed ci checks
6ff9ebc5
feat(customer_v2): added route for customer_retrieve v2
5bdcae0c
chore: added list customer v2 endpoint
8c284cbd
feat(customer_v2): added customer v2 delete end point
bfd49ee9
sahkal
added
A-core
sahkal
added
S-waiting-on-review
sahkal
added
C-refactor
sahkal
added
api-v2
sahkal
added this to the
July 2024 Release
milestone
111 days ago
sahkal
assigned
sahkal
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
sahkal
requested a review
111 days ago
hyperswitch-bot
added
M-database-changes
sahkal
changed the base branch from
main
to
6219-customer-v2-list-customer-v2-end-point
111 days ago
hyperswitch-bot
removed
M-database-changes
sahkal
requested a review
from
Narayanbhat166
111 days ago
sahkal
requested a review
from
jarnura
111 days ago
sahkal
requested a review
from
sai-harsha-vardhan
111 days ago
sahkal
changed the title
feat(customer_v2):Add customer V2 delete api
feat(customer_v2): Add customer V2 delete api
111 days ago
jarnura
requested changes on 2024-08-05
SanchithHegde
removed this from to the
July 2024 Release
milestone
109 days ago
SanchithHegde
added this to the
August 2024 Release
milestone
109 days ago
Base automatically changed from
6219-customer-v2-list-customer-v2-end-point
to
main
89 days ago
hyperswitch-bot
added
M-database-changes
refactor(customer_v2): resolved merge conflicts
45ce36d6
docs(openapi): re-generate OpenAPI specification
3ae250cc
hyperswitch-bot
added
M-api-contract-changes
chore: addressed pr comments
bb228863
Merge branch '5843-customer-v2-refactor-delete-customer' of https://g…
40d00123
chore: addressed pr comments
0fc8ed7b
sahkal
requested a review
from
jarnura
86 days ago
chore: fixed clippy failures
ec18516b
refactor(customer_v2): fixed clippy failures
07fd3d7f
sahkal
removed review request
85 days ago
chore
c51c1118
jarnura
requested changes on 2024-08-31
sahkal
requested a review
from
jarnura
84 days ago
chore: customer_v2 fixed hack_v2 failures
b57222ca
chore: fixed hack_v2 clippy failures
5bbddc43
chore: fixed clippy_v2 failures
fc31c23e
refactor(customer_v2): addressed pr comments
edee0eb1
chore: customer_v2 resolved pr comments
da8dfcb6
chore: customer_v2 added delete status in customer domain
0daac3ae
jarnura
dismissed these changes on 2024-09-03
prajjwalkumar17
dismissed these changes on 2024-09-04
lsampras
dismissed these changes on 2024-09-04
chore: customer_v2 resolved merge conflicts
2cbc72d6
sahkal
dismissed their stale review via
2cbc72d6
80 days ago
sahkal
dismissed their stale review via
2cbc72d6
80 days ago
sahkal
dismissed their stale review via
2cbc72d6
80 days ago
sahkal
requested a review
from
jarnura
80 days ago
chore: customer_v2 fixed clippy errors
461994c5
jarnura
approved these changes on 2024-09-05
prajjwalkumar17
approved these changes on 2024-09-05
tsdk02
approved these changes on 2024-09-05
likhinbopanna
merged
a901d671
into main
79 days ago
likhinbopanna
deleted the 5843-customer-v2-refactor-delete-customer branch
79 days ago
SanchithHegde
removed
S-waiting-on-review
Login to write a write a comment.
Login via GitHub
Reviewers
tsdk02
prajjwalkumar17
jarnura
lsampras
Narayanbhat166
sai-harsha-vardhan
Assignees
sahkal
Labels
A-core
M-database-changes
C-refactor
M-api-contract-changes
api-v2
Milestone
August 2024 Release
Login to write a write a comment.
Login via GitHub