Skip to content

Commit 327867a

Browse files
committed
Chore: Project moved to grafana-toolbox organization on GitHub
Fix a few leftover references to `panodata`.
1 parent c0967b6 commit 327867a

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ grafana-wtf
99
|ci-tests| |ci-coverage| |license| |pypi-downloads|
1010
|python-versions| |status| |pypi-version| |grafana-versions|
1111

12-
.. |ci-tests| image:: https://github.com/panodata/grafana-wtf/actions/workflows/tests.yml/badge.svg
13-
:target: https://github.com/panodata/grafana-wtf/actions/workflows/tests.yml
12+
.. |ci-tests| image:: https://github.com/grafana-toolbox/grafana-wtf/actions/workflows/tests.yml/badge.svg
13+
:target: https://github.com/grafana-toolbox/grafana-wtf/actions/workflows/tests.yml
1414

15-
.. |ci-coverage| image:: https://codecov.io/gh/panodata/grafana-wtf/branch/main/graph/badge.svg
16-
:target: https://codecov.io/gh/panodata/grafana-wtf
15+
.. |ci-coverage| image:: https://codecov.io/gh/grafana-toolbox/grafana-wtf/branch/main/graph/badge.svg
16+
:target: https://codecov.io/gh/grafana-toolbox/grafana-wtf
1717
:alt: Test suite code coverage
1818

1919
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/grafana-wtf.svg
@@ -29,7 +29,7 @@ grafana-wtf
2929
:target: https://pypi.org/project/grafana-wtf/
3030

3131
.. |license| image:: https://img.shields.io/pypi/l/grafana-wtf.svg
32-
:target: https://github.com/panodata/grafana-wtf/blob/main/LICENSE
32+
:target: https://github.com/grafana-toolbox/grafana-wtf/blob/main/LICENSE
3333

3434
.. |grafana-versions| image:: https://img.shields.io/badge/Grafana-6.x%20--%2011.x-blue.svg
3535
:target: https://github.com/grafana/grafana
@@ -82,13 +82,13 @@ Run with Docker::
8282
# Access Grafana instance on localhost, without authentication.
8383
docker run --rm -it \
8484
--env GRAFANA_URL="http://host.docker.internal:3000" \
85-
ghcr.io/panodata/grafana-wtf grafana-wtf info
85+
ghcr.io/grafana-toolbox/grafana-wtf grafana-wtf info
8686

8787
# Access Grafana instance with authentication.
8888
docker run --rm -it \
8989
--env GRAFANA_URL="https://grafana.example.org/grafana" \
9090
--env GRAFANA_TOKEN="eyJrIjoiWHg...dGJpZCI6MX0=" \
91-
ghcr.io/panodata/grafana-wtf grafana-wtf info
91+
ghcr.io/grafana-toolbox/grafana-wtf grafana-wtf info
9292

9393

9494
***********
@@ -267,7 +267,7 @@ Development
267267
***********
268268
::
269269

270-
git clone https://github.com/panodata/grafana-wtf
270+
git clone https://github.com/grafana-toolbox/grafana-wtf
271271
cd grafana-wtf
272272

273273
# Run all tests.
@@ -277,4 +277,4 @@ Development
277277
pytest --keepalive -vvv -k test_find_textual
278278

279279

280-
.. _grafana-wtf examples: https://github.com/panodata/grafana-wtf/blob/master/doc/examples.rst
280+
.. _grafana-wtf examples: https://github.com/grafana-toolbox/grafana-wtf/blob/main/doc/examples.rst

doc/backlog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Iteration +3
2929
- [o] With Grafana >8.3, resolve datasource name and add to ``{'type': 'influxdb', 'uid': 'PDF2762CDFF14A314'}``
3030
- [o] Add "folder name/uid" to "explore dashboards" response.
3131
- [o] Check if "datasources" is always present in responses to "explore dashboards".
32-
- [o] Statistics reports for data sources and panels: https://github.com/panodata/grafana-wtf/issues/18
33-
- [o] Finding invalid data sources: https://github.com/panodata/grafana-wtf/issues/19
32+
- [o] Statistics reports for data sources and panels: https://github.com/grafana-toolbox/grafana-wtf/issues/18
33+
- [o] Finding invalid data sources: https://github.com/grafana-toolbox/grafana-wtf/issues/19
3434
- [o] Add subcommand ``dump`` for dumping whole documents from the API, unmodified
3535

3636

@@ -71,7 +71,7 @@ Done
7171
see https://github.com/kennethreitz/grequests
7272
- [x] Add software tests
7373
- [x] Document "replace" feature in README
74-
- [x] AttributeError: https://github.com/panodata/grafana-wtf/issues/17
74+
- [x] AttributeError: https://github.com/grafana-toolbox/grafana-wtf/issues/17
7575
- [/] Repair ``log`` subcommand
7676
- [x] Add subcommand ``explore dashboards``
7777
- [x] Add subcommand ``info``

grafana_wtf/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def validate(cls, data: dict):
186186
f"""
187187
The `datasource` attribute is ignored for the time being.
188188
189-
See also: https://github.com/panodata/grafana-wtf/issues/110
189+
See also: https://github.com/grafana-toolbox/grafana-wtf/issues/110
190190
191191
Please report back this occurrence to the grafana-wtf issue tracker,
192192
so the maintainers can improve the situation.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"Topic :: System :: Networking :: Monitoring",
8080
],
8181
author="Andreas Motl",
82-
author_email="andreas@hiveeyes.org",
83-
url="https://github.com/panodata/grafana-wtf",
82+
author_email="andreas.motl@panodata.org",
83+
url="https://github.com/grafana-toolbox/grafana-wtf",
8484
keywords="grafana search index",
8585
packages=find_packages(),
8686
include_package_data=True,

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _create_folder(title: str, uid: str = None):
219219
for folder_uid in folder_uids:
220220
# Grafana 9.3 introduced a regression.
221221
# It returns 200 OK with an empty response body on delete operations.
222-
# https://github.com/panodata/grafana-wtf/pull/44
222+
# https://github.com/grafana-toolbox/grafana-wtf/pull/44
223223
try:
224224
grafana.folder.delete_folder(uid=folder_uid)
225225
except JSONDecodeError:

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_collect_datasource_items_variable_all():
1010
"""
1111
Verify fix for `TypeError: unhashable type: 'list'` in `collect_datasource_items`.
1212
13-
https://github.com/panodata/grafana-wtf/issues/62
13+
https://github.com/grafana-toolbox/grafana-wtf/issues/62
1414
"""
1515
node = Munch(
1616
{

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_datasource_item_dict_compensate_datasource():
4242
Validate that the `datasource` attribute is ignored.
4343
4444
TypeError: DatasourceItem.__init__() got an unexpected keyword argument 'datasource'
45-
https://github.com/panodata/grafana-wtf/issues/110
45+
https://github.com/grafana-toolbox/grafana-wtf/issues/110
4646
"""
4747
mydata = DATA.copy()
4848
mydata.update({"datasource": "unknown"})

0 commit comments

Comments
 (0)