各務原線の駅番号と新宿さざなみの停車駅修正を本番へ反映 - #1681
Conversation
* バージョン管理手順を jj から git へ戻す Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbzF82KsZBG6gbXqXpPWyr * CodeRabbit の指摘に沿って fetch の refspec 明示と hard reset 前の保護を追加 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbzF82KsZBG6gbXqXpPWyr * dev の復旧手順を worktree 安全な git branch -f に変更 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PbzF82KsZBG6gbXqXpPWyr --------- Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🚉 停車駅の変更2 件の変更された停車パターン
✏️ 快速 (Rapid) - 福北ゆたか線 / 福北ゆたか線type_cd=102, line_group_cd=535 変更内容: 門松: ○ → △ | 原町: ○ → △ 全駅リスト (21駅)
✏️ 新宿さざなみ (Shinjuku Sazanami) - 中央線(快速) / 中央・総武線 / 総武本線 / 内房線type_cd=278, line_group_cd=887 変更内容: 姉ケ崎: △ → ○ | 袖ケ浦: △ → ○ 全駅リスト (45駅)
|
概要
各務原線の駅番号と新宿さざなみの停車駅の修正を、
devから本番用のmasterへ反映します。変更の種類
変更内容
IY-01〜IY-16からKG-01〜KG-16に修正します(各務原線の鵜沼宿〜田神の駅番号をIYからKGに修正 #1680)。アプリケーションコードの変更はありません。駅番号の修正では対象16駅以外が不変であることを確認しています。
テスト
make fmtが通ることmake clippyが通ること(wasm32 ターゲットを含む)make testが通ることコード変更がないため、上記は省略しました。
origin/devを取得し、ローカルのdevをfast-forwardしました。cargo run -p data_validator:[VALID] No errors reported.git diff --check origin/master origin/dev: 成功しました。git log --oneline origin/master..origin/devとファイル差分で変更範囲を確認しました。関連Issue
取り込み元PR: #1680、#1678
スクリーンショット(任意)
データと運用文書の変更のため添付していません。