Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cypress): add multiple creds and flags support #6588

Merged
merged 89 commits into from
Dec 3, 2024

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    8dffa26 View commit details
    Browse the repository at this point in the history
  2. chore: lints

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    da794b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a23016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ad96f View commit details
    Browse the repository at this point in the history
  5. chore: fix typo

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1860630 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    592fb66 View commit details
    Browse the repository at this point in the history
  7. feat: add flags

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1364f32 View commit details
    Browse the repository at this point in the history
  8. chore: lints

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    aabaf5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96f1b5c View commit details
    Browse the repository at this point in the history
  10. chore: lints

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e89a777 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ca504f View commit details
    Browse the repository at this point in the history
  12. remove redundant code

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    688d1db View commit details
    Browse the repository at this point in the history
  13. refactor: set configs to null by default

    this is done so that regressions may not arise
    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4c09bf6 View commit details
    Browse the repository at this point in the history
  14. fix: configs

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0cda3e0 View commit details
    Browse the repository at this point in the history
  15. fix: configs

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4d95c66 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5584661 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    965e33a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ca593d View commit details
    Browse the repository at this point in the history
  19. refactor: call execConfigs in commands.js

    i'm yet to figure out how to use profile_id in refunds.
    
    also, i'm i supposed to pass `x-profile-id` instead? just like we do in
    `v2`?
    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7788703 View commit details
    Browse the repository at this point in the history
  20. fix: string it is

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    424b822 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    99ce4c2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b2abc84 View commit details
    Browse the repository at this point in the history
  23. fix: move configs to last of function

    because, come on, this is javascript and it is shit
    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5097bde View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d5a2619 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0fef491 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    12664fb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1a9dfd7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fcac1f5 View commit details
    Browse the repository at this point in the history
  29. chore: lints

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    770bf53 View commit details
    Browse the repository at this point in the history
  30. fix: inconsistencies

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2b2682c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d31f9dd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0c2d565 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ed990a5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9bed7c2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    220c804 View commit details
    Browse the repository at this point in the history
  36. fix: payouts

    pixincreate committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6c2d61e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    e83de57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4bca8 View commit details
    Browse the repository at this point in the history
  3. chore: lints

    pixincreate committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    857ee39 View commit details
    Browse the repository at this point in the history
  4. chore: introduce eslint

    pixincreate committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b058cb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5434a43 View commit details
    Browse the repository at this point in the history
  6. chore: lints

    pixincreate committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8f10947 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      chore(version): 2024.11.27.0
      fix(core): add payment_id as query param in merchant return url (#6665)
      feat(connector): [Netcetera] add sca exemption (#6611)
      feat(payments): propagate additional payment method data for google pay during MIT (#6644)
      feat: Added grpc based health check (#6441)
      feat(analytics): add `sessionized_metrics` for disputes analytics (#6573)
    pixincreate committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a9b8985 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      chore(version): 2024.11.28.0
      ci(cypress): Move MIT requests to configs and add Paybox Mandates (#6650)
      refactor(core): add error handling wrapper to wehbook (#6636)
      fix(users): Check lineage across entities in invite (#6677)
    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bba48ab View commit details
    Browse the repository at this point in the history
  2. chore: change file name

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2f6bb5a View commit details
    Browse the repository at this point in the history
  3. chore: lints

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a4cabc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09170d0 View commit details
    Browse the repository at this point in the history
  5. chore: address lints

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fcdfbe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc5d1bd View commit details
    Browse the repository at this point in the history
  7. chore: remove unused code

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    debc315 View commit details
    Browse the repository at this point in the history
  8. fix: pre-commit hook

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2810df2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      feat: add support for sdk session call in v2 (#6502)
      fix(analytics): fix bugs in payments page metrics in Analytics V2 dashboard (#6654)
      ci(cypress): Added Config Testcases (#6622)
    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    786ac7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8c6ecd View commit details
    Browse the repository at this point in the history
  11. fix: fix pml utils

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2f393bf View commit details
    Browse the repository at this point in the history
  12. fix: paybox configs

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c01f574 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      feat(connector): worldpay - add dynamic fields and update terminal status mapping (#6468)
    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9878b6f View commit details
    Browse the repository at this point in the history
  14. fix: fixture profile path

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    09c09d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00b59d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9ed423 View commit details
    Browse the repository at this point in the history
  17. fix: path

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4f31cf4 View commit details
    Browse the repository at this point in the history
  18. fix: address ci failure

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4953a18 View commit details
    Browse the repository at this point in the history
  19. fix: address ci failure

    pixincreate committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    60c6723 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2c36ead View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    8f69baa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. ci: address comments

    pixincreate committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    e87c125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6037840 View commit details
    Browse the repository at this point in the history
  3. chore: run formatter

    pixincreate committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    01f41c6 View commit details
    Browse the repository at this point in the history
  4. ci: fix

    pixincreate committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    e9e14e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    52634a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28af1b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0115525 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      chore(version): 2024.12.02.0
      refactor(users): Use domain email type in user DB functions (#6699)
      fix(openapi): Standardise API naming scheme for V2 (#6510)
      feat(users): add tenant id reads in user roles (#6661)
      fix(users): Mark user as verified if user logins from SSO (#6694)
      feat(payments): [Payment links] add showCardFormByDefault config for payment links (#6663)
      feat(connector): [REDSYS] add Connector Template Code (#6659)
      refactor(currency_conversion): release redis lock if api call fails (#6671)
      feat(connector): [Adyen] Fetch email from customer email for payment request (#6676)
      fix(router): populate card network in the network transaction id based MIT flow (#6690)
      refactor(router): [ZSL] remove partially capture status (#6689)
      fix(opensearch): handle empty free-text query search in global search (#6685)
      fix(analytics): fix first_attempt filter value parsing for Payments (#6667)
      chore(version): 2024.11.29.0
    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    de9db95 View commit details
    Browse the repository at this point in the history
  5. chore: update deps

    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    89447e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20aa1b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02af25d View commit details
    Browse the repository at this point in the history
  8. ci: make it job level

    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a053edf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40f540f View commit details
    Browse the repository at this point in the history
  10. ci: fix ci

    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0cd8fdc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1dcd8e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d0bcef View commit details
    Browse the repository at this point in the history
  13. feat: make connector_credential config an object

    this is a huge change! this will make it possible for us to select
    connector based on the need. say, trustpay refunds only work on a
    specific connector credential, pass the spec name, done.
    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ee06922 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'main' of github.com:juspay/hyperswitch into multiple-cr…

    …ed-cypress
    
    * 'main' of github.com:juspay/hyperswitch:
      feat(payment_methods_v2): implement a barebones version of list customer payment methods v2 (#6649)
      ci: update ntid card expiry (#6714)
      chore(version): 2024.12.02.1
      fix(openapi): Revert Standardise API naming scheme for V2 Dashboard Changes (#6712)
    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5c45080 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    490911c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d026e8 View commit details
    Browse the repository at this point in the history
  17. Revert "refactor: do not hard code configs"

    This reverts commit 490911c.
    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    cd0a34c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c42764 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d02730f View commit details
    Browse the repository at this point in the history
  20. ci: remove comment

    pixincreate committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4cd32e8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    172a8d1 View commit details
    Browse the repository at this point in the history