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

管理画面へ2段階認証機能を追加(4.1) #5084

Closed
wants to merge 18 commits into from

Conversation

chihiro-adachi
Copy link
Contributor

概要(Overview・Refs Issue)

#5017 管理画面へ2段階認証機能を追加 を、4.1ブランチをベースに変更しました。

以下微調整を行っています。

  • ユニットテスト・E2Eテストの修正
  • symfony4.4で動作しないコードを修正
  • 2段階認証の設定状況を表示するように修正

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

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

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

レビュワー確認項目

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

@codecov-commenter
Copy link

Codecov Report

Merging #5084 (ef82fce) into 4.1 (8c3ae69) will decrease coverage by 0.51%.
The diff coverage is 21.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.1    #5084      +/-   ##
============================================
- Coverage     75.96%   75.45%   -0.52%     
- Complexity     5946     6013      +67     
============================================
  Files           449      453       +4     
  Lines         20922    21098     +176     
============================================
+ Hits          15893    15919      +26     
- Misses         5029     5179     +150     
Flag Coverage Δ
tests 75.45% <21.71%> (-0.52%) ⬇️

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

Impacted Files Coverage Δ
...r/Admin/Setting/System/TwoFactorAuthController.php 0.00% <0.00%> (ø)
src/Eccube/Form/Type/Admin/TwoFactorAuthType.php 0.00% <0.00%> (ø)
src/Eccube/Entity/Member.php 84.94% <20.00%> (-7.83%) ⬇️
src/Eccube/Service/TwoFactorAuthService.php 31.48% <31.48%> (ø)
src/Eccube/EventListener/TwoFactorAuthListener.php 69.23% <69.23%> (ø)
src/Eccube/Form/Type/Admin/MemberType.php 75.51% <100.00%> (-20.24%) ⬇️
...be/Service/PurchaseFlow/Processor/TaxProcessor.php 79.62% <0.00%> (-3.71%) ⬇️
src/Eccube/Service/OrderPdfService.php 94.68% <0.00%> (-0.36%) ⬇️
... and 3 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 8c3ae69...ef82fce. Read the comment docs.

@chihiro-adachi
Copy link
Contributor Author

#5017 へ反映しましたので本PRはクローズします

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.

3 participants