PR

【1/11】リリース #1448

kouho opened this at 2022-01-11T09:52:24; closed

Description

opened by kouho at 2022-01-11T09:52:24; updated 2022-01-11T11:45:51

概要

レイドイベントのリリースを行うプルリクでリリース手順も記載しております。

参照リンク

【1/11】レイド11回・第2期 #1398
【1/6】サルベージと陸地のコンパス #1433

ブランチ

webブランチ:release_011112
dbブランチ:release_011112

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

開発用ブランチとの差異がないかどうか

TODO

以下のリリース手順書に沿って作業予定です。

リリース作業

  • [x] レイドのlogの移動
#log移動
cd jr-admin
git pull
cd lib/exec/
vi tool_delete_raid_log.inc (event_no = 27 へ変更)
ENVIRONMENT=production PF=yamada php tool_delete_raid_log.inc
  • [x] レイド関係DBの初期化
#更新
UPDATE `user_mission` SET `raid_point`=0,`raid_point2`=0,`total_raid_point`=0,`m_event_limit`=0;

UPDATE `team_data` SET `raid_stamina`=0,`raid_monster`=0,`raid_monster_vs`=0,`raid_lv`=0,`raid_count`=0,`total_raid_count`=0,`event_raid_count`=0,`war_bonus_time`=0,`event_prize`=0,`raid_vs_end_time`=0;

#確認用
SELECT `user_no`,`raid_point`,`raid_point2`,`total_raid_point`,`m_event_limit` FROM `user_mission` ORDER BY `m_event_limit` DESC

SELECT `raid_stamina`,`raid_monster`,`raid_monster_vs`,`raid_lv`,`raid_count`,`total_raid_count`,`event_raid_count`,`war_bonus_time`,`event_prize`,`raid_vs_end_time` FROM `team_data` WHERE del_flg=0 ORDER BY `raid_stamina` DESC
  • [x] RaidBossData
Master更新
#local環境(jrye-db)にて
git checkout master
git pull
git merge release_011112
git push 

#本番
ssh jr-adm
deploy db
  • [x] 本番環境更新
#本番環境に反映
Merge Pull Request
ssh jr-adm
update web
deploy web
  • [x] 管理画面関連
  • レイド
  • 告知反映
  • swf告知反映
  • 告知バナー
  • 戦闘デモ

Comment

#16456 by kouho at 2022-01-11T09:52:53; updated 2022-01-11T09:52:53

@wada @iwamoto
念の為確認をお願いいたします

Comment

#16458 by iwamoto at 2022-01-11T10:54:37; updated 2022-01-11T10:54:37

@kouho
確認しました。問題ないと思います。

iwamoto add_label at 2022-01-11T10:54:42: 岩本 LGTM

Comment

#16460 by wada at 2022-01-11T10:56:46; updated 2022-01-11T10:56:46

リヴィアのスキル修正と勝利の証3倍はイベント直前にデプロイします。

Comment

#16461 by wada at 2022-01-11T10:57:55; updated 2022-01-11T10:57:55

@kouho
確認okです

wada add_label at 2022-01-11T10:58:01: 和田 LGTM

Comment

#16470 by wada at 2022-01-11T11:06:57; updated 2022-01-11T11:06:57

@iwamoto @kouho
覇戦本戦の総戦争回数を修正しました。

kouho merge at 2022-01-11T11:36:44: 【1/11】リリース
kouho close at 2022-01-11T11:36:44: Close

Commit range

basedfb5fa48fec29a156cc1f07a6a4f95881335d4f7
heada8dbd1833de7f9ca8b6bf46044d3e2d6f2c169e6
base branchjolly/jr-web:master
head branchjolly/jr-web:release_011112

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed56 filesView patch
statusfile
modifiedlib/SubFunc.inc
modifiedlib/ajax/item_result.inc
modifiedlib/ajax/item_select.inc
modifiedlib/class/const/ItemConst.class.php
addedlib/class/const/MissionStageConst.class.php
modifiedlib/class/const/PresentNameConst.class.php
modifiedlib/class/weekday_limited_item/WeekdayLimitedItemManager.class.php
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/PresentItemConfig.class.php
modifiedlib/conf/class/RaidMonsterConfig.class.php
modifiedlib/conf/class/WeekdayLimitedItemConfig.class.php
modifiedlib/conf/define_y.inc
modifiedlib/public/Mission.inc
modifiedlib/public/Quest-Detail.inc
addedpublic_html/img/item/120/213.jpg
addedpublic_html/img/item/120/214.jpg
addedpublic_html/img/item/120/215.jpg
addedpublic_html/img/item/120/216.jpg
addedpublic_html/img/item/150/213.jpg
addedpublic_html/img/item/150/214.jpg
addedpublic_html/img/item/150/215.jpg
addedpublic_html/img/item/150/216.jpg
addedpublic_html/img/item/58/213.jpg
addedpublic_html/img/item/58/214.jpg
addedpublic_html/img/item/58/215.jpg
addedpublic_html/img/item/58/216.jpg
addedpublic_html/img/item/60/213.jpg
addedpublic_html/img/item/60/214.jpg
addedpublic_html/img/item/60/215.jpg
addedpublic_html/img/item/60/216.jpg
addedpublic_html/img/item/70/213.jpg
addedpublic_html/img/item/70/214.jpg
addedpublic_html/img/item/70/215.jpg
addedpublic_html/img/item/70/216.jpg
addedpublic_html/img/item/weekday_limited/generic/120/land.jpg
addedpublic_html/img/item/weekday_limited/generic/120/salvage.jpg
addedpublic_html/img/item/weekday_limited/generic/60/land.jpg
addedpublic_html/img/item/weekday_limited/generic/60/salvage.jpg
addedpublic_html/img/mission/compassbtn.jpg
addedpublic_html/img/raid/point_item/118_1.png
addedpublic_html/img/raid/point_item/118_2.png
addedpublic_html/img/raid/point_item/119_1.png
addedpublic_html/img/raid/point_item/119_2.png
addedpublic_html/img/raid/point_item/120_1.png
addedpublic_html/img/raid/point_item/120_2.png
addedpublic_html/img/raid/rare_getitem_2.png
addedpublic_html/img/ranking/event_raid/info_raid28.jpg
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/jr_main.min.js
modifiedpublic_html/template/Item.tpl
modifiedpublic_html/template/Mission.tpl
modifiedpublic_html/template/Quest-Detail.tpl
modifiedpublic_html/template/Raid-DefaultMedal.tpl
modifiedpublic_html/template/Raid-GetMedal.tpl
modifiedpublic_html/template/header_sp.tpl
modifiedtool/event/test_raid_event.php
Patch body is stored as a separate file to keep this page lightweight.