Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add replace variables in URLs #376

Merged
merged 11 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading