- 07 Nov, 2019 18 commits
-
-
* Build: Add /Dockerfile.ubuntu * Build: Add packaging/docker/Dockerfile.ubuntu * Build: Add grafana-docker-ubuntu-pr CircleCI job * Build: Add CircleCI jobs for building master/release Ubuntu based Docker images
Arve Knudsen committed -
Torkel Ödegaard committed
-
Dominik Prokop committed
-
The arching goal of this commit is to enable single user synchronisation with LDAP. Also, it included minor fixes of style, error messages and minor bug fixing. The changes are: - bug: The `multildap` package has its own errors when the user is not found. We fixed the conditional branch on this error by asserting on the `multildap` errors as opposed to the `ldap` one - bug: The previous interface usage of `RevokeAllUserTokens` did not work as expected. This replaces the manual injection of the service by leveraging the service injected as part of the `server` struct. - chore: Better error messages around not finding the user in LDAP. - fix: Enable the single sync button and disable it when we receive an error from LDAP. Please note, that you can enable it by dispatching the error. This allows you to try again without having to reload the page. - fix: Move the sync info to the top, then move the sync button above that information and clearfix to have more harmony with the UI.
gotjosh committed -
Torkel Ödegaard committed
-
* Fix: Adds Explore menuitem to React Panels Fixes #19865 * Refactor: Adds CMD|CTRL+click to Explore menu item
Hugo Häggmark committed -
* Elasticsearch: Support rendering in logs panel - add "Logs" metric query type so panels can inform the datasource that the query is a logs query - datasource modifies target when metric query type `logs` is detected - then existing log result processeing paths are followed * Fix failing test, number of agg types changed
David committed -
* Notifications: Add alert_state to the kafka message Fixes #11401
stratomonitor committed -
Dominik Prokop committed
-
Ryan McKinley committed
-
* Renamed ttl config in code to be more consistent with behaviour * Introduced new setting `sync_ttl` in .ini file * Keeping the old setting `ldap_sync_ttl` in the .ini file as fallback and compatibility.
Jon Gyllenswärd committed -
Lukas Siatka committed
-
Provisioning of dashboards now always overwrite existing ones and does not look at the configuration `allowUiUpdates` anymore
Jon Gyllenswärd committed -
Ryan McKinley committed
-
* Adding grafana plugin version info It was unclear if one can specify the plugin version to the environment variable. It is possible and works fine. Added it to the plugin information. * Update typo docs/sources/installation/docker.md * Applied all comments Moved the information to make it more readable, fixed typos and added missing punctuation. * Rewording and better example More feedback, added example text. Did not manage to get newline for the example. * added the missing space
Joachim Lindborg committed -
Dominik Prokop committed
-
* query mixed * query mixed * batch queries * check that the values only have 3 rows at the *end* as well
Ryan McKinley committed -
* don't explode when missing logo * add path to a real icon
Ryan McKinley committed
-
- 06 Nov, 2019 21 commits
-
-
* LDAP: Interpolate env variable expressions in ldap.toml file * Removed comment
Torkel Ödegaard committed -
Sofia Papagiannaki committed
-
assumption is that msi MAX_PATH is effectively 130 (260/2) for the full path of the filename (Dir + filename), and this causes error LGHT0103 : The system cannot find the file in the msi build.
Shavonn Brown committed -
* Explore: fixes toolbars datasource selector and date picker responsiveness * Explore: updates grafana UI time picker component - adds a class on long date * Explore: updates styles for responsive long date without split * Explore: adds styles for responsive time picker with long date during split * Explore: updates long datetime detector to isDateTime, renames isAbsolute to hasAbsolute * Explore: updates datasource responsiveness * Explore: moves time picker styles * Explore: updates datasource picker and select component responsiveness * Explore: updates data source picker * Explore: updates explore toolbar to use container width * Explore: updates styles for datasource picker * Explore: updates Grafana UI elements - select and single value with an ability to hide text * Explore: updates time picker styles * Explore: updates datasource select and date picker * Explore: updates toolbar elements margin * Explore: updates toolbar elements split breakpoints * Explore: updates datasource picker label length with substrings * Explore: updates the datasource picker label length * Explore: removes refresh picker hide media query * Explore: updates refresh picker style query to use xs breakpoint
Lukas Siatka committed -
Ivana Huckova committed
-
Andrej Ocenas committed
-
* Fix: Prevents crash when table receives mixed data formats Fixes #20075 * Tests: Adds tests for data format reducers * Refactor: Updates after PR comments * Refactor: Missed a couple of places where filtering was needed
Hugo Häggmark committed -
Dominik Prokop committed
-
Adds a config section with derived fields which is a config that allows you to create a new field based on a regex matcher run on a log message create DataLink to it which is the clickable in the log detail.
Andrej Ocenas committed -
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 1 commit
-
-
Ryan McKinley committed
-