forked from weaveworks/grafanalib
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Making it even with head repo #2
Open
anirudh3LOQ
wants to merge
335
commits into
3LOQ:master
Choose a base branch
from
weaveworks:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
move to GH actions
Statusmap panel
update CHANGELOG.rst
…and it times out right now
Sum metric agg
prepare 0.5.6 release
open 0.5.7 for development
Fixed up ID and hiding for Average Terms aggregation
Remove tools
Prep 0.5.7
open 0.5.8 for development
Fix some sphinx errors
Add documentation for elasticsearch orderBy
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](sphinx-doc/sphinx@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: sphinx 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>
* Added support for inline scripts to metrics * Fix types * lint checks * Added Changelog entry
Signed-off-by: Daniel Holbach <[email protected]>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](sphinx-doc/sphinx@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Selected needs to have a bool value for templating to work * Updated Changelog
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@0.5.2...1.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Daniel Holbach <[email protected]>
Co-authored-by: Paul Schroeder <paul.schroeder@localhost> Co-authored-by: James Gibson <[email protected]>
Co-authored-by: Paul Schroeder <paul.schroeder@localhost> Co-authored-by: JamesGibo <[email protected]>
* Added missing auto interval properties in Template * Do not default to 0 for min value for yAxes
* ignore venv and .idea * restructure and add supporting classes * update discrete class * add tests * correct chglg https://github.com/weaveworks/grafanalib/pull/399/files#diff-e183577edc3e65361ecd131b1d852e4b241b30f61edd379a745317aa49502339R490 * correct double def of ValueMap * add panel URL Co-authored-by: JamesGibo <[email protected]> * correct indentation * add note to docs * add textSize * add textSizeTime Co-authored-by: Paul Schroeder <paul.schroeder@localhost> Co-authored-by: JamesGibo <[email protected]>
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…heeverse/lychee-action-1.0.9 Bump lycheeverse/lychee-action from 1.0.8 to 1.0.9
Matt Richter stepped down as maintainer a couple of months back. Here I'm catching up the MAINTAINERS file to reflect this. Thanks for all your help and we hope to see you still around! All the best! Signed-off-by: Daniel Holbach <[email protected]>
* Add timeseries panel Signed-off-by: Daniel González Lopes <[email protected]> * Make flake8 happy and remove maxDataPoints Signed-off-by: Daniel González Lopes <[email protected]> * add note to changelog * Add basic fields to time series panel * Add missing functionality Co-authored-by: James Gibson <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ions/checkout-2.3.5 Bump actions/checkout from 2.3.4 to 2.3.5
To keep current behaviour, default value is False. When you open a dashboard, collapsed rows will not load data automatically. This helps perfomance of dashboards when multiple charts are present. When creating collapsed dashboards, subpanels must go on `panels` options. When creating non-collapsed dashboards, panels goes below the row. Co-authored-by: JamesGibo <[email protected]>
* Add state timeline * add v8 panels * Remove fields in table config not used in new tables * Add docstrings for table class * Add note to changelog * fix test * fix test * fix test * fix tests * Add extra warning to changelog about breaking change * Add warning and raise exception if styled columns used
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this do?
Why is it a good idea?
Context
Questions