Skip to content

Commit

Permalink
Update fields in items getting mixed up (#76)
Browse files Browse the repository at this point in the history
* fix: rss datasource mixed up

* added new provisioning and data sources

* should added for test names

* test name updated

* Return Data source

* updated api.ts

* CI updated

* updated News data; added new tests

* api.tts file refactoring

* Formatting

* Fix lint errors

* Update CHANGELOG.md

* Update README.md

---------

Co-authored-by: Mikhail Volkov <[email protected]>
Co-authored-by: asimonok <[email protected]>
  • Loading branch information
3 people committed Jun 7, 2024
1 parent f071100 commit 4fcb214
Show file tree
Hide file tree
Showing 10 changed files with 1,304 additions and 272 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## 4.1.0 (IN PROGRESS)
## 4.1.0 (2024-06-07)

### Features / Enhancements

- Added tooltip to Feed URL (#73)
- Added XML Server (#75)
- Updated to Grafana 11.0 and dependencies (#72)
- Update fields in items getting mixed up (#76)

## 4.0.0 (2024-05-09)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Dashboard](https://raw.githubusercontent.com/VolkovLabs/volkovlabs-rss-datasource/main/src/img/dashboard.png)

![Grafana](https://img.shields.io/badge/Grafana-11-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.0-orange)
![CI](https://github.com/volkovlabs/volkovlabs-rss-datasource/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/volkovlabs-rss-datasource/workflows/E2E/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-rss-datasource/branch/main/graph/badge.svg?token=2W9VR0PG5N)](https://codecov.io/gh/VolkovLabs/volkovlabs-rss-datasource)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
- GF_DEFAULT_APP_MODE=development
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/panels.json
- GF_INSTALL_PLUGINS=marcusolsson-dynamictext-panel
- GF_INSTALL_PLUGINS=marcusolsson-dynamictext-panel,yesoreyeram-infinity-datasource
volumes:
- ./dist:/var/lib/grafana/plugins/volkovlabs-rss-datasource
- ./provisioning:/etc/grafana/provisioning
Expand Down
Loading

0 comments on commit 4fcb214

Please sign in to comment.