-
Notifications
You must be signed in to change notification settings - Fork 72
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 2025-02-02 02:43:35 +0000 #8212
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 22, 2024
•
edited by kitarou888
Loading
edited by kitarou888
- 分報の一覧と投稿の実装 #7924 @Shrimprin
- コーディングテスト機能 #7935 @komagata
- 企業個別ページ傘下のユーザー一覧をVueからRailsに変更 #7956 @Judeeeee
- 提出物未チェックの場合、学習ステータスを修了にできないように変更 #7994 @reckyy
- Q&AのAnswer部分を非Vue化 #8033 @reckyy
- メンターダッシュボードに表示しているn日経過の提出物一覧を非vue化 #8096 @Shrimprin
- 休会時のお知らせメール内に復帰予定日と理由を表示するようにした #8144 @Ryooo-k
- 未ログイン状態のトップ画面にGitHubのリンクを追加 #8161 @hagiya0121
- 日報の学習日入力部分に範囲バリデーションを追加した #8181 @ayu-0505
- ブログ記事の一覧にて、feature タグがついてるブログ記事はメンター・管理者にだけ目印が表示される。 #8186 @ayu-0505
- イベント名がマークダウン記号から始まるのを禁止するバリデーションを設定 #8199 @hagiya0121
- 提出物の最終コメント経過日数通知を5日後から3日後に変更 #8204 @hagiya0121
- 日数が経った提出物の通知の数字を修正 #8210 @okuramasafumi
- プレスキットページ、ロゴページ作成 #8211 @machida
- classの順番を変えた #8213 @machida
- LPのタイプミスを修正 #8214 @machida
- 相談部屋のコメントを省いたコメント数を出力するようにした #8223 @Ryooo-k
- 定期イベント更新時の通知を、イベント作成者ではなく更新者から通知が送られるように変更 #8226 @hagiya0121
- 卒業生の声ページのheadタグを正しいものに修正した #8228 @mousu-a
- 卒業生の声ページのheadタグを正しいものに修正した #8229 @mousu-a
- 管理ページの企業一覧を非React化した #8230 @Ryooo-k
- Bump rails-html-sanitizer from 1.6.0 to 1.6.1 #8235 @dependabot[bot]
- ステージング環境で休会できるようにした #8251 @komagata
- タイポ修正 #8253 @machida
- Regular Event のテストが失敗していたバグを修正 #8256 @mousu-a
- フッターメニューにRouletteTalkを追加 #8266 @kitarou888
- サブスクリプションをキャンセル済みの場合はキャンセル処理をしないようにした #8271 @komagata
- Q&A Answer部分の非Vue化の不具合修正 #8275 @reckyy
- chromeのバージョンを固定 #8276 @komagata
- Q&A Answer部分の非Vue化の不具合修正(追加) #8285 @reckyy
- カレンダーアプリ上で定期イベントの開始・終了時間が UTC 基準になる問題を修正 #8288 @ymmtd0x0b
- Reスキルコースにプラクティスをコピーするタスクを作成 #8293 @komagata
提出物のCheckが済んでいないため、API::Practices::Learning::CompletionMessageController#updateが実行できていなかった。
このビューのロジックは「4日以上経過した提出物がなければ、提出物は ありませんと表示する」ものなのに、実際には「0日以上経過している 提出物はありません」というミスリードな表示になっている。 原因は「0日」の部分の変数が間違っているためなので、それを修正する。
- リンクがユーザー一覧となっていたため、そのメンターのページへ修正
- 7日経過の場合、7日以上経過に修正
この条件の場合にStripe APIでエラーが起きるため。 (キャンセル済みの場合、キャンセル理由の欄しか変更できない。) 同じメソッドを使っている休会・退会も同じ影響がある。
comments_test.rb L193 の対応
リクエストの内容が変化したため
サブスクリプションをキャンセル済みの場合はキャンセル処理をしないようにした
…rt-button Q&A Answer部分の非Vue化の不具合修正
同時に、不要なクラスも削除している
…t_is_shifted カレンダーアプリ上で定期イベントの開始・終了時間が UTC 基準になる問題を修正
Q&A Answer部分の非Vue化の不具合修正(追加)
Reスキルコースにプラクティスをコピーするタスクを作成
…o-footer フッターメニューにRouletteTalkを追加
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.