- 26 Oct, 2020 16 commits
-
-
* GCS uploader: Add tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Use go generate Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Torkel Ödegaard committed
-
* Plugins: Fix plugin URL paths on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Plugins: Fix plugin URL paths on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* API: add login username in Login actions * LoginUser -> LoginUsername * fix test
Agnès Toulet committed -
loss of precision but will make the response work instead of erroring follows work already done in the ADX plugin fixes #28278
Kyle Brandt committed -
* remove forward header and add extra steps for encoding * add comment * re-use forwarded header * fix service param * Make SDK the default auth option in UI * use SDK code instead * propagate err * refactor flow * fix prom service namespace
Will Browne committed -
* feat(grafana-ui): autofocus threshold editor input * refactor(grafana-ui): remove commented out css * feat(grafana-ui): use ref for autofocus new thresholds editor input * refactor(grafana-ui): conditionally set input ref for latest threshold * refactor(grafana-ui): put back createRef for input ref
Jack Westbrook committed -
* add what's new entry and elastic docs * update docs * remove caps * fix image path * fix md link Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * fix link case Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * fix md link * docs fixes * update config ref Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Will Browne committed -
* Drone: Upgrade grabpl Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Docs: Update field color scheme docs and 7.3 what's new * update * Updated * Added image cell display mode to table docs
Torkel Ödegaard committed -
Darryl committed
-
Muhammad Hendri committed
-
Emil Hessman committed
-
Dênis Volpato Martins committed
-
- 24 Oct, 2020 1 commit
-
-
* GCS image uploader: Re-implement with Google SDK Signed-off-by: gaston.qiu <gaston.qiu@umbocv.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
gastonqiu committed
-
- 23 Oct, 2020 10 commits
-
-
Adds support for the Forward OAuth Identity feature in backend data source plugins. Earlier this feature has only been supported for non-backend data source plugins. Fixes #26023 Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Bill Oley committed -
* Added node_exporter to the list of words to use in Grafana documentation style guide * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Sofia Papagiannaki committed
-
* Docs: what's new in enterprise 7.3 * feedback * feedback * Update docs/sources/whatsnew/whats-new-in-v7-3.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * link to auditing Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Leonard Gram committed -
* first pass * return list * types and cleanup * add to plugin page and add styles * update comment * update comment * fix component path * simplify error component * simplify error struct * fix tests * don't export and fix string() * update naming * remove frontend * introduce phantom loader * track single error * remove error from base * remove unused struct * remove unnecessary filter * add errors endpoint * Update set log to use id field Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * skip adding BE plugins * remove errs from plugin + ds list * remove unnecessary fields * add signature state to panels * remove unused code * apply PR feedback * update comment * merge dto with model Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Will Browne committed -
#24999 changed the error response payload, but the test data source was not adapted to this change and broke the feature of displaying any errors to the user in the UI. This change should resolve this problem. Ref #24999 Ref #28481
Marcus Efraimsson committed -
Auth: Should redirect to login when anonymous enabled and URL with different org than anonymous specified (#28158) If anonymous access is enabled for an org and there are multiple orgs. When requesting a page that requires user to be logged in and orgId query string is set in the request url to an org not equal the anonymous org, if the user is not logged in should be redirected to the login page. Fixes #26120 Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Marcus Efraimsson committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Docs: add auditing documentation * Docs: improve wording * Update docs/sources/enterprise/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/auditing.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Docs: apply PR feedback * Docs: add auditing in menu * Docs: auditing PR feedback Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Agnès Toulet committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 22 Oct, 2020 13 commits
-
-
* Updated Getting Started topic, based on feedback from Diana and Daniel. Added 2 entries to Glassry. * Added new topic Getting Started with Grafana and Prometheus * Corrected image path. A couple of other minor changes. * Updated image link based on Marcus's suggestion. * Updated topics based on feedback. * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Added Diana's latest changes. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
* Update change-home-dashboard.md * added survey code Added survey blurb. * Update whats-new-in-v7-3.md * minor edits
Diana Payton committed -
Diana Payton committed
-
* Added view-server-stats.md * added view-server-settings * Update docs/sources/administration/view-server-settings.md Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * Update view-server-stats.md * Update view-server-stats.md * Update view-server-stats.md Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Diana Payton committed -
This entry is already present in 7.2.2 Changelog
Sofia Papagiannaki committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ivana Huckova committed
-
* Update readme icon * Use file icon
Alex Khomenko committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Explore: parse time range fix * Remove commented out code * Fix cases for string epoch and ISO strings Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Zoltán Bedi committed -
Alerting: Log alert warnings for obsolete notifiers when extracting alerts and remove spammy error (#28162) * Lower level of notification translation messages * API: Log alert warnings when saving dashboard * Remove spammy error * Rename function parameter * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Apply suggestions from code review * Fix test * Change alertValidator return type * Small fix * Rename symbol * Revert "Rename symbol" This reverts commit 40b619b21a336a8f635daf7ef4241e44a03f0977. * Revert "Small fix" This reverts commit 2df8319d1d0e8b9e4a3d18b36711e3ff53e6fa81. * Revert "Change alertValidator return type" This reverts commit ad933863e32057cf02caabaa5799e3c14033770d. * Revert "Fix test" This reverts commit f728ece2db9d45e7a78d31992082700b3fb4931d. * Revert "Apply suggestions from code review" This reverts commit f35c5f52af06a60cc39c8adf1508dce5a9a67052. * Revert "Apply suggestions from code review" This reverts commit 7f95800c5f0f1a7b552b7124f5dbeba349cce1d8. * Revert "Rename function parameter" This reverts commit 95d3e75b00c110e3e355ba069dbcd89939c2bee2. * Revert "API: Log alert warnings when saving dashboard" This reverts commit 1ac5c3f281263a2cad5d4136589ce1ece706752b. * Conditionally log translation failures * Fix issue causing test to fail * Fix test * Log instead of propagating translations failures due to database errors Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Sofia Papagiannaki committed -
* WIP: Unify short url for dashboards and explore * Add tests * Update * Address feedback, move createShortUrl to buildUrl
Ivana Huckova committed
-