Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[pushmsix] Move app configuration out of init_worker.sh

オープン
#1,109 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
リファクタリング
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python, shell
領域
devops, release

調査の方向性

まず init_worker.sh を読み、beetmover と iscript にある既存の設定パターンを確認します。task-payload オプションと dedicated-configuration-file オプションをデプロイおよび運用のワークフローと照らし合わせ、そのうえで、選択したアプローチによってアプリケーション固有の設定を init_worker.sh の外部に保持しつつ、現在の動作も維持できることを確認します。

索引モデルが issue の本文から書いたものです。

説明

We currently manage app-specific settings, such as RELEASE_ROLLOUT_PERCENTAGE, BETA_APPLICATION_ID, and RELEASE_APPLICATION_ID, directly within the init_worker.sh file. As we introduce new applications, we continue adding more entries, deviating from the purpose of this file.

We should consider a different approach for handling these settings. Potential solutions include:

  • From Task Payload:
    Pass application-specific configurations through the task payload, keeping the logic inside pushmsix simpler, and making the requesting app more explicit on what's being pushed.

  • Constants/Configuration File:
    Store all app-specific constants in a dedicated configuration file (similar to existing patterns in beetmover, iscript, etc). This file would serve as a centralized reference point, making updates and additions easier.

Open Questions:

  • Which approach integrates best with our existing deployment and operational workflows?
  • Are there additional options/strategies for handling these settings?
主要言語
Python
スター
16
フォーク
38
平均マージ
1日 7時間
マージ済み PR(30日)
14

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

mozilla-releng/scriptworker-scripts のほかの issue

mozilla-releng/scriptworker-scripts の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。