-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:juspay/hyperswitch into upgrade-cyp…
…ress * 'main' of github.com:juspay/hyperswitch: chore(version): 2025.01.30.0 Documentation edits made through Mintlify web editor feat(connector): add template code for chargebee (#7036) chore: run clippy with default number of jobs in github workflows (#7088) feat(router): add accept-language from request headers into browser-info (#7074) refactor(euclid): update proto file for elimination routing (#7032) chore(version): 2025.01.29.0 refactor(router): prioritise `connector_mandate_id` over `network_transaction_id` during MITs (#7081) chore: add stripe to network transaction id support (#7096) fix(multitenancy): add a fallback for get commands in redis (#7043) refactor(currency_conversion): re frame the currency_conversion crate to make api calls on background thread (#6906) chore: fix `toml` format to address wasm build failure (#6967)
- Loading branch information
Showing
82 changed files
with
2,206 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
|
||
env: | ||
# Use `sccache` for caching compilation artifacts | ||
RUSTC_WRAPPER: sccache | ||
# RUSTC_WRAPPER: sccache | ||
RUSTFLAGS: "-D warnings" | ||
|
||
strategy: | ||
|
@@ -126,11 +126,16 @@ jobs: | |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: sccache | ||
checksum: true | ||
# - name: Install sccache | ||
# uses: taiki-e/[email protected] | ||
# with: | ||
# tool: sccache | ||
# checksum: true | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Install cargo-hack | ||
uses: taiki-e/[email protected] | ||
|
@@ -181,7 +186,7 @@ jobs: | |
|
||
env: | ||
# Use `sccache` for caching compilation artifacts | ||
RUSTC_WRAPPER: sccache | ||
# RUSTC_WRAPPER: sccache | ||
RUSTFLAGS: "-D warnings" | ||
|
||
strategy: | ||
|
@@ -229,11 +234,16 @@ jobs: | |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: sccache | ||
checksum: true | ||
# - name: Install sccache | ||
# uses: taiki-e/[email protected] | ||
# with: | ||
# tool: sccache | ||
# checksum: true | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Install cargo-hack | ||
uses: taiki-e/[email protected] | ||
|
@@ -259,7 +269,7 @@ jobs: | |
|
||
- name: Run clippy | ||
shell: bash | ||
run: just clippy --jobs 2 | ||
run: just clippy | ||
|
||
- name: Check Cargo.lock changed | ||
if: ${{ (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name) }} | ||
|
@@ -315,7 +325,9 @@ jobs: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Install just | ||
uses: taiki-e/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
env: | ||
# Use `sccache` for caching compilation artifacts | ||
RUSTC_WRAPPER: sccache | ||
# RUSTC_WRAPPER: sccache | ||
RUSTFLAGS: "-D warnings" | ||
|
||
strategy: | ||
|
@@ -78,15 +78,15 @@ jobs: | |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: sccache | ||
checksum: true | ||
|
||
# - uses: Swatinem/[email protected] | ||
# - name: Install sccache | ||
# uses: taiki-e/[email protected] | ||
# with: | ||
# save-if: ${{ github.event_name == 'push' }} | ||
# tool: sccache | ||
# checksum: true | ||
|
||
- uses: Swatinem/[email protected] | ||
with: | ||
save-if: ${{ github.event_name == 'push' }} | ||
|
||
- name: Install cargo-hack | ||
uses: baptiste0928/[email protected] | ||
|
@@ -140,7 +140,7 @@ jobs: | |
|
||
env: | ||
# Use `sccache` for caching compilation artifacts | ||
RUSTC_WRAPPER: sccache | ||
# RUSTC_WRAPPER: sccache | ||
RUSTFLAGS: "-D warnings" | ||
|
||
strategy: | ||
|
@@ -170,11 +170,11 @@ jobs: | |
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install sccache | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: sccache | ||
checksum: true | ||
# - name: Install sccache | ||
# uses: taiki-e/[email protected] | ||
# with: | ||
# tool: sccache | ||
# checksum: true | ||
|
||
- name: Install cargo-hack | ||
uses: baptiste0928/[email protected] | ||
|
@@ -196,13 +196,13 @@ jobs: | |
# with: | ||
# crate: cargo-nextest | ||
|
||
# - uses: Swatinem/[email protected].0 | ||
# with: | ||
# save-if: ${{ github.event_name == 'push' }} | ||
- uses: Swatinem/[email protected].7 | ||
with: | ||
save-if: ${{ github.event_name == 'push' }} | ||
|
||
- name: Run clippy | ||
shell: bash | ||
run: just clippy --jobs 2 | ||
run: just clippy | ||
|
||
- name: Cargo hack | ||
if: ${{ github.event_name == 'push' }} | ||
|
@@ -249,7 +249,7 @@ jobs: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install rust cache | ||
uses: Swatinem/[email protected].0 | ||
uses: Swatinem/[email protected].7 | ||
|
||
- name: Run cargo check enabling only the release and v2 features | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,9 @@ jobs: | |
with: | ||
toolchain: stable 2 weeks ago | ||
|
||
- uses: Swatinem/[email protected] | ||
- uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Decrypt connector auth file | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,9 @@ jobs: | |
toolchain: stable | ||
|
||
- name: Build and Cache Rust Dependencies | ||
uses: Swatinem/[email protected] | ||
uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Install Diesel CLI with Postgres Support | ||
uses: baptiste0928/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,9 @@ jobs: | |
|
||
- name: Build and Cache Rust Dependencies | ||
if: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}} | ||
uses: Swatinem/[email protected] | ||
uses: Swatinem/[email protected] | ||
with: | ||
save-if: false | ||
|
||
- name: Install Protoc | ||
if: ${{ ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name)) || (github.event_name == 'merge_group')}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.