-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from box/hakan
Add status badges to the readme
- Loading branch information
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ Each `pull` command creates a new commit with the changes pulled from the Wavefr | |
|
||
``` | ||
$ git -C /tmp/GitIntegrationPull/alerts log --oneline | ||
e8e31e4 Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert | ||
2378f59 Initial commit with the README.md file | ||
774ccab Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert | ||
4a6b940 Initial commit with the README.md file | ||
``` | ||
|
||
If you execute a long running daemon executing periodic pulls from Wavefront, an extensive git history can be built. The git history will correspond to users' edits to alerts and dashboards. | ||
|
@@ -52,9 +52,9 @@ For example: | |
|
||
``` | ||
$ git -C /tmp/GitIntegrationPull/alerts log 1523082347619.alert | ||
commit e8e31e45a6db2e1103b3a5b0b39d03f73cca4d25 | ||
commit 774ccab540faf10e1ebfa0126ab8c1e9f033195d | ||
Author: Hakan Baba <[email protected]> | ||
Date: Tue Jun 5 00:03:13 2018 -0700 | ||
Date: Thu Jun 7 22:39:45 2018 -0700 | ||
Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert | ||
``` | ||
|
@@ -63,9 +63,9 @@ For example: | |
|
||
``` | ||
$ git -C /tmp/GitIntegrationPull/alerts log -S snoozed 1523082349048.alert | ||
commit e8e31e45a6db2e1103b3a5b0b39d03f73cca4d25 | ||
commit 774ccab540faf10e1ebfa0126ab8c1e9f033195d | ||
Author: Hakan Baba <[email protected]> | ||
Date: Tue Jun 5 00:03:13 2018 -0700 | ||
Date: Thu Jun 7 22:39:45 2018 -0700 | ||
Added files due to pull <resource> cmd:/Users/hbaba/box/src/skynet/wavectl/doc/bin/wavectl pull --inGit /tmp/GitIntegrationPull/alerts alert | ||
``` | ||
|
@@ -133,7 +133,7 @@ Submit your changes to the local repo: | |
|
||
``` | ||
$ git -C /tmp/GitIntegrationPush/alerts commit -a -m "proc. is replaced with host.proc." | ||
[master faf5576] proc. is replaced with host.proc. | ||
[master 262fe69] proc. is replaced with host.proc. | ||
3 files changed, 6 insertions(+), 6 deletions(-) | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters