Skip to content

Commit

Permalink
Merge branch 'main' into over-capture
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Feb 24, 2025
2 parents d5e7f7a + db498c2 commit 8c80a85
Show file tree
Hide file tree
Showing 475 changed files with 36,081 additions and 9,227 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ crates/router/src/core/routing @juspay/hyperswitch-routing
crates/router/src/core/routing.rs @juspay/hyperswitch-routing
crates/router/src/core/payments/routing @juspay/hyperswitch-routing
crates/router/src/core/payments/routing.rs @juspay/hyperswitch-routing
crates/external_services/src/grpc_client/dynamic_routing.rs @juspay/hyperswitch-routing
crates/external_services/src/grpc_client/dynamic_routing/ @juspay/hyperswitch-routing
crates/external_services/src/grpc_client/health_check_client.rs @juspay/hyperswitch-routing

crates/api_models/src/payment_methods.rs @juspay/hyperswitch-routing
crates/router/src/core/payment_methods.rs @juspay/hyperswitch-routing
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
PAYMENTS_CONNECTORS: "cybersource"
PAYMENTS_CONNECTORS: "cybersource stripe"
PAYOUTS_CONNECTORS: "wise"
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
DESTINATION_FILE_NAME: "creds.json.gpg"
S3_SOURCE_FILE_NAME: "5b3ebdad-1067-421b-83e5-3ceb73c3eeeb.json.gpg"
S3_SOURCE_FILE_NAME: "57a07166-894a-4f43-b4b5-ee1155138ec9.json.gpg"
shell: bash
run: |
mkdir -p ".github/secrets" ".github/test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: om ci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} run --systems "${{ matrix.system }}"
- run: om ci run --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} --systems "${{ matrix.system }}"
30 changes: 30 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,36 @@ ws2tcpip = "ws2tcpip" # WinSock Extension
ZAR = "ZAR" # South African Rand currency code
JOD = "JOD" # Jordan currency code
Payed = "Payed" # Paid status for digital virgo
Alo = "Alo" # Is iso representation of a state in France
alo = "alo" # Is iso representation of a state in France
BRE = "BRE" # Is iso representation of Brittany
VasCounty = "VasCounty" # Is a state in Hungary
StipMunicipality = "StipMunicipality" # Is a municipality in North Macedonia
HAV = "HAV" # Is iso representation of a state in UK
LEW = "LEW" # Is iso representation of a state in UK
THR = "THR" # Is iso representation of a state in UK
WLL = "WLL" # Is iso representation of a state in UK
WIL = "WIL" # Is iso representation of a state in UK
YOR = "YOR" # Is iso representation of a state in UK
OT = "OT" # Is iso representation of a state in Romania
OltCounty = "OltCounty" # Is a state in Romania
Olt = "Olt" # Is iso representation of a state in Romania
Vas = "Vas" # Is iso representation of a state in Hungary
vas = "vas" # Is iso representation of a state in Hungary
WHT = "WHT" # Is iso representation of a state in Belgium
CantonOfEschSurAlzette = "CantonOfEschSurAlzette" # Is a state in Luxembourg
GorenjaVasPoljane = "GorenjaVasPoljane" # Is a state in Slovenia
sur = "sur" # Is iso representation of a state in Luxembourg
Corse = "Corse" # Is a state in France
CorseDuSud = "CorseDuSud" # Is a state in France
Gard = "Gard" # Is a state in France
HauteCorse = "HauteCorse" # Is a state in France
Somme = "Somme" # Is a state in France
RaceFram = "RaceFram" # Is a state in France
TrnovskaVas = "TrnovskaVas" # Is a state in Slovenia
Corse-du-Sud = "Corse-du-Sud" # Is a state in France
Haute-Corse = "Haute-Corse" # Is a state in France
Fram = "Fram" # Is a state in Slovenia

[default.extend-words]
aci = "aci" # Name of a connector
Expand Down
238 changes: 238 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c80a85

Please sign in to comment.