- 06 Nov, 2019 2 commits
-
-
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 17 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 -
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 6 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
-