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

Making it even with head repo #2

Open
wants to merge 335 commits into
base: master
Choose a base branch
from
Open

Conversation

anirudh3LOQ
Copy link

What does this do?

Why is it a good idea?

Context

Questions

matthewmrichter and others added 30 commits May 4, 2020 14:05
open 0.5.7 for development
Fixed up ID and hiding for Average Terms aggregation
open 0.5.8 for development
Daniel Holbach and others added 28 commits July 19, 2021 19:06
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
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
@morancj morancj deleted the branch 3LOQ:master October 22, 2021 15:17
@morancj morancj deleted the master branch October 22, 2021 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.