CI/CD: fixture jobs (no staging job, FIXTURES_PURGE, cache flush after every load)
まだ誰も着手していません。
評価
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 初心者へのやさしさ
- 76/100
- issue の種類
- ドキュメント
- 明瞭さ
- 明確に書かれている
- 活発さ
- 活発
- 技術スタック
- github, gitlab, markdown
- 領域
- ci-cd, documentation
調査の方向性
content/6.deployment/3.ci-cd.md から始め、components-web-app のコミット c06c04c および MR !11 と比較してください。fixture の読み込みについて説明しているページをドキュメント内で検索し、その後、ジョブ一覧、FIXTURES_PURGE の動作、読み込み後のキャッシュフラッシュを更新してください。issue に記載された GitLab と GitHub の動作に、関連するすべてのページが一致すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
components-web-app c06c04c (MR !11) changes how fixture jobs work. content/6.deployment/3.ci-cd.md needs updating, along with any page about loading fixtures.
-
Staging has no fixture job any more, on GitLab or GitHub. Staging runs under the production environment and shares production's database, so a fixture load there would write to production. Remove
load fixtures stagingfrom the job list. -
FIXTURES_PURGE(a new CI variable, default"false") makes a fixture job empty the database before loading, so a changed scaffold can be reloaded:- review apps:
"true"(or"force"); - production: only
"force"."true"prints a notice and appends.
Only the fixture job reads it, never a deploy or pod start. On GitHub, the fixture step runs after every deploy while
ENABLE_DATABASE_FIXTURESis set, so with both set, every review deploy (or manual production run) purges. - review apps:
-
Every fixture load ends by flushing the whole HTTP cache (
silverback:api-components:purge-http-cache), so reloaded content isn't served stale from Souin. -
Appending is still the default, and it still stops at the first existing route on a seeded database. Making appends idempotent is api-components-bundle#319.
- 主要言語
- Vue
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
環境構築
このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
components-web-app/docs のほかの issue
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
components-web-app/docs#99 ·
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
components-web-app/docs#98 ·
-
documentation
難易度 2/5 1〜2日 初心者へのやさしさ 72/100
components-web-app/docs#97 ·
-
documentation
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
components-web-app/docs#96 ·
-
難易度 2/5 1〜2日 初心者へのやさしさ 78/100
components-web-app/docs#94 ·
components-web-app/docs の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
opengovsg/FormSG#10118 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
tagbot-manual
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
JuliaGraphics/Colors.jl#589 · コメント 2 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
WingedGuardian/GENesis-AGI#2410 ·
メンテナーはふだん 1 日以内に返信
-
難易度 2/5 1〜3時間 初心者へのやさしさ 86/100
kubernetes-sigs/headlamp#7766 ·
メンテナーはふだん 1 日以内に返信
-
[Bug]: launchd osascript "do shell script" wrapper delays external display wake ~10s on macOS 27オープンcomp/gateway P2 type/bug
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
NousResearch/hermes-agent#123595 ·
メンテナーはふだん 1 日以内に返信