- 15 Apr, 2020 2 commits
-
-
Hugo Häggmark committed
-
Carl Bergquist committed
-
- 14 Apr, 2020 24 commits
-
-
Ryan McKinley committed
-
* replaced run * consolidated dist and toolkit * Solved a few more issues 1. Need to explicitly copy circleci config to dist so that it's published 2. Detect build directory, and use "local" or "linked" mode for local builds. * Reverted change used only for testing * grafana-toolkit.js always required now. Copy to dist * removed grafana-toolkit.dist.js, no longer required * feedback from code review * Code review comments 2.
Stephanie Closson committed -
* Update Dashboard search page * Update tests, remove unused icon types, adjust x icon position * Update icon.ts
Ivana Huckova committed -
Torkel Ödegaard committed
-
Ryan McKinley committed
-
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: bergquist <carl.bergquist@gmail.com>
Artur Kondas committed -
* Migrate RadioButtonGroup * Migrate Label * Migrate Form * Migrate Field * Missing Form import * Migrate InputControl * Migrate Checkbox * Move InputControl and uncomment * Fix small issues * inor fix * Fix import * Fix stuff
Tobias Skarhed committed -
* replaced run * consolidated dist and toolkit
Stephanie Closson committed -
Robby Milo committed
-
Tobias Skarhed committed
-
Enables adding a section `plugin.<plugin id>` and key/value to Grafana configuration file which will be converted and sent as environment variables to the backend plugin. Also sends some additional environment variables, Grafana version (GF_VERSION), Grafana edition (GF_EDITION) and enterprise license path (GF_ENTERPRISE_LICENSE_PATH). Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Fixes #21515,
Marcus Efraimsson committed -
* grafana-build-container: Update armv7 musl compiler Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * grafana-build-container: Bump version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CircleCI: Use newer grafana/build-container image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Changed Tutorials to Guides
Diana Payton committed -
Ivana Huckova committed
-
* Hangouts: fixes notifications for alerts with empty message * Update pkg/services/alerting/notifiers/googlechat.go Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Hugo Häggmark committed -
* try decode * vendor crypto deps * commited missing vendor deps * Theme: Refactoring theme colors variables (#23513) * Theme: Typography updates * Updated * Updated snapshot * Renamed colors to palette * Introduce colors namespace * Massive theme color move * Removing color selection logic with more abstract concepts * Updates * Minor sidemenu change * Fix example jaeger agent port in docs (#23514) * @grafana/ui: Replace various icons using Icon component (#23442) * Replace icons in dashboard and settings * Replace icons in alerting * Update batch of icons * Implement icons accross various files * Style updates * Search: Fix recent and starred icons * Update styling and details * Replace new icon created by unicons * Fix e2e test, styling * Minor styling updates Co-authored-by: Clarity-89 <homes89@ukr.net> * trying with p512 key * trying with p512 key * lint * update with real signatures * fixes spacing in test files * remove convey from test * use errutil to wrap errors * removes print statement * splitt tests into two run statements * unexport plugin manifest struct Co-authored-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Clarity-89 <homes89@ukr.net>
Ryan McKinley committed -
Torkel Ödegaard committed
-
* Add integration with Jeager Add Jaeger datasource and modify derived fields in loki to allow for opening a trace in Jager in separate split. Modifies build so that this branch docker images are pushed to docker hub Add a traceui dir with docker-compose and provision files for demoing.:wq * Enable docker logger plugin to send logs to loki * Add placeholder zipkin datasource * Fixed rebase issues, added enhanceDataFrame to non-legacy code path * Trace selector for jaeger query field * Fix logs default mode for Loki * Fix loading jaeger query field services on split * Updated grafana image in traceui/compose file * Fix prettier error * Hide behind feature flag, clean up unused code. * Fix tests * Fix tests * Cleanup code and review feedback * Remove traceui directory * Remove circle build changes * Fix feature toggles object * Fix merge issues * Add trace ui in Explore * WIP * WIP * WIP * Make jaeger datasource return trace data instead of link * Allow js in jest tests * Return data from Jaeger datasource * Take yarn.lock from master * Fix missing component * Update yarn lock * Fix some ts and lint errors * Fix merge * Fix type errors * Make tests pass again * Add tests * Fix es5 compatibility * Add header with minimap * Fix sizing issue due to column resizer handle * Fix issues with sizing, search functionality, duplicate react, tests * Refactor TraceView component, fix tests * Fix type errors * Add dark theme styling * Add tests for hooks * More color changes * Fix tests to deal with additional theme wrappers. Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Andrej Ocenas committed -
Carl Bergquist committed
-
Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) * Began text theme refactoring * Consolidating blue varaibles * Theme: Typography overhaul and theme cleanup * Theme updates, alignment and fixes * Updated snapshots * Restored template variable class * Updates * added container * Updated snapshot
Torkel Ödegaard committed -
* Display error message when folder/dashboard name validation fails * Fix test * Better error handling * Fix tests
Dominik Prokop committed -
Ivana Huckova committed
-
Mohit Nain committed
-
Tobias Skarhed committed
-
- 13 Apr, 2020 6 commits
-
-
* Toolkit: Update plugin added - To normalize an bring a plugins "managed" config up to date * Added changes for filter only release * changed name * updated test for checking files in manifest
Stephanie Closson committed -
Mohit Nain committed
-
* New alpine based plugin ci image - smaller, based on alpine (downloads in 7 to 10 seconds) - Has updated gget that uses tar.gz - Unpacks to /opt/grafana - Compatible cp with toolkit * needed build tools for go lint * added built vm to test tool * add circleci plugin config * added openssh to image * fix for gget & renamed to ginstall
Stephanie Closson committed -
Mohit Nain committed
-
* Styles: Refactoring and tweaks to inline form styles * Minor change * Minor fix * Updated snapshot * tweaks * minor tweak * Updated modal style * Updated snapshot * Updated more snapshots
Torkel Ödegaard committed -
* rename TimePicker to TimeRangePicker * more updates * rename snapshot
Ryan McKinley committed
-
- 12 Apr, 2020 3 commits
-
-
* Replace icons in dashboard and settings * Replace icons in alerting * Update batch of icons * Implement icons accross various files * Style updates * Search: Fix recent and starred icons * Update styling and details * Replace new icon created by unicons * Fix e2e test, styling * Minor styling updates Co-authored-by: Clarity-89 <homes89@ukr.net>
Ivana Huckova committed -
Vitaly Zhuravlev committed
-
* Theme: Typography updates * Updated * Updated snapshot * Renamed colors to palette * Introduce colors namespace * Massive theme color move * Removing color selection logic with more abstract concepts * Updates * Minor sidemenu change
Torkel Ödegaard committed
-
- 11 Apr, 2020 5 commits
-
-
Carl Bergquist committed
-
Ryan McKinley committed
-
* IconButton: New component to share pointer, size & hover style for icon buttons * Progress * IconButton: new component * Think I am done * Updated snapshots * Do not like the black button reverting that, and not the plus-circle changed to plus * fixed test * fixed e2e test * Fixed ts issue
Torkel Ödegaard committed -
Ryan McKinley committed
-
Ryan McKinley committed
-