- 18 Feb, 2021 10 commits
-
-
Torkel Ödegaard committed
-
* BarGuage: updated story from knobs to controls * fixes type errors and disables unused controls * update controls to support some BarGauge props * changed addBarGaugeStory to component and removed closure * cleaned up to be more readable * more refactoring to be readable * final touches... * fixed disabled controls issue * moved NOOP_CONTROL declaration to a seperate PR * made some tweaks to the story names
Uchechukwu Obasi committed -
Hugo Häggmark committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
* ButtonCascader: updates story from knobs to controls * some nit fixes
Uchechukwu Obasi committed -
* use table for explore flow screenshot * reverse logic * update matchExploreTable type
Vicky Lee committed -
Alex Khomenko committed
-
ying-jeanne committed
-
* Add ``--tries 3` arg when triggering e2e-tests * Make e2e-tests retry 3 times only for release pipelines
Dimitris Sotirakis committed -
* Chore: reduces a lot of variable errors * Chore: reduces variable Editor errors * Chore: reduces variable Picker errors * Chore: reduce error count * Chore: reduces errors for ChangeEvent instead of FormEvent * Chore: reduces errors with CombinedState * Chore: reduces ComponentType errors * Chore: reduce errors in reducers * Chore: reduces misc errors * Chore: reduce AdhocPicker errors * Chore: reduce error limit * Update public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Chore: updates after PR comments * Chore: small refactor Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Hugo Häggmark committed
-
- 17 Feb, 2021 13 commits
-
-
ying-jeanne committed
-
Grot (@grafanabot) committed
-
Levi Harrison committed
-
Hugo Häggmark committed
-
* BigValue: updates story from knobs to controls * some refactoring to make code more readable * made some changes
Uchechukwu Obasi committed -
Fixes #31188
Torkel Ödegaard committed -
kay delaney committed
-
* Search: display metadata * Search: update SortPicker icon * Search: display folder meta data * Search: reset sort picker on layout change * Search: align tags in Card component * Search: replace hyphen with dash * Search: preserve sort state on layout change * Search: update tests * Search: fix tests * Update pkg/services/search/hits.go Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Update public/app/features/search/components/SearchItem.tsx Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Update public/app/features/search/components/SearchItem.tsx Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Update public/app/features/search/types.ts Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Search: fix type error * Search: add General folder name and adjust icon margin Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
Alex Khomenko committed -
* Folders: Editors should be able to edit name and delete folders * Fixed so that we only build nav model in one place
Torkel Ödegaard committed -
Dominik Prokop committed
-
Emil Tullstedt committed
-
Marcus Efraimsson committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed
-
- 16 Feb, 2021 11 commits
-
-
* chore(grafana-toolkit): use workspace versions of grafana/ui and grafana/data * chore: replace references to popperjs 1 typings with popperjs 2 typings
Jack Westbrook committed -
* Prettier formatting * Grafana-UI: Add support for id and inputId props to Select * Grafana-UI: Add aria-label to Select * Grafana-UI: InlineField and Field get ID from inputId prop For Select * Fix tests using TagFilter * Update Select prop documentation * Update Field tests to use screen instead * Fix the last few tests
Josh Hunt committed -
* Fix disable bug by passing hide prop * Make more universal fix * Revert to original fix * Update public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
kay delaney committed
-
* Add line limit to Annotation query editor * Refactor to keep type consistent
Ivana Huckova committed -
Ivana Huckova committed
-
* SqlDataSources: Fixes the Show Generated SQL button in query editors * No need to protect against duplicate events now that the event emitter is isolated for each editor
Torkel Ödegaard committed -
* LibraryPanels: Disconnect before connect during dashboard save * Tests: fixed test * Chore: updates after PR comments * Chore: changes from context.Background() to c.Context.Req.Context() * Chore: fixes lint issue
Hugo Häggmark committed -
dupondje committed
-
* TagsInput: Design update and component refactor * Update packages/grafana-ui/src/components/TagsInput/TagsInput.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update packages/grafana-ui/src/components/TagsInput/TagsInput.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update packages/grafana-ui/src/components/TagsInput/TagsInput.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update packages/grafana-ui/src/components/TagsInput/TagsInput.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Updated Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Torkel Ödegaard committed -
* Variables: Adds back default option for data source variable * Chore: updates after PR comments
Hugo Häggmark committed
-
- 15 Feb, 2021 6 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled (#31179) Fixes #27253
Ricky Putra committed -
* First attempt * Get rid of time range as config invalidation dependency * GraphNG class refactor * Get rid of DataFrame dependency from Plot component, get rid of usePlotData context, rely on XYMatchers for data inspection from within plugins * Bring back legend * Fix Sparkline * Fix Sparkline * Sparkline update * Explore update * fix * BarChart refactor to class * Tweaks * TS fix * Fix tests * Tests * Update packages/grafana-ui/src/components/uPlot/utils.ts * Update public/app/plugins/panel/timeseries/plugins/ContextMenuPlugin.tsx * GraphNG: unified legend for BarChart, GraphNG & other uPlot based visualizations (#31175) * Legend experiment * Nits
Dominik Prokop committed -
* Remove last synchronisation field from LDAP debug view * Apply review comments
Tania B committed -
* Chore: Upgrade grafana-plugin-sdk-go * update plugin sdk Co-authored-by: Will Browne <will.browne@grafana.com>
Marcus Efraimsson committed -
* Graph: Make axes unit option work even when field option unit is set * Updated tests
Torkel Ödegaard committed
-