- 27 Jan, 2020 11 commits
-
-
* Docs: Adds backendSrv notice * Update CHANGELOG.md Co-Authored-By: Leonard Gram <leo@xlson.com> * Docs: Updates notice placement * Changelog: v6.6.0 Co-authored-by: Leonard Gram <leo@xlson.com>
Hugo Häggmark committed -
This is a small documentation update for the situation that led to #19842 in the first place. It describes a procedure required to provide root certificates to the headless Chrome instance used by the Grafana image renderer plugin.
Peter Eckel committed -
* Replace bash/json with http in http_api codeblocks Since http is used elsewhere on the API docs and makes the markdown rendering look different on the blocks that use bash/json * Fix the annotations API link on 'Features' - Noticed the Features/Dashboard Features/Annotations link pointing to the HTTP API was linking itself instead of '../http_api/annotations.md'. - Also add a link on Dashboard Export and Import to its HTTP API. * Add missing links to features in API Index Noticed there was 3 missing references in the API docs index. - https://grafana.com/docs/grafana/latest/http_api/playlist - https://grafana.com/docs/grafana/latest/http_api/datasource_permissions - https://grafana.com/docs/grafana/latest/http_api/external_group_sync Last two are Grafana Enterprise -only, so created a separate subsection for them.
Samuel Alfageme committed -
Marcus Andersson committed
-
* Fixed issues with angular digest and new backendSrv. * Fixed failing tests.
Marcus Andersson committed -
Marcus Andersson committed
-
* APT and YUM repositories * Add julie's fixes * Fix links * Docs: Adds backendSrv notice (#21752) * Docs: Adds backendSrv notice * Update docs/sources/guides/whats-new-in-v6-6.md * Add links to installation notes Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Sofia Papagiannaki committed -
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Emil Tullstedt committed -
* BackendSrv: Fixes POST body for form data Fixes #21688 * Tests: Changes to POST examples
Hugo Häggmark committed -
* Add info about meta data labels * Add part about auto period calculations in cloudwatch * Minor adjustments * Updates after feedback * Add more context * Clarify what a metadata label is
Erik Sundell committed -
* BackendSrv: Adds status, headers, statusText, redirect, type and url back to response Fixes #21662 * BackendSrv: Adds request object back to datasourceRequest response Fixes #21662
Hugo Häggmark committed
-
- 26 Jan, 2020 1 commit
-
-
* Fix timestamp formats and use uid to filter context rows * Remove timestamps from tests
Andrej Ocenas committed
-
- 25 Jan, 2020 2 commits
-
-
Ryan McKinley committed
-
Tobias Skarhed committed
-
- 24 Jan, 2020 13 commits
-
-
Arve Knudsen committed
-
* Docs: gitlab team-sync documented correctly * docs: initial docs for whitelabeling * Docs: enterprise repositories * Docs: rpm enterprise install * Docs: re-structured the rpm install page to be more similar to the deb page * Docs: responded to review feedback * Docs: recommends the enterprise edition * Update docs/sources/installation/debian.md
Leonard Gram committed -
Tobias Skarhed committed
-
Andrej Ocenas committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Fixes so that viewers don't see a link to teams in side menu when editors_can_admin setting is enabled.
Marcus Efraimsson committed -
Dominik Prokop committed
-
Dominik Prokop committed
-
Ivana Huckova committed
-
* CircleCI: Add workflow for building with grabpl
Arve Knudsen committed -
Torkel Ödegaard committed
-
* make importDataSourcePlugin cancelable * fix imported plugin assignment * init datasource plugin to redux * remove commented * testDataSource to redux * add err console log * isTesting is never used * tests, loadError type * more tests, testingStatus obj
Shavonn Brown committed
-
- 23 Jan, 2020 8 commits
-
-
* Update what's new in 6.6 * Add upgrading and changelog sections * Remove lines * Update cookie management section * Update Bar Gauge unfilled option * Add missing dot
Sofia Papagiannaki committed -
Fixes a broken link in the 6.6 upgrade notes.
Marcus Efraimsson committed -
Alerting: Support passing tags to Pagerduty and allow notification on specific event categories (#21335) Add support for passing tags to Pagerduty and allow notification on specific event categories such as Class, Group and Component. Ref #19912, #19913 Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
John Dyer committed -
In 043bb595 a URLSearchParams usage was introduced which is not supported by PhantomJS. @babel/polyfill(deprecated) does not contain polyfill for URLSearchParams, hence the code (and Prometheus graphs rendering) was failing in PhantomJS environment. The solution is to add https://www.npmjs.com/package/url-search-params-polyfill that takes care of the URLSearchParams
Dominik Prokop committed -
* backendSrv: Only stringifies request body if payload isn't already a string * Add test cases to verify behaviour
kay delaney committed -
Sofia Papagiannaki committed
-
Torkel Ödegaard committed
-
* Transpile selected es6 node deps * Add es-check to build-fast-frontend * change es-check is used * transpile react-hook-form
Dominik Prokop committed
-
- 22 Jan, 2020 5 commits
-
-
Erik Sundell committed
-
- Moves filter titles to icons rather than table cell - Increases colspan of ad-hoc stats cell instead of rendering empty cells for parsed fields
kay delaney committed -
* Fix PostgreSQL failure to create organisation for first time Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Sofia Papagiannaki committed -
* Create basic react page for AdminUserCreate * Forms.Field - render asterisk when field is marked as required * Add validation to user create form wih react-hook-form * Remove Angular code for UserCreatePage * Remove commented route for admin settings * Remove unused import * Hide react-hooks-form behind Form component * Fix webkit autofill * Webkit autofill on inpiuts - bring back focus shadow * Temporarily fix story (before 21635 is merged) * Form: docs and minor updates to new form elements (#21635) * Allow Switch, checkbox to be uncontrolled, forward refs, styles update * Add Form docs * User create page update * Remove unused import * Apply review notes
Dominik Prokop committed -
* Docs: Whats new updates * Add cloudwatch and stackdriver paragraphs * Minor changes * Add link helper to render gif * Docs: what's new updates Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
Torkel Ödegaard committed
-