- 17 Feb, 2021 10 commits
-
-
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 18 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 -
* break out new and edit * changed model to match new model in backend * AlertingNG: API modifications (#30683) * Fix API consistency * Change eval alert definition to POST request * Fix eval endpoint to accept custom now parameter * Change JSON input property for create/update endpoints * model adjustments * set mixed datasource, fix put url * update snapshots * run test response through converters * remove edit and add landing page * remove snapshot tests ans snapshots * wrap linkbutton in array * different approaches to massage data * get instead of post * use function to return instances data * hook up test button in view * test endpoint for not saved definitions * function that return query options * Chore: fixes strict error * hide ng alert button * typings * fix setAlertDef error * better message when you have queries but no data * NGAlert: Refactoring that handles cleaning up state (#31087) * Chore: some refactorings of state * Chore: reduces strict null errors Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Sofia Papagiannaki <sofia@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Peter Holmberg committed -
* Add config options * Update docs/sources/datasources/influxdb.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/datasources/influxdb.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Add config to provisioning docs * Style fixes Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Andrej Ocenas committed -
Dafydd committed
-
Will Browne committed
-
Torkel Ödegaard committed
-
QueryEditors: Fixes issue that happens after moving queries then editing would update other queries (#31193)
Torkel Ödegaard committed -
* Chore: report eslint no-explicit-any errors to metrics * double quote
Josh Hunt committed -
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.12.0...spanner/v1.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
* Chore(deps): Bump xorm.io/xorm from 0.8.1 to 0.8.2 Bumps xorm.io/xorm from 0.8.1 to 0.8.2. Signed-off-by: dependabot[bot] <support@github.com> * Fix limit for snapshots * Fix limit for org and users Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
dependabot[bot] committed -
Sofia Papagiannaki committed
-
Bumps [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro) from 2.9.7 to 2.10.0. - [Release notes](https://github.com/linkedin/goavro/releases) - [Changelog](https://github.com/linkedin/goavro/blob/master/debug_release.go) - [Commits](https://github.com/linkedin/goavro/compare/v2.9.7...v2.10.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
* Variables: Fixes missing empty elements from regex filters * Chore: cleanup comment * Chore: removes unused import
Hugo Häggmark committed
-
- 13 Feb, 2021 1 commit
-
-
Torkel Ödegaard committed
-