Release 2026-02-25 12:53:21 +0000#9652
Merged
komagata merged 19 commits intoproductionfrom Feb 26, 2026
Merged
Conversation
Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump qs from 6.14.1 to 6.14.2
日報一覧機能をReactからRails viewに移行しました。 - Reports.jsx、Report.jsx、ListComment.jsxを削除 - 5つのviewでreact_componentをRailsパーシャルに置換 - current_user/reports/index - users/reports/index(プラクティスフィルター追加) - practices/reports/index - companies/reports/index - talks/show(サイドバー部分) - 既存の_report.html.slimパーシャルを活用 - kaminariによるページネーション closes #9127 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
set_current_user_practiceで@userを使用するように修正。 閲覧しているユーザーのコースに基づいたプラクティスを ドロップダウンに表示するようにした。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reports.jsx、Report.jsxを非React化する
…t_description_on_top_page トップページにあるチーム開発の説明文を変更した
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.6...v6.14.0) --- updated-dependencies: - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…14.0 Bump ajv from 6.12.6 to 6.14.0
ボタンとflashメッセージの文言を「コピー」から「複製」に変更した
…oal_description_on_top_page トップページの自作サービス部分の文章を変更した
TextareaMarkdownの二重初期化を防止するガードを追加。 日報編集時、textareaが.js-markdownと.js-report-contentの両方のクラスを 持つため、textarea.jsとreport_template_controllerの両方から TextareaInitializer.initialize()が呼ばれ、drop/pasteイベントリスナーが 二重登録されていた。 data-textarea-markdown-initialized属性で初期化済みかチェックし、 既に初期化済みのtextareaはスキップするようにした。 Fixes #9642
日報編集ページでdropイベントを発火し、fetch(アップロード)が1回だけ 呼ばれることを確認。二重初期化されていれば2回呼ばれてテストが失敗する。 Refs #9642
…earch 「AI検索」を「意味検索」にリネーム
画像アップロード時に画像が2つ表示されるバグを修正
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.