Allow to clone an external repo before the build
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 30/100
- issue の種類
- 機能追加
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- docker, git, python, yaml
調査の方向性
まず、cloud-harness が現在 Docker ビルド内で外部リポジトリをどのように clone しているか、また YAML の依存関係セクションがどのように解析されているかを追跡します。そのフローを提案されている git 依存関係フィールドと比較し、ブランチまたはタグの選択、保存先パス、リポジトリの更新を設定可能にし、手動のキャッシュ無効化コマンドに依存しなくなっていることを確認します。
索引モデルが issue の本文から書いたものです。
説明
In order to use code from a different repo we need to clone the repo from inside the docker image.
There are two main limitations of this approach as it's currently done:
- the tag/branch is hardcoded in the dockerfile (not configurable)
- if the repo is updated, the changes are not taken due to the docker cache, so we need to add ugly commands to override the cache such as
RUN echo "cache 2021-11-24"
One nice way would be to add a new kind of dependency:
harness:
dependencies:
hard:
soft:
build:
git:
- url: https://github.com/MetaCell/nwb-explorer.git
branch_tag: master
path: /git
- 主要言語
- Python
- スター
- 19
- フォーク
- 5
- 平均マージ
- 3日 18時間
- マージ済み PR(30日)
- 3
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
MetaCell/cloud-harness のほかの issue
-
new feature
難易度 5/5 1週間以上 初心者へのやさしさ 28/100
MetaCell/cloud-harness#810 · コメント 1 件 ·
-
When using a custom image for on_exit_notify of a workflow queue and payload should not be mandatory オープンgood first issue
難易度 2/5 1〜3時間 初心者へのやさしさ 45/100
MetaCell/cloud-harness#801 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
MetaCell/cloud-harness#781 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 32/100
MetaCell/cloud-harness#709 ·
-
enhancement
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
MetaCell/cloud-harness#706 · コメント 1 件 ·
MetaCell/cloud-harness の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
stephrobert/dsoxlab#238 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
sublimehq/package_control#1780 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
nwg-piotr/nwg-displays#145 ·