-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 3.1.0 #57
Merged
Merged
Release 3.1.0 #57
Conversation
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
* feat: script to automate package version creation * fix: case-sensitive branch name * fix: script directory * fix: script directory and when to run unit tests * fix: making script executable * fix: fixing directory path * fix: branch version is the destination not source branch * fix: release as case-insensitive * fix: reading destination branch number * fix: removing the wait in the package creation command * feat: updating the script to not run unit tests and better debugging for package creation * fix: pull request branch target * fix: pull request branch source name * fix: git add modified files * fix: git push branch * fix: git fetch before pushing * fix: git pull before pushing * fix: git pull fast-forward before pushing * fix: git pull rebase before pushing * fix: git pull rebase after staging changes * fix: git pull rebase after committing changes * feat: script to automate package version creation * fix: case-sensitive branch name * fix: script directory * fix: script directory and when to run unit tests * fix: making script executable * fix: fixing directory path * fix: branch version is the destination not source branch * fix: release as case-insensitive * fix: reading destination branch number * fix: removing the wait in the package creation command * feat: updating the script to not run unit tests and better debugging for package creation * fix: pull request branch target * fix: pull request branch source name * fix: git add modified files * fix: git push branch * fix: git fetch before pushing * fix: git pull before pushing * fix: git pull fast-forward before pushing * fix: git pull rebase before pushing * fix: git pull rebase after staging changes * fix: git pull rebase after committing changes * fix: git ff after rebasing main * fix: git rebasing main * Updating versions on sfdx-project.json and AdyenOMSConstants.cls if needed * fix: removing unnecessary git status * feat: updating sfdx-project.json with package version id. * fix: removing comment * Updating versions on sfdx-project.json and AdyenOMSConstants.cls if needed * feat: final script for package creation * fix: fixing branches to run the unit tests. * fix: improving when unit tests should be run. * fix: running package creation only if code changes (adding path) --------- Co-authored-by: daniloc <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
* feat: payment auth reversal logic - draft * fix: missing '/' on mocked endpoint * feat: reverse auth (sync part) * feat: cancel endpoint field * feat: layout including cancel endpoint field * fix: cannot create required custom field --------- Co-authored-by: daniloc <[email protected]>
E2E Test for OMS
* feat: non-payment webhook initial code * feat: validation and gatewayLog creation * sonarcloud duplication fix --------- Co-authored-by: Shubham Kumar <[email protected]>
Quality Gate passedIssues Measures |
dcardos
requested review from
amihajlovski,
shanikantsingh,
ShubhamVijaivargiya,
zenit2001 and
shubhamk67
as code owners
September 12, 2024 13:29
shanikantsingh
approved these changes
Sep 13, 2024
shubhamk67
approved these changes
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 3.1.0
Enabling authorization reversal
Also including package automation and E2E testing