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

The git integration in pull can have better commit messages using the resource history from wavefront server

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
git, python
領域
api, cli

調査の方向性

まず pull --inGit コマンドと生成された Git 履歴を追跡し、次に issue で説明されている Wavefront v2 のバージョンエンドポイントを調べます。生成されたコミットメッセージに、一般的な pull コマンドのテキストだけでなく、各リソース変更の作成者と変更時刻が含まれるようになれば完了です。

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

説明

enhancement

Right now the git integration with the pull command results in commit messages like this

hbaba@mbp-005063:~/misc/wavefront ((HEAD detached at d638aa8))$ git lola
* dbee3c1 () [2018-01-20 23:46:46 -0800]  (master, 2018-01-20--23-48-23-pull-branch, 2018-01-20--23-47-43-pull-branch, 2018-01-20--23-46-34-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* d638aa8 () [2018-01-20 23:37:10 -0800]  (HEAD, 2018-01-20--23-37-00-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* e8def81 () [2018-01-20 23:36:12 -0800]  (2018-01-20--23-35-57-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* e570f08 () [2018-01-20 23:28:26 -0800]  (2018-01-20--23-28-15-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* 443b4b8 () [2018-01-20 23:27:04 -0800]  (2018-01-20--23-26-49-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* 380738b () [2018-01-20 23:25:17 -0800]  (2018-01-20--23-25-04-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* 539efc1 () [2018-01-20 23:23:48 -0800]  (2018-01-20--23-23-33-pull-branch) Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/wavectl/main.py pull --inGit /Users/hbaba/misc/wavefront alert
* f504619 () [2018-01-20 23:23:33 -0800]  (1970-01-01--00-00-00-pull-branch) Initial commit with the README.md file```


This is not very useful to the users. 

The v2 api of Wavefront has a "versions" endpoint. There the time and the author for each change to each resource can be seen. 

It would be very very cool if the generated git history  could read the version history for each resoruce from wavefront and mention the authors, and the modification times in the commit messages. 

With that the resulting git repo in `pull --inGit ` command would be much more useful. 
主要言語
Python
スター
16
フォーク
10
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

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

box/wavectl のほかの issue

box/wavectl の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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