Brendan O'Handley
b6373249d3
Prometheus: Update prometheus frontend library codewowners ( #81912 )
...
update prometheus frontend library codewowners
2024-02-05 21:06:04 +02:00
Isabella Siu
81da3ff753
CloudWatch: Remove dependencies on grafana/pkg/setting ( #81208 )
2024-02-05 13:59:32 -05:00
William Wernert
2ab7d3c725
Alerting: Receivers API (read only endpoints) ( #81751 )
...
* Add single receiver method
* Add receiver permissions
* Add single/multi GET endpoints for receivers
* Remove stable tag from time intervals
See end of PR description here: https://github.com/grafana/grafana/pull/81672
2024-02-05 20:12:15 +02:00
Jev Forsberg
49b49e28af
Baldm0mma/xy tooltip tests ( #81746 )
...
* baldm0mma/xyTooltipTests/ add first tests
* passing test!!!
* baldm0mma/xyTooltipTests/ add tests
* baldm0mma/xyTooltipTests/ revert destructure move
* baldm0mma/xyTooltipTests/ clean up test
* baldm0mma/xyTooltipTests/ update test names
* baldm0mma/xyTooltipTests/ ignore ts issue
* baldm0mma/xyTooltipTests/ update any
* baldm0mma/xyTooltipTests/ add follwing types
* baldm0mma/xyTooltipTests/ remove "field"
* baldm0mma/xyTooltipTests/ remove debug
2024-02-05 10:10:53 -07:00
Leon Sorokin
d5ac9340e5
Histogram: Add approx bucket count option ( #80990 )
2024-02-05 11:09:36 -06:00
renovate[bot]
ce0c6a9787
Update dependency webpack to v5.90.1 ( #81901 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 18:49:20 +02:00
renovate[bot]
6a1f58df3b
Update dependency rudder-sdk-js to v2.48.1
2024-02-05 16:26:59 +00:00
Josh Hunt
57993f65ed
Chore: webpack alias react and grafana-runtime to share singletons ( #81789 )
...
* Chore: webpack alias react and grafana-runtime to share singletons
* Move alias to dev webpack, add alias for grafana-data as well
* remove whitespace
2024-02-05 16:25:19 +00:00
Jo
7852ea012d
Access: Remove split scopes feature toggle ( #81874 )
...
* remove split scopes FT
* Revert "remove split scopes FT"
This reverts commit 349fb081d3
.
* make toggle deprecated instead
* fix gen
2024-02-05 17:00:19 +01:00
Gabriel MABILLE
596e828150
Fix: Refresh token when id_token is expired ( #79569 )
...
* Fix: Refresh token when id_token is expired
* add id_token comparison
* Fix wire
* Use userID as cache key
* Apply suggestions from code review
---------
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2024-02-05 16:44:25 +01:00
renovate[bot]
62806e8f8c
Update dependency react-zoom-pan-pinch to v3.4.2
2024-02-05 15:43:48 +00:00
Torkel Ödegaard
1fe32ce36e
FieldOptions: Revert scalable unit option as we already support this via custom prefix/suffixes ( #81893 )
...
* StandardFieldOptions: Revert scalable unit option
* forgot to save merge fixes
2024-02-05 16:42:22 +01:00
Diego Augusto Molina
b02f0b926a
Settings: Fix data race when dynamically overriding settings with environment variables ( #81667 )
...
Chore: Fix data race when dynamically overriding settings with environment variables
2024-02-05 12:25:54 -03:00
Matias Chomicki
c87e4eb724
Log rows: add re-renders test cases ( #81566 )
...
* Log rows: add re-renders test cases
* Logs panel: add re-render test cases
* Logs panel: update setup and properly trigger rerenders
2024-02-05 17:20:50 +02:00
Torkel Ödegaard
61c7fcc270
DashboardScene: Action toolbar progress ( #81664 )
...
* DashboardScene: Action toolbar progress
* Add discard confirmation modal
* minor fix
* Update
* tweaked
* Updating
* Progress
* Update
* Update
* Added some unit tests
* fix test
* Change name to Exit edit
* Tweaks
* fix test
* Minor margin fix
* Move share to left of edit
2024-02-05 16:08:12 +01:00
renovate[bot]
9b18a4d45e
Update dependency react-virtualized-auto-sizer to v1.0.22
2024-02-05 14:46:27 +00:00
Darren Janeczek
96772e1a32
datatrails: improve handling of error states and disable states ( #81669 )
...
* fix: Cascader: allow disabled state
* fix: datatrails metrics selection scene stability
- clear panels and filter data when datasource changes
- detect metric names loading / error state and disable components accordingly
- put all scene variable dependencies together
- reset metric names without clearing panels when time range changes
2024-02-05 09:45:47 -05:00
renovate[bot]
fca19a7ba6
Update dependency prettier to v3.2.5
2024-02-05 14:29:20 +00:00
Torkel Ödegaard
d3f7231a27
DashboardScene: Reload when someone else saves changes ( #81855 )
...
* DashboardScene: Reload when someone else saves changes
* Update public/app/features/dashboard-scene/pages/DashboardScenePage.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* Fixes
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2024-02-05 15:25:12 +01:00
Sonia Aguilar
8f65e36b06
Alerting: Show warning when cp does not exist and invalidate the form ( #81621 )
...
* Show warning when cp does not exist and invalidate the form
* Set error in contact selectedContactPoint form field manually
* use RHF validate and trigger
* Fix defaultvalue not being set in contact point and update the error message text
* Simplify refetchReceivers prop definition in ContactPointSelectorProps
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-02-05 15:14:08 +01:00
renovate[bot]
d63590112f
Update dependency @testing-library/jest-dom to v6.4.2
2024-02-05 14:07:30 +00:00
brendamuir
ba70ee9b50
Docs: adds update to x-provenance ( #81863 )
...
* Docs: adds update to x-provenance
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-05 15:06:28 +01:00
Jack Westbrook
6009425035
Chore: Bump follow-redirects to latest ( #81806 )
...
chore(yarn): bump follow-redirects to please dependabot
2024-02-05 14:21:50 +01:00
renovate[bot]
4d5ec1096f
Update dependency moment-timezone to v0.5.45 ( #81881 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 12:58:17 +00:00
renovate[bot]
d17a77f4a2
Update dependency @types/react to v18.2.53 ( #81879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 12:36:43 +00:00
ismail simsek
2002a6c4fb
Chore: Bump grafana-azure-sdk-go to v1.12.0 and expose AzureAuthEnabled value in config ( #81807 )
...
* upgrade grafana-azure-sdk-go v1.12.0
* add AzureAuthEnabled to config
2024-02-05 13:36:33 +01:00
Laura Benz
80e58f98a7
I18n: Fix path for Crowdin upload ( #81733 )
...
* refactor: upload action
* refactor: move parameters from config to download action
2024-02-05 13:33:37 +01:00
ismail simsek
35514d7bc6
Chore: Update grafana-prometheus test types ( #81816 )
...
* Update types
* update betterer
2024-02-05 14:15:54 +02:00
renovate[bot]
b6668b47ef
Update dependency @types/node to v20.11.16 ( #81876 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 13:47:15 +02:00
Torkel Ödegaard
a5d890984b
Dashbboard: Fixes time picker schema default issues ( #81847 )
...
* Dashbboard: Fixes time picker schema default issues
* Fix tests
* fix imports
2024-02-05 12:32:59 +01:00
renovate[bot]
b2730d194b
Update dependency @types/jest to v29.5.12 ( #81875 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 11:31:21 +00:00
Torkel Ödegaard
071b301e39
Dashboard: Dashboard schema fixes and scene to save model fixes ( #81867 )
2024-02-05 12:27:44 +01:00
renovate[bot]
9fab7bd27d
Update dependency @testing-library/react to v14.2.1 ( #81872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 10:53:17 +00:00
Joao Silva
ded0554bac
TextLink: Do not strip base from external urls ( #81799 )
2024-02-05 10:48:08 +00:00
renovate[bot]
f9c54abdcf
Update dependency @glideapps/glide-data-grid to v6.0.3
2024-02-05 12:17:45 +02:00
Torkel Ödegaard
6e3048c6fa
DashboardScene: move overlay out from each edit view ( #81852 )
2024-02-05 11:17:33 +01:00
Gábor Farkas
ddf124de9d
intervalv2: use duration-formatting logic from plugin-sdk-go ( #81690 )
2024-02-05 11:00:41 +01:00
renovate[bot]
5c9913b65d
Update dependency @floating-ui/react to v0.26.9 ( #81869 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 11:56:12 +02:00
Ashley Harrison
dcf58555e8
Chore: Some test type fixes ( #81812 )
...
some test type fixes
2024-02-05 09:47:30 +00:00
renovate[bot]
e50916ae64
Update dependency @testing-library/jest-dom to v6.4.1 ( #81820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 09:36:02 +00:00
Sofia Papagiannaki
c1547162e4
Dashboards: Restore deleted index ( #81859 )
...
Dashboards: Recreate deleted index
2024-02-05 11:35:13 +02:00
Hugo Kiyodi Oshiro
ed62aefeb0
Plugins: Never disable add new data source for core plugins ( #81774 )
2024-02-05 09:32:58 +01:00
Gabriel MABILLE
d9f7eda284
AuthN: Switch externalServiceAccounts toggle to public preview ( #81583 )
2024-02-05 09:31:20 +01:00
Sofia Papagiannaki
ec5bc7c4ab
Folders: Fix failure to update folder in SQLite ( #81795 )
2024-02-05 10:06:11 +02:00
Gábor Farkas
8175b31e16
sql: make sure queries do not have fill-params ( #81576 )
2024-02-05 08:08:35 +01:00
Ryan McKinley
202eecccbc
K8s: Update common openapi generation scripts ( #81857 )
2024-02-04 22:37:10 +02:00
Tania
14a36b4040
Folders: Forbid performing operations on folders via dashboards HTTP API ( #81264 )
...
* Forbid creating folders via dashboard api
* Update delete endpoint
* Update docs
2024-02-04 01:16:19 +01:00
Darren Janeczek
bd0fd21852
fix: datatrails verify different time range before creating new history node ( #81839 )
...
fix: datatrails verify different time range
2024-02-03 10:20:04 -05:00
Ryan McKinley
ba3ee60711
K8s: Allow more control over the final openapi results ( #81829 )
2024-02-02 14:19:45 -08:00
Ryan McKinley
651faff08a
Chore: go mod tidy after apiserver refactor ( #81824 )
2024-02-02 23:03:19 +02:00