|
|
ab5988e6ba
|
refactor: raise appropriate errors instead of ValidateError (#71)
|
2022-12-06 12:34:07 +05:30 |
|
|
|
8c5e907cc8
|
feat(loadtest): add k6 script to measure 250 rps per core perf (#70)
|
2022-12-06 12:04:26 +05:30 |
|
|
|
ca91ce310a
|
refactor(router): remove SqlDb, cleaning (#67)
|
2022-12-06 12:03:26 +05:30 |
|
|
|
e581676027
|
feat: Braintree connector integration (#30)
Signed-off-by: Sahebjot Singh <sahebjot94@gmail.com>
Co-authored-by: Sahebjot Singh <sahebjot.singh@juspay.in>
|
2022-12-06 11:55:53 +05:30 |
|
|
|
65e91ea858
|
feat(verify): add new types for validate API (#45)
|
2022-12-06 11:49:16 +05:30 |
|
|
|
7b5783e2da
|
build(deps): bump futures-locks crate from 0.6 to 0.7.0 (#59)
|
2022-12-05 13:05:40 +05:30 |
|
|
|
200a085fd0
|
Testability ddd repository (#55)
|
2022-12-03 10:48:51 +05:30 |
|
|
|
35289df715
|
feat(checkout): cancel impl for checkout (#54)
Co-authored-by: Abhishek Marrivagu <abhishek.marrivagu@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
Co-authored-by: Manoj Ghorela <manoj.ghorela@manoj.ghorela-MacBookPro>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
|
2022-12-02 12:27:24 +05:30 |
|
|
|
bad0d7eeab
|
feat: add payments session operation (#42)
|
2022-12-01 17:13:40 +05:30 |
|
|
|
63652a52ea
|
feat: integrate Basilisk locker for storing sensitive data (#34)
Co-authored-by: Manoj Ghorela <manoj.ghorela@manoj.ghorela-MacBookPro>
|
2022-12-01 17:08:38 +05:30 |
|
|
|
f47c06a517
|
feat: handle no connector txn id (#39)
|
2022-12-01 16:53:30 +05:30 |
|
|
|
473d8f7a1b
|
fix(migrations): added unique index on merchant_id and connector_name in merchant_connector_account (#49)
|
2022-12-01 16:50:18 +05:30 |
|
|
|
2a050cc340
|
refactor: rename the payment request struct (#48)
|
2022-12-01 16:30:34 +05:30 |
|
|
|
5a5ac61d01
|
fix: Update browser info on payment confirmation (#52)
|
2022-12-01 14:35:04 +05:30 |
|
|
|
0f22d707ba
|
feat(router): added request body for stripe capture request which now accepts amount to capture (#51)
|
2022-12-01 14:32:42 +05:30 |
|
|
|
e45e33c897
|
refactor(RouterData): move amount information inside request in RouterData (#36)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
|
2022-12-01 13:58:26 +05:30 |
|
|
|
b2e45e614c
|
refactor: removed the usage of wallet(payment method) for paypal (#23)
|
2022-12-01 13:56:53 +05:30 |
|
|
|
32e7d34572
|
refactor(RouterData): reorder fields in RouterData (#33)
|
2022-12-01 12:54:49 +05:30 |
|
|
|
e65ba2a91a
|
feat(metrics): add histogram and update opentelemetry dependencies (#32)
|
2022-12-01 12:51:31 +05:30 |
|
|
|
863e53c0d1
|
refactor(common_utils): move serde implementations and date-time utils to common_utils crate (#40)
|
2022-11-30 12:23:04 +05:30 |
|
|
|
595f34e20f
|
chore: Remove option from user-agent field (#41)
|
2022-11-29 23:34:05 +05:30 |
|
|
|
957a1ab2e7
|
fix(payment_update): fix the fsm after passing pm_data in update (#38)
|
2022-11-29 23:26:36 +05:30 |
|
|
|
69a5c1aeee
|
fix(loadtest): rename [database] to [master_database] in config file (#37)
|
2022-11-29 22:42:33 +05:30 |
|
|
|
54c3fc349d
|
feat: 3ds2 Integration (#35)
|
2022-11-29 15:27:35 +05:30 |
|
|
|
d67bd801f6
|
feat(metrics): new counter metrics for scheduler (#31)
|
2022-11-28 11:41:07 +05:30 |
|
|
|
10003cd6fe
|
refactor(redis_interface): separating redis functionality and dependent functionalities outside router crate (#15)
Co-authored-by: Sanchith Hegde
|
2022-11-28 11:40:13 +05:30 |
|
|
|
cc473590cb
|
feat(router): include git commit hash and timestamp in --version output (#29)
|
2022-11-28 10:19:57 +05:30 |
|
|
|
3e0298032b
|
router:types: Add DeviceInformation type to get browser info (#25)
|
2022-11-25 21:32:40 +05:30 |
|
|
|
fd504baac6
|
feat: add paypal as payment method type (#22)
|
2022-11-25 20:58:50 +05:30 |
|
|
|
d41159591e
|
feat(connector): add psync for authorizedotnet (#7)
|
2022-11-25 17:03:52 +05:30 |
|
|
|
38a29a0ad9
|
github: add bug report and feature request issue forms (#20)
|
2022-11-25 16:47:59 +05:30 |
|
|
|
bbc027d66f
|
github(PULL_REQUEST_TEMPLATE): include paths to config files (#17)
|
2022-11-25 15:48:18 +05:30 |
|
|
|
75ce0df415
|
ci(CI-skip-ignored-files): specify OS matrix with single entry (#13)
|
2022-11-24 13:56:16 +05:30 |
|
|
|
4ce86afd4e
|
feat(core): add server base_url in server config (#12)
|
2022-11-23 20:58:07 +05:30 |
|
|
|
a083f700ff
|
docs(CONTRIBUTING): update contributing guidelines based on Tokio (#9)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
|
2022-11-23 19:08:43 +05:30 |
|
|
|
23762a479f
|
ci(release): fix the docker router release image build step (#11)
|
2022-11-23 19:08:12 +05:30 |
|
|
|
ec9f324d47
|
ci(workflows): skip CI checks for ignored files (#10)
|
2022-11-23 19:05:25 +05:30 |
|
|
|
5593a97c91
|
fix(scheduler): fix retry_count bug for getting schedule time (#6)
|
2022-11-23 14:36:54 +05:30 |
|
|
|
60a9395997
|
refactor(docker_compose): declutter default compose setup (#5)
|
2022-11-22 19:00:08 +05:30 |
|
|
|
b1c60cfcd1
|
fix(mandate): add mandate_id column in payment_attempt table (#3)
|
2022-11-22 18:57:24 +05:30 |
|
|
|
d9768ccf4c
|
refactor: Add OLAP feature for replica database (#4)
Co-authored-by: karthikey hegde <karthikey.hegde@karthikey.hegde-MacBookPro>
|
2022-11-22 18:17:12 +05:30 |
|
|
|
4f74b65b71
|
feat(scheduler): default connector mapping for adding process
|
2022-11-22 15:07:25 +05:30 |
|
|
|
2a2febb0f8
|
chore: mirror changes from BitBucket
|
2022-11-21 18:47:04 +05:30 |
|
|
|
df5e4defd3
|
fix(router): change the retrieve's payload to query (#2)
|
2022-11-18 19:45:09 +05:30 |
|
|
|
4f9f48978d
|
chore(codeowners): add codeowners data for PR reviews (#1)
|
2022-11-18 16:51:44 +05:30 |
|
|
|
2c990bbf97
|
github: add PR template
|
2022-11-18 16:15:17 +05:30 |
|
|
|
a0ac895aac
|
github(workflows): cancel previous in-progress CI workflow runs
|
2022-11-17 13:19:26 +05:30 |
|
|
|
e4a7e5cabf
|
github(workflows): use mold linker for check-msrv job
|
2022-11-17 13:07:59 +05:30 |
|
|
|
2e1672ea6a
|
fix: fix failing CI builds
|
2022-11-17 13:05:31 +05:30 |
|
|
|
af20344856
|
chore: track .gitignore
|
2022-11-17 13:04:47 +05:30 |
|