renovate[bot]
af875d220e
Update dependency esbuild to v0.18.6 ( #69908 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-22 12:05:08 +01:00
Matias Chomicki
dbf7ebb923
Elasticsearch: Fix infinite loop when using mixed datasources ( #70386 )
...
* Elasticsearch context: do not init query when it is already initialized
* Fix buggy conditional
2023-06-22 12:44:02 +02:00
Giordano Ricci
e60966d977
Explore: fix URL encoding on load ( #70503 )
2023-06-22 11:34:12 +01:00
guangwu
bbe4b0d3de
chore: remove refs to deprecated io/ioutil ( #70300 )
2023-06-22 12:19:23 +02:00
RoxanaAnamariaTurc
b2f9a3a222
GrafanaUI: Update RadioButtonDot to use new radius tokens ( #70494 )
2023-06-22 10:59:16 +01:00
Josh Hunt
a77ceb099a
Chore: Change codeowners of milestone workflows ( #70493 )
...
Chore: Change milestone workflows to be owned by grafana-delivery
2023-06-22 12:46:51 +03:00
Dimitris Sotirakis
37db29db63
Github Actions: Fix milestone GH action ( #70490 )
...
* Remove secret from the caller action
* Inherit secrets for reusable actions
2023-06-22 12:39:51 +03:00
Bryan Boreham
c45ff94806
Tracing: supply Grafana build version ( #69733 )
...
* tracing: supply Grafana build version
Not etcd client version.
* go mod tidy
2023-06-22 11:55:30 +03:00
Ashley Harrison
eacb5bee7e
Nested folders: Consolidate mutations in RTK query ( #70249 )
...
* this is an ok intermediate point
* delete some unused actions + fix tag invalidation on folder save
* remove prefetching for now (it creates a permanent subscription?!)
* leave paginated fetch out of rtk query for now
* ensure we're invalidating the cache correctly
* fix dashboard saving
* simplify
* recursively invalidate children on rename
* tidy up
* don't need to invalidate tags on delete
* don't need to invalidate on new either
* make new refreshParents action
* pageheader spacing
* invalidate getFolder on move
* bit of rearrangement
2023-06-22 09:44:19 +01:00
Andreas Deininger
95b1f3c875
Fixing typos ( #70487 )
2023-06-22 09:43:38 +01:00
Ashley Harrison
1441c90178
Accessibility: use Collapse
in QueryOptionGroup
( #70446 )
...
* use collapse in QueryOptionGroup
* fix unit tests
* fix tests after merging main
* adjust padding to match
2023-06-22 09:31:55 +01:00
Songhn
c455b01078
Dashboard: Update query group options ( #63138 )
...
* Dashboard: update query group options
* chore: remove unused `console`
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fix: update placeholder
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* feat(QueryGroupOptions): add tooltip example values
* feat(QueryGroupOptions): update interval tooltip
* Update public/app/features/query/components/QueryGroupOptions.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* Update QueryGroupOptions.tsx
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2023-06-22 00:44:55 -07:00
Drew Slobodnjak
b6d4b701b9
TimeSeries: Add option to disconnect values ( #70097 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-06-21 21:26:15 -05:00
Santiago
d3bb9fbbaf
Alerting: Use only token for images in notifications ( #70196 )
...
* Alerting: Use only tokens for images in notifications
* update tests
* make linter and modfile validator happy
2023-06-21 20:53:45 -03:00
Santiago
ff9eff49bd
Alerting: Bump grafana/alerting and refactor the ImageStore/Provider to provide image URL/bytes ( #70182 )
...
* implement alerting.images.Provider interface in our ImageStore
* add URLExists() method to fakeConfigStore
* make linter happy
* update integration tests
2023-06-21 20:53:30 -03:00
Leon Sorokin
3007e3b209
XYChart: Ensure color scale is field-local and synced with data updates ( #70480 )
2023-06-21 16:23:52 -05:00
Tim Levett
bc3d704909
(changelog) Archive the remainder of 8 changelog and 9.0 - 9.4 ( #70476 )
2023-06-21 15:08:26 -05:00
ismail simsek
680fc85cdf
Chore: Delete unused cookie forward middleware ( #70403 )
...
Delete unused cookie forward middleware
2023-06-21 22:39:10 +03:00
Christopher Moyer
ebdba3b359
Docs: removes references to YUM ( #70471 )
...
removes references to YUM
2023-06-21 14:14:07 -05:00
Ryan McKinley
ae688adabc
TestData: Drop some percentage of CSV values from a request ( #70404 )
2023-06-21 13:17:10 -05:00
Leon Sorokin
1db0ace5e7
Viz: get UPlotChart out of the timeRange business ( #70412 )
2023-06-21 13:10:25 -05:00
Alexander Weaver
ce6f73bd32
Alerting: Add two missing tests which cover missing URLs for Loki state history ( #70460 )
...
Add two missing tests which cover individual missing URLs
2023-06-21 12:58:37 -05:00
brendamuir
d8ffc6be5e
Docs: fixes minor errors ( #70458 )
...
* Docs: fixes minor errors
* adds links
* remove trailing slash
---------
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-06-21 11:53:24 -05:00
Virginia Cepeda
929d9eaa91
Alerting: Change how we display annotations in the rule form ( #69338 )
...
* Change how we display annotations in the rule form
* Allow to add custom annotations using a free text input
* Get dashboard and panel titles to display in the annotations section
* Add component to display dashboard and panel annotations as links
* Add styling to help tooltip
* Fix styling on annotations controls
* Fix tests
* Fix tests
* Remove unused imports
* Add component for custom annotations
* Display default annotations even if editing and they're empty
* Adjust tests
* Make conditional rendering more clear
* Fix tests
* Move annotation header to separate component
* Fix lint
* Show annotation fields in the right order
* Prevent showing custom annotation fields by default
* Don't display links to dashboard/panel if response fails
* Rename custom annotation header component
* Fix after rebase
2023-06-21 11:15:12 -03:00
Joey
8f7e1f36ab
Traces: Remove noop functions ( #70392 )
...
Remove unused functions
2023-06-21 14:49:04 +01:00
Juan Cabanas
ee73d41d24
PublicDashboards: Audit table pagination ( #69823 )
2023-06-21 10:48:09 -03:00
Esteban Beltran
ed5a697825
Plugins: Sandbox frontend plugins DOM access. ( #69246 )
2023-06-21 14:49:22 +02:00
George Robinson
8a13ee3cd4
Alerting: Add debug logs when saving instances is finished ( #70447 )
2023-06-21 14:19:04 +02:00
Joey
00ec9fceb9
Tempo: Represent OTLP Span Intrinsics correctly ( #69394 )
...
* Span intrinsics
* Update intrinsics and add to span details
* Remove intrinsics section
* Update tests
* Update status code text
* Self review
* Move previously intrinsic values to span
* Remove few methods
2023-06-21 11:39:12 +01:00
Josh Hunt
e9d42a6395
Login: Show error messages inline in form instead of in toasts ( #70266 )
...
* Login: Show error messages inline in form instead of in toasts
* remove console.log lol
* fix test
2023-06-21 10:28:20 +00:00
Dimitris Sotirakis
31b9f9d235
Bug: Fix yaml
identation for github action yamls ( #70445 )
...
* Fix yaml identation
* Fix the rest of the yamls
2023-06-21 13:28:10 +03:00
Ivana Huckova
55d18361dc
Loki: Deprecate resolution ( #70326 )
...
* Loki: Deprecate resolution and only show it if it was selected before
* Deprecate
* Fix merge, add missing brackets
2023-06-21 12:21:29 +02:00
Joao Silva
a83a040f35
Library Panels: Fix issue when deleting library panels from folder view ( #70413 )
2023-06-21 18:59:59 +09:00
brendamuir
cd8e5dc140
Docs: rearrange content order ( #70425 )
...
* Docs: rearrange content order
* more rearranging
* fixes relrefs
* fixes links
2023-06-21 11:30:52 +02:00
Joao Silva
1aac15f383
Select: Performance improvements when opening menu and when hovering over options ( #69230 )
2023-06-21 18:28:46 +09:00
Josh Hunt
a770188acb
Search: Always send specified kind in sql searcher ( #70376 )
...
Co-authored-by: Tobias Skarhed <tobias.skarhed@gmail.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2023-06-21 09:18:31 +00:00
Zoltán Bedi
aedcd651fa
Test: Fix windows test for SQL data sources ( #69137 )
2023-06-21 11:14:05 +02:00
Dimitris Sotirakis
15a85686c2
GitHub Apps: Replace grafanabot
token with grafana-delivery-bot
GitHub App ( #70242 )
...
* Update bump-version.yml
* Fix secret
* [REVERTME] Remove check
* Test without grafana-delivery-bot prefix
* Check if token exists
* Cleanup bump-version
* Update gh actions to use app key
2023-06-21 12:06:56 +03:00
Giordano Ricci
d3450d75a4
Explore: URL migrations & improved state management ( #69692 )
...
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2023-06-21 10:06:28 +01:00
Matias Chomicki
a489135825
Loki Query Utils: Extract and refactor common functionality ( #70185 )
...
* Query utils: refactor isQueryPipelineErrorFiltering and getLogQueryFromMetricsQuery
* Query utils: refactor isQueryWithRangeVariable and getHighlighterExpressionsFromQuery
* Get parser: return log expression even if no pipelineExpr is present
* Update tests
2023-06-21 11:59:50 +03:00
Oscar Kilhed
cf4d86d95f
DataSourcePicker: refactor file drop out of query group ( #68236 )
...
* refactor file drop out of query group
* make sure we display errors when file upload fails
* refactor to make onChange take default queries
* let grafana datasource handle file -> query
* add dropdown tests
* add modal tests
* add filtering props to dropdown
---------
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
2023-06-21 10:55:55 +02:00
Ashley Harrison
d65c9396f3
Chore: Remove DashboardSearchModal
/SearchWrapper
since they're no longer used ( #70374 )
...
remove DashboardSearchModal/SearchWrapper since they're no longer used
2023-06-21 09:51:28 +01:00
Ashley Harrison
0325fdecb8
Chore: Fix main build ( #70424 )
...
add check for empty object
2023-06-21 11:33:09 +03:00
RoxanaAnamariaTurc
3c88868fe5
Internationalization: Mark up phrases for translation on Dashboards page ( #70361 )
...
* Internationalization:Mark up phrases for translation on Dashboards page
* Internationalization: Mark up phrases for translation on Dashboards page
2023-06-21 09:07:42 +01:00
Horst Gutmann
9dd984a967
Docs: Update contrib info regarding milestones ( #70315 )
2023-06-21 09:37:39 +02:00
Esteban Beltran
cb21e9cd96
Chore: Run betterer and eslint/prettier in parallel for pre-commit hooks ( #69788 )
2023-06-21 09:23:33 +02:00
Sonia Aguilar
e6243f72fd
Alerting: Add file and rule_group query params in request for filtering the res… ( #70379 )
...
* Add file and rule_group query params in request for filtering the response when loading rule in view mode
* Fix test
2023-06-21 09:08:20 +02:00
brendamuir
45fe250f3e
Docs: fix broken upgrade link to alerting ( #70415 )
2023-06-21 09:05:40 +02:00
Kristian Bremberg
6eeca84bac
Docs: Update SECURITY.md ( #67985 )
...
* Update SECURITY.md
* Shorten `SECURITY.md` to link to the bug bounty program
* Add old text back in
* make text clickable
* Add new PGP FP
* adds the new PGP fingerprint
2023-06-21 07:34:42 +01:00
SeamusGrafana
711cedfe34
DevEnv: Add Support for SAML SLO in Authentik ( #69147 )
...
* Update Authentik Image Version in docker-compose.yaml
Update Authentik Image Version in `docker-compose.yaml` to use the current version (as of writing) which is `2023.5.1` where this has been tested against.
* DevEnv: update SLO support for Authentik
2023-06-21 08:14:11 +02:00