PR

【5/10】新大陸リリース #1805

kouho opened this at 2022-05-09T16:21:44; closed

Description

opened by kouho at 2022-05-09T16:21:44; updated 2022-05-10T11:57:19

概要

以下のPRです。
報酬配布は今回なし。リリース作業は5/10午前中に対応予定
開発からの変更点としてコンフリクト解消のためdefine_y.incの修正をしています。

  • 新大陸イベントのリリース 【5/10】新大陸イベント #1764

ブランチ

web:release_0510
db:release_0510

テスト方法、確認した内容

  • 開発ブランチとの差異はないか
  • 新大陸は正常に開催されるか

TODO

リリース作業

リリース

  • [x] DBの初期化
#DBの初期化

1.team_data 
更新
UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
確認
SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;

2.user_event_new_island
更新(空にする)
truncate table  user_event_new_island;
確認
SELECT  * FROM  `user_event_new_island`;
  • [x] 本番DB更新
git checkout master
git merge release_0510
git push
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web

ssh jr-web01
#実際に更新のあったファイルが更新された確認

管理画面

  • 新大陸
  • 告知
  • swf告知
  • カードステータス
  • 戦闘デモ

Comment

#18900 by kouho at 2022-05-09T16:22:05; updated 2022-05-09T16:22:05

@wada
確認お願いいたします

Comment

#18902 by wada at 2022-05-09T17:50:12; updated 2022-05-09T17:50:12

@kouho
直前で申し訳ないですが、img/card_piece/card_detail/586_1.pngの証の必要数がずれて表示されています。

Comment

#18903 by kouho at 2022-05-10T11:14:29; updated 2022-05-10T11:14:29

@wada
ご指摘ありがとうございます。画像修正しました

Comment

#18904 by wada at 2022-05-10T11:21:12; updated 2022-05-10T11:21:12

@kouho
修正確認しました。OKです

wada add_label at 2022-05-10T11:21:15: 和田 LGTM
kouho merge at 2022-05-10T11:55:00: 【5/10】新大陸リリース
kouho close at 2022-05-10T11:55:00: Close

Commit range

base6d16f51d9edd8b8f665997fc767ffceea24fb166
headfc22a1dc5631879e3dc1b3ca3e6757594047a18b
base branchjolly/jr-web:master
head branchjolly/jr-web:release_0510

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed22 filesView patch
statusfile
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/NewIslandStageConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/card_piece/card_detail/586_1.png
addedpublic_html/img/card_piece/card_detail/586_2.png
addedpublic_html/img/card_piece/icon/113.png
addedpublic_html/img/item/card_piece/120/113.jpg
addedpublic_html/img/item/card_piece/150/113.jpg
addedpublic_html/img/item/card_piece/60/113.jpg
addedpublic_html/img/item/card_piece/70/113.jpg
addedpublic_html/img/mission/newisland/17/effect/ef624.jpg
addedpublic_html/img/mission/newisland/17/effect/ef628.png
addedpublic_html/img/mission/newisland/17/effect/ef629.png
addedpublic_html/img/mission/newisland/17/effect/ef630.png
addedpublic_html/img/mission/newisland/17/newisland_bar/1.jpg
addedpublic_html/img/mission/newisland/17/newisland_bar/2.jpg
addedpublic_html/img/mission/newisland/17/newisland_bar/3.jpg
addedpublic_html/img/mission/newisland/17/newisland_bar/4.jpg
addedpublic_html/img/mission/newisland/17/newisland_bar/5.jpg
addedpublic_html/img/mission/newisland/17/newisland_bar/mainpage_mission_btn_icon.png
addedpublic_html/img/mission/newisland/17/newisland_bar/reward.png
addedpublic_html/img/ranking/event_island/info17.jpg
Patch body is stored as a separate file to keep this page lightweight.