-
Notifications
You must be signed in to change notification settings - Fork 71
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
Release 2023-02-23 04:02:23 #6241
Merged
Merged
Conversation
This file contains 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
github-actions
bot
commented
Feb 18, 2023
•
edited by mono-nobe
Loading
edited by mono-nobe
- メンション通知をactive_delivery化する #6085 メンション通知をactive_delivery化する @Seakimhour
- Q&A個別ページに同プラクティス関連Q&A一覧を追加する #6135 Q&A個別ページに同プラクティス関連Q&A一覧を追加する @futa4095
- 管理画面のお試し延長一覧のステータスに「開催前」「開催中」を追加 #6162 管理画面のお試し延長一覧のステータスに「開催前」「開催中」を追加 @shizimi50
- 管理者権限でユーザー情報変更ページから一般受講生を「研修生」に変更できるようにする #6163 管理者権限でユーザー情報変更ページから一般受講生を「研修生」に変更できるようにする @akingo55
- ユーザー情報変更画面にサブスクリプションID項目を追加 #6177 ユーザー情報変更画面にサブスクリプションID項目を追加 @mono-nobe
- 日報作成ページにMac以外の環境用ショートカットキーを表示する #6205 日報作成ページにMac以外の環境用ショートカットキーを表示する @futa4095
- 管理画面のお試し延長一覧にユーザー数を表示するようにした #6206 管理画面のお試し延長一覧にユーザー数を表示するようにした @lef237
- Docsの作成通知をactive_deliveryに置き換える #6213 Docsの作成通知をactive_deliveryに置き換える @uchihiro04
- reports.vueをreactのReports.jsxに書き換えた #6236 reports.vueをreactのReports.jsxに書き換えた @lef237
- rails6.1系では動かないto_fsを修正 #6249 rails6.1系では動かないto_fsを修正 @komagata
データの日付については、退会した生徒がいる2014年を基準に考えた。開始日と終了日については、ローカル環境の画面上でお試し延長作成をしたあとに、rails cでCampaign.allをおこなってfixturesの書き方を確認した。
…-admin-campaign 管理画面のお試し延長一覧のステータスに「開催前」「開催中」を追加
reports.vueをreactのReports.jsxに書き換えた
github-actions
bot
changed the title
Release 2023-02-18 02:25:01
Release 2023-02-18 05:13:55
Feb 18, 2023
直接アクセスしないと思うため ``` Unreachable action methods (8): rake aborted! Unused routes or unreachable action methods detected. /home/runner/work/bootcamp/bootcamp/vendor/bundle/ruby/3.1.0/gems/traceroute-0.8.1/lib/tasks/traceroute.rake:23:in `block in <main>' /home/runner/work/bootcamp/bootcamp/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake:27:in `<top (required)>' /opt/hostedtoolcache/Ruby/3.1.0/x64/bin/bundle:25:in `load' /opt/hostedtoolcache/Ruby/3.1.0/x64/bin/bundle:25:in `<main>' Tasks: TOP => traceroute (See full trace by running task with --trace) active_storage/base#send_stream active_storage/representations/base#send_stream active_storage/blobs/redirect#send_stream active_storage/blobs/proxy#send_stream active_storage/disk#send_stream active_storage/direct_uploads#send_stream active_storage/representations/redirect#send_stream active_storage/representations/proxy#send_stream Error: Process completed with exit code 1. ```
github-actions
bot
changed the title
Release 2023-02-18 05:13:55
Release 2023-02-18 07:46:26
Feb 18, 2023
… TimeWithZone#to_fs(:db) instead. を解消 DEPRECATION WARNING: Date#to_s(:db) is deprecated. Please use Date#to_fs(:db) instead. もあわせて解消した
「Metrics/ClassLength: Class has too many lines.」という指摘を受けていますが、ActivityMailerクラスは今後active_delivery化を進めていく中でコードが増えていくことが予想されます。そのため今回は、.rubocop.ymlに該当するファイルを追加する形でrubocopの指摘を回避しました。
.rubocop.ymlにファイルを追加してrubocopの指摘を回避しているため、rubocopからコメントは不要との指摘を受けました。そのため、今回はrubocopの指摘を回避するコメントを削除しました。
… TimeWithZone#to_fs(:db) instead. を解消 DEPRECATION WARNING: Date#to_s(:db) is deprecated. Please use Date#to_fs(:db) instead. もあわせて解消した
github-actions
bot
changed the title
Release 2023-02-18 07:46:26
Release 2023-02-18 07:58:49
Feb 18, 2023
rails6.1系では動かないto_fsを修正
github-actions
bot
changed the title
Release 2023-02-18 07:58:49
Release 2023-02-20 01:07:11
Feb 20, 2023
…n_docs_creation_with_active_delivery Docsの作成通知をactive_deliveryに置き換える
github-actions
bot
changed the title
Release 2023-02-20 01:07:11
Release 2023-02-23 04:02:23
Feb 23, 2023
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.