This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,13 @@ jobs:
118
118
119
119
- name : Lint plugin
120
120
run : |
121
+ export PATH="$(go env GOPATH)/bin/:$PATH"
122
+
121
123
git clone https://github.com/grafana/plugin-validator
122
- pushd ./plugin-validator/cmd/plugincheck
124
+ pushd ./plugin-validator/pkg/ cmd/plugincheck2
123
125
go install
124
126
popd
125
- plugincheck ${{ steps.metadata.outputs.archive }}
127
+ plugincheck2 -config lint.config.yaml ${{ steps.metadata.outputs.archive }}
126
128
127
129
- name : Create release
128
130
id : create_release
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.0
4
+ * Support template variables
5
+
3
6
## 1.0.0 (Unreleased)
4
7
5
8
Initial release.
Original file line number Diff line number Diff line change
1
+ global :
2
+ enabled : true
3
+ severity : error
4
+ jsonOutput : false
5
+
6
+ analyzers :
7
+ screenshots :
8
+ rules :
9
+ screenshots :
10
+ # TODO publish screenshots?
11
+ enabled : false
12
+
13
+ pluginname :
14
+ rules :
15
+ # TODO update our name?
16
+ human-friendly-name :
17
+ enabled : false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pyroscope-pyroscope-data-source-plugin" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Flamegraph data provider" ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
10
10
"sign" : " grafana-toolkit plugin:sign" ,
11
11
"start" : " yarn watch"
12
12
},
13
- "author" : " Mike Egorov " ,
13
+ "author" : " Pyroscope devs " ,
14
14
"license" : " Apache-2.0" ,
15
15
"devDependencies" : {
16
16
"@grafana/data" : " latest" ,
You can’t perform that action at this time.
0 commit comments