- 06 Jun, 2019 6 commits
-
-
Carl Bergquist committed
-
rrFeng committed
-
Ref #6552
Thibault Chataigner committed -
Tom McClellan committed
-
* Search perf testdata cli task * Test index * REmoved test index
Torkel Ödegaard committed -
The range variables get filled with the range from the query options, not with the range in the timeSrv object. This means that panels that use a relative time override get the correct values from the __range variables. Fixes #17102
Patrick Hahn committed
-
- 05 Jun, 2019 8 commits
-
-
Andrej Ocenas committed
-
Torkel Ödegaard committed
-
* Update changelog * Fix whitespace
Andrej Ocenas committed -
Torkel Ödegaard committed
-
Closes #17006
Jonathan Rockway committed -
Fix slow ACL query for dashboards that was used as subquery on multiple places slowing down search and login in instances with many dashboards.
Andrej Ocenas committed -
Fixes: #16257
kay delaney committed -
Closes #16535
Utkarsh Bhatnagar committed
-
- 04 Jun, 2019 8 commits
-
-
closes #17320
Augustin Husson committed -
ref #10381 Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Mario Trangoni committed -
Ryan McKinley committed
-
Fixes: #17408
Hugo Häggmark committed -
This escape is currently not happening which breaks multi-value queries with '|' characters in the variable value. Added tests for 'interpolateQueryExpr' which should possibly be private, but is difficult to test due to TemplateSrv calling it. Closes #16840
Charlie Briggs committed -
Marcus Efraimsson committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
- 03 Jun, 2019 12 commits
-
-
Otherwise changed data will not get refreshed to the previous state. Which I think is not evident (unless you are familar with docker-compose). and therefore error-prone (at least it did for me)
Oleg Gaidarenko committed -
grafana-runtime/tsconfig.json imports query to avoid a build error ¯\_(ツ)_/¯
Ryan McKinley committed -
xorm introduced some changes in https://github.com/go-xorm/xorm/pull/824 and https://github.com/go-xorm/xorm/pull/876 which by default will use public as the postgres schema and this was a breaking change compared to before. Grafana has implemented a custom postgres dialect so above changes wasn't a problem here. However, Grafana's custom database migration was using xorm dialect to check if the migration table exists or not. For those using a custom search_path (schema) in postgres configured on server, database or user level the migration table check would not find the migration table since it was looking in public schema due to xorm changes above. This had the consequence that Grafana's database migration failed the second time since migration had already run migrations in another schema. This change will make xorm use an empty default schema for postgres and by that mimic the functionality of how it was functioning before xorm's changes above. Fixes #16720 Co-Authored-By: Carl Bergquist <carl@grafana.com>
Marcus Efraimsson committed -
closes #17348
Carl Bergquist committed -
* Refactor: Removes replaceUrl from actions * Refactor: Moves saveState thunk to epic * Refactor: Moves thunks to epics * Wip: removes resulttype and queries once * Refactor: LiveTailing uses observer in query * Refactor: Creates epics folder for epics and move back actioncreators * Tests: Adds tests for epics and reducer * Fix: Checks for undefined as well * Refactor: Cleans up previous live tailing implementation * Chore: merge with master * Fix: Fixes url issuses and prom graph in Panels * Refactor: Removes supportsStreaming and adds sockets to DataSourcePluginMeta instead * Refactor: Changes the way we create TimeSeries * Refactor: Renames sockets to streaming * Refactor: Changes the way Explore does incremental updates * Refactor: Removes unused method * Refactor: Adds back Loading indication
Hugo Häggmark committed -
With live tailing introduced in Explore we now have a lot of actions dispatching and the Redux Dev Tools doesn't cope with the amount and rate of actions and crashes. This PR turns on redux action logging when you add logActions=true in the url and turns it off if you refresh the page or add logActions=false in the url.
Hugo Häggmark committed -
Build: Adds e2e tests back to master workflow with better error messages and with artifacts (#17374) * Refactor: Adds better error message and removes chromium download progess * Test: Adds e2e tests to pr builds for testing purpose * Tests: Changes path to screenshots * Tests: Adds failing test just to test message and artifacts * Tests: Removes failing test
Hugo Häggmark committed -
Marcus Efraimsson committed
-
* should be 'Tags' not 'All' * fix poor wording in 'Match any' tooltip * add tooltip for 'Tags' input (untested! and can probably be worded better, i just don't know enough about the implementation)
Dieter Plaetinck committed -
Fixes #17397
Matthias Steffen committed -
Johannes Schill committed
-
Carl Bergquist committed
-
- 31 May, 2019 2 commits
-
-
* batch disable users * batch revoke users tokens * split batch disable user and revoke token * fix tests for batch disable users * Chore: add BatchDisableUsers() to the bus
Alexander Zobnin committed -
This removes unused properties in explore and datasource meta data (tables and explore properties in plugin.json).
Marcus Efraimsson committed
-
- 30 May, 2019 2 commits
-
-
closes #11431
Bernard Duggan committed -
* mitigate https://www.owasp.org/index.php/CSV_Injection - prepend csv cell values that begin with -, +, = or @ with ' - trim trailing whitespace from all csv values * test for csv formula injection mitigation
Dan Cech committed
-
- 29 May, 2019 2 commits
-
-
Oleg Gaidarenko committed
-
* Enterprise: remove gofakeit dep Since we decided to use our uuid generation inside util module * Enterprise: result of execution of `go mod ...`
Oleg Gaidarenko committed
-