-
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 2021-11-18 05:48:19 #3553
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
Nov 11, 2021
•
edited by taka61
Loading
edited by taka61
- stripe gem をアップデートします #3415 stripe gem をアップデートします @komagata
- お知らせ個別ページにWatch機能を追加した #3512 お知らせ個別ページにWatch機能を追加した @haruguchi-yuma
- 非表示になっている古いコメントの数を表示するようにしました #3517 非表示になっている古いコメントの数を表示するようにしました @kawase-k
- ユーザー個別ページの提出物タブに数字 #3522 ユーザー個別ページの提出物タブに数字 @ShotaTsuru
- プラクティス一覧画面にアクセス時のN+1を解消 #3526 プラクティス一覧画面にアクセス時のN+1を解消 @shibaaaa
- ユーザープロフィール画面遷移時のN+1を解消 #3527 ユーザープロフィール画面遷移時のN+1を解消 @shibaaaa
- イベントの申込み期限が過ぎていてもキャンセルできるようにしました #3528 イベントの申込み期限が過ぎていてもキャンセルできるようにしました @kawase-k
- Q&Aで質問者にメンション付き回答を送ると、「メンション」と「Watch」両方の通知(+メール)が来ないように修正した #3529 Q&Aで質問者にメンション付き回答を送ると、「メンション」と「Watch」両方の通知(+メール)が来ないように修正した @Ichiyo14
- 開発環境をDockerで動かす方法を追加 #3531 開発環境をDockerで動かす方法を追加 @sinsoku
- 提出物一覧のローディングをプレースホルダに変更 #3545 提出物一覧のローディングをプレースホルダに変更 @IkumaTadokoro
- mentor_last_comment_at を mentor_last_commented_at に変更 #3549 mentor_last_comment_at を mentor_last_commented_at に変更 @IkumaTadokoro
- 管理ページのページタイトルを修正 #3550 管理ページのページタイトルを修正 @yoshitaku-jp
- ユーザー個別ページのコメントタブに数字を表示する #3551 ユーザー個別ページのコメントタブに数字を表示する @yoshitaku-jp
- 日報一覧のローディングをプレースホルダに変更しました #3552 日報一覧のローディングをプレースホルダに変更しました @kawase-k
- ブログリンクをBootcampのブログへ変更 #3558 ブログリンクをBootcampのブログへ変更 @komagata
- デフォルトではrack-mini-profilerをdisableにした #3559 デフォルトではrack-mini-profilerをdisableにした @komagata
- Timezone設定 #3564 Timezone設定 @komagata
- ユーザ名に加えてフルネームを画面表示する #3565 ユーザ名に加えてフルネームを画面表示する @yoshitaku-jp
- コメントユーザーのアイコンサイズがおかしくなっているのを修正、Googleカレンダーに追加ボタンのデザイン、期一覧に戻るボタンのデザイン崩れ修正崩れ修正 #3569 コメントユーザーのアイコンサイズがおかしくなっているのを修正、Googleカレンダーに追加ボタンのデザイン、期一覧に戻るボタンのデザイン崩れ修正崩れ修正 @machida
- routesを分割した #3580 routesを分割した @komagata
- 日報一覧の絞り込みの文言を折り返さないようにした #3582 日報一覧の絞り込みの文言を折り返さないようにした @taka61
- Date gem をアップデートします #3586 Date gem をアップデートします @ima1zumi
カテゴリーごとにpracticesテーブルへクエリを発行していたのを一度のクエリにするため
rubocopの指摘事項
practicesテーブルへのN+1が発生していたため
開発環境の構築をより簡単にするため、Codespacesで 起動できるようにします。 ## 参考ページ - https://github.co.jp/features/codespaces - https://github.com/microsoft/vscode-dev-containers/tree/v0.205.1/containers/ruby-rails-postgres/.devcontainer
開発環境をDockerで動かすための設定を追加します。 MacとCodespacesで設定が異なるため、一部の値を上書きしています。 ## image バージョンを更新するとビルドを強制することができる。 Rubyのバージョンアップなどで `.devcontainer/Dockerfile` を更新 したときにバージョンを更新します。 ## volumes, tmpfs MacのDockerでホストとコンテナ間のファイル共有を行うと遅くなるため、 ボリュームをマウントすることでファイル共有を減らします。 ## expose, ports http://localhost:3000 でアクセスできるようにポートフォワードの 設定を追加しています。
ユーザープロフィール画面遷移時のN+1を解消
github-actions
bot
changed the title
Release 2021-11-13 15:51:03
Release 2021-11-13 19:54:36
Nov 13, 2021
コメントユーザーのアイコンサイズがおかしくなっているのを修正、Googleカレンダーに追加ボタンのデザイン、期一覧に戻るボタンのデザイン崩れ修正崩れ修正
github-actions
bot
changed the title
Release 2021-11-13 19:54:36
Release 2021-11-15 08:33:35
Nov 15, 2021
…-column-to-products mentor_last_comment_at を mentor_last_commented_at に変更
github-actions
bot
changed the title
Release 2021-11-15 08:33:35
Release 2021-11-15 18:32:43
Nov 15, 2021
ブログリンクをBootcampのブログへ変更
github-actions
bot
changed the title
Release 2021-11-15 18:32:43
Release 2021-11-16 06:18:51
Nov 16, 2021
github-actions
bot
changed the title
Release 2021-11-16 06:18:51
Release 2021-11-16 07:53:45
Nov 16, 2021
CVE-2021-41817 の脆弱性が発見されたため Date gem をアップデートする https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/
Date gem をアップデートします
github-actions
bot
changed the title
Release 2021-11-16 07:53:45
Release 2021-11-17 13:34:29
Nov 17, 2021
ユーザー個別ページの提出物タブに数字
github-actions
bot
changed the title
Release 2021-11-17 13:34:29
Release 2021-11-17 18:04:48
Nov 17, 2021
…rt-listpage ユーザ名に加えてフルネームを画面表示する
github-actions
bot
changed the title
Release 2021-11-17 18:04:48
Release 2021-11-17 18:05:45
Nov 17, 2021
管理ページのページタイトルを修正
github-actions
bot
changed the title
Release 2021-11-17 18:05:45
Release 2021-11-17 18:06:07
Nov 17, 2021
日報一覧の絞り込みの文言を折り返さないようにした
github-actions
bot
changed the title
Release 2021-11-17 18:06:07
Release 2021-11-18 05:48:19
Nov 18, 2021
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.