Skip to content

Commit

Permalink
sync: stage to production (#204)
Browse files Browse the repository at this point in the history
* ROX-21739: SES Monitoring

* ROX-21739: PR Comments

* Bump pre-commit/action from 3.0.0 to 3.0.1 (#198)

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: prettier json (#200)

* feat: add `rhacs_expired_at` to centrals overview panel (#199)

* fix central overview table position (#202)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ludovic Cleroux <[email protected]>
Co-authored-by: Stephan Hesselmann <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michaël <[email protected]>
  • Loading branch information
5 people authored Feb 15, 2024
1 parent 5dfd7d4 commit d24144e
Show file tree
Hide file tree
Showing 22 changed files with 10,093 additions and 10,426 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[**/*.json]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
resources/mixins/kubernetes/generated/** linguist-generated=true
resources/grafana/generated/** linguist-generated=true
resources/grafana/mixins/** linguist-generated=true
resources/prometheus/kubernetes-mixin-alerts.yaml linguist-generated=true
resources/prometheus/kubernetes-mixin-rules.yaml linguist-generated=true
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
tar -zxf /tmp/promtool --strip-components=1 --directory /usr/local/bin &> /dev/null
- name: Patch PATH to include GOBIN
run: echo "PATH=$(echo $PATH):/home/runner/go/bin" >> $GITHUB_ENV
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ repos:
- id: check-json
files: resources/index.json
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types_or: [json]
- repo: local
hooks:
- id: make-generate
Expand Down
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resources/mixins/kubernetes/generated/**
resources/grafana/generated/**
resources/grafana/mixins/**
resources/prometheus/kubernetes-mixin-alerts.yaml
resources/prometheus/kubernetes-mixin-rules.yaml
81 changes: 17 additions & 64 deletions resources/grafana/generated/dashboards/rhacs-central-configmap.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 17 additions & 64 deletions resources/grafana/generated/dashboards/rhacs-central-dashboard.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d24144e

Please sign in to comment.