- 17 Jun, 2020 15 commits
-
-
Updated a link.
Diana Payton committed -
* Auth proxy: Retry without cache if failing to get user
Arve Knudsen committed -
Torkel Ödegaard committed
-
Alex Khomenko committed
-
Torkel Ödegaard committed
-
* upgrade to typescript 3.9.3 * Fix errors that surfaced with update * Null check fixs * FIx null checks Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed -
* API: Recognize MSSQL URLs Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Move MSSQL URL validation into mssql package Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Sofia Papagiannaki committed
-
* Chore: changes null values to undefined in explore reducer * Chore: changes sortLogsResult param type from null to undefined * Chore: changes null values to undefined in explore reducer * Chore: updates strict null errors count * Revert "Chore: changes null values to undefined in explore reducer" This reverts commit b82d84161148dfba181425d625cc8c24df0cd757. * Revert "Chore: changes sortLogsResult param type from null to undefined" This reverts commit 21073b5d306ba6ba786617f8d575d5d95b438277. * Revert "Chore: changes null values to undefined in explore reducer" This reverts commit 798559688c31dbe1f3893bc933c0c36e882ab99e. * Chore: updates ExploreItemState type * Chore: updates initial ExploreItemState in Explore reducer * Chore: updates strict null errors count to 699 * Chore: changed ExploreMode and Emitter type in ExploreStateItem * Revert "Chore: changed ExploreMode and Emitter type in ExploreStateItem" This reverts commit 7e0e2027fcc245f208456d3b12806338a4aef9d7.
Lukas Siatka committed -
Support using a variable for histogram and terms min doc count. This is an addition to #21064. Ref #21052 Ref #21064
Marcus Efraimsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Carl Bergquist committed
-
Hugo Häggmark committed
-
Alexandre de Verteuil committed
-
* Settings: Add setting for hiding version number for anonymous users Fixes #12925 * Hide version string from footer when unavailable * Settings: Test frontend settings with hide version for anonymous users * Settings: Add hide version variable to frontend settings * Make AnonymousHideVersion non-global Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Settings: Improve test neighbor friendliness, reset state before and after * Settings: Use T.Cleanup Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Emil Tullstedt committed
-
- 16 Jun, 2020 18 commits
-
-
Add WORKFLOW.md Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
* Added dependency for attaching files to forms * Fixed closing of panel options * Updated lockfile
Steven Vachon committed -
* Dashboard: Ability to hide dashboard toolbar * Updated snapshot
Torkel Ödegaard committed -
Auth: Add support for forcing authentication in anonymous mode and modify SignIn to use it instead of redirect (#25567) * Forbid additional redirect urls * Optionally force login in anonymous mode * Update LoginCtrl page to ignore redirect parameter * Modify SignIn to set forceLogin query instead of redirect * Pass appUrl to frontend and use URL API for updating url query * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix SignIn test Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Sofia Papagiannaki committed -
Harrison Shoff committed
-
fixes #25605
Carl Bergquist committed -
Torkel Ödegaard committed
-
* Get default project if not defined on query * Log when using default project name * Set query result error
Alex Ashley committed -
Ben RUBSON committed
-
Alex Khomenko committed
-
* Docs: Update upgrading doc with more backup details Fixes #9159 * Update docs/sources/installation/upgrading.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
* Search: connect DashboardSearch * Search: set url params * Search: handle tag params * Search: handle sort params * Search: use getLocationQuery * Search: fix type errors * Docs: Save query params for manage dashboards * Search: extract connect * Search: add layout to URL params * Search: update options * Search: simplify options loading * Search: Fix strict null errors * Search: Change params order * Search: Add tests * Search: handle folder query
Alex Khomenko committed -
* added script to check docs metrics. * added information link on how to add code comments. * added script for build and measure code comment metrics. * fixed issues according to shellcheck. * Added so we build the metrics if report folder is missing. * added some spacing and a devider. * Added so we can send metrics to grafana. * added shellcheck attribute. * Fixed spelling according to feedback. * see if shellcheck passes. * fixed issue with shellcheck. * Explore/Logs: Fix tooltip display for log graph (#25544) Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Marcus Andersson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add Root URL info under License file management Edited through GitHub, not tested on development web server. * Update docs/sources/enterprise/_index.md Make updating root_url instructions more straightforward, with action first and explanation second. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Alexandre de Verteuil committed -
Torkel Ödegaard committed
-
Marcus Andersson committed
-
Marcus Andersson committed
-
- 15 Jun, 2020 7 commits
-
-
kay delaney committed
-
* Update Alerting icons * Keep critical red for alerting
Ivana Huckova committed -
* wip: added draft of series to rows. * wip: building dataFrame structure first and then adding data. * wip: added some refactorings of the seriesToRows transformer. * did some refactorings to make the code easier to follow. * added an editor for the transform. * renamed some of the test data. * added docs. * fixed according to feedback. * renamved files. * fixed docs according to feedback. * fixed so we don't keep labels or config values from. * removed unused field. * fixed spelling errors. * fixed docs according to feedback.
Marcus Andersson committed -
fixes: #25402
Harrison Shoff committed -
* Chore: Upgrade Jest to latest Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: reduces strict null errors Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Arve Knudsen committed -
Closes #25182
kay delaney committed -
Hugo Häggmark committed
-