Skip to content

Release 2026-04-01 05:53:58 +0000#9857

Open
github-actions[bot] wants to merge 33 commits intoproductionfrom
main
Open

Release 2026-04-01 05:53:58 +0000#9857
github-actions[bot] wants to merge 33 commits intoproductionfrom
main

Conversation

s-tone-gs and others added 7 commits March 13, 2026 14:55
期待値はハードコードした方が良いと感じた
動的に期待値を取得すると何のテストかが分かりにくくなる
記述も簡潔になり、出力も分かりやすくなるため
Bumps [action_text-trix](https://github.com/basecamp/trix) from 2.1.17 to 2.1.18.
- [Release notes](https://github.com/basecamp/trix/releases)
- [Commits](basecamp/trix@v2.1.17...v2.1.18)

---
updated-dependencies:
- dependency-name: action_text-trix
  dependency-version: 2.1.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
テストがfixtureのデータ数に依存しないように修正
@github-actions github-actions bot changed the title Preparing release pull request... Release 2026-03-30 02:48:58 +0000 Mar 30, 2026
- bin/setup: worktree環境変数が設定されている場合、自動でDB名サフィックスとポートを設定
- bin/teardown: worktree終了時にDBを削除するスクリプトを新規追加
- 既存のAI解答機能(ai_answer)を完全に削除
  - AiAnswerCreator, AiAnswerCreateJob, Ai::AnswerGenerator を削除
  - ai_answer カラム削除マイグレーション追加
  - show.html.slim, API jbuilder からai_answer表示を削除
- Q&A質問作成時にピヨルドが自動回答する機能を追加
  - PjordQuestionAnswerer: question.create の通知でジョブをenqueue
  - PjordQuestionAnswerJob: Pjord.respondで回答生成しAnswerとして投稿
  - メンション不要で自動的に回答
  - 既存のメンション応答機能(PjordRespondJob)は変更なし
- bin/setup: サフィックスのバリデーション追加、フォールバック3000削除
- bin/teardown: db:dropの結果に応じたメッセージ表示
@github-actions github-actions bot changed the title Release 2026-03-30 02:48:58 +0000 Release 2026-03-30 08:02:25 +0000 Mar 30, 2026
- RuboCop: unused argument message → _message に修正
- テスト: retry_on を削除(inline adapter で enqueue_at が NotImplementedError)
- テスト: Ai::AnswerGenerator テスト・VCRカセットの削除漏れ修正
- テスト: PjordQuestionAnswererTest を ActiveJob::TestCase に変更
- mock_helper: OpenAI レスポンスに RubyLLM 互換フィールド追加
- PjordQuestionAnswerJob: Pjord.respond の例外を rescue して return
  - CIではAPIキーが未設定のため RubyLLM::ConfigurationError が発生
  - WebMockスタブはRubyLLMのAPIキー検証より後のため効かない
- テスト: lambda の keyword argument 名を message: に戻す
  - _message: だと呼び出し側の message: とマッチしない
- build_context: respond_to?(:where_mention) チェックを削除(Question は常に Mentioner を include)
2018-11-08から最新メジャーリリースにアップグレード。
全てのStripe関連テストがパスすることを確認済み。
Stripe APIバージョンを2026-03-25.dahliaにアップグレード
@github-actions github-actions bot changed the title Release 2026-03-30 08:02:25 +0000 Release 2026-03-30 15:08:13 +0000 Mar 30, 2026
@github-actions github-actions bot changed the title Release 2026-03-30 15:08:13 +0000 Release 2026-03-30 15:12:06 +0000 Mar 30, 2026
- RubyLLMの設定をANTHROPIC_API_KEYを使用するように変更
- デフォルトモデルをclaude-sonnet-4-6に変更
AIがQ&Aの構造を理解しやすいように、タイトルと質問内容を
明確に区別したフォーマットに変更
Q&A質問投稿時にピヨルドが自動回答する機能を追加
@github-actions github-actions bot changed the title Release 2026-03-30 15:12:06 +0000 Release 2026-03-30 19:30:39 +0000 Mar 30, 2026
@github-actions github-actions bot changed the title Release 2026-03-30 19:30:39 +0000 Release 2026-03-30 21:12:32 +0000 Mar 30, 2026
@github-actions github-actions bot changed the title Release 2026-03-30 21:12:32 +0000 Release 2026-04-01 05:45:05 +0000 Apr 1, 2026
…or-report-learning-start-time-to-learning-time-frame

日報作成時、デフォルトでセットされている学習時間を主な活動予定時間を参考にセットする機能を実装
@github-actions github-actions bot changed the title Release 2026-04-01 05:45:05 +0000 Release 2026-04-01 05:49:16 +0000 Apr 1, 2026
…ut_file

分報のページはviewのlayoutを分報独自のlayoutファイルを使うようにした
@github-actions github-actions bot changed the title Release 2026-04-01 05:49:16 +0000 Release 2026-04-01 05:53:58 +0000 Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants