- 04 Dec, 2020 8 commits
-
-
* Elastic: Fixes config UI issues * Fixed index name input issue
Torkel Ödegaard committed -
* Fix issues with plugins not retrieving plot instance * Review
Dominik Prokop committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* feat(grafana-ui): use storybook docgen over webpack config * chore(grafana-ui): bump storybook to latest (6.1.9)
Jack Westbrook committed -
See "log in" (verb) vs "login" (noun) : https://english.stackexchange.com/a/5304/354852
Mathieu Rollet committed -
Panel: making sure we support all versions of chrome when detecting position of click event. (#29544) * making sure we are always using int value when compairing coordinates. * removed unused import. * Using Math.floor instead. * removed unused dep.
Marcus Andersson committed -
Signed-off-by: Emil Hessman <emil@hessman.se>
Emil Hessman committed -
Signed-off-by: Emil Hessman <emil@hessman.se>
Emil Hessman committed
-
- 03 Dec, 2020 18 commits
-
-
* Security: Add gosec G304 auditing annotations Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * Add gosec annotations Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * Add gosec annotations Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * add G304 auditing comment Signed-off-by: bergquist <carl.bergquist@gmail.com> * Add gosec annotations Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * space Signed-off-by: bergquist <carl.bergquist@gmail.com> * Add gosec annotations Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: bergquist <carl.bergquist@gmail.com>
Arve Knudsen committed -
Signed-off-by: Emil Hessman <emil@hessman.se>
Emil Hessman committed -
* add missing key to enable SigV4 * use right key :o) * Add . Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Will Browne committed -
Adds Microsoft.Network/natGateways to the supported namespaces in Azure Monitor Datasource (issue #29383)
JoeyLemur committed -
Diana Payton committed
-
Used in Alerting UI for alert silencing.
Andreas Opferkuch committed -
Torkel Ödegaard committed
-
Diana Payton committed
-
* Chore: Upgrade typescript to 4.1
kay delaney committed -
* PanelLibrary: Adds panellib table * Refactor: removes drop table migration * Refactor: fixes spelling mistake * Refactor: changes after PR comments * Refactor: some more renames
Hugo Häggmark committed -
* [#29569]: Added creation of missing directory For image [ubuntu] : /etc/grafana/provisioning/plugins was missing in image creation. * [#29569]: Added creation of missing directory For image [alpine] : /etc/grafana/provisioning/plugins was missing in image creation.
VishalLahane committed -
* ci: wip - add release next npm package step to pr for testing * ci: remove unpublish logic and use github for package registry * chore: refresh drone.yml config * ci: remove redundant variable * ci: add missing double quote * chore: move registry arg to npm script * chore: refresh drone config * ci: attempt github registry auth * build: force lerna registry * build: remote trailing slash * build: remove obsolete lerna bootstrap, rename next publish files to canary * chore: remove release_canary_packages step from pr pipeline * docs(packages): introduce steps for authenticating with github packages * refactor: move github registry related commands to shell script * ci(drone): remove echo commands from canary release step * docs: add missing backtick Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Jack Westbrook committed -
Tania B committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* auto axis * auto axis * expand everyhting with the same scale/unit * expand everyhting with the same scale/unit
Ryan McKinley committed -
Marcus Andersson committed
-
* middleware: Rewrite tests to use standard library Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ryan McKinley committed
-
- 02 Dec, 2020 14 commits
-
-
* initial impl of Bars, Staircase, Smooth modes * fix fillTo for staircase and smooth paths * fix pointSize * [bars] adjust gap factor & reduce bar width to include stroke width. remove rounding to favor gap & width uniformity over edge crispness. * remove line path fallback for too-dense data * "Auto" points mode implies "Never" for Bars * slightly reduce x axis tick density * fix bars height calc, make bars crisp again. * [bars] don't use hard-coded 'x' scale key * refactor catmullRomFitting() to accept x & y coord arrays. restrict to processing only visible data range. * move path building functions to own file * export typed functions Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Leon Sorokin committed -
Torkel Ödegaard committed
-
Kyle Brandt committed
-
Diana Payton committed
-
Ryan McKinley committed
-
* Update syntax.md * Update syntax.md
Diana Payton committed -
* NodeJS: Update to LTS (14) * Bump Volta's Node version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Bump version of build image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Upgrade build image Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Torkel Ödegaard committed -
Diana Payton committed
-
* 3 minor changes, including updating the title TOC * Fixing the sentence lacking verb.
achatterjee-grafana committed -
* Rewrite auth proxy tests to use standard lib Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Auth proxy: Use standard error type Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Leon Sorokin committed
-
Dashboards: hide playlist edit functionality from viewers and snapshots link from unauthenticated users (#28992) * feat: hide snapshots menu item from viewers * feat(playlists): prevent viewers from creating/editing playlists * feat: prevent viewers seeing playlist nav link if no playlists * refactor(playlist): rename isViewer property to canEditPlaylists * revert(playlists): put back note if viewer and no playlists * refactor(snapshots): consider admin/editor permission in folders/dashboards for displaying menu item * feat(snapshots): only show snapshot nav item if user is signed in * fix(snapshots): revert snapshots to previous state if delete snapshot api error
Jack Westbrook committed -
Brett Snyder committed
-
* Removing PanelModel usage from query rows * More work removing dependency on panel model * Before big change to query options * Query options now have no dependency on panel model * Test page is working * Shared query now works again * Rename component * fix after merge * Fixed issue with old angular editors
Torkel Ödegaard committed
-