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

4.1ブランチの修正を4.2ブランチへマージ #5487

Merged
merged 37 commits into from
Aug 2, 2022

Conversation

chihiro-adachi
Copy link
Contributor

概要(Overview・Refs Issue)

4.1ブランチの修正を4.2ブランチへマージしました。

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

dependabot bot and others added 30 commits June 3, 2022 23:37
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
最新ではなくても良いのですが、gulp-sassをバージョンアップし、node-sassに依存しないようにしないとalpineでnpm iを実行した際古いnode-sassをインストールするスクリプトにprint "test"のような記述がありpython 3の記法エラーで終了します
…-codeception-module

最新のMailCatcherイメージでのエラーを修正
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.7/CHANGELOG.md)
- [Commits](guzzle/guzzle@6.5.6...6.5.7)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases)
- [Commits](jpeg-js/jpeg-js@v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: jpeg-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…semver-regex-3.1.4

Bump semver-regex from 3.1.3 to 3.1.4
…zap/selenium/ci/TypeScript/jpeg-js-0.4.4

Bump jpeg-js from 0.4.3 to 0.4.4 in /zap/selenium/ci/TypeScript
…lehttp/guzzle-6.5.7

Bump guzzlehttp/guzzle from 6.5.6 to 6.5.7
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md)
- [Commits](guzzle/guzzle@6.5.7...6.5.8)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…lehttp/guzzle-6.5.8

Bump guzzlehttp/guzzle from 6.5.7 to 6.5.8
…_startup

コンテナビルド時にEC-CUBEを初期化せずに、コンテナ初回起動時に初期化する。
商品CSV登録で商品コードの項目がなければ更新を無視するように対応
@chihiro-adachi chihiro-adachi added this to the 4.2.0 milestone Aug 2, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2022

Codecov Report

Merging #5487 (d66ba86) into 4.2 (cefe54e) will decrease coverage by 0.00%.
The diff coverage is 87.50%.

@@             Coverage Diff              @@
##                4.2    #5487      +/-   ##
============================================
- Coverage     78.81%   78.80%   -0.01%     
  Complexity     6246     6246              
============================================
  Files           468      468              
  Lines         20982    20981       -1     
============================================
- Hits          16536    16535       -1     
  Misses         4446     4446              
Flag Coverage Δ
E2E 64.77% <56.25%> (-0.03%) ⬇️
Unit 77.50% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...e/Controller/Admin/Product/CsvImportController.php 64.74% <80.00%> (+0.07%) ⬆️
src/Eccube/Form/Type/PhoneNumberType.php 100.00% <100.00%> (+4.54%) ⬆️
src/Eccube/Form/Type/PostalType.php 95.23% <100.00%> (-0.22%) ⬇️
...ontroller/Admin/Product/ProductClassController.php 90.28% <0.00%> (-0.58%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@taguchimasahiro taguchimasahiro merged commit 8545d89 into EC-CUBE:4.2 Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants