Dataset Viewer
Auto-converted to Parquet
prompt
stringlengths
14
200
response
stringlengths
46
58
feat(connector): [PlaceToPay] Implement Cards for PlaceToPay (#3117)
Files to modify: 7 files Lines changed: +482/-130
feat(connector): Remove Braintree SDK Flow support (#5264)
Files to modify: 12 files Lines changed: +1843/-2752
feat(worldpay): migrate to v7 (#6109)
Files to modify: 66 files Lines changed: +1490/-750
refactor(router): renamed Verify flow to SetupMandate (#2455)
Files to modify: 61 files Lines changed: +458/-241
feat(payments): store and propagate additional wallet pm details in payments response (#5869)
Files to modify: 7 files Lines changed: +205/-7
feat(connector): [fiuu] Add support for payment and refund webhooks (#6315)
Files to modify: 5 files Lines changed: +478/-59
feat(router): Deduplicate PML response and populate bank details (V2) (#8583)
Files to modify: 6 files Lines changed: +226/-63
feat(connector): [nordea] template code (#8056)
Files to modify: 24 files Lines changed: +1331/-16
docs: add openapi docs for customers v2 (#5926)
Files to modify: 3 files Lines changed: +339/-0
Feat(connector): [Fiuu] Add Card Flows (#5786)
Files to modify: 20 files Lines changed: +1489/-266
refactor(core): accept customer data in customer object (#1447)
Files to modify: 11 files Lines changed: +195/-66
refactor(router): add parameter connectors to get_request_body function (#2708)
Files to modify: 53 files Lines changed: +920/-259
refactor: add compatibility for decision-engine rules (#8346)
Files to modify: 3 files Lines changed: +133/-26
feat(connector): [Multisafepay] implement Googlepay for Multisafepay (#1456)
Files to modify: 5 files Lines changed: +88/-21
fix(connector): Trustpay zen error mapping (#3255)
Files to modify: 2 files Lines changed: +140/-35
fix(router): Persist card_network if present for non co-badged cards (#6212)
Files to modify: 13 files Lines changed: +383/-147
refactor(address): pass payment method billing to the connector module (#3828)
Files to modify: 55 files Lines changed: +406/-388
feat(connector): [Tsys] Add template code for Tsys connector (#1704)
Files to modify: 16 files Lines changed: +1154/-7
feat(webhook): Add is_delivered filter to list initial attempts endpoint (#7344)
Files to modify: 17 files Lines changed: +194/-12
feat(compatibility): add mandates support in stripe compatibility (#897)
Files to modify: 13 files Lines changed: +329/-76
feat(connector): [paypal, trustpay] add in feature matrix (#7911)
Files to modify: 9 files Lines changed: +411/-23
feat(connector): [Barclaycard] Add Google Pay Payment Method (#8786)
Files to modify: 13 files Lines changed: +437/-51
feat(analytics): Add Clickhouse based analytics (#2988)
Files to modify: 135 files Lines changed: +12141/-897
feat: change async-bb8 fork and tokio spawn for concurrent database calls (#2774)
Files to modify: 69 files Lines changed: +1512/-717
feat(connector): [FISERV] Added Integrity Check support for all Payment & Refund Flows (#8075)
Files to modify: 2 files Lines changed: +223/-49
feat(router): add an api to migrate the payment method (#5186)
Files to modify: 16 files Lines changed: +696/-31
feat(recovery-events): add revenue recovery topic and vector config to push these events to s3 (#8285)
Files to modify: 22 files Lines changed: +612/-37
fix(database): modified_at updated for every state change for Payment Attempts (#5312)
Files to modify: 50 files Lines changed: +1524/-242
feat: added create endpoint for dynamic_routing (#8755)
Files to modify: 8 files Lines changed: +410/-10
refactor(router): remove foreign wrapper type (#616)
Files to modify: 11 files Lines changed: +237/-401
fix(connector): apple pay not working because of payment_method_type[] field stripe (#1759)
Files to modify: 1 files Lines changed: +58/-55
feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802)
Files to modify: 14 files Lines changed: +223/-16
feat(connector): [CashToCode] perform currency based connector credentials mapping (#2025)
Files to modify: 23 files Lines changed: +184/-130
feat(payments_v2): add finish redirection endpoint (#6549)
Files to modify: 29 files Lines changed: +534/-136
feat(connector) : [Globalpay]add mandates and bank redirects support for globalpay (#830)
Files to modify: 6 files Lines changed: +206/-78
feat(connector): Fix Serde derserialization issue -Elavon/Adyen (#7823)
Files to modify: 4 files Lines changed: +219/-66
feat(connector): Plaid connector Integration (#3952)
Files to modify: 26 files Lines changed: +1403/-56
feat(core): Rename crate data_models to hyperswitch_domain_models (#4504)
Files to modify: 77 files Lines changed: +309/-258
feat(api): use `ApiClient` trait in AppState (#2067)
Files to modify: 14 files Lines changed: +216/-80
feat(connector): [katapult]add template code for katapult (#8783)
Files to modify: 22 files Lines changed: +1412/-38
feat(payment_link): expose payment link configs for SDK UI rules and payment button (#7427)
Files to modify: 16 files Lines changed: +199/-21
feat(connector): [Finix] Add Google Pay Connector Tokenization Flow (#9734)
Files to modify: 14 files Lines changed: +132/-8
revert: connector_label in webhook url is reverted back to connector_name (#1779)
Files to modify: 7 files Lines changed: +168/-46
feat(connectors): [Redsys] add Psync and Rsync support (#7586)
Files to modify: 7 files Lines changed: +613/-29
feat(connector): [FEATURE MATRIX] Connector feature matrix (#7147)
Files to modify: 11 files Lines changed: +434/-20
feat(core): Hyperswitch <|> UCS integration v2 (#8439)
Files to modify: 13 files Lines changed: +1060/-387
feat(core): add columns unified error code and error message in refund table (#6933)
Files to modify: 30 files Lines changed: +237/-166
feat(connector): add dispute and refund webhooks for Airwallex (#1021)
Files to modify: 2 files Lines changed: +212/-12
feat(router): add `challenge_request_key` in authentication response and add support for cardinal authentication processor (#9429)
Files to modify: 32 files Lines changed: +153/-13
feat(core): diesel models and db interface changes for authentication table (#3859)
Files to modify: 10 files Lines changed: +542/-0
feat(core): Added integrity framework for Authorize and Sync flow with connector as Stripe (#5109)
Files to modify: 37 files Lines changed: +721/-230
test(UI-tests): allow ignoring connector tests at runtime (#1766)
Files to modify: 7 files Lines changed: +98/-35
refactor(payment_method_data): add a trait to retrieve billing from payment method data (#4095)
Files to modify: 1 files Lines changed: +576/-24
feat(authentication): create api for update profile acquirer (#8307)
Files to modify: 14 files Lines changed: +416/-23
refactor(currency_conversion): re frame the currency_conversion crate to make api calls on background thread (#6906)
Files to modify: 9 files Lines changed: +142/-203
chore: intoduce GenericError enum variant in enum ConnectorError (#6143)
Files to modify: 10 files Lines changed: +19/-90
feat(connector): [AUTHORIZEDOTNET] Audit Connector (#4035)
Files to modify: 3 files Lines changed: +121/-65
feat(connectors): [Iatapay] add payment methods (#4968)
Files to modify: 74 files Lines changed: +588/-43
feat(connector): [STRIPE] Added Connector Tokenization Flow for Cards (#8248)
Files to modify: 8 files Lines changed: +223/-131
fix(connector): [Adyen] `ErrorHandling` in case of Balance Check for Gift Cards (#1976)
Files to modify: 26 files Lines changed: +660/-120
feat(connector): [BRAINTREE] Googlepay, Applepay wallets added (#8728)
Files to modify: 53 files Lines changed: +998/-92
feat(users): Add profile level invites (#5793)
Files to modify: 19 files Lines changed: +685/-393
feat(router): add three_ds decision rule execute api (#8148)
Files to modify: 31 files Lines changed: +1062/-9
feat(connector): add authorize, void, refund, psync, rsync support for mollie connector (#740)
Files to modify: 19 files Lines changed: +1032/-13
refactor(utils): match string for state with SDK's naming convention (#7300)
Files to modify: 2 files Lines changed: +2879/-2255
feat(router): add mandates incoming webhooks flow (#2464)
Files to modify: 19 files Lines changed: +321/-8
feat(connector): [Chargebee] Add record back support for chargebee (#7505)
Files to modify: 8 files Lines changed: +494/-56
chore: address Rust 1.90.0 clippy lints (#9511)
Files to modify: 16 files Lines changed: +19/-106
fix: [CYBERSOURCE] Fix Status Mapping (#3144)
Files to modify: 2 files Lines changed: +359/-168
feat(router): add retrieve poll status api (#4358)
Files to modify: 21 files Lines changed: +254/-6
refactor(connector): [Rapyd] add and implement the get_currency_unit function (#2664)
Files to modify: 2 files Lines changed: +83/-20
refactor: send full payment object for payment sync (#526)
Files to modify: 1 files Lines changed: +119/-29
refactor(customer): refactor customer db with storage utils and move trait to domain_models and impl to storage_model (#7538)
Files to modify: 8 files Lines changed: +1109/-1575
chore: address Rust 1.67 clippy lints (#465)
Files to modify: 33 files Lines changed: +107/-123
refactor(connector): Add amount conversion framework to iatapay along with amount conversion code to connector template (#4866)
Files to modify: 10 files Lines changed: +107/-73
refactor(router): Remove `payment_methods_v2` and `customer_v2` feature flag (#8236)
Files to modify: 106 files Lines changed: +896/-1856
feat(payouts): Implement Smart Retries for Payout (#3580)
Files to modify: 13 files Lines changed: +685/-83
refactor(drainer): removed router dependency from drainer (#209)
Files to modify: 11 files Lines changed: +252/-43
refactor: update API response for JSON deserialization errors (#6610)
Files to modify: 6 files Lines changed: +81/-28
docs(connector): [STRIPE] Added CIT & MIT Examples for API Reference in Stripe Split Payments (#8311)
Files to modify: 2 files Lines changed: +360/-38
fix(masking): mask email while logging SQL query (#4436)
Files to modify: 8 files Lines changed: +56/-51
feat(dynamic_routing): add open router integration for success based routing (#7795)
Files to modify: 12 files Lines changed: +477/-43
feat(payment): customer ip field inclusion (#1370)
Files to modify: 12 files Lines changed: +460/-122
feat(connector): [Recurly] add invoice sync support along with transaction monitoring (#7867)
Files to modify: 31 files Lines changed: +823/-1167
feat(router): add `merchant_configuration_id` in netcetera metadata and make other merchant configurations optional (#7347)
Files to modify: 8 files Lines changed: +70/-39
feat: api contract change for wallet (#628)
Files to modify: 20 files Lines changed: +1176/-477
refactor(core): update response for PaymentsDynamicTaxCalculationResponse (#5909)
Files to modify: 6 files Lines changed: +140/-4
refactor(router): added a new type minor unit to amount (#4629)
Files to modify: 61 files Lines changed: +679/-436
feat(users): Add `merchant_id` in `EmailToken` and change user status in reset password (#3473)
Files to modify: 5 files Lines changed: +140/-29
feat(refunds_v2): Add Refunds Retrieve and Refunds Sync Core flow (#7835)
Files to modify: 12 files Lines changed: +470/-14
feat(router): add total count for refunds list (#1935)
Files to modify: 4 files Lines changed: +262/-8
feat(user): add list org, merchant and profile api (#5662)
Files to modify: 9 files Lines changed: +445/-4
feat(connector): [GETNET] Add cards payment flow (#7256)
Files to modify: 25 files Lines changed: +1860/-131
feat(themes): Create user APIs for managing themes (#8387)
Files to modify: 18 files Lines changed: +842/-32
feat(events): Add events framework for registering events (#4115)
Files to modify: 53 files Lines changed: +756/-291
feat(connector): [BLUECODE] Added Bluecode Wallet QR Code Redirect Payment Method (#8762)
Files to modify: 61 files Lines changed: +642/-129
feat(cards): validate card security code and expiration (#874)
Files to modify: 5 files Lines changed: +331/-5
feat(single_use): add extra fields in `Mandate` table and `MandateData` [Blocked on #61] (#66)
Files to modify: 9 files Lines changed: +81/-45
feat(ucs): Add profile ID to lineage tracking in Unified Connector Service (#9559)
Files to modify: 11 files Lines changed: +141/-68
feat(users): implemented openidconnect (#5124)
Files to modify: 22 files Lines changed: +877/-41
End of preview. Expand in Data Studio

Rust Commit Dataset - Hyperswitch

Dataset Description

This dataset contains Rust commit messages paired with their corresponding code patches from the Hyperswitch repository.

Dataset Summary

  • Total Examples: 2277
  • Language: Rust
  • Source: Hyperswitch GitHub repository
  • Format: Prompt-response pairs for supervised fine-tuning (SFT)

Data Fields

  • prompt: The commit message describing the change
  • response: The git patch/diff showing the actual code changes

Example

{
  "prompt": "fix: update payment status handling",
  "response": "diff --git a/src/payment.rs b/src/payment.rs\n..."
}

Usage

from datasets import load_dataset

# Load dataset
dataset = load_dataset("archit11/hyperswitch-rust-commits-final")

# Access train/test splits
train_data = dataset['train']
test_data = dataset['test']

# Example
print(train_data[0]['prompt'])
print(train_data[0]['response'])

Training

This dataset is designed for fine-tuning code generation models on Rust commit-to-patch generation tasks.

Example training command:

python train_sft.py \
    --dataset archit11/hyperswitch-rust-commits-final \
    --model Qwen/Qwen3-4B \
    --output_dir ./qwen-rust-sft \
    --use_4bit \
    --use_lora

Data Collection

The data was collected using PyDriller and tree-sitter for parsing Rust identifiers:

  • Only commits with 20+ lines changed are included
  • Rust-specific identifier tracking (functions, structs, enums, traits, impls, modules)

Citation

If you use this dataset, please cite the Hyperswitch repository:

@misc{hyperswitch2024,
  title={Hyperswitch},
  author={Juspay},
  year={2024},
  url={https://github.com/juspay/hyperswitch}
}

License

This dataset follows the same license as the Hyperswitch project.

Downloads last month
14