Skip to content

Commit

Permalink
Remove Grafana Data Source plugin and update front-end build
Browse files Browse the repository at this point in the history
The data source plugin is unused an currently a maintenance burden. This
updates the GitHub Action to track the latest NodeJS and updates TypeScript to
a new version.
  • Loading branch information
apmasell authored and avarsava committed Aug 29, 2024
1 parent 4b92d85 commit 1cc248e
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 13,065 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install TypeScript Compiler
run: npm install -g [email protected]
node-version: latest
- name: Setup Repo credentials
uses: s4u/[email protected]
- name: Build Shesmu with Maven
run: mvn -B package --file pom.xml
- name: Build Shesmu JavaDoc with Maven
run: 'mvn javadoc:javadoc -pl shesmu-pluginapi --file pom.xml && mv shesmu-pluginapi/target/site/apidocs docs/javadoc'
run: 'mvn javadoc:javadoc -pl shesmu-pluginapi --file pom.xml && mv shesmu-pluginapi/target/reports/apidocs docs/javadoc'
- name: Build Jekyll Documentation
uses: actions/jekyll-build-pages@v1
with:
Expand Down
1 change: 1 addition & 0 deletions changes/rm_grafana_ds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Remove unused Grafana data source
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"typescript": "^4.3.2"
"typescript": "^5.5.4"
},
"scripts": {
"build": "npm install && tsc -p shesmu-server-ui"
Expand Down
16 changes: 0 additions & 16 deletions shesmu-grafana-datasource/.editorconfig

This file was deleted.

31 changes: 0 additions & 31 deletions shesmu-grafana-datasource/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions shesmu-grafana-datasource/.prettierrc.js

This file was deleted.

201 changes: 0 additions & 201 deletions shesmu-grafana-datasource/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions shesmu-grafana-datasource/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions shesmu-grafana-datasource/package-lock.json

This file was deleted.

31 changes: 0 additions & 31 deletions shesmu-grafana-datasource/package.json

This file was deleted.

Loading

0 comments on commit 1cc248e

Please sign in to comment.