forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'grafana/master' into reuse-query2
* grafana/master: (35 commits) Refactor: rename SeriesData to DataFrame (grafana#17854) devenv: switch OpenTSDB docker block (grafana#17849) Devenv:LDAP: couple simplifications for LDAP (grafana#17807) Login: divide login errors by pkg and service (grafana#17835) Auth Proxy: Respect auto_sign_up setting (grafana#17843) OAuth: return github teams as a part of user info (enable team sync) (grafana#17797) noImplicitAny: Sub 3000 errors (grafana#17821) TimePicker: Style and responsive fixes, restored dashboard settings (grafana#17822) Templating: Correctly display __text in multi-values variable (grafana#17840) Elasticsearch: Fix default max concurrent shard requests (grafana#17770) Explore: Fix filter by series level in logs graph (grafana#17798) Docs: Add v6.3 version notes and encryption format information (grafana#17825) Graphite: use POST for /metrics/find requests (grafana#17814) Dashboard: Force update after dashboard resize (grafana#17808) Toolkit: moved front end cli scripts to separate package and introduced very early version of plugin tools Explore: Uses new TimePicker from Grafana/UI (grafana#17793) Explore: Uses RFC3339Nano string to retrieve LogRow contexts from Loki API (grafana#17813) noImplicitAny: Lower count to about 3450 (grafana#17799) Graphite: Fixes issue with seriesByTag & function with variable param (grafana#17795) noImplicitAny: Reduce errors to 3800-ish (grafana#17781) ...
- Loading branch information
Showing
289 changed files
with
4,353 additions
and
8,355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
openldap: | ||
container_name: ldap | ||
build: docker/blocks/openldap | ||
environment: | ||
SLAPD_PASSWORD: grafana | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# LDAP Defaults | ||
# | ||
|
||
# See ldap.conf(5) for details | ||
# This file should be world readable but not world writable. | ||
|
||
BASE dc=grafana,dc=org | ||
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666 | ||
|
||
SIZELIMIT 1000 | ||
#TIMELIMIT 15 | ||
#DEREF never | ||
|
||
# TLS certificates (needed for GnuTLS) | ||
TLS_CACERT /etc/ssl/certs/ca-certificates.crt |
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,5 +1,5 @@ | ||
opentsdb: | ||
image: opower/opentsdb:latest | ||
image: petergrace/opentsdb-docker:latest | ||
ports: | ||
- "4242:4242" | ||
|
||
|
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
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
Oops, something went wrong.