Skip to content

Commit

Permalink
Add replace variables in URLs (#376)
Browse files Browse the repository at this point in the history
* replace variables added to urls

* update examples and resources

* ci lint fix

* ci test updated

* remove unused imports

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update package.json

* Update README.md

---------

Co-authored-by: Mikhail Volkov <[email protected]>
  • Loading branch information
vitPinchuk and mikhail-vl authored Dec 9, 2024
1 parent 66ceec6 commit 8037ca0
Show file tree
Hide file tree
Showing 10 changed files with 390 additions and 119 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## 5.5.0 (IN PROGRESS)
## 5.5.0 (2024-12-09)

### Features / Enhancements

- Updated Autosize Code Editor toolbar (#362)
- Added helper statusColor from specific field (#375)
- Updated E2E tests (#377)
- Updated to Grafana 11.4 and dependencies (#378)
- Added replace variables in URLs (#376)

## 5.4.0 (2024-09-12)

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Text](https://github.com/VolkovLabs/business-text/raw/main/src/img/screenshot.png)

![Grafana](https://img.shields.io/badge/Grafana-11.2-orange)
![Grafana](https://img.shields.io/badge/Grafana-11.4-orange)
![CI](https://github.com/volkovlabs/business-text/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/business-text/workflows/E2E/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/business-text/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/business-text)
Expand All @@ -28,9 +28,11 @@ You can install the Business Text panel from the [Grafana Plugins catalog](https
For the latter, please use the following command:

```bash
grafana-cli plugins install marcusolsson-dynamictext-panel
grafana cli plugins install marcusolsson-dynamictext-panel
```

[![Install Business Suite plugins in Cloud, OSS, Enterprise | Open source community plugins](https://raw.githubusercontent.com/volkovlabs/.github/main/started.png)](https://youtu.be/1qYzHfPXJF8)

## Highlights

- Uses Monaco Code Editor with automatic JavaScript code formatting.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"lint:fix": "eslint --fix --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .",
"sign": "npx --yes @grafana/sign-plugin@latest",
"start": "docker compose pull grafana && docker compose --profile dev up",
"start:main": "docker compose pull grafana-main && docker compose --profile main up",
"start:dep": "docker compose pull grafana-dep && docker compose --profile dependency up",
"start:main": "docker compose pull grafana-main && docker compose --profile main up",
"stop": "docker compose down",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --maxWorkers 4 --coverage",
Expand Down
Loading

0 comments on commit 8037ca0

Please sign in to comment.