Serge Zaitsev
f5802878f1
Chore: Move remaining web framework code to pkg/web, remove macaron binding module ( #43018 )
...
* remove macaron binding dependency
* completely purge macaron binding
* move everything to pkg/web
* remove non-go files from pkg/web
* clean up leftovers of macaron imports
* make linter happy
2021-12-13 15:56:14 +01:00
Yuriy Tseretyan
1db9b1e6a9
Improve bridge for Alertmanager logger ( #42958 )
...
* Implement go-kit/log.Logger for internal logger.
2021-12-13 09:41:53 -05:00
renovate[bot]
a10708713c
Update dependency @reduxjs/toolkit to v1.7.0 ( #43036 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-13 14:41:27 +00:00
renovate[bot]
e5a990a14f
Update dependency @popperjs/core to v2.11.0 ( #42396 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-13 14:40:13 +00:00
renovate[bot]
0432ef2943
Update dependency @visx/scale to v2.2.2 ( #42990 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-13 14:03:52 +00:00
Piotr Jamróz
cf2063f19a
Select: Infer dropdown menu position ( #42446 )
...
* Infer dropdown menu position when using asynchronously loaded options
* Infer position only when the menu is opened when the component is created
* Add link to react-select bug
* Update docs
2021-12-13 14:59:51 +01:00
renovate[bot]
f9a8e41710
Update dependency @rushstack/node-core-library to v3.44.2 ( #42756 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-13 13:58:07 +00:00
Torkel Ödegaard
0e88f5db85
AppPlugins: Support app plugins with only default nav ( #43016 )
2021-12-13 14:06:15 +01:00
kay delaney
597148f23b
Dashboards: Use IntersectionObserver to manage lazy loading of panels ( #42834 )
2021-12-13 12:42:33 +00:00
Dominik Prokop
12619065a4
Dependencies: Bump monaco to 0.31.0 ( #43022 )
2021-12-13 13:21:50 +01:00
Matthew Jacobson
62c20ebd77
Alerting: Add label and state filters to alert instance components ( #42550 )
2021-12-13 11:54:36 +01:00
Uchechukwu Obasi
1442052c37
ColorPickerPopover: implement keyboard navigation ( #42809 )
...
* ColorPicker: implement new ui
* makes color swatches tabbable
* implements next and previous arrow key navigation
* make colorPickerPopover to close when esc key is pressed
* colorValueEditor: fix colorPopover closing immediately when clicked
* add blue focus ring to both colorSwatch and picker tabs
* refactor color label divs to be more readable
* more cleanup
* refactor color swatches to use buttons instead
* removes left and right arrow navigation to maintain consistency
* makes colors selectable using the keyboard
* use native button instead for mouse and keyboard click hadling
* when a color is clicked, row backgound should change
* add left padding to last row in colorPopover
* when a color is hovered, row backgound should change
* test for colorPickerPopover component
* small typo fix
* ariaLabel over label
* make row background to not change when a color is selected
* style refactor to be standalone
* use HTMLAttributes instead
2021-12-13 11:38:10 +01:00
Dominik Prokop
1809513575
npm/canary: Fix typo in publish script ( #43020 )
2021-12-13 10:38:31 +01:00
Jack Westbrook
da75e4b910
Build: Publish canary packages to NPM registry ( #42922 )
...
* ci(packages): replace canary github publishing with npm registry
* chore(drone): refresh yaml config
* docs(packages): remove github package publish explanation
2021-12-13 09:50:19 +01:00
Sofia Papagiannaki
c6483cd8ed
Alerting: Refactor API handlers to use web.Bind ( #42600 )
...
* Alerting: Refactor API handlers to use web.Bind
* lint
2021-12-13 09:22:57 +01:00
Timur Olzhabayev
fd48aee61e
chore(release-notes): add release notes for 8.2.3 and 7.5.12 ( #42987 )
...
* chore(release-notes): add release notes for 8.2.3 and 7.5.12
* chore(release-notes): add release notes to the index
* chore(release-notes): add release notes to index and changelog
* chore(release-notes): add release notes to index and changelog
* chore(latest.json): bump
2021-12-10 16:52:27 +01:00
renovate[bot]
3811d7d276
Update dependency @swc/helpers to v0.3.2 ( #42811 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 15:33:50 +00:00
Marcus Efraimsson
d6ec6f8ad2
Backport fix to main ( #42979 )
...
* fixes
(cherry picked from commit a2c386915ce11b9422f4af8ae181eaa1a22bc5c3)
(cherry picked from commit 06706efbbe
)
* fix regex
(cherry picked from commit a259213a3badc9618e969f2c8db0a0143f00faee)
(cherry picked from commit 1d7105c095
)
* lint (#42970 )
(cherry picked from commit afb9e8e5f3
)
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: malcolmholmes <42545407+malcolmholmes@users.noreply.github.com>
2021-12-10 16:10:04 +01:00
renovate[bot]
adc31f8f43
Update dependency @types/testing-library__jest-dom to v5.14.2 ( #42814 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 15:05:13 +00:00
renovate[bot]
494b711bfe
Update dependency @react-aria/utils to v3.10.0 ( #42790 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 15:04:45 +00:00
renovate[bot]
d39ff81de9
Update dependency @react-aria/interactions to v3.7.0 ( #42775 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 15:04:09 +00:00
Carl Bergquist
f9481527de
Macaron: Prevent WriteHeader invalid HTTP status code panic ( #42973 )
...
(cherry picked from commit 92005159c89f848ab8b8435e0c8751599e2e8aff)
Co-authored-by: Todd Treece <todd.treece@grafana.com>
2021-12-10 13:54:12 +01:00
Hugo Häggmark
e6c24396da
Docs: Clarify relative time range overrides ( #42930 )
...
* Docs: Clarify relative time range overrides
* Update docs/sources/dashboards/time-range-controls.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/queries.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-10 08:41:05 +01:00
achatterjee-grafana
7f03fc1470
fixed image link. ( #42956 )
2021-12-09 16:51:06 -05:00
achatterjee-grafana
d2073580be
fixed image links, also two broken relfrefs for alerting. ( #42954 )
2021-12-09 15:46:38 -05:00
natellium
c6c82912e7
Add user essentials issues directly to project ( #42944 )
...
To automate part of our escalations flow, we'd like to automatically add issues with the oss-user-essentials label to our project.
2021-12-09 19:25:33 +01:00
Gábor Farkas
a4cc1f6b39
loki: alerting: handle curly-braces-style variables ( #42933 )
2021-12-09 15:16:01 +01:00
Ivana Huckova
2655be61b6
Prometheus: Interpolate curly brackets syntax variable ( #42927 )
2021-12-09 14:37:24 +01:00
malcolmholmes
de6148e5f1
Build: allow building releases from other repositories ( #42914 )
...
* Allow building from other repositories
* Upgrade grabpl
* Update drone.yml
2021-12-09 13:09:17 +00:00
Gábor Farkas
096c248887
explore: store failed queries too ( #42516 )
...
* explore: store failed queries too
* fixed test
2021-12-09 14:00:50 +01:00
Gábor Farkas
3232ae08c0
loki: removed unused variable ( #42909 )
2021-12-09 13:16:52 +01:00
Torkel Ödegaard
d76dd7d14b
LogsPanel: Show message and actions if panel cannot visualize data ( #42878 )
2021-12-09 11:46:24 +01:00
Ivana Huckova
e555221523
Prometheus: Fix running of exemplar queries for non-histogram metrics ( #42749 )
...
* Prometheus: Fix running of exemplar queries for non-histogram mestrics
* Fix test
* Refactor based on review suggestions
2021-12-09 11:30:23 +01:00
Timur Olzhabayev
984d26ce86
chore(pr-actions): remove milestone when pr is closed ( #42895 )
...
* chore(pr-actions): remove milestone when pr is closed without being merged
* Update .github/workflows/pr-commands-closed.yml
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-12-08 18:58:17 +01:00
Ryan McKinley
1bde2307ed
Dashlist: options cleanup ( #42850 )
2021-12-08 08:42:45 -08:00
Ikko Ashimine
672693ae4e
Field: fix typo in fieldOverrides.ts ( #42885 )
...
formating -> formatting
2021-12-08 15:04:58 +00:00
Zoltán Bedi
328b922a58
Chore: Upgrade yarn and editor sdks ( #42847 )
2021-12-08 14:40:24 +01:00
Torkel Ödegaard
8ca36b76cf
Select: Fix issue with placeholder and auto width ( #42851 )
...
* Select: Fix issue with placeholder and auto width
* Fixed lint issue
2021-12-08 14:05:13 +01:00
Torkel Ödegaard
8828d5e8d7
BarChart: Use new data error view component to show actions in panel edit ( #42474 )
2021-12-08 11:45:56 +01:00
Hugo Häggmark
a0333c1545
Navigation: fix navigation when appSubUrl is configured ( #42863 )
...
* Navigation: fix navigation when appSubUrl is configured
* Update public/app/core/components/NavBar/NavBarItem.tsx
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Chore: changes after PR comments
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-12-08 10:42:08 +01:00
Hugo Häggmark
bb17193ce5
Variables: Adds user interaction reports ( #42802 )
...
* Variables: Adds user interaction reports
* Chore: updates after PR feedback
2021-12-08 10:11:01 +01:00
Hugo Häggmark
7a99b067ef
Variables: Fix repeating panels for on time range changed variables ( #42828 )
2021-12-08 08:11:52 +01:00
Ryan McKinley
e9d2b25db3
Runtime: remove updateLocation from window context ( #42857 )
2021-12-07 20:01:35 -08:00
Will Browne
fb05f253d4
update release notes ( #42848 )
2021-12-07 19:24:45 +02:00
Dimitris Sotirakis
c798c0e958
Security: Fix directory traversal issue ( #42846 )
...
* security: fix dir traversal issue
(cherry picked from commit 00e38ba555
)
* Improve comments and error message.
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2021-12-07 19:15:53 +02:00
Isabella Siu
a2ad0a0fb6
CloudMonitor: Iterate over pageToken for resources ( #42546 )
2021-12-07 08:54:50 -05:00
Erik Sundell
c3208c1850
allow search queries without dimensions ( #42800 )
2021-12-07 12:43:01 +01:00
renovate[bot]
39ac11d300
Update dependency @kusto/monaco-kusto to v4.1.2 ( #42821 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 11:33:37 +01:00
James D
beb3a8f02d
Azure Monitor: Added Microsoft.Cdn/profiles to supported namespace list ( #42745 )
...
* Added Microsoft.Cdn/profiles to Azure Monitor Plugin
Microsoft.Cdn/profiles is the Azure Front Door Standard/Premium resource which is not present in the supported namespaces. I would like to use this with Grafana.
* Azure Monitor: Added CDN WAF namespace
Added Microsoft.Cdn/cdnwebapplicationfirewallpolicies
Ensured both Microsoft.Cdn/cdnwebapplicationfirewallpolicies and Microsoft.Cdn/profiles are available in all azure clouds
2021-12-07 10:31:31 +01:00
Dominik Prokop
826b3bfd52
StateTimeline: Fix toolitp not showing when for frames with multiple fields ( #42741 )
...
* StateTimeline: Fix toolitp not showing when for frames with multiple fields
* Update public/app/plugins/panel/state-timeline/StateTimelinePanel.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
* Update public/app/plugins/panel/state-timeline/StateTimelinePanel.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
* Update public/app/plugins/panel/state-timeline/StateTimelinePanel.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-12-07 10:27:20 +01:00