- 09 Sep, 2019 3 commits
-
-
Andrej Ocenas committed
-
Allow extending LDFALGS by setting LDFLAGS to be able to pass -zrelro,-znow for Arch Linux packaging to get full relro.
jelle van der Waa committed -
If grafana is build from a non-git source a new timestamp is used every build which makes grafana binaries non-reproducible. Motivation: https://reproducible-builds.org
jelle van der Waa committed
-
- 08 Sep, 2019 1 commit
-
-
Adds the definition of `GetTeamsForLDAPGroupCommand` which handles the lookup of team information based on LDAP groupDNs. This is an Enterprise only feature. To diferentiate,a response will contain the `team` key as `null` on OSS while on Enterprise the key will contain an empty array `[]` when no teams are found.
gotjosh committed
-
- 06 Sep, 2019 3 commits
-
-
Fixes #18941
kay delaney committed -
Grafana: Create new playlist/dashboard/channel card is not visible when there are no items in the list (#18890)
Ivana Huckova committed -
* Use window.setTimeout/Interval instead of nodejs versions * Remove awesome-typescript-loader dependency
Dominik Prokop committed
-
- 05 Sep, 2019 7 commits
-
-
Patrick O'Carroll committed
-
Sofia Papagiannaki committed
-
Peter Holmberg committed
-
* Explore: Adds ability to return to origin dashboard
kay delaney committed -
Move some of the buffering with live streaming inside of the datasource, sending full frames instead of deltas and allow Loki in dashboards.
Ryan McKinley committed -
* convert user organizations section to react * reload page on org change
Shavonn Brown committed -
* Check that timeEnd if defined before comparing to avoid false truthiness * Moved loop Fixes #18902
Shavonn Brown committed
-
- 04 Sep, 2019 11 commits
-
-
Torkel Ödegaard committed
-
* LDAP: Add API endpoint to query the LDAP server(s) status| This endpoint returns the current status(es) of the configured LDAP server(s). The status of each server is verified by dialling and if no error is returned we assume the server is operational. This is the last piece I'll produce as an API before moving into #18759 and see the view come to life.
gotjosh committed -
This change adds formal support for the South African Rand in the list of currencies.
Neo committed -
lzd committed
-
* ErrorHandling: Error boundary for every container * Remvoe custom query editor errors
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Scott Brenner committed
-
Leonard Gram committed
-
Styles: fixed gradient in logo so it doesn't go outside the logo and get a defined start and end color, changed brand gradient to be the same as in logo, created new variable for vertical gradient (#18882) Fixes #18856
Patrick O'Carroll committed -
kay delaney committed
-
- Fix cancellation error showing in UI - Fix display of object values in log rows
Andrej Ocenas committed
-
- 03 Sep, 2019 15 commits
-
-
Andrej Ocenas committed
-
* Move the ReloadLDAPCfg function to the debug file Appears to be a better suite place for this. * LDAP: Return the server information when we find a specific user We allow you to specify multiple LDAP servers as part of LDAP authentication integration. As part of searching for specific users, we need to understand from which server they come from. Returning the server configuration as part of the search will help us do two things: - Understand in which server we found the user - Have access the groups specified as part of the server configuration * LDAP: Adds the /api/admin/ldap/:username endpoint This endpoint returns a user found within the configured LDAP server(s). Moreso, it provides the mapping information for the user to help administrators understand how the users would be created within Grafana based on the current configuration. No changes are executed or saved to the database, this is all an in-memory representation of how the final result would look like.
gotjosh committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Dominik Prokop committed
-
* WIP: Use data frames in explore * Explore: everything seems to be working again * Reworked ResultProcessor tests * Fixed unit test * Add some typings and comments
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
without this lock there is a race condition between the scheduler and job processing.
Kyle Brandt committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Adding pause/resume buttons and pause on scroll to prevent new rows messing with the scroll position.
Andrej Ocenas committed -
Leonard Gram committed
-
* Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements - Introduces dynamic imports for built-in plugins - Uses dynamic imports for various packages (rst2html, brace) - Introduces route-based dynamic imports - Splits angular and moment into separate bundles
kay delaney committed
-