Brendan Abolivier
|
d10644f3bf
|
Adapt configuration to introduce different push modes
|
před 6 roky |
Brendan Abolivier
|
7682350a35
|
Use logrus to panic on err + localise variables
|
před 6 roky |
Brendan Abolivier
|
0a3e0104ff
|
If asked via a CLI flag in the pusher call, delete dashboards which files were removed
|
před 6 roky |
Brendan Abolivier
|
192189f53b
|
Fix built + typo
|
před 6 roky |
Brendan Abolivier
|
64b812bb10
|
Optimise push workflow
|
před 6 roky |
Brendan Abolivier
|
13a63682a2
|
Doc + optim
|
před 6 roky |
Brendan Abolivier
|
b79da1b71c
|
Compute slug in CreateOrUpdateDashboard
|
před 6 roky |
Brendan Abolivier
|
fc150cfbb1
|
Compare prefix against dashboards' slugs instead of their names
|
před 6 roky |
Brendan Abolivier
|
f33a0f26d7
|
Handle existing clone paths that are not a Git repository
|
před 6 roky |
Brendan Abolivier
|
d53ea113fd
|
Remove 'non-fast-forward update' from the known non-errors
|
před 6 roky |
Brendan Abolivier
|
46d20cf39e
|
Factorise non-error detection when talking to the Git remote
|
před 6 roky |
Brendan Abolivier
|
f2f08e71c9
|
Don't panic on remote repository is empty
|
před 6 roky |
Brendan Abolivier
|
2605b3b2a5
|
Typo
|
před 6 roky |
Brendan Abolivier
|
751e8d048a
|
Mention that the pusher doesn't delete removed dashboards
|
před 6 roky |
Brendan Abolivier
|
9186ca4d09
|
Ignore versions.json
|
před 6 roky |
Brendan Abolivier
|
8d175bf33b
|
Add logging
|
před 6 roky |
Brendan Abolivier
|
c443402dd8
|
Typo
|
před 6 roky |
Brendan Abolivier
|
21a77219bb
|
Add README
|
před 6 roky |
Brendan Abolivier
|
d59b526e1e
|
Add ignored prefix to the configurable keys and filter by dashboard name instead of slug
|
před 6 roky |
Brendan Abolivier
|
175f05e91f
|
Use ssh user specified in the config for Git auth
|
před 6 roky |
Brendan Abolivier
|
343ad16b42
|
Ignore files/dashboards which name start with 'test'
|
před 6 roky |
Brendan Abolivier
|
a709690d90
|
Move check of push ref before sync of repo
|
před 6 roky |
Brendan Abolivier
|
7ba24c41f2
|
Move pushing to the Grafana API outside of the loop iterating over commits
|
před 6 roky |
Brendan Abolivier
|
1391394ac9
|
Filter push events by ref
|
před 6 roky |
Brendan Abolivier
|
50a388fcbf
|
Doc pusher
|
před 6 roky |
Brendan Abolivier
|
bb592f53a6
|
Add AGPL license
|
před 6 roky |
Brendan Abolivier
|
0fa54841f1
|
Add check on nil error in Push + some more doc
|
před 6 roky |
Brendan Abolivier
|
56ebf1ece8
|
Doc git
|
před 6 roky |
Brendan Abolivier
|
0025d65d89
|
Add missing error check
|
před 6 roky |
Brendan Abolivier
|
bd07b371ce
|
Doc Grafana client
|
před 6 roky |
Brendan Abolivier
|
24358cae4f
|
Doc config Load
|
před 6 roky |
Brendan Abolivier
|
c89381efab
|
Check if err isn't nil to avoid nil pointer dereference
|
před 6 roky |
Brendan Abolivier
|
05ac42989e
|
Send overwrite: true in creation/update requests because else the Grafana API does weird stuff
|
před 6 roky |
Brendan Abolivier
|
c680c2a359
|
Fix wrong call to HasPrefix
|
před 6 roky |
Brendan Abolivier
|
cc1d718d23
|
Check for non-fast-forward update error on push
|
před 6 roky |
Brendan Abolivier
|
a353eb97b1
|
Add Content-Type header for non-GET HTTP requests + rename function for more accuracy
|
před 6 roky |
Brendan Abolivier
|
8f4a37edb6
|
Fix CLI flags declaration
|
před 6 roky |
Brendan Abolivier
|
b58b51b20b
|
Use the Git user specified in the config file
|
před 6 roky |
Brendan Abolivier
|
fcc253cb7b
|
Add commits author config to config file
|
před 6 roky |
Brendan Abolivier
|
cf8df92574
|
Don't redefine cfg in pusher's main
|
před 6 roky |
Brendan Abolivier
|
e5b6f979c2
|
Use config in pusher
|
před 6 roky |
Brendan Abolivier
|
a8b70fa099
|
Improve config doc
|
před 6 roky |
Brendan Abolivier
|
6f4f0257c5
|
Use config in puller
|
před 6 roky |
Brendan Abolivier
|
06b2b3f5d0
|
Allow specifying git user in the configuration
|
před 6 roky |
Brendan Abolivier
|
8edca8767c
|
Add configuration loading
|
před 6 roky |
Brendan Abolivier
|
39c09b7f77
|
Add config file example and ignore the real config file
|
před 6 roky |
Brendan Abolivier
|
c3764d3db1
|
Add .editorconfig
|
před 6 roky |
Brendan Abolivier
|
a3309dfee3
|
Don't process commits made by the puller
|
před 6 roky |
Brendan Abolivier
|
5ce8802366
|
Pull&commit after pushing to Grafana
|
před 6 roky |
Brendan Abolivier
|
484f538cd7
|
Moar doc
|
před 6 roky |