File tree 7 files changed +17
-17
lines changed 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ style: github
2
2
template : RELEASE_NOTES.tpl.md
3
3
info :
4
4
title : CHANGELOG
5
- repository_url : https://github.com/m0nhawk/grafana_api
5
+ repository_url : https://github.com/panodata/grafana-client
6
6
options :
7
7
commits :
8
8
filters :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ style: github
2
2
template : CHANGELOG.tpl.md
3
3
info :
4
4
title : CHANGELOG
5
- repository_url : https://github.com/m0nhawk/grafana_api
5
+ repository_url : https://github.com/panodata/grafana-client
6
6
options :
7
7
commits :
8
8
filters :
Original file line number Diff line number Diff line change 35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
run : |
37
37
$(go env GOPATH)/bin/github-release -v release \
38
- --user m0nhawk \
39
- --repo grafana_api \
38
+ --user panodata \
39
+ --repo grafana-client \
40
40
--tag ${{ steps.version.outputs.VERSION }} \
41
41
--name ${{ steps.version.outputs.VERSION }} \
42
42
--description "$(cat $GITHUB_WORKSPACE/CHANGELOG.md)"
Original file line number Diff line number Diff line change 1
- # grafana-client [ ![ Github Actions Test] ( https://github.com/m0nhawk/grafana_api /workflows/Test/badge.svg )] ( https://github.com/m0nhawk/grafana_api /actions?query=workflow%3ATest ) [ ![ GitHub license] ( https://img.shields.io/github/license/m0nhawk/grafana_api .svg?style=flat-square )] ( https://github.com/m0nhawk/grafana_api /blob/master/LICENSE ) [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/m0nhawk/grafana_api .svg?style=flat-square )] ( https://codecov.io/gh/m0nhawk/grafana_api / )
1
+ # grafana-client [ ![ Github Actions Test] ( https://github.com/panodata/grafana-client /workflows/Test/badge.svg )] ( https://github.com/panodata/grafana-client /actions?query=workflow%3ATest ) [ ![ GitHub license] ( https://img.shields.io/github/license/panodata/grafana-client .svg?style=flat-square )] ( https://github.com/panodata/grafana-client /blob/master/LICENSE ) [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/panodata/grafana-client .svg?style=flat-square )] ( https://codecov.io/gh/panodata/grafana-client / )
2
2
3
- [ ![ PyPI] ( https://img.shields.io/pypi/v/grafana-client.svg?style=flat-square )] ( https://pypi.org/project/grafana-api/ ) [ ![ Conda] ( https://img.shields.io/conda/v/m0nhawk/grafana_api .svg?style=flat-square )] ( https://anaconda.org/m0nhawk/grafana_api )
3
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/grafana-client.svg?style=flat-square )] ( https://pypi.org/project/grafana-api/ ) [ ![ Conda] ( https://img.shields.io/conda/v/panodata/grafana-client .svg?style=flat-square )] ( https://anaconda.org/panodata/grafana-client )
4
4
5
5
## What is this library for?
6
6
@@ -102,7 +102,7 @@ Work on API implementation still in progress.
102
102
103
103
Please report any bugs and enhancement ideas using the ` grafana-client ` issue tracker:
104
104
105
- https://github.com/m0nhawk/grafana_api /issues
105
+ https://github.com/panodata/grafana-client /issues
106
106
107
107
Feel free to also ask questions on the tracker.
108
108
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ test:
27
27
- grafana_client.api
28
28
29
29
about :
30
- home : https://m0nhawk .github.io/grafana_api /
30
+ home : https://panodata .github.io/grafana-client /
31
31
license : MIT
32
32
license_family : MIT
33
33
license_file : LICENSE
34
34
summary : Yet another Python library for Grafana API
35
- doc_url : https://m0nhawk .github.io/grafana_api /
36
- dev_url : https://m0nhawk .github.io/grafana_api /
35
+ doc_url : https://panodata .github.io/grafana-client /
36
+ dev_url : https://panodata .github.io/grafana-client /
37
37
38
38
extra :
39
39
recipe-maintainers :
Original file line number Diff line number Diff line change 36
36
<!-- Initializer -->
37
37
< script >
38
38
Flatdoc . run ( {
39
- fetcher : Flatdoc . github ( 'm0nhawk/grafana_api ' )
39
+ fetcher : Flatdoc . github ( 'panodata/grafana-client ' )
40
40
} ) ;
41
41
</ script >
42
42
</ head >
46
46
< div class ='left '>
47
47
< h1 > Your Project</ h1 >
48
48
< ul >
49
- < li > < a href ='https://github.com/m0nhawk/grafana_api '> View on GitHub</ a > </ li >
50
- < li > < a href ='https://github.com/m0nhawk/grafana_api /issues '> Issues</ a > </ li >
49
+ < li > < a href ='https://github.com/panodata/grafana-client '> View on GitHub</ a > </ li >
50
+ < li > < a href ='https://github.com/panodata/grafana-client /issues '> Issues</ a > </ li >
51
51
</ ul >
52
52
</ div >
53
53
< div class ='right '>
54
54
<!-- GitHub buttons: see http://ghbtns.com -->
55
- < iframe src ="https://ghbtns.com/github-btn.html?user=m0nhawk &repo=grafana_api &type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="110 " height ="20 "> </ iframe >
55
+ < iframe src ="https://ghbtns.com/github-btn.html?user=panodata &repo=grafana-client &type=watch&count=true " allowtransparency ="true " frameborder ="0 " scrolling ="0 " width ="110 " height ="20 "> </ iframe >
56
56
</ div >
57
57
</ div >
58
58
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ license_file = LICENSE
9
9
author = Andrew Prokhorenkov
10
10
11
11
copyright = Copyright 2017-2020 Andrew Prokhorenkov <
[email protected] >
12
- url = https://github.com/m0nhawk/grafana_api /
12
+ url = https://github.com/panodata/grafana-client /
13
13
project_urls =
14
- Source = https://github.com/m0nhawk/grafana_api /
15
- Tracker = https://github.com/m0nhawk/grafana_api /issues
14
+ Source = https://github.com/panodata/grafana-client /
15
+ Tracker = https://github.com/panodata/grafana-client /issues
16
16
classifiers =
17
17
Development Status :: 4 - Beta
18
18
Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments