Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from grafonnet-lib to grafonnet 10.4.0 #90

Merged
merged 39 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8443c9e
Move one panel in the cluster graph
yuvipanda Oct 7, 2023
6b86392
Migrate userPods panel
yuvipanda Oct 7, 2023
efc24a5
Run pre-commit and ignore vendored files
yuvipanda Oct 7, 2023
ea17ea7
Migrate another panel
yuvipanda Oct 7, 2023
59217ab
Support nodepool separation in Azure too
yuvipanda Oct 7, 2023
0190230
Add a few more graphs
yuvipanda Oct 7, 2023
77205c1
Switch back to using the typed helpers
yuvipanda Oct 7, 2023
323cf3c
Add some descriptions
yuvipanda Oct 7, 2023
f72ef80
Reduce extra withMin calls
yuvipanda Oct 7, 2023
4ffd623
Move common options into a common.libsonnet file
yuvipanda Oct 7, 2023
fa39865
Move a couple panels in usage reports
yuvipanda Oct 7, 2023
bcff691
Use common variable in cluster.jsonnet
yuvipanda Oct 7, 2023
d43c8e9
Set user count to have 0 decimals
yuvipanda Oct 7, 2023
1d560d5
pre-commit: add linting of common.libsonnet
consideRatio Apr 5, 2024
a7c689c
Fix typo in docstring
consideRatio Apr 5, 2024
ade8eef
Provide shebang for global-dashboards also
consideRatio Apr 5, 2024
a4c77ec
Update grafonnet to v10.4.0
consideRatio Apr 5, 2024
897229d
migrate: grafonnet imports
consideRatio Apr 5, 2024
89e5f1b
refactor: re-format cluster.jsonnet's dashboard.new call
consideRatio Apr 5, 2024
2f0d657
migrate: remaining dashboards.new calls
consideRatio Apr 5, 2024
8aadf65
refactor: re-format common.libsonnet's variables etc and add referenc…
consideRatio Apr 6, 2024
54e39f3
migrate: from addTemplates to withVariables
consideRatio Apr 6, 2024
44c4b63
refactor: re-format cluster.jsonnet's panel definitions
consideRatio Apr 6, 2024
4e6a91f
migrate: user.jsonnet
consideRatio Apr 6, 2024
e7787b7
migrate: usage-report.jsonnet
consideRatio Apr 6, 2024
006a336
migrate: jupyterhub.jsonnet and .libsonnet
consideRatio Apr 6, 2024
a56871f
migrate: global-usage-stats.jsonnet
consideRatio Apr 6, 2024
f7b9da2
refactor: cleanup unused variable in cluster.jsonnet
consideRatio Apr 6, 2024
633a9d7
migrate: support.jsonnet
consideRatio Apr 6, 2024
fe5e1dd
migrate: misc migrations across all dashboards
consideRatio Apr 7, 2024
7118877
revert: let deployer deploy all dashboards like before
consideRatio Apr 7, 2024
49a0bed
Fix overwriting of dashboards in other folders
consideRatio Apr 7, 2024
4591563
migrate: visual details for cluster.jsonnet
consideRatio Apr 8, 2024
3f8afd1
migrate: a mash of detail fixes
consideRatio Apr 8, 2024
73a1142
docs: briefly summarize dashboard development insights
consideRatio Apr 8, 2024
ddcb0e5
migrate: another mash of detail fixes
consideRatio Apr 9, 2024
1396211
migrate: add back unused functionality in libsonnet
consideRatio Apr 12, 2024
7e3a194
docs: add detail on setting up grafana api token
consideRatio Apr 12, 2024
b421bd5
docs: detail inline heading update
consideRatio Apr 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ repos:
pass_filenames: false
name: jsonnet-lint cluster.jsonnet
args: [-J, vendor, dashboards/cluster.jsonnet]
- id: jsonnet-lint
pass_filenames: false
name: jsonnet-lint common.libsonnet
args: [-J, vendor, dashboards/common.libsonnet]
- id: jsonnet-lint
pass_filenames: false
name: jsonnet-lint jupyterhub.jsonnet
Expand Down
Loading
Loading