Adela Almasan
158c669d1a
Geomap: Move tests to panels-suite ( #75023 )
2023-09-21 14:06:56 -05:00
Ezequiel Victorero
67bf27d4ed
Snapshots: Use appUrl on snapshot list page ( #74944 )
2023-09-21 15:39:32 -03:00
Todd Treece
71fe6f8390
Live: Add logging to memory cache ( #75245 )
2023-09-21 12:59:01 -04:00
kay delaney
70cb87380d
UI: Remove unused ErrorIndicator component ( #75185 )
...
Closes #75068
2023-09-21 17:50:18 +01:00
Joao Silva
42cc6b1842
GrafanaUI: Create Box component ( #73637 )
2023-09-21 17:13:19 +01:00
Jack Westbrook
7e4ae5fdb6
Chore: Bump systemjs-cjs-extra to latest ( #75214 )
...
chore(plugins): bump systemjs-cjs-extra to fix dependency extraction in minified plugin code
2023-09-21 17:28:05 +02:00
Virginia Cepeda
7896df7513
Alerting: Add missing scenes for grafana managed alerts ( #75100 )
...
* Add new scenes for grafana managed alerts
* Remove unused import
* Fix lint
* Remove width property from SceneFlexItem
* Add missing scenes for GMA section
* Improve scenes layout
* Add Grafana Alertmanager panels
* Fix lint
* Fix lint
* Refactor expression variables
* Apply shared styles to scenes
2023-09-21 12:07:04 -03:00
Gilles De Mey
3b2dcecbda
Alerting: Fix non-applicable error checks for cloud and recording rules ( #75233 )
2023-09-21 16:01:34 +02:00
Laura Fernández
14f4ed0180
Navigation: enable third level on the DockedMegaMenu
( #75180 )
2023-09-21 15:15:11 +02:00
Haris Rozajac
d218aa1a97
Fix Prometheus icon so it can work in light mode ( #75120 )
...
Fix the icon
2023-09-21 07:05:07 -06:00
Will Browne
de2a107efa
Chore: Fix slug cfg name ( #75235 )
...
fix cfg name
2023-09-21 15:59:49 +03:00
Will Browne
e9e0e321b6
Chore: Add stack ID + slug to cfg ( #75227 )
...
* add stack ID + slug to cfg
* add to environment section
2023-09-21 14:45:43 +02:00
Ivan Ortega Alba
224e2c9efb
Dashboards: Auto-generate dashboard changes description ( #75003 )
...
Co-authored-by: Aaron Sanders <aaron.sanders@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-09-21 05:41:49 -07:00
Alex Khomenko
9fca10bfc3
InteractiveTable: Add horizontal scroll ( #74888 )
2023-09-21 14:43:38 +03:00
Esteban Beltran
8e8bd2760b
Plugins: Report plugin utilization of Grafana runtime dependencies ( #75156 )
...
* Plugins: Report plugin utilization of Grafana runtime dependencies
* Change approach to determine pluginName too
* Fix tests
* Update tests
* remove commented code
2023-09-21 13:36:32 +02:00
Hugo Kiyodi Oshiro
6600dd265b
Plugins: Refresh plugin info after installation ( #75074 )
2023-09-21 13:33:12 +02:00
Kyle Brandt
b87279b8d8
Prometheus: Fix creation of invalid dataframes with exemplars ( #75187 )
...
for #73654
2023-09-21 07:30:14 -04:00
John Martins
8585a2fcbd
Add postgreSQL Flexible Server Monitoring Dashboard ( #74953 )
...
* Add postgreSQL Flexible Server Monitoring Dashboard
* Fix grammatical errors
2023-09-21 11:44:18 +01:00
Laura Benz
e84599bd51
BrowseDashboards: Add tracking for renaming folders ( #75160 )
...
* feat: add tracking events
* feat: add error code to tracking data
2023-09-21 11:36:09 +02:00
Will Browne
7fca1bde54
Plugins: Set grafana config, plugin version and user agent on plugin requests ( #75171 )
...
* first pass
* fixup
* remove test line
* fix tests
* use new fields
* fix imports + formatting
* fix tests
* rollback changes
* undo whitespace
* apply pr feedback
2023-09-21 11:33:31 +02:00
Andres Martinez Gotor
dd8f88b194
Chore: Remove lint exceptions from testdata backend ( #75148 )
2023-09-21 10:39:28 +02:00
brendamuir
f229758af0
Alerting docs: fixes numeric data link take 2 ( #75166 )
2023-09-20 19:02:34 +02:00
github-actions[bot]
a392cc6759
Update make docs
procedure ( #75137 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2023-09-20 17:19:40 +01:00
Leon Sorokin
492ba97ba1
BarChart: Axes centered zero, borders, and colors ( #75136 )
2023-09-20 11:15:29 -05:00
Ryan McKinley
a1250632c3
Inspector: Show transformation query errors ( #73344 )
2023-09-20 09:09:51 -07:00
Gareth Dawson
9def0d2305
Loki: Fix timerange for query stats request ( #72193 )
...
* call query stats with whole query
* call stats when query type changes
* fix stats request timerange
* feedback: extract functions from component
* feedback: remove "or string" types
* feedback: use ds timerange picker end
* partial: fix broken test
* changes
* update test comment
* rename variable
* add comment explain message prop
* make getStatsTimeRange a datasource method
* update tests for getStatsTimeRange
* make getStats a datasource method
* update failing tests
* update failing tests
* remove import
* Update public/app/plugins/datasource/loki/datasource.test.ts
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-09-20 16:47:21 +01:00
Kat Yang
24a1f12826
Chore: Add new drone step to validate OpenAPI specification ( #75034 )
...
* chore: add new drone step to validate openapi specification
* fix: update make before running make command
2023-09-20 11:46:15 -04:00
Gabriel MABILLE
c8149d50f9
LDAP: FIX Enable users on successfull login ( #75073 )
...
* LDAP: Enable users on successfull login
* Force enable ldap users on successful login
* Fix tests
* Fix tests
2023-09-20 17:26:50 +02:00
kay delaney
0884f78110
Templating: Fix cell macro date formatting ( #75159 )
...
Closes #70301
2023-09-20 16:10:23 +01:00
Christopher Moyer
ed166b2e00
docs: updates broken links ( #75167 )
...
* updates link
* reverts back to relref
* adds docs reference link
2023-09-20 09:55:38 -05:00
Sven Grossmann
480aa1ccca
Loki: Fix filters not being added with multiple expressions and parsers ( #75152 )
...
* determine last positions per expr
* fix lint
2023-09-20 16:54:24 +02:00
Andrej Ocenas
15e54df9f2
Pyroscope: Remove "phlare" from variable, types, strings etc ( #75140 )
2023-09-20 16:31:22 +02:00
Fabrizio
d1296f7213
Use const assertion instead of type assertion ( #75165 )
2023-09-20 17:31:09 +03:00
Sonia Aguilar
b38454d81b
Alerting: Remove export button in alert form when editing grafana-managed alert ( #75153 )
2023-09-20 16:19:12 +02:00
linoman
5aacdd9f49
Docs: No basic role documentation updates ( #75110 )
...
* Add more scenarios to the documentation
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-09-20 15:23:16 +02:00
Josh Hunt
b1d853a480
Chore: Remove withCenteredStory storybook decorators ( #75154 )
2023-09-20 13:17:51 +00:00
Steve Simpson
894f420014
Alerting: Pass loggers into SchedulerCfg and ManagerCfg. ( #75158 )
2023-09-20 15:07:02 +02:00
Kyle Brandt
e3eb4a3590
docs: (fixup) link in recorded queries ( #75117 )
...
not relref for dev portal
2023-09-20 09:06:28 -04:00
Andrej Ocenas
b622ac2a66
Flamegraph: Remove unused code after move to package ( #75103 )
2023-09-20 14:51:23 +02:00
Khushi Jain
24ac1da817
GrafanaUI: Add aria-label prop to RadioButtonGroup ( #67019 )
...
* Accessibility: Added label prop to RadioButtonGroup
* Update packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* Update RadioButtonGroup.tsx
* Update RadioButtonGroup.tsx
* corrected ariaLabel
* fix accessibility
* change to kebab case
---------
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
2023-09-20 14:11:44 +02:00
brendamuir
55a4d9b38e
Alerting docs: fixes numeric data link ( #75155 )
2023-09-20 14:09:17 +02:00
Dominik Prokop
df1c80c7d8
DashboardScene: Prepare annotations support for public dashboards ( #75146 )
...
* WIP Dashboard to Scenes: Annotations
* Bump scenes
* Enable annotations and controls
* Betterer
* Update snapshots
* Test fix
* DashboardScene: Prepare annotations support for public dashboards
* Use latest scenes
2023-09-20 03:47:09 -07:00
Andrej Ocenas
501e547bea
Pyroscope: Fix error when no profile types are returned ( #75143 )
2023-09-20 12:29:56 +02:00
brendamuir
c999979bc5
Alerting docs: removes cloud link ( #75142 )
...
* Alerting docs: removes cloud link
* removes link sentence
2023-09-20 12:17:54 +02:00
Khushi Jain
5e4a900abe
Forms: Remove gf-form appearances in admin, profile and team settings ( #74360 )
...
* Accessibility: Added label prop to RadioButtonGroup
* Update packages/grafana-ui/src/components/Forms/RadioButtonGroup/RadioButtonGroup.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* Update RadioButtonGroup.tsx
* Update RadioButtonGroup.tsx
* corrected ariaLabel
* fix accessibility
* Forms: Remove gf-form appearances in Grafana
* remove wrong commit
* Remove gf-form from User Profile Edit Form
* AlertRuleList
* to not change anything under AlertRuleList
* removed gf-form-button-row
---------
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
2023-09-20 12:04:56 +02:00
Josh Hunt
8a33f68ba7
Storybook: Remove flexbox from story container ( #75115 )
...
* Storybook: Remove flexbox from story container
* Update packages/grafana-ui/src/components/Monaco/CodeEditor.internal.story.tsx
Co-authored-by: Laura Benz <48948963+L-M-K-B@users.noreply.github.com>
---------
Co-authored-by: Laura Benz <48948963+L-M-K-B@users.noreply.github.com>
2023-09-20 12:58:05 +03:00
Dominik Prokop
157859aede
DashboardScene: Integrate annotations ( #74610 )
...
* WIP Dashboard to Scenes: Annotations
* Bump scenes
* Enable annotations and controls
* Betterer
* Update snapshots
* Test fix
2023-09-20 02:50:35 -07:00
Alexa V
ae32d43e2b
Dashboard: Fix Regression detected in time range variables under the refactorVariablesTimeRange feature flag ( #74125 )
2023-09-20 11:00:46 +02:00
Tobias Skarhed
95c9947af2
Flex: Use forwardRef and useStyles2 additional args ( #75138 )
...
Refactor for forwardRef and use of new useStyles2
2023-09-20 10:51:32 +02:00
Ashley Harrison
04775ec940
Chore: remove the e2e-flow-suite ( #75011 )
...
remove the e2e-flow-suite
2023-09-20 09:34:44 +01:00