Oscar Kilhed
43bd32206f
Barchart/Time series: Allow x axis label ( #41142 )
2021-11-03 09:42:07 +01:00
renovate[bot]
be5dafb980
Update dependency @types/marked to v3 ( #41234 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 09:37:08 +01:00
renovate[bot]
553197c6a9
Update dependency http-server to v14 ( #41204 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 08:57:18 +01:00
Ilya Stoliar
f5b9515643
CloudWatch: Add AWS Transfer metrics and dimension ( #41168 )
...
What this PR does / why we need it:
Adding AWS Transfer metics according to:
https://docs.aws.amazon.com/transfer/latest/userguide/monitoring.html#metrics
Which issue(s) this PR fixes:
No issue
Special notes for your reviewer:
Based on AWS documentation only, I didn't tried to monitor AWS Transfer myself
2021-11-03 08:41:36 +01:00
renovate[bot]
651ab98e66
Update dependency fast-json-patch to v3 ( #40886 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 08:40:17 +01:00
Hugo Häggmark
f5ab8c147a
Chore: fixes DataSourceRef for adhoc variables ( #41232 )
...
* Chore: fixes DataSourceRef for adhoc variables
* Chore: fix path to packages
2021-11-03 08:02:51 +01:00
Ashley Harrison
bac6168e62
Update Select.mdx ( #41205 )
...
* Update Select.mdx
* kick drone
2021-11-02 21:28:13 +00:00
Yuriy Tseretyan
8a88caaa71
Alerting: Rule evaluation loop refactoring ( #40238 )
...
* move evaluation function out of loop
* extract updateRule function
* isolate alertRule change. update returns new rule and the evaluation accepts the rule as argument
* extract retry loop into a function
* add function wide log context.
* refactor metrics + add tests + replace timeNow with schedule.clock
2021-11-02 17:04:13 -04:00
Sarah Zinger
3da4e1cdcd
Azure Monitor: Add Resource Picker to Template Variable Query Editor ( #40841 )
...
Azure Monitor: Add Resource Picker to Template Variable Query Editor
- Should fix bug related broken template variables that relied on a deprecated default workspace.
2021-11-02 15:30:15 -04:00
Giordano Ricci
7b7c193551
Elasticsearch: Add time zone setting to Date Histogram aggregation ( #40882 )
...
* TimeZonePicker: Allow specifying internal timezones to display
* Elasticsearch: Add time zone setting to Date Histogram aggregation
* rename time_zone to timeZone
* Add tests
* fix typo
* Update packages/grafana-data/src/datetime/timezones.ts
Co-authored-by: Chris Cowan <chris@chriscowan.us>
Co-authored-by: Chris Cowan <chris@chriscowan.us>
2021-11-02 16:18:39 +00:00
Ivana Huckova
de83e5702c
Prometheus: Run annotation queries trough backend ( #41059 )
...
* Prometheus: Run annotation queries trough backend
* Be more explicit on what type of query we are running
* Fix typing, remove unused variables
2021-11-02 16:46:20 +01:00
Ashley Harrison
e0b2e0b152
Annotations: Ensure legacy annotation editors are cleaned up properly when switching datasource ( #41115 )
...
* Annotations: Ensure Angular-based annotation editors are cleaned up properly
* Annotations: Remove ng-if instead of wrapping in div
2021-11-02 15:30:20 +00:00
kay delaney
3c5003373c
A11y: Fix various fastpass accessibility issues ( #41154 )
2021-11-02 15:27:07 +00:00
Josh Hunt
14ddb2939c
Chore: Enable strict Typescript checks ( #41198 )
...
* Chore: Enable strict Typescript checking
* Chore: Remove old strict budget checks
2021-11-02 15:23:44 +00:00
Ashley Harrison
eb223a6645
LibraryPanels: Ensure the list can be fully scrolled when adding a library panel ( #41196 )
2021-11-02 15:21:11 +00:00
ying-jeanne
cedbddafe3
removing the log function after enterprise repo update ( #41197 )
2021-11-02 22:39:55 +08:00
Isabella Siu
96f37b3f30
CloudMonitoring: use CallResourceHandler instead of PluginProxy ( #41064 )
2021-11-02 10:37:02 -04:00
Domas
69fe2def89
Alerting: Fix duplicating queries in rule editor ( #41091 )
2021-11-02 15:18:35 +01:00
Gábor Farkas
28ae9f1bdd
prometheus: query-editor: refactor: rename intent to situation ( #41079 )
...
* prometheus: query-editor: refactor: rename intent to situation
* fixed forgotten rename
2021-11-02 15:09:35 +01:00
Gábor Farkas
0b61d83739
renovate: block updating eslint for now ( #41199 )
2021-11-02 15:06:07 +01:00
Dimitris Sotirakis
d85b4dc7a8
CI: Update grafana/build-container
version ( #41191 )
...
* Update node and yarn versions
* Update drone yaml
2021-11-02 13:52:16 +00:00
Josh Hunt
cb948d10e0
CloudWatch: Fix strict Typescript errors ( #41160 )
...
* CloudWatch: Fix strict typscript errors
* Update public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
Co-authored-by: Sarah Zinger <sarahzinger@users.noreply.github.com>
* Chore: reduce strict error
* Update ci-check-strict.sh
Co-authored-by: Sarah Zinger <sarahzinger@users.noreply.github.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
2021-11-02 13:16:46 +00:00
Santiago
6987ad7b4d
Fix issues with invalid Slack contact points ( #41062 )
...
* Add validation when creating/updating a contact point
* Change 201 status code for 200 (as it was before)
2021-11-02 10:11:19 -03:00
Marcus Efraimsson
f6be78b5ae
Chore: Propagate context for plugin settings ( #41166 )
...
Ref #36734
2021-11-02 13:42:55 +01:00
Marcus Efraimsson
1a89d97fed
Chore: Propagate context for preferences ( #41167 )
...
Ref #36734
2021-11-02 13:41:45 +01:00
Marcus Andersson
ad888813c6
PluginsCatalog: Fix so we display the correct badges when a plugin is disabled. ( #41159 )
2021-11-02 13:41:08 +01:00
Dimitris Sotirakis
8a3e192e6a
InfluxDB: Fix regular expression to parse aliases according to documentation ( #41186 )
...
* Fix regular expression to parse aliases that start with either square brackets or dollar sign
* Fix lint
2021-11-02 13:26:11 +01:00
Gábor Farkas
c788e2f8e8
prometheus: monaco editor: visual fixes ( #41184 )
...
* prometheus: monaco editor: visual fixes
* fixed typo in comment
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* more comments added
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2021-11-02 12:44:51 +01:00
Ashley Harrison
c45c246646
Chore(Linting): Remove js/ts files from prettier as they're already linted by eslint ( #40459 )
2021-11-02 11:25:12 +00:00
Ashley Harrison
727a4bd9e4
Navigation: New NavBar designs behind feature toggle ( #41045 )
...
* Navigation: Remove plus button behind feature toggle
* Navigation: Add home button behind feature toggle
* Navigation: Move settings/admin to bottom section behind feature toggle
* Navigation: Refactor grafana logo to be a NavBarItem
* Navigation: Create new PluginSection and styling changes to support new sections
* Navigation: Hack to use mobile menu as a mega menu for now
* Navigation: Only render plugin section if there are items
* Navigation: mobile menu is always 100% width if toggle is off
* Navigation: Reset width back to 48 and fix broken css property
* Navigation: Create generic NavBarSection component to reduce repetition
* Navigation: Don't show sublinks for core items
* Navigation: Comments from UX review
* Navigation: Remove mobile menu hack
* Navigation: Unit tests for enrichConfigItems and other minor review comments
* Navigation: Move section logic to backend
* Navigation: Refactor alerting links out into a separate function
* Navigation: More tests for isLinkActive
* Linting...
* Navigation: Create new NavBar component for when feature toggle is enabled
2021-11-02 11:19:18 +00:00
Dimitris Sotirakis
469a5e4a85
Comment out "Queries with new datasource ref object" test ( #41187 )
2021-11-02 13:09:51 +02:00
Piotr Jamróz
f1837b5742
Elastic: Full range logs volume ( #40700 )
...
* Add basic implementation for logs volume
* Fix aggregation
* Move getFieldConfig
* Remove duplicated aggregation logic
* Extra querying logic
* Simplify querying logic
* Update logs volume aggregation tests
* Remove bar max width and width factor
* Clean up
* Skip level aggregation if it's not configured
* Post merge fix for aggregation
* Fix tests
* Clean up the code
* Ensure logs without level are aggregated as unknown category
* Use LogLevel.unknown
* Fix strict TS errors
2021-11-02 11:53:47 +01:00
Jack Westbrook
1767e6aab6
Chore: bump Husky to v7 ( #40797 )
...
* chore: bump husky to v7 according to husky migration guide
* chore(renovate): remove husky from list of ignored deps
2021-11-02 11:53:27 +01:00
Jack Westbrook
f2f31f60f2
Chore: Bump rollup and rollup plugins to latest ( #40800 )
2021-11-02 11:10:32 +01:00
Zoltán Bedi
6675b084bd
Chore: Upgrade grafana-eslint to latest ( #41179 )
2021-11-02 10:20:41 +01:00
Will Browne
2faf3b6a31
rearrange log statements for log15 ( #41137 )
2021-11-02 10:20:17 +01:00
Luis Filipe Pessoa
0599b6180f
Changing 'Save' button style to primary ( #41144 )
...
Changing 'Save' button style to primary according to Figma design.
2021-11-02 11:08:16 +02:00
Ryan McKinley
d360e48174
MixedDatasource: fix datasource selection after edit ( #41178 )
2021-11-02 09:48:46 +01:00
Zoltán Bedi
85f2c48448
Toolkit: Don't to show console errors in tests ( #41078 )
2021-11-02 08:38:46 +01:00
Ryan McKinley
231f17ab20
PanelEditor: remove showCategory on exit ( #41174 )
2021-11-02 00:33:36 -07:00
Ryan McKinley
340ed4125e
DataSourceWithBackend: implement interpolateVariablesInQueries by default ( #41152 )
2021-11-02 00:29:52 -07:00
Hugo Häggmark
418059bc23
Variables: Adds change tracking ( #41143 )
...
* Variables: Adds change tracking
* Chore: fix strict error
* Chore: removes updating value from isDirty check
2021-11-02 06:26:16 +01:00
dsotirakis
778c860b3c
Revert: Remove FocusConvey check
2021-11-01 20:07:28 +02:00
dsotirakis
96541cf8d6
Remove FocusConvey check
2021-11-01 20:02:02 +02:00
An
fb75411ddc
Resource Picker: update design and layout ( #41046 )
2021-11-01 10:21:43 -07:00
Alexander Emelin
9c160413f6
Live: adopt latest fixes from gin route tree ( #41141 )
2021-11-01 20:02:03 +03:00
renovate[bot]
c91bfcc1d6
Update dependency date-fns to v2 ( #41027 )
...
* Update dependency date-fns to v2
* Chore(dependencies): Update formatting used by date-fns
* kick drone
* Chore: Add parseISO to date strings passed to date-fn methods
* Prettier...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2021-11-01 15:39:06 +00:00
Will Browne
8157d3564b
remove println ( #41139 )
2021-11-01 14:55:07 +00:00
kay delaney
124c3f537f
A11y: Fix misc. fastpass issues ( #41088 )
2021-11-01 14:45:23 +00:00
Marcus Andersson
d98cb8274c
Docs: Fixed broken link in the plugin migration guide ( #41148 )
...
* fixed broken link.
* updated title of link.
2021-11-01 10:15:53 -04:00