- 09 May, 2019 7 commits
-
-
Hugo Häggmark committed
-
Andrej Ocenas committed
-
Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
zhulongcheng committed -
* more types for query editor * generic datasources * update * change ComponentClass to ComponentType * more types * remove input
Ryan McKinley committed -
* minor refactoring * Added category * Minor progress * Progres * Updated descriptions * Added custom sort * NewDataSource: progress * Updated design * NewDataSource: Updated design * Updated link * Feedback changes
Torkel Ödegaard committed -
* Closes #15821 * sorry, now prettier * select and deselect on filtered values works with Selected option now. Should the clearSelections function rather be renamed to selectOrClearValues? Selected should have another name too.
r66ad committed -
Andrej Ocenas committed
-
- 08 May, 2019 12 commits
-
-
* FieldDisplay editor - minor refactor not to use panel group ui elements * FieldPropertiesEditor - minor refactor not to use panel group ui elements
Dominik Prokop committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Chore: Adds neccessary packages * Wip: Initial dummy test in place * Feature: Downloads Chromium if needed * Fix: Adds global config object * Refactor: Adds basic e2eScenario * Build: Adds end to end tests to config * Build: Changes end to end job * Build: Adds browsers to image * Build: Adds failing test * Refactor: Adds first e2e-test scenario * Fix: Ignores test output in gitignore * Refactor: Adds compare screenshots ability * Refactor: Removes unnecessary code * Build: Removes jest-puppeteer * Fix: Replaces test snapshots * Refactor: Creates output dir if missing * Refactor: Changes aria-labels to be more consistent * Docs: Adds section about end to end tests * Fix: Fixes snapshots * Docs: Adds information about ENV variables
Hugo Häggmark committed -
* Wip: Initial commit * Refactor: Replaces moment.utc( * Refactor: replaces the last isMoment statements * Refactor: Removes almost all moment imports * Refactor: Moves moment_wrapper to grafana/ui * Refactor: Renames momentWrapper * Refactor: Removes one more moment import * Refactor: Removes unitOfTime import * Fix: Fixes Prettier error * Refactor: Renames DateTimeType to DateTime * Refactor: Renames isDateTimeType to isDateTime * Refactor: Renames dateTime to dateTime * Feature: Bans moment imports and types
Hugo Häggmark committed -
Fixes #16929
Stephen SORRIAUX committed -
* Skip unnecessary checks on pre commit * Remove grunt precommit task * Separate go and fe tesrt lint
Dominik Prokop committed -
Deprecated: Fast Fallback is enabled by default. To disable, set FallbackDelay to a negative value. https://golang.org/src/net/dial.go
Carl Bergquist committed -
this can be useful when testing timeouts etc in the dataproxy ref #16923
Carl Bergquist committed -
Ryan McKinley committed
-
* consistent TQuery,TOptions * add json for azure * cloudwatch
Ryan McKinley committed
-
- 07 May, 2019 15 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
This adds support for using templated/dynamic urls in routes. * refactor interpolateString into utils and add interpolation support for app plugin routes. * cleanup and add error check for url parse failure * add docs for interpolated route urls Closes #16835
Brian Gann committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Andrej Ocenas committed
-
* chore: AzureMonitor typescript typings Removes some types and using @grafana/ui types instead. Adds some typing for the AzureMonitor query. Also adds a getSubscriptions function that will used in the query editor. * fix: AzureMonitor adds back editor for annotation queries This must have been broken for a month or more. Now possible to edit annotation queries again. * feat: Azure Monitor - support for multiple subscriptions Adds a new dropdown for subscriptions in the query editor. Defaults to the subscription id in jsonData for queries that have no subscription id. * feat: adds Azure Logs multi subscriptions support The subscription id is needed for fetching the list of workspaces. Adds support to the Log Analytics datasource and to the annotations for Log Analytics to be able to choose between multiple subscriptions. * feat: AzureMonitor config page with multiple subs Adds support for multiple subscriptions for the different variations of configuring Azure Monitor and Azure Logs. To be able to show a list of subscriptions, the config has to be saved first - the plugin route fetches the tenant id, client id and client secret from the database so a call to get subscriptions requires that those fields are saved first. If the page has not saved then the use can manually paste in a subscription id. * feat: support for multi subs in Azure Monitor variables Adds an optional subscription parameter to the template variable macros. Also adds a Subscriptions macro. * fix: remove some implicit anys from tests
Daniel Lee committed -
Draft of What's new in v6.2 for the beta. Closes #16902
Marcus Efraimsson committed -
Dominik Prokop committed
-
BarGauge: New multi series enabled gauge like panel with horizontal and vertical layouts and 3 display modes (#16918) * BarGauge: switched to beta and updated beta notice design * Updated snapshot
Torkel Ödegaard committed -
ref #16496
Carl Bergquist committed -
closes #16850
Carl Bergquist committed -
* Bump version of @types/react and regenerate yarn.lock * Fix imports in grafana/ui
Dominik Prokop committed -
Torkel Ödegaard committed
-
- 06 May, 2019 6 commits
-
-
* PanelModel: Clear queryRunner on destroy * fix test asumptions
Torkel Ödegaard committed -
* Panels: Initial poc of no panel titles * moving panel-container to DashboardPanel * Starting to work * Gauge fix * Panels: tweaked panel padding and title z-index stuff * Panels: changed panel padding a bit and simplified it by having same padding in vertical and horizontal * Lots of tweaks to panel padding related stuff * Updated snapshot * Added test dashboard * Final refactorings * Trim title befgor applying panel-container--no-title class * Remove unnecessary type annotation * Panels: hasTitle no need to trim * Gauge: fixed font family
Torkel Ödegaard committed -
This fixes a regression introduced in #16646 where using Elasticsearch pre-v7.0 and alerting resulted in an error when trying to deserialize the response of total number of hits. Total number of hits is not in use by the backend so we're removing it for now to make ES 6 and 7 being able to deserialize search responses without errors. Closes #15622
Marcus Efraimsson committed -
* Gauge: began looking at gauge title * Gauge: title improvements * Minor progres * Gauge: title improvements, still needs more tweaking * Gauge: title is starting to work ok * Use selectThemeVariant * Remove unused type
Torkel Ödegaard committed -
* move datemath to grafana/ui * don't reference @grafana/ui from its own component
Ryan McKinley committed -
Fixes #16880
Ryan McKinley committed
-