- 01 Nov, 2019 9 commits
-
-
* Licensing: supplies a service to handle licensing information * Licensing: uses the license service further Uses the license service instead of settings.isEnterprise: - external team members - saml - usage stats * Licensing: fixes broken tests due to new Licensing service dependency * Licensing: fixes linting errors * Licensing: exposes license expiry information to the frontend
Leonard Gram committed -
Ivana Huckova committed
-
Gaurav M Shah committed
-
* basic setup * onclose fix * styling and inline drawer * add options and mdx * remove blank line * disable pushing page when opening drawer, re add mask opacity * small fixes from pr review * Add knobs and story with long content * set redone markup and made title sticky * Minor style update * Minor style updates 2 * More explicit width prop * fix import
Peter Holmberg committed -
* Dependency: Bump our SAML Library to the latest version Fixes a non-obligatory check for RSA encrypted assertions. Previously they required a certificate embedded in the assertion, this is not mandatory according to the SAML standard.
gotjosh committed -
Fix spacing and margins in case you use icon only button.
Andrej Ocenas committed -
Add LogDetail section that is shown when log line is clicked and expanded. Contains labels/fields and actions to show stats and add/remove label filter.
Ivana Huckova committed -
Kyle Brandt committed
-
Andreas Motl committed
-
- 31 Oct, 2019 18 commits
-
-
Fix capitalization & typos in the InfluxDB data source docs.
Drew committed -
In the data sources docs two similar subsection names were used. This PR renames `Adding the data source to Grafana` subsection to `Adding data source` so that all data sources have the same subsection name.
olcbean committed -
Adding all currently available panels to the basic_concepts.md
olcbean committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Dominik Prokop committed
-
* remove editor keys and null coalescing * remove commented, update snap
Shavonn Brown committed -
- Update copyright year - Remove duplicated xmlns
Olivier Lemasle committed -
Fixed ordering in both the initially suggested guides/basic_concepts.md and the datasources/index.md Closes #19285
Matt committed -
* Add docker-compose example for running grafana with remote renderer * Update docs/sources/administration/image_rendering.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
Sofia Papagiannaki committed
-
Allows saving of provisioned dashboards if the config value allowUiUpdates is set to true Fixes #11778
Jon Gyllenswärd committed -
Update Azure AD instructions to follow heading changes in Azure Portal. > In the legacy experience, an app had Keys page. In the new experience, it has been renamed to Certificates & secrets. In addition, Public keys are referred to as Certificates and Passwords are referred to as Client secrets. Source: https://docs.microsoft.com/en-us/azure/active-directory/develop/app-registrations-training-guide#keyscertificates--secrets I verified by logging in Azure AD and walking through the steps.
Alexandre de Verteuil committed -
Signed-off-by: Joe Elliott <number101010@gmail.com>
Joe Elliott committed -
Remove artificial delay before first 100 rows were rendered and defer just the rest.
Andrej Ocenas committed -
* Refactor: Adds typings and changes AdHocVariable to conform to new typings * Refactor: Adds typings to ConstantVariable * Refactor: Adds typings to IntervalVariable * Refactor: Adds typings to QueryVariable * Refactor: Adds typings to TextBoxVariable * Refactor: Adds typings to CustomVariable
Hugo Häggmark committed -
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data * Move types from grafana-ui to grafana-data * Move valueFormats to grafana-data * Move utils from grafana-ui to grafana-data * Update imports in grafana-ui * revert data's tsconfig change * Update imports in grafana-runtime * Fix import paths in grafana-ui * Move rxjs to devDeps * Core import updates batch 1 * Import updates batch 2 * Imports fix batch 3 * Imports fixes batch i don't know * Fix imorts in grafana-toolkit * Fix imports after master merge
Dominik Prokop committed -
Closes #19626
kay delaney committed
-
- 30 Oct, 2019 4 commits
-
-
* Consolidate backend guidelines * Fix link * Fix review comments
Marcus Olsson committed -
for use with gel which is not released yet.
Ryan McKinley committed -
Ryan McKinley committed
-
Leonard Gram committed
-
- 29 Oct, 2019 7 commits
-
-
currently temporary separate http api
Kyle Brandt committed -
* Add data link from panel to cloudwatch console * Change conf variable name * Fixes according to pr feedback * Cleanup. Fix broken tests
Erik Sundell committed -
Andrej Ocenas committed
-
* Explore: Remove datasource testing on selector - datasource testing gets in the way of fast query iteration: switching between datasources can take seconds - it should not be explore's duty to test datasources in the first place - removed the concept of datasourceError in Explore, should not be its concern - datasource erorrs will express themselves in query errors just fine - connection errors are still bubbled up - removed reconnection logic from explore, should not be its concern - missing labels in loki are still "visible" via an empty label selector - Loki and Prometheus treated connection errors differently than other datasources, making sure to pass through the original error message * Show datasource error in query field for prom/loki/influx * Removed connection test case, fixed disabled state
David committed -
Andrej Ocenas committed
-
Andrej Ocenas committed
-
Ryan McKinley committed
-
- 28 Oct, 2019 2 commits
-
-
* Enable `errcheck` for golangci-lint * Fix linting errors * pkg/plugins: Fix tests * pkg/plugins: Add test
Arve Knudsen committed -
Ryan McKinley committed
-