Dataset Viewer
Auto-converted to Parquet Duplicate
repo
stringclasses
1 value
instance_id
stringlengths
22
24
problem_statement
stringlengths
30
24.1k
patch
stringlengths
0
1.9M
test_patch
stringclasses
1 value
created_at
stringdate
2022-11-25 05:12:07
2025-06-13 10:24:29
hints_text
stringlengths
0
234k
base_commit
stringlengths
40
40
test_instructions
stringlengths
0
232k
filenames
listlengths
0
300
juspay/hyperswitch
juspay__hyperswitch-8343
Bug: Fix(CI): Update api-reference path in `pr_labeler` PR #8333 modified the `api-reference` folder structure. Need to update it in `pr_labeler` job
2025-06-13T10:24:29Z
## Description <!-- Describe your changes in detail --> - Updated OpenAPI spec path in `pr_labeler` CI job - Modified `CODEOWNERS` file to remove deleted folder ### Additional Changes - [ ] This PR modifies the API contract - [ ] This PR modifies the database schema - [ ] This PR modifies application confi...
07c93f183b13b0bfd2fbcdede33906852b0fca79
[]
juspay/hyperswitch
juspay__hyperswitch-8341
Bug: chore(ci): `adyen` and `stripe` postman tests are failing Multiple Test Cases have been failing on Postman, - Adyen: <span style="color:red">88 Failures</span> - Stripe: <span style="color:red">3 Failures</span> <img width="500" alt="Image" src="https://github.com/user-attachments/assets/522a3f3b-ef4d-450d-b...
diff --git a/postman/collection-dir/stripe/PaymentConnectors/.meta.json b/postman/collection-dir/stripe/PaymentConnectors/.meta.json index 6d68eeab4ab..c32be7223a6 100644 --- a/postman/collection-dir/stripe/PaymentConnectors/.meta.json +++ b/postman/collection-dir/stripe/PaymentConnectors/.meta.json @@ -5,7 +5,7 @@ ...
2025-06-13T04:05:49Z
## Description <!-- Describe your changes in detail --> Deleting API Key needs Merchant ID. So, deleting it after deleting the merchant itself yields a error message in the response which goes like `"API key not provided or invalid API key used"`, but, its solely because the Merchant ID used is not authenticated bec...
953bace38c1509c95fc8c1e2426fda72c65e3bf8
<img width="864" alt="image" src="https://github.com/user-attachments/assets/86d7ab3a-46b4-4476-804f-b200b3d67a05" /> The Remaining failures are because of outdated certificates and their keys. Once we update that it will be like the following <img width="493" alt="image" src="https://github.com/user-attachment...
[ "postman/collection-dir/stripe/PaymentConnectors/.meta.json" ]
juspay/hyperswitch
juspay__hyperswitch-8338
Bug: fix(analytics): refactor auth analytics to support profile,org and merchant level auth ### Feature Description Exposed the auth analytics under profile, merchant and org levels ### Possible Implementation Expose different endpoints for auth analytics sankey ### Have you spent some time checking if this feat...
diff --git a/crates/analytics/src/auth_events/core.rs b/crates/analytics/src/auth_events/core.rs index 41b7b724954..011633dce3d 100644 --- a/crates/analytics/src/auth_events/core.rs +++ b/crates/analytics/src/auth_events/core.rs @@ -27,7 +27,7 @@ use crate::{ #[instrument(skip_all)] pub async fn get_metrics( poo...
2025-06-12T13:12:53Z
## Description Exposed endpoints for auth analytics under profile, merchant and org access levels. ### Additional Changes - [ ] This PR modifies the API contract - [ ] This PR modifies the database schema - [ ] This PR modifies application configuration/environment variables Here are the cURLs for th...
d305fad2e6c403fde11b9eea785fddefbf3477df
[ "crates/analytics/src/auth_events/core.rs", "crates/analytics/src/auth_events/filters.rs", "crates/analytics/src/auth_events/metrics.rs", "crates/analytics/src/auth_events/metrics/authentication_attempt_count.rs", "crates/analytics/src/auth_events/metrics/authentication_count.rs", "crates/analytics/src/au...
juspay/hyperswitch
juspay__hyperswitch-8332
Bug: docs(openapi): Show API version selection dropdown in API Reference Add a version selection dropdown in API reference to allow exploring v2 APIs
diff --git a/api-reference-v2/README.md b/api-reference-v2/README.md deleted file mode 100644 index 61bc1f08938..00000000000 --- a/api-reference-v2/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# Api Reference - -We use the [openapi specification](https://swagger.io/specification) for the api reference. The openapi file is...
2025-06-12T09:49:44Z
## Description <!-- Describe your changes in detail --> - Moved both `v1` and `v2` API docs under `api-reference` directory - Renamed `openapi_spec.json` files for v1 and v2 - Updated OpenAPI spec file paths in `openapi` crate - Modified OpenAPI spec path in CI pipeline ### Additional Changes - [ ] This PR ...
61c2e2c75fabdb03c5599df97240a030cb7b5b6a
Executed: ```bash cargo run -p openapi --features v1 ``` and verified `openapi_spec_v1.json` generated How the version dropdown looks like: <img width="599" alt="image" src="https://github.com/user-attachments/assets/41d0c676-9a80-4a7e-ac33-9f56d9f18703" />
[ "api-reference-v2/README.md", "api-reference-v2/assets/images/image.png", "api-reference-v2/essentials/error_codes.mdx", "api-reference-v2/essentials/go-live.mdx", "api-reference-v2/essentials/rate_limit.mdx", "api-reference-v2/favicon.png", "api-reference-v2/introduction.mdx", "api-reference-v2/logo/...
juspay/hyperswitch
juspay__hyperswitch-8379
Bug: [FEATURE] Add v2 kafka events for payment_intent, payment_attempt and refund
"diff --git a/crates/api_models/src/payments.rs b/crates/api_models/src/payments.rs\nindex 7b14351a4(...TRUNCATED)
2025-06-12T06:01:54Z
"\n## Description\r\n<!-- Describe your changes in detail -->\r\nAdded payment_intent payment_attemp(...TRUNCATED)
7b2919b46fda92aad14980280bc46c2c23d81086
"\r\n\r\nMade a payment and refund and verified if proper events are logged into Kafka.\r\n\r\n<img (...TRUNCATED)
["crates/api_models/src/payments.rs","crates/common_enums/src/enums.rs","crates/hyperswitch_domain_m(...TRUNCATED)
juspay/hyperswitch
juspay__hyperswitch-8324
"Bug: [REFACTOR] Refactor routing events core\n\n\n\n### Feature Description\n\nRefactor routing eve(...TRUNCATED)
"diff --git a/crates/api_models/src/open_router.rs b/crates/api_models/src/open_router.rs\nindex 337(...TRUNCATED)
2025-06-11T13:58:14Z
"\n## Description\r\n<!-- Describe your changes in detail -->\r\n- Refactored routing events in dyna(...TRUNCATED)
1ed2f210b2fec95696b98cfbe67c620c8fe716ff
"\r\nSR routing dynamo- \r\n<img width=\"1490\" alt=\"image\" src=\"https://github.com/user-attachme(...TRUNCATED)
["crates/api_models/src/open_router.rs","crates/api_models/src/routing.rs","crates/router/src/core/e(...TRUNCATED)
juspay/hyperswitch
juspay__hyperswitch-8318
"Bug: [FEATURE] include connector_customer creation during payment methods migration\n\n\n\n### Feat(...TRUNCATED)
"diff --git a/crates/api_models/src/payment_methods.rs b/crates/api_models/src/payment_methods.rs\ni(...TRUNCATED)
2025-06-11T12:24:41Z
"\n## Description\r\nThis PR introduces populating `connector_customer` field in `customers` table d(...TRUNCATED)
0eab55d17aef3caa160878bc9b2be29deb37711d
"Steps for testing -\r\n\r\n1. Create a merchant account\r\n\r\n2. Create a merchant's connector acc(...TRUNCATED)
["crates/api_models/src/payment_methods.rs","crates/common_types/src/customers.rs","crates/router/sr(...TRUNCATED)
juspay/hyperswitch
juspay__hyperswitch-8306
Bug: [REFACTOR] change the response type of update gateway score api in open router
"diff --git a/api-reference-v2/openapi_spec.json b/api-reference-v2/openapi_spec.json\nindex bb4db42(...TRUNCATED)
2025-06-10T13:16:06Z
"\n## Description\r\nA new struct, UpdateScoreResponse, was introduced in the API models to represen(...TRUNCATED)
67a42f0c27157f876698982a6b5f0a1cd3e15ffb
"\r\nCannot be tested until open_router is enabled in runtime.\r\n\r\nTested locally - Response is g(...TRUNCATED)
["api-reference-v2/openapi_spec.json","crates/api_models/src/open_router.rs","crates/router/src/core(...TRUNCATED)
juspay/hyperswitch
juspay__hyperswitch-8297
"Bug: [FEATURE] add Click To Pay feature for Trustpay Connector\n\n\n\n### Feature Description\n\nad(...TRUNCATED)
"diff --git a/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs b/crates/hypersw(...TRUNCATED)
2025-06-10T10:07:34Z
"\n## Description\r\n<!-- Describe your changes in detail -->\r\n\r\nAdded click to pay feature for (...TRUNCATED)
bc767b9131e2637ce90997da9018085d2dadb80b
"\r\n\r\nPostman Test\r\n\r\n1. Payment Connector - Create (Trustpay)\r\n\r\nRequest:\r\n\r\n```\r\n(...TRUNCATED)
["crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs","crates/hyperswitch_connect(...TRUNCATED)
juspay/hyperswitch
juspay__hyperswitch-8302
"Bug: fix(router): Move Customer PML endpoint to OLAP (v2)\n\n\n\n[This PR](https://github.com/juspa(...TRUNCATED)
"diff --git a/crates/router/src/routes/app.rs b/crates/router/src/routes/app.rs\nindex a22d71a5d66..(...TRUNCATED)
2025-06-10T08:28:04Z
"\n## Description\r\n<!-- Describe your changes in detail -->\r\nMoved customer saved PML route to O(...TRUNCATED)
713c85d25d29259672da6efbfed0862e843ec542
Verified as working. No change in response.
[ "crates/router/src/routes/app.rs" ]
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8