This repository was archived by the owner on Mar 11, 2024. It is now read-only.
File tree 7 files changed +38
-15826
lines changed
7 files changed +38
-15826
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Node.js environment
19
19
uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 16 '
21
+ node-version : ' 18 '
22
22
cache : ' npm'
23
23
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
- name : Setup Node.js environment
19
19
uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 16 '
21
+ node-version : ' 18 '
22
22
cache : ' npm'
23
23
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
- name : Setup Node.js environment
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : ' 16 '
18
+ node-version : ' 18 '
19
19
cache : ' npm'
20
20
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 3.0 .0 (IN PROGRESS )
3
+ ## 2.4 .0 (2023-05-27 )
4
4
5
5
### Features / Enhancements
6
6
7
7
- Migrate to Plugin Tools 1.5.0 (#29 )
8
+ - Update to Node 18 (#30 )
8
9
9
10
## 2.3.0 (2023-05-21)
10
11
Original file line number Diff line number Diff line change 2
2
3
3
![ Dashboard] ( https://github.com/VolkovLabs/volkovlabs-abc-panel/raw/main/src/img/dashboard.png )
4
4
5
- [ ![ Grafana 9] ( https://img.shields.io/badge/Grafana-9.5.2-orange )] ( https://www.grafana.com )
5
+ ![ Grafana 9] ( https://img.shields.io/badge/Grafana-9.5.2-orange )
6
6
![ CI] ( https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/CI/badge.svg )
7
7
![ E2E] ( https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/E2E/badge.svg )
8
- [ ![ codecov] ( https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg?token=0m6f0ktUar )] ( https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel )
8
+ [ ![ codecov] ( https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg )] ( https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel )
9
9
[ ![ CodeQL] ( https://github.com/VolkovLabs/volkovlabs-abc-panel/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/VolkovLabs/volkovlabs-abc-panel/actions/workflows/codeql-analysis.yml )
10
10
11
11
## Introduction
@@ -52,7 +52,7 @@ npm run start
52
52
53
53
- Use ` docker-compose ` to start the development environment with provisioned data source and a dashboard.
54
54
- Provides unit and E2E test configuration.
55
- - Based on the latest version of Grafana.
55
+ - Based on the latest version of Grafana and Grafana Tools .
56
56
- Includes GitHub Actions for CI, E2E and Release.
57
57
- Includes Static Data Source to emulate any data.
58
58
You can’t perform that action at this time.
0 commit comments