Gilles De Mey
5e25afe6e9
Alerting: New settings page ( #84501 )
2024-05-03 17:42:42 +02:00
Darren Janeczek
046eedaa4c
datatrails: recently loaded trails modify parent variables when making new steps ( #87284 )
...
* fix: loaded trails modified parent var on new step
This ensures that recently loaded trails won't have variable changes
which create new steps modify the previous step.
2024-05-03 11:38:47 -04:00
Sergej-Vlasov
6433053479
DashboardScene: Restrict dashboard in read only state ( #87316 )
...
---------
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
2024-05-03 18:33:49 +03:00
renovate[bot]
6a696a976b
Update Yarn to v4.2.1 ( #87325 )
...
* Update Yarn to v4.2.1
* add new yarn version
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-05-03 18:10:51 +03:00
Juan Cabanas
d1434fad3a
ShareModal: Share link redesign under newDashboardSharingComponent
FF ( #87011 )
2024-05-03 12:02:18 -03:00
Prem Saraswat
196134b0b4
Storage Server: Avoid incorrect parsing of connection string ( #85293 )
...
Storage Server: avoid incorrect parsing of connection string
In storage server, a connection string is generated to connect to the
backing database. In case of Postgres, we were generating the string
like `"user=grafana pass= host=postgres.example port=4567"`.
This triggered an edge case in `pq` (the go postgres driver) to parse
`pass` to be equal to `host=postgres.example`, and host being reset to
default value.
Using single quotes in the connection string fixed this.
Signed-off-by: Prem Kumar <prem.saraswat@grafana.com>
2024-05-03 10:54:39 -04:00
Andreas Christou
28df41fd96
MSSQL: Add HostName
method ( #87309 )
...
* Add HostName method
* Add test
* Fix lint
2024-05-03 15:45:34 +01:00
renovate[bot]
ac8f3f6e86
Update dependency yaml to v2.4.2
2024-05-03 14:44:59 +00:00
Chris Marchbanks
d6c93c12bf
Prometheus: Add reqAction to Prometheus routes ( #87208 )
...
Add reqAction to Prometheus routes
This should allow provisioned service accounts that do not have a role to use the /proxy endpoints for Prometheus. This
is desired for some integrations that need to query for labels or other data not part of /ds/query.
2024-05-03 16:09:06 +02:00
renovate[bot]
2924b37628
Update dependency rudder-sdk-js to v2.48.7
2024-05-03 14:08:50 +00:00
renovate[bot]
7b71464c62
Update dependency re-resizable to v6.9.16
2024-05-03 13:31:56 +00:00
ismail simsek
9fbca6c035
Datatrails: Fix overflow of labels ( #87301 )
...
Fix overflow of labels
2024-05-03 09:26:30 -04:00
renovate[bot]
346dbab768
Update dependency lru-cache to v10.2.2
2024-05-03 12:58:12 +00:00
renovate[bot]
bb771e3501
Update dependency i18next to v23.11.3
2024-05-03 12:26:42 +00:00
Scott Lepper
1a2bbd61fd
sql expressions: improve parser ( #87277 )
...
sql expressions: improve parser
2024-05-03 08:08:07 -04:00
renovate[bot]
48f77cdebe
Update dependency dompurify to v3.1.2
2024-05-03 12:00:28 +00:00
Santiago
b76a9e4d31
Alerting: Implement GetStatus in the remote Alertmanager struct ( #84887 )
...
* Alerting: Implement GetStatus in the remote Alertmanager struct
* update tests
* fix tests, extract AlertmanagerConfig from PostableConfig
* get the remote AM config instead of the Grafana one from the remote AM
* pass grafana AM config in test
* return error in GetStatus instead of logging it (internal AM)
2024-05-03 13:59:02 +02:00
Andres Martinez Gotor
b6f899d953
Migrate wrong datasource UIDs ( #86598 )
2024-05-03 13:32:07 +02:00
renovate[bot]
b25f193be0
Update dependency @types/node to v20.12.8
2024-05-03 11:25:38 +00:00
Gilles De Mey
7a12c5e0ef
Alerting: Add OAuth2 to HTTP settings for vanilla Alertmanager / Mimir ( #87272 )
...
add OAuth2 to HTTP settings for vanilla Alertmanager / Mimir
2024-05-03 13:23:37 +02:00
Gilles De Mey
12fa9e56e6
Alerting: Fix max alerts ( #87271 )
2024-05-03 13:22:42 +02:00
Domas
4b496a907d
Tempo: Option to not show variable options in "search" editor ( #87126 )
...
* allow disabling variable options in Tempo "search" editor
* also for GroupByField
* set addVariablesToOptions true by default
2024-05-03 14:22:03 +03:00
renovate[bot]
39a88bae44
Update dependency @swc/helpers to v0.5.11 ( #87296 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 12:07:54 +01:00
ismail simsek
3317691615
InfluxDB: Support cardinality queries with backend mode ( #87264 )
...
support cardinality queries
2024-05-03 12:50:00 +02:00
renovate[bot]
253ab5efd3
Update dependency @react-types/overlays to v3.8.6
2024-05-03 10:39:01 +00:00
renovate[bot]
0ecb1ddf2c
Update dependency @react-types/menu to v3.9.8
2024-05-03 10:12:28 +00:00
Eric Leijonmarck
a98328b092
Auditlogging: add docs about dsquery ( #87218 )
...
* add docs for dsquery
* update the generic actions
2024-05-03 11:11:46 +01:00
kay delaney
b3f173f153
Dashboard: Fix issue where changes to panel in row weren't detected in panel edit ( #87195 )
...
Closes #87171
2024-05-03 11:50:10 +02:00
renovate[bot]
95028b65f3
Update dependency @react-types/button to v3.9.3
2024-05-03 09:49:45 +00:00
renovate[bot]
7d84ae04aa
Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.13 ( #87283 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 09:54:03 +01:00
Georges Chaudy
dd0e646e92
k8s: remove dependency on app_mode development ( #85474 )
...
* k8s: remove dependency on app_mode development
* remove dev conditions on storage server
* remove logic to drop entity tables
2024-05-03 11:28:15 +03:00
github-actions[bot]
fd58168c3b
I18n: Download translations from Crowdin ( #87240 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-03 08:21:27 +00:00
Carl Bergquist
7a6bef8f9c
Scopes: Adds kinds for browsing the scope node tree. ( #86975 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-05-03 09:48:54 +02:00
Alex Khomenko
c4c313d20f
Grafana/ui: Update Button and IconButton components to accept icon as component ( #87243 )
...
* Saga-icons: Forward SVG attributes
* Icon prop as component
* Add IconRenderer
* Cleanup
* Fix types
* Update size prop
* Revert storybook
* Update IconButton
2024-05-03 09:22:22 +03:00
renovate[bot]
85170d51dd
Update dependency @kusto/monaco-kusto to v10.0.20
2024-05-03 02:51:04 +00:00
Karl Persson
a22350f8f4
IDToken: add namespace ( #87242 )
2024-05-02 18:55:28 -07:00
renovate[bot]
75401ea857
Update dependency @grafana/scenes to v4.13.2
2024-05-03 00:31:17 +00:00
renovate[bot]
4d0a3de6fb
Update dependency @floating-ui/react to v0.26.13 ( #87273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 23:11:39 +01:00
Tom Glenn
e95eaa9302
docs: Minor tweaks to the Grafana Fundamentals tutorial ( #86777 )
...
* Minor tweaks to the Grafana Fundamentals tutorial
* Replaced old note style with admonition shortcode
* trigger CI
* Fixed shortcode
Co-authored-by: Danielle Broadwater <danibroadwater@outlook.com>
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Danielle Broadwater <danibroadwater@outlook.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-05-02 16:44:59 -04:00
Nick Richmond
21afe3dc62
Prometheus: Ensure values in metric selector are visible ( #87150 )
...
* fix: ensure selectable values are visible
* refactor: remove unnecessary ternaries, strengthen types
* docs: fix typo
* style: comply with `betterer` guidelines
* refactor: add clarity
* fix: remove border for consistency's sake
2024-05-02 16:06:40 -04:00
Scott Lepper
cbe3e3a5e0
fix: sql expressions parser with join ( #87263 )
2024-05-02 14:48:05 -04:00
Drew Slobodnjak
6c7485129b
Canvas: Fix datalinks using field variable ( #87265 )
2024-05-02 11:29:43 -07:00
Isabel Matwawana
f8d9f8541b
Docs: add panel options shared content ( #87258 )
...
* Added panel options shared file
* Added panel options shared file to visualizations pages
* Fixed version interpolation syntax and added Cloud links
* Fixed heading level of title
2024-05-02 14:17:23 -04:00
renovate[bot]
79b5fb9f1f
Update babel monorepo to v7.24.5
2024-05-02 18:10:10 +00:00
Marie Cruz
7db41222c6
docs: update flame graph visualization ( #86615 )
...
* docs: update flame graph visualization
* fix: linting issues
* docs: add example data
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Removed Wikipedia link
* Fixed punctuation
* Updated max image width
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* fix: linting issues
* docs: add links to pyroscope docs about flame graph and profile types
* Ran prettier
* docs: add flame graph video
* Updated wording
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2024-05-02 13:37:05 -04:00
Eric Leijonmarck
cdb9eeb7fc
TeamLBAC: Add scenario 6 to the docs ( #87215 )
...
* add task 6
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2024-05-02 17:38:26 +01:00
renovate[bot]
dd9fb83606
Update React Aria ( #87253 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-02 17:27:29 +01:00
Ashley Harrison
84c59e1134
Chore: Add tracking for total number of scss files ( #87259 )
...
* add tracking for total number of scss files
* need this comma :o
2024-05-02 19:10:31 +03:00
Nicholas P. Cole
64d5440c5a
Docs: Fix link to values.yaml file ( #87014 )
...
Fix link to values.yaml file
Linking to the "edit" URL fails if the reader doesn't have write access
to the repo: they'll be prompted to fork the repo or to sign in to
GitHub. Instead link to the "blob" URL which is accessible to all
readers.
2024-05-02 10:39:51 -05:00
Laura Benz
3e12fd8a2c
Renovate: Add Slate and related packages to ignore list ( #87250 )
...
refactor: add Slate and related dependencies to ignore section
2024-05-02 18:36:32 +03:00