-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ChangeLog: - Updating documentation capturing changelog - nested-folders affects dashboards, folders, and folder permissions - Add support for wildcards on dashboard folder whitelist TechDebt: - Updating to allow custom grafana ENV overrides to be passed from test - Removed go-funk library in favor of maps, slices and samber/lo - Adding gofumpt over gofmt - Adding Folder Permissions test Co-authored-by: Martin Drößler <[email protected]>
- Loading branch information
1 parent
9b56e13
commit 8fcbfe1
Showing
113 changed files
with
35,281 additions
and
802 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
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 |
---|---|---|
|
@@ -28,12 +28,18 @@ tasks: | |
- go install github.com/vektra/mockery/v2@{{ .MOCKERY_VERSION}} | ||
- go install github.com/goreleaser/goreleaser@{{ .RELEASER_VERSION }} | ||
- go install github.com/evilmartians/lefthook@{{ .LEFTHOOK_VERSION }} | ||
- go install mvdan.cc/[email protected] | ||
|
||
- lefthook install | ||
|
||
security: | ||
desc: "Run security scan" | ||
cmds: | ||
- gosec --exclude=G402,G304 ./... | ||
format: | ||
desc: reformat the code to match stricter conventions | ||
cmds: | ||
- gofumpt -l -w . | ||
lint: | ||
desc: "Lint project, skipping test files." | ||
cmds: | ||
|
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
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
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
Oops, something went wrong.