cloudnative-pg / cloudnative-pg/plugin-barman-cloud
Cleanup Makefile & Improve Dev Experience
- 主要言語
- Go
- スター
- 191
- フォーク
- 72
- 平均マージ
- 2日 21時間
- マージ済み PR(30日)
- 21
説明
#### Problem
- The repo has both a `Makefile` and a `Taskfile.yml`, with redundant commands. We should standardize on `Taskfile.yml` and remove `Makefile`.
- Scripts are split between `scripts/` and `hack/`, and they don’t work well together.
- Running the plugin locally is a pain—too many steps, not well-documented.
#### Proposed Fix
- Remove `Makefile` to avoid duplication.
- Organize scripts in a single, consistent place.
- Improve local dev setup so it’s easier to run and debug.
- Document the procedure to run a test deployment of the local code.
コントリビューションガイド
調査の方向性
Makefile と Taskfile.yml を比較し、その後 scripts/ と hack/ ディレクトリ、および現在のローカルでのプラグイン実行手順を棚卸しする。冗長なタスクコマンドが削除され、スクリプトの配置場所が一貫して 1 か所になり、ローカル実行とデバッグが文書化され、テストデプロイの手順が文書化されれば完了とする。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- build-system, developer-experience, devops
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100