-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4928 from grafana/dev
v1.9.15
- Loading branch information
Showing
8 changed files
with
125 additions
and
18 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# default configuration created by the `mage watch` command. | ||
# this file can be edited and should be checked into source control. | ||
# see https://github.com/unknwon/bra/blob/master/templates/default.bra.toml for more configuration options. | ||
[run] | ||
init_cmds = [ | ||
["mage", "-v", "build:debug"], | ||
["mage", "-v" , "reloadPlugin"] | ||
] | ||
watch_all = true | ||
follow_symlinks = false | ||
ignore = [".git", "node_modules", "dist"] | ||
ignore_files = ["mage_output_file.go"] | ||
watch_dirs = [ | ||
"pkg", | ||
# "src", | ||
] | ||
watch_exts = [".go", ".json"] | ||
build_delay = 2000 | ||
cmds = [ | ||
["mage", "-v", "build:debug"], | ||
["mage", "-v" , "reloadPlugin"] | ||
] |
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