Open
Conversation
ec-cube/4.3-symfony7で動作するように改修しました。 Symfony7対応やPHP8.2以降の対応を含みます。 - 名前空間をProductReview42からProductReview44に変更 - アノテーションからAttributeへの移行 - @route → #[Route] - @template → #[Template] - Doctrineアノテーション → PHP 8属性 - コンストラクタのプロパティプロモーションを使用 - 型宣言の追加と整合性の修正 - 戻り値型、パラメータ型の追加 - エンティティのプロパティとgetter/setterの型を統一(nullable型の整合性) - EntityManager::flush()の呼び出しを引数なしに変更 - セッションキーの修正(CSVダウンロード機能) - 検索機能の修正 - 型アノテーションを追加 - !is_nullはissetで担保されるため削除 - ProductReviewEvent.phpでnull安全演算子を使用 - テンプレートパスをProductReview42からProductReview44に変更 - テストコードの更新 - declare(strict_types=1)の追加 - 型宣言の追加(プロパティをnullable型に変更) - アサーション方法の更新 - テンプレートクラス名の修正(heading02 → ec-rectHeading) - composer.jsonの更新(パッケージ名とバージョン)
EC-CUBE 4.3-symfony7ブランチを指定してテストが実行できるように設定を整理しました。 正式版リリース後、ブランチ名を修正してください。 - ワークフロー名をProductReview42からProductReview44に変更 - matrixのDB設定をmysqlとpgsqlに統一(mysql8を削除) - MySQLのポート番号を3308から3306に変更(標準ポートに統一) - servicesのデータベース名を固定値'eccube_db'に変更(matrix.dbnameの参照を削除) - MYSQL_DATABASEを削除(元から未設定のため) - eccube_versionに4.3-symfony7ブランチを追加 - GitHub Actionsのアクションをバージョンアップ - actions/cache: v2 → v4 - svenstaro/upload-release-action: v1-release → v2
This file contains hidden or 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
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.
概要(Overview・Refs Issue)
EC-CUBE 4.3-symfony7ブランチで動作するように改修しました。
Symfony7対応やPHP8.2以降の対応を含みます。
方針(Policy)
実装に関する補足(Appendix)
コード変更
CI/CDワークフロー
テスト(Test)
残タスク(Tasks)