User Agentで扱う値を環境変数へ切り出す - #414
Open
arayaalice wants to merge 3 commits into
Open
Conversation
Collaborator
|
@arayaalice |
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
2 times, most recently
from
August 26, 2026 04:20
c70d1ac to
86f6940
Compare
Collaborator
Author
|
@k-oizumi-abel |
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
from
August 31, 2026 06:24
86f6940 to
e4c4fbb
Compare
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
4 times, most recently
from
September 1, 2026 01:23
31a2277 to
d454c07
Compare
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
3 times, most recently
from
September 1, 2026 08:42
f92ec7c to
c82d7dd
Compare
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
from
September 1, 2026 08:45
c82d7dd to
5cd782a
Compare
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
from
September 1, 2026 08:51
5cd782a to
2759265
Compare
arayaalice
force-pushed
the
feature/move-useragent-to-env
branch
from
September 2, 2026 01:29
2759265 to
bf36199
Compare
k-oizumi-abel
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
User Agentで使用するメールアドレスを環境変数へ切り出し、バージョン番号をUser-Agentへ付与するよう変更
また、バージョン番号はbackendのpackage.jsonを参照するよう変更
変更内容
共有事項
本対応においては単体テストを正常終了させることを優先
package.jsonのoverrides削除に伴う影響については以下のPRで確認予定PR: #421
動作確認
USER_AGENT_EMAILがコンテナへ反映されていることを確認
webhook.siteを利用し、送信されるUser Agentヘッダーが以下形式となることを確認
OasisMap/1.2.5 (TISI_WB@ml.tisi.jp)
