- 02 Dec, 2019 6 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Test admins/editors/viewers stats validity * Use standard testing library instead of Convey
Sofia Papagiannaki committed -
Christian Lamberty committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 01 Dec, 2019 2 commits
-
-
Stalebot: Automatically label PRs with no activity after 14 days as stale, then after 30 days close (#20179) * WIP: Stalebot config draft * Comment out issue stateless for now
Torkel Ödegaard committed -
* StatPanel: Options rethink * Changed options to string based * -Fixed tests * Refactoring moving files * Refactoring alignment factors * Added alignment factors * Added basic test * Added unit test for layout * Font size handling * Font sizing works * Progress on sizing * Updated * Minor update * Updated * Updated * Removed line option * updated * Updated * Updated * Updated * Highlight last point * Fixed tests * Code refactoring and cleanup * updated * Updated snapshot
Torkel Ödegaard committed
-
- 30 Nov, 2019 1 commit
-
-
Adam Zegelin committed
-
- 29 Nov, 2019 4 commits
-
-
Adds the latest metrictank dashboard (v0.13.1) per https://github.com/grafana/metrictank/pull/1557 (same version lives on https://grafana.com/grafana/dashboards/279) fixes #20658 Note: for older versions of metrictank, some metrics may be a bit different and thus some charts might not work.
Dieter Plaetinck committed -
Manaswini Das committed
-
Peter Holmberg committed
-
Signed-off-by: huanggze <loganhuang@yunify.com>
Guangzhe Huang committed
-
- 28 Nov, 2019 3 commits
-
-
Andrej Ocenas committed
-
* Update latest.json * Chore: Changes version to canary * Chore: Changes version to 6.6.0-pre
Hugo Häggmark committed -
* Release: Changes for 6.5.1 * Add issue to 6.5.1 release * Changed PR title
Hugo Häggmark committed
-
- 27 Nov, 2019 15 commits
-
-
* adding configeditor * fix method signature and add state for metrictankhelper * fix onChangeHandler * prettier fix * remove config and fix autoversion * adding optional parameter to make this build * set default version if none specified * Graphite: removed version detection
Peter Holmberg committed -
Fix system statistics query to count only once users that are part of several organisations. Fixes #20681
Sofia Papagiannaki committed -
* Clean up influxdb.md Mostly typos, some wording consistency and clarification * feature-rich Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Query editor wording Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update docs/sources/features/datasources/influxdb.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * One less "you can" Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Query example wording Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Remove extraneous newline * Use less words Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Remove more newlines * Use present tense * Add missing 'to' * Summary fixup Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Down with gerunds in headers Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * consistent tenses Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Remove br html tag #1 Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Remove br html tag #2 Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Less future tense Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Spell out location of annotations view Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Query input fixups Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * More detail on where to access InfluxDB editor Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Provisioning fixups Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ernie Hershey committed -
* Make region an optional parameter * Test region template query
Erik Sundell committed -
* Refactor: Remove the code which can't reach * Test: Add more unit tests for toFixed and scaledUnits methods - To make them easier to understand
Sparkle committed -
Hugo Häggmark committed
-
Datasource/Loki: Fix issue where annotation queries weren't getting their variables interpolated (#20702) Closes #20667
kay delaney committed -
Hans-Peter Schadler committed
-
Arve Knudsen committed
-
Fixes #20662
Hugo Häggmark committed -
* Server: Clean up startup logic/error checking
Arve Knudsen committed -
* Re-adding lost import * Make sure wildcard is not in annotations editor
Erik Sundell committed -
Sofia Papagiannaki committed
-
Andrej Ocenas committed
-
* Adding component, story and documentation file * forgot files * Add label and formvalidation * fix for error/invalid message * fixing font color when input is disabled * red border if invalid * fixing props and label margin * added support for icon in input * support for button and loading state * redoing some of the markup * fixing height on addons * Adding some basic documentation * remove not used types file * Add some more knobs * move component to it's own directory, updated styling * create component and extract some shared styles * update story name * Adding focusstyle and knobs * Sorting knobs, fix paddings * accidentaly put in a line break * use variable names in commonStyles * add simple mdx docs * Adding size to TextArea * more shared styles * remove unused import
Peter Holmberg committed
-
- 26 Nov, 2019 9 commits
-
-
Ivana Huckova committed
-
* Units: Add unit for currency - South Korean Won * Units: Add support for 'femto' and 'pico' decimal SI prefix * Units: Expand library of energy units Add: Power - Giga-watt (useful for viewing metrics of power flow through large-scale electrical infrastructure) Electrical Resistance - Kilo-ohm, Mega-ohm (useful for viewing metrics of energy storage e.g. internal resistance of a battery and more) Electrical Capacitance - Farad, Micro-farad, Nano-farad, Pico-farad, Femto-farad Electrical Inductance - Henry, Milli-henry, Micro-henry * Units: Add unit test for currency ₩ * Units: Add unit tests for energy units
Anirudh Ramesh committed -
sdk v0.4.0
Kyle Brandt committed -
s/not/no/
Kyle Brandt committed -
Fixes #19995
Marcus Efraimsson committed -
Make sure that configuration sections/keys from defaults.ini is mirrored in the sample.ini. Fixes #20622
Marcus Efraimsson committed -
* Loki: Fix query error for step parameter - Loki does not fully support float steps like prometheus and returns a query error - this change makes sure that the step parameter is rounded to an integer * Added test and comments
David committed -
* fix for draggable on mobile * elaborate in code comment
Peter Holmberg committed -
kay delaney committed
-