-
Notifications
You must be signed in to change notification settings - Fork 655
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
Conversation
…enance キャッシュ削除時のメンテナンスタイミングを調整
利用していないルーティングの削除
skip や incomplete とマークされているテストの一部を修正
4.0/4.1-feature/4.1-core ブランチの内容を 4.1 ブランチに取り込み
Webインストーラでのプラグイン有効化時にインストール処理を追加
php-cs-fixer を実行
バージョンを 4.1-beta3 に変更
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!
概要(Overview・Refs Issue)
4.1-beta3でのパッケージで、SQLiteでプラグインを有効化できない
dtb_plugin.csvで、SQLiteでは読めない値が生成されるため。
以下のエクスポート時に、固定値で出力するように修正しています。
7c87baf
#5107 のPRに継続しています。
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目