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-beta3: SQLiteでプラグインの有効化ができない不具合の修正 #5108

Merged
merged 26 commits into from
Aug 16, 2021

Conversation

chihiro-adachi
Copy link
Contributor

概要(Overview・Refs Issue)

4.1-beta3でのパッケージで、SQLiteでプラグインを有効化できない
dtb_plugin.csvで、SQLiteでは読めない値が生成されるため。

以下のエクスポート時に、固定値で出力するように修正しています。
7c87baf

#5107 のPRに継続しています。

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

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

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

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

chihiro-adachi and others added 26 commits July 15, 2021 14:53
…enance

キャッシュ削除時のメンテナンスタイミングを調整
利用していないルーティングの削除
skip や incomplete とマークされているテストの一部を修正
4.0/4.1-feature/4.1-core ブランチの内容を 4.1 ブランチに取り込み
Webインストーラでのプラグイン有効化時にインストール処理を追加
バージョンを 4.1-beta3 に変更
@chihiro-adachi chihiro-adachi added this to the 4.1 milestone Aug 13, 2021
@chihiro-adachi chihiro-adachi changed the title 4.1-beta3:SQLiteでプラグインの有効化ができない不具合の修正 4.1-beta3: SQLiteでプラグインの有効化ができない不具合の修正 Aug 13, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #5108 (7c87baf) into 4.1-beta3 (eae94bc) will increase coverage by 0.08%.
The diff coverage is 23.25%.

Impacted file tree graph

@@              Coverage Diff              @@
##           4.1-beta3    #5108      +/-   ##
=============================================
+ Coverage      68.07%   68.16%   +0.08%     
=============================================
  Files            457      457              
  Lines          24972    24980       +8     
=============================================
+ Hits           17000    17027      +27     
+ Misses          7972     7953      -19     
Flag Coverage Δ
tests 68.16% <23.25%> (+0.08%) ⬆️

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

Impacted Files Coverage Δ
...ccube/Controller/Admin/Content/CacheController.php 0.00% <0.00%> (ø)
...e/Controller/Admin/Product/CsvImportController.php 55.56% <ø> (ø)
...ube/Controller/Admin/Product/ProductController.php 76.99% <ø> (+1.09%) ⬆️
...r/Admin/Setting/System/TwoFactorAuthController.php 0.00% <0.00%> (ø)
...be/Controller/Admin/Store/OwnerStoreController.php 0.00% <ø> (ø)
...Eccube/Controller/Admin/Store/PluginController.php 7.82% <0.00%> (ø)
...rc/Eccube/Controller/Install/InstallController.php 12.50% <0.00%> (ø)
src/Eccube/Controller/InstallPluginController.php 0.00% <0.00%> (ø)
src/Eccube/Controller/SitemapController.php 83.78% <ø> (ø)
src/Eccube/EventListener/MaintenanceListener.php 88.88% <ø> (+33.33%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eae94bc...7c87baf. Read the comment docs.

Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

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.

5 participants