-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Grafana Data Source plugin and update front-end build
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
Showing
21 changed files
with
9 additions
and
13,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* Remove unused Grafana data source |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.