-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
843d239
commit 656da11
Showing
58 changed files
with
888 additions
and
1,727 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 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 @@ | ||
20 |
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 |
---|---|---|
@@ -1,15 +1,5 @@ | ||
# CHANGELOG | ||
|
||
## v0.0.2 | ||
## v1.0.0 | ||
|
||
- **Chore**: Cleanup / removed plugins from the monorepo | ||
|
||
## v0.0.1 | ||
|
||
- **plugin - blank** [yesoreyeram-blank-datasource](./plugins/yesoreyeram-blank-datasource/) added | ||
- **plugin - hello** [yesoreyeram-hello-datasource](./plugins/yesoreyeram-hello-datasource/) added | ||
- **plugin - petstore** [yesoreyeram-petstore-datasource](./plugins/yesoreyeram-petstore-datasource/) added | ||
- **plugin - vercel** [yesoreyeram-vercel-datasource](./plugins/yesoreyeram-vercel-datasource) added | ||
- **backend package** new backend package `macros` added | ||
- **backend package** new backend package `restds` added | ||
- **backend package** new backend package `anyframer` added | ||
- **Chore**: Initial version forked from [yesoreyeram's repo](https://github.com/yesoreyeram/grafana-plugins) |
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 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 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
go 1.22 | ||
|
||
toolchain go1.22.1 | ||
go 1.22.1 | ||
|
||
use ( | ||
./lib/go/anyframer | ||
|
Oops, something went wrong.