Skip to content

Commit

Permalink
Merge branch 'main' into update-reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 committed May 4, 2024
2 parents b960e9f + bcce8b0 commit ab97656
Show file tree
Hide file tree
Showing 954 changed files with 42,577 additions and 14,418 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ Or did you test this change manually (provide relevant screenshots)?
- [ ] I addressed lints thrown by `cargo clippy`
- [ ] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible
- [ ] I added a [CHANGELOG](/CHANGELOG.md) entry if applicable
10 changes: 5 additions & 5 deletions .github/workflows/release-stable-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ jobs:
crate: git-cliff
version: 1.4.0

- name: Install convco
- name: Install cocogitto
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: convco
version: 0.5.0
crate: cocogitto
version: 6.1.0

- name: Obtain previous and next tag information
shell: bash
run: |
PREVIOUS_TAG="v$(convco version --prefix 'v')"
NEXT_TAG="v$(convco version --prefix 'v' "--${{ inputs.bump_type }}")"
PREVIOUS_TAG="v$(cog --verbose get-version)"
NEXT_TAG="$(cog --verbose bump --dry-run "--${{ inputs.bump_type }}")"
echo "PREVIOUS_TAG=${PREVIOUS_TAG}" >> $GITHUB_ENV
echo "NEXT_TAG=${NEXT_TAG}" >> $GITHUB_ENV
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,6 @@ result*

# node_modules
node_modules/

# cypress credentials
creds.json
48 changes: 33 additions & 15 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,62 @@ check-filename = true

[default.extend-identifiers]
"ABD" = "ABD" # Aberdeenshire, UK ISO 3166-2 code
AER = "AER" # An alias to Api Error Response
ANG = "ANG" # Netherlands Antillean guilder currency code
BA = "BA" # Bosnia and Herzegovina country code
bottm = "bottm" # name of a css class for nexinets ui test
CAF = "CAF" # Central African Republic country code
flate2 = "flate2"
FO = "FO" # Faroe Islands (the) country code
flate2 = "flate2"
hd = "hd" # animation data parameter
HypoNoeLbFurNiederosterreichUWien = "HypoNoeLbFurNiederosterreichUWien"
hypo_noe_lb_fur_niederosterreich_u_wien = "hypo_noe_lb_fur_niederosterreich_u_wien"
IOT = "IOT" # British Indian Ocean Territory country code
klick = "klick" # Swedish word for clicks
LSO = "LSO" # Lesotho country code
NAM = "NAM" # Namibia country code
ND = "ND" # North Dakota state code
optin = "optin" # Boku preflow name
optin_id = "optin_id" # Boku's id for optin flow
passord = "passord" # name of a css class for adyen ui test
payment_vas = "payment_vas"
PaymentVas = "PaymentVas"
PN = "PN" # Pitcairn country code
RegioBank = "RegioBank"
RO = "RO" # Romania country code
skip_ws = "skip_ws" # skip white space
SOM = "SOM" # Somalia country code
SUR = "SUR" # Single South American currency code
THA = "THA" # Thailand country code
TTO = "TTO" # Trinidad and Tobago country code
WS = "WS" # Samoa country code
ws = "ws" # Web socket
ws2ipdef = "ws2ipdef" # WinSock Extension
ws2tcpip = "ws2tcpip" # WinSock Extension
ZAR = "ZAR" # South African Rand currency code
SUR = "SUR" # Single South American currency code
passord = "passord" # name of a css class for adyen ui test
bottm = "bottm" # name of a css class for nexinets ui test
klick = "klick" # Swedish word for clicks
optin = "optin" # Boku preflow name
optin_id = "optin_id" # Boku's id for optin flow


[default.extend-words]
aci = "aci" # Name of a connector
encrypter = "encrypter" # Used by the `ring` crate
nin = "nin" # National identification number, a field used by PayU connector
substituters = "substituters" # Present in `flake.nix`
unsuccess = "unsuccess" # Used in cryptopay request
aci = "aci" # Name of a connector
afe = "afe" # Commit id
ba = "ba" # ignore minor commit conversions
ede = "ede" # ignore minor commit conversions
daa = "daa" # Commit id
afe = "afe" # Commit id
deriver = "deriver"
ede = "ede" # ignore minor commit conversions
encrypter = "encrypter" # Used by the `ring` crate
guid = "guid" # globally unique identifier
Hashi = "Hashi" # HashiCorp
iin = "iin" # Card iin
kms = "kms" # Key management service
nin = "nin" # National identification number, a field used by PayU connector
requestor = "requestor" #Used in external 3ds flows
deriver = "deriver"
substituters = "substituters" # Present in `flake.nix`
unsuccess = "unsuccess" # Used in cryptopay request

[files]
extend-exclude = [
"config/redis.conf", # `typos` also checked "AKE" in the file, which is present as a quoted string
"openapi/open_api_spec.yaml", # no longer updated
"crates/router/src/utils/user/blocker_emails.txt", # this file contains various email domains
"CHANGELOG.md", # This file contains all the commits
]
514 changes: 514 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

0 comments on commit ab97656

Please sign in to comment.