PR

【10/3】define_gesoten本番設定 #4290

wada opened this at 2025-10-01T14:25:59; closed

Description

opened by wada at 2025-10-01T14:25:59; updated 2025-10-02T16:28:00

概要

define_gesotenの本番関連設定
【9/29】ゲソてんAPI #4278

■ yamada.kaizoku-jolly.com → gesoten.kaizoku-jolly.comに修正
・define_gesoten.inc
$_df['HOST_SERVER'] = "{$request_scheme}://gesoten.kaizoku-jolly.com";

・platform_gesoten.js
define_server = 'http://gesoten.kaizoku-jolly.com';
define_host_server_island = 'http://gesoten.kaizoku-jolly.com/';

defineファイルごとに設定が必要にならないよう、更新頻度が高い設定をconfigファイルに移動

移動設定

  • 船造船・強化半額キャンペーン
  • GK

【10/4】セットアップガチャ第56弾(セシリア・ハロウィンミーナ)

  • 建築イベント集金時アイテム
  • カードホルダーパック
  • アイテムパック

TODO

マージ前にconfig設定を更新

Comment

#42594 by wada at 2025-10-01T14:30:40; updated 2025-10-01T14:30:40

@kouho
レビューお願いします。

Comment

#42596 by kouho at 2025-10-01T16:40:36; updated 2025-10-01T16:40:36

@wada
できればdefine_gesoten.incの //ヤマダゲーム設定の部分を削除しておいてただけませんか?
また、念の為、本番設定追加のコミット とそれ以外を別の別のプルリクにしておいていただきたいです。

Comment

#42597 by wada at 2025-10-01T17:13:19; updated 2025-10-01T17:13:19

@kouho
別のPRに分けてどのようにしたいですか?

> また、念の為、本番設定追加のコミット とそれ以外を別の別のプルリクにしておいていただきたいです。

Comment

#42598 by kouho at 2025-10-01T17:38:29; updated 2025-10-01T17:38:51

@wada
こういった意図でした。

【懸念】
 デプロイ時に稼働中のヤマダゲームへ影響が及ぶ可能性あり

【やりたいこと】
・本番設定追加のPR
 先にデプロイ
 確認は本番環境でのみ可能なので、先に反映して認証周りの動作確認を実施したい

・整理用PR
デプロイ時にヤマダ版に影響がある可能性があり、開発環境でも確認が可能なため、慎重に確認した後本番反映したい

Comment

#42599 by kouho at 2025-10-01T18:13:26; updated 2025-10-01T18:13:26

@wada
構造は問題ないです。対応ありがとうございます。

kouho add_label at 2025-10-01T18:13:35: コメントあり

Comment

#42601 by kouho at 2025-10-02T10:09:46; updated 2025-10-02T10:11:49

@wada
以下確認をお願い致します。

BuildEventConfig 不足

$_df[‘event_build’][‘duplicate_item_build’]
6320 => 2,

$_df[‘event_build’][‘bonus_item_disp_name’]
6320 => [‘item_no’=>63,‘name’=>‘太古の秘薬’, ‘num’=>2],

ShipCustomConfig

$this->_config[‘banner_no’] = 0

Comment

#42602 by wada at 2025-10-02T10:11:57; updated 2025-10-02T10:11:57

@kouho
対応しました。

> BuildEventConfig 不足
$_df[‘event_build’][‘duplicate_item_build’]
6320 => 2,
$_df[‘event_build’][‘bonus_item_disp_name’]
6320 => [‘item_no’=>63,‘name’=>‘太古の秘薬’, ‘num’=>2],
ShipCustomConfig 不足
$this->_config[‘banner_no’] = 0

kouho add_label at 2025-10-02T10:18:53: 皇甫 LGTM

Comment

#42604 by kouho at 2025-10-02T10:19:14; updated 2025-10-02T10:19:28

@wada
対応ありがとうございます。設定の確認もOKです。

wada merge at 2025-10-02T16:27:54: 【10/3】define_gesoten本番設定
wada close at 2025-10-02T16:27:54: Close
wada delete_branch at 2025-10-02T16:28:00: define_gesoten

Commit range

baseedd62529ffc7accfb7baf1e1c07649043bf06e00
head419b10b5ae2bc0e3d4a71f5e69f4671480119475
base branchjolly/jr-web:master
head branchjolly/jr-web:define_gesoten

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed11 filesView patch
statusfile
modifiedlib/conf/class/BuildEventConfig.class.php
modifiedlib/conf/class/GiantKillerConfig.class.php
modifiedlib/conf/class/ShipCustomConfig.class.php
modifiedlib/conf/class/ShopConfig.class.php
modifiedlib/conf/define_gesoten.inc
modifiedlib/conf/define_y.inc
modifiedlib/cpanel/m_event_time_list.inc
modifiedlib/cpanel/m_sales_gacha_register.inc
modifiedlib/cpanel/m_sales_gacha_register_master.inc
modifiedpublic_html/js/platform_gesoten.js
modifiedpublic_html/template/footer_nolink.tpl
Patch body is stored as a separate file to keep this page lightweight.