-
Notifications
You must be signed in to change notification settings - Fork 108
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 v15.0.0-Beta #494
Merged
Release v15.0.0-Beta #494
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
* Automate services, Update Client/Service class * add target folder to gitignore * missed the CurlClient * Remove changes from old branch * ran codesniffer * moved baseurl creation to service.php class to reduce duplicate code * forgot the codesniffer.. * Added typing and replaced php8> operator * minor fixes * CurlClient method needs to be public * modified createBaseURL to be more descriptive and readable * Change layout to be more explicit and add Unit Tests * codestyle * change name of single services * fix unused var in test * fix codestatic errors * Match regular expression.. * TIL that const don't need $ * codestyling
[ITT-402] BalancePlatform API
* Generate Payments and write tests * Added modifications tests * add payments to sonar exclusion * remove banner * regenerated * remove long description in services
* new models/CI * generate management * UT and codesniffer * merge main and generate again * recover sonar.properties file * remove long description from service
* add POSTerminal endpoints * fix
* ITT-413: Data Protection API * ITT-413: Remove contact info * ITT-413: Update readme * ITT-413: Auto format generated files * ITT-413: Sonar
* Generated Payouts and created UT's * type on sonar properties
Co-authored-by: Wouter Boereboom <[email protected]>
* generate Recurring and create UT * linting and sonar exclusion * remove description in service * removed asci banner to save trees
* add StoredValue API * fix
* added tests and minor fixes * exclude from sonar check * Manual fix in service * Regenerated * exclude autogenerated files from sonar * remove long description in service * fix generation bug
* setup files and generate Transfers * tests and cleanup * add visibility on test functions * exclude autogenerated files from sonar * removed long description and added datetime -> string converter in query param builder * small fix * small change to query param sanitation * fix sonar bugs
* generated binlookup * fix
* add headers to repo * introduce const
* add service and model generation pipeline * update linter
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* add deprecation tag to old services that have a replacement * phpcbf
* small fix to prevent requests without response to be handled as curlError * hotfix checkout url --------- Co-authored-by: Wouter Boereboom <[email protected]>
Co-authored-by: Wouter Boereboom <[email protected]>
* first batch of README changes * add the basic auth part back (partially) * small fix * small comment * adjust readme and makefile to make inner param names camelCase * remove lines from other pr
SonarCloud Quality Gate failed. |
* rename notificationReceiver to webhookReceiver * reduce number of return statements in isAuthenticated function of WebhookReceiver class --------- Co-authored-by: jillingk <[email protected]>
SonarCloud Quality Gate failed. |
* Finalising for release * bumpversion
SonarCloud Quality Gate failed. |
wboereboom
approved these changes
Apr 18, 2023
AlexandrosMor
approved these changes
Apr 18, 2023
jillingk
added a commit
that referenced
this pull request
Apr 18, 2023
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.
Description
Release v15.0.0