-
Notifications
You must be signed in to change notification settings - Fork 23
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
Prepare V4 and remote track develop-4 into develop #493
Merged
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
* [ECP-8935] Support Symfony 7 (#467) * Initial version bump for V4 * [ECP-8935] Update migration due to removed column * [ECP-8935] Fix return types of command controllers * [ECP-8935] Convert annotations into attributes for routing of the controllers * [ECP-8935] Add missing import for the class * [ECP-8935] Implement attributes for command name and definitions * [ECP-8935] Implement attributes for routes of the controllers * [ECP-8935] Handle payment response with correct order transaction * [ECP-8935] Convert annotations into attributes for controller routing * [ECP-8935] Add stateMachineState association to order transaction on donation data builder * [ECP-9047] Migrate to Vuejs 3 (#470) * Initial version bump for V4 * [ECP-8935] Update migration due to removed column * [ECP-8935] Fix return types of command controllers * [ECP-8935] Convert annotations into attributes for routing of the controllers * [ECP-8935] Add missing import for the class * [ECP-8935] Implement attributes for command name and definitions * [ECP-8935] Implement attributes for routes of the controllers * [ECP-8935] Handle payment response with correct order transaction * [ECP-8935] Convert annotations into attributes for controller routing * [ECP-8935] Add stateMachineState association to order transaction on donation data builder * [ECP-9047] Fix Test Configuration button * [ECP-9047] Remove installJsAssets() method * [ECP-9047] Remove JS dist files and update frontend assets * [ECP-9047] Fix v-model usage according to Vuejs 3 * [ECP-9047] Update frontend assets * Remove debugger --------- Co-authored-by: Can Demiralp <[email protected]> * Use Symfony Command return constants * Update frontend assets * Bump PHP version * Ignore LineLength CS errors on route definitions * Fix CS issues * Fix CS issues * Bump E2E workflow Dockware version --------- Co-authored-by: Can Demiralp <[email protected]>
Co-authored-by: Can Demiralp <[email protected]>
* [ECP-9027] Use autowire where it's possible * [ECP-9027] Update definitions --------- Co-authored-by: Can Demiralp <[email protected]>
# Conflicts: # composer.json # src/AdyenPaymentShopware6.php # src/Command/DisablePaymentMethodCommand.php # src/Command/EnablePaymentMethodCommand.php # src/Command/ProcessWebhooksCommand.php # src/Controller/AdminController.php # src/Controller/StoreApi/OrderApi/OrderApiController.php # src/Controller/StoreApi/Payment/PaymentController.php # src/Handlers/Command/DisablePaymentMethodHandler.php # src/Resources/app/storefront/dist/storefront/js/adyen-payment-shopware6.js # src/Resources/app/storefront/dist/storefront/js/adyen-payment-shopware64.js.dist # src/Resources/app/storefront/dist/storefront/js/adyen-payment-shopware65.js.dist # src/Resources/config/services/checkout-api.xml # src/Resources/config/services/commands.xml # src/Resources/config/services/controllers.xml # src/Resources/config/services/payment-handlers.xml # src/Resources/config/services/subscribers.xml # src/Resources/public/administration/js/adyen-payment-shopware6.js # src/Storefront/Controller/FrontendProxyController.php # src/Subscriber/PostPaymentSubscriber.php
peterojo
previously approved these changes
May 16, 2024
* [ECP-9198] Rename CSS classes * [ECP-9198] Update frontend assets * [ECP-9198] Update frontend assets --------- Co-authored-by: Can Demiralp <[email protected]>
* [ECP-9149] Add property type declarations * [ECP-9149] Use PaymentException instead of deprecated classes * [ECP-9149] Remove unused method * [ECP-9149] Check stateMachineState before obtaining technicalName --------- Co-authored-by: Can Demiralp <[email protected]>
Co-authored-by: Can Demiralp <[email protected]>
SushmitaThakur
previously approved these changes
May 17, 2024
candemiralp
force-pushed
the
prepare-v4
branch
2 times, most recently
from
May 22, 2024 13:40
77fa7b2
to
61832f1
Compare
Quality Gate passedIssues Measures |
RokPopov
approved these changes
May 22, 2024
khushboo-singhvi
approved these changes
May 23, 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.
Summary
This PR prepares develop branch for version 4.