- 04 Sep, 2019 9 commits
-
-
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 18 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 -
* WIP: inital POC * Wip: Moving forward * Wip * Refactor: Makes loading indicator work for Prometheus * Refactor: Reverts prom observable queries because they did not work for multiple targets * Refactor: Transforms all epics into thunks * Fix: Fixes scanning * Fix: Fixes so that Instant and TimeSeries Prom query loads in parallel * Fix: Fixes negation logic error * Wip: Introduces PanelData as a carries for query responses * Refactor: Makes errors work again * Refactor: Simplifies code somewhat and removes comments * Tests: Fixes broken tests * Fix query latency * Remove unused code
Hugo Häggmark committed -
* Adding DashboardPicker component * fix prop names * fix prop names pt2
Peter Holmberg committed -
Torkel Ödegaard committed
-
- 02 Sep, 2019 9 commits
-
-
Torkel Ödegaard committed
-
* ErrorHandling: Fixed Prometheus query editor error and added error boundary * Update public/app/core/components/ErrorBoundary/ErrorBoundary.tsx Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com> * Fixed ts error
Torkel Ödegaard committed -
Ivana Huckova committed
-
(cherry picked from commit be2e2330f5c1f92082841d7eb13c5583143963a4)
Marcus Efraimsson committed -
Ivana Huckova committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Marcus Olsson committed
-
Marcus Efraimsson committed
-
- 01 Sep, 2019 1 commit
-
-
* add appending utility * add appending utility * update comment * rename to mutable * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * move mutable functions out of DataFrameHelper * turn DataFrameHelper into FieldCache * guess time from name * graph the numbers * return the timeField, not just the index * just warn on duplicate field names * only use a parser if the input is a string * append init all fields to the same length * typo * only parse string if value is a string * DataFrame: test fixes * Switch to null for missing values * Fixed tests
Ryan McKinley committed
-
- 30 Aug, 2019 3 commits
-
-
Ryan McKinley committed
-
* Enterprise: add dependencies for upcoming features See enterprise issues
Oleg Gaidarenko committed -
* Editor: Fixes issue where only entire lines were being copied Closes #18768 * Simplifies onCopy handler and factors out logic for easier testing Also adds tests to verify behaviour
kay delaney committed
-