-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mixin: adhere to RFC 1123 compatible component naming (#4883)
* fix(mixin): adhere to RFC 1123 compatible component naming Signed-off-by: itspngu <hi@pngu.io> * style(mixin): rename add_runbook_links.libsonnet to add-runbook-links.libsonnet for consistency Signed-off-by: itspngu <hi@pngu.io> * ci(mixin): add RFC1123 compliance check for filenames to 'make jsonnet-lint' Signed-off-by: itspngu <hi@pngu.io> * style(mixin): rename separated_alerts.jsonnet to separated-alerts.jsonnet for consistency Signed-off-by: itspngu <hi@pngu.io>
- Loading branch information
Showing
17 changed files
with
19 additions
and
15 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
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
File renamed without changes.
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
File renamed without changes.
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,10 +1,10 @@ | ||
(import 'query.libsonnet') + | ||
(import 'query_frontend.libsonnet') + | ||
(import 'query-frontend.libsonnet') + | ||
(import 'store.libsonnet') + | ||
(import 'sidecar.libsonnet') + | ||
(import 'receive.libsonnet') + | ||
(import 'rule.libsonnet') + | ||
(import 'compact.libsonnet') + | ||
(import 'bucket_replicate.libsonnet') + | ||
(import 'bucket-replicate.libsonnet') + | ||
(import 'overview.libsonnet') + | ||
(import 'defaults.libsonnet') |
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
File renamed without changes.
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,4 +1,4 @@ | ||
(import 'query.libsonnet') + | ||
(import 'receive.libsonnet') + | ||
(import 'store.libsonnet') + | ||
(import 'bucket_replicate.libsonnet') | ||
(import 'bucket-replicate.libsonnet') |
File renamed without changes.