- 06 Nov, 2019 12 commits
-
-
As discussed in a UX feedback session, it's annoying that queries are automatically executed in Explore. This change adds props to override the blur behavior. - add `onBlur` to Explore query field props - Explore's query row will pass down an empty function for onBlur to the query fields - pass onBlur through to the QueryField component for Loki and Prometheus - add test to QueryField to make sure if onBlur is specified, the onRunQuery is not executed
David committed -
* fix subscriptions getting, move subscriptions and workspace fetching into react * config typed * moved ConfigEditor to components, parser for select objs * AzureDataSourceSettings type on state * typing datasource
Shavonn Brown committed -
Ryan McKinley committed
-
* Changelog: 6.4.4 release
Sofia Papagiannaki committed -
* grafana-cli: use tmp file when downloading plugin install file
Olivier Lemasle committed -
* Enable prism syntax for data links outside of effect * Retrieve theme with useTheme hook
Dominik Prokop committed -
* SafeDynamicImport: Fixes so that it shows different messages depending on error * Refactor: Fixes type error * Refactor: Adds grafana constant to error message * Refactor: Renames components and adds exports * Refactor: Uses react-loader instead * Refactor: Updates after PR comments * Tests: Adds tests for loadComponentHandler
Hugo Häggmark committed -
* Enable display processor on time fields * Export default date time formats from grafana/data * Add data time formatter for timezone * Move date format from display process options to field config
Dominik Prokop committed -
raintank/deployment_tools repo is being moved to grafana/deployment_tools
Anthony Woods committed -
Sofia Papagiannaki committed
-
Stephan Eicher committed
-
Datasource/Elasticsearch: Fix logs which were displayed with incorrect timestamp in Explore logs tab (#20009)
lzd committed
-
- 05 Nov, 2019 7 commits
-
-
Ryan McKinley committed
-
Adds support for Generic OAuth role mapping. A new configuration setting for generic oauth is added named role_attribute_path which accepts a JMESPath expression. Only Grafana roles named Viewer, Editor or Admin are accepted. Closes #9766
Martin Reinhardt committed -
which removes an unused field from the Transform api
Kyle Brandt committed -
This adds a guide to time series that explains some of the concepts, commonly used by Grafana.
Marcus Olsson committed -
* Docs: Add additional capitalization rules What this PR does / why we need it: This updates the Documentation style guide to include more details on the capitalization rules. Capitalization rules get confused easily, especially between terms like Dashboards (menu title) and dashboards (plural). Which issue(s) this PR fixes: No fix, just an addition. * Revert "Docs: Add additional capitalization rules" This reverts commit 75cbc6303c9f77997b5fd8d26e48802e8e7a859e. * Docs: Docs: Add additional capitalization rules * Docs: Simplify headings and make active #19268
Brenda Harjala committed -
Add 'the' to license reference in README
Vilhelm Prytz committed -
All ldap servers are now being tried and the first one that gives back an answer is used if a previous one is failing. Applies to login and syncing
Jon Gyllenswärd committed
-
- 04 Nov, 2019 6 commits
-
-
Ryan McKinley committed
-
Docker: Reduce layers in build container and modified initialization of PATH env in final container (#20132) Multiple local files copied to same destination in one COPY instruction in 0th build container. PATH env variable is modified using the default PATH env variable available in alpine container to achieve the same effect.
Shubham Bhattar committed -
Using the same weight for all panels, so that the panels are displayed in an alphabetical order.
olcbean committed -
There was a spelling mistake. Corrected it.
venkatbvc committed -
Borna Skukan committed
-
* Fix: Fixes searchfilter wildcard char in regular expressions Fixes: #20006 * Refactor: Uses TemplateSrv and ScopedVars instead * Docs: Updates docs with new format * Tests: Corrects test description
Hugo Häggmark committed
-
- 02 Nov, 2019 2 commits
-
-
Jorge Luis Betancourt committed
-
Brian Gann committed
-
- 01 Nov, 2019 13 commits
-
-
* add more radiation units * add pixels
Ryan McKinley committed -
Ryan McKinley committed
-
Martin Brenner committed
-
This dependency was added a while back and exists in the vendor directory but was never properly added to go.mod.
Leonard Gram committed -
Change custom hashing and lodash.memoize based selector for standard reselect.
Andrej Ocenas committed -
Jacob Colvin committed
-
Huan Wang committed
-
* LDAP Debug: No longer shows incorrectly matching groups based on role Org Role was used as a shortcut to figure out what groups were matching and which weren't. That lead to too all groups matching a specific role to show up for a user if that user got that role. * LDAP Debug: Fixes ordering of matches The order of groups in the ldap.toml file is important, only the first match for an organisation will be used. This means we have to iterate based on the config and stop matching when a match is found. We might want to think about showing further matches as potential matches that are shadowed by the first match. That would possibly make it easier to understand why one match is used instead of another one. * LDAP Debug: never display more than one match for the same LDAP group/mapping. * LDAP Debug: show all matches, even if they aren't used * Update public/app/features/admin/ldap/LdapUserGroups.tsx Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Update public/app/features/admin/ldap/LdapUserGroups.tsx Co-Authored-By: gotjosh <josue.abreu@gmail.com>
Leonard Gram committed -
* 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
-