Vardan Torosyan
97103a5256
Docs: Clarify disabling auto login for SAML and OAuth ( #96520 )
2024-11-15 14:46:03 +01:00
Vardan Torosyan
f31d3f424c
Docs: Add secondsToLive to the SA HTTP API docs ( #96518 )
...
* Docs: Add secondsToLive param to the SA HTTP API docs
* Docs: Add secondsToLive param to the SA HTTP API docs
2024-11-15 14:45:48 +01:00
Marco Schaefer
b324925bd5
Frontend Monitoring: Update regex to ignore options.customEndpoint ( #96542 )
...
* fix(GrafanaJavascriptAgentBackend): update regex to ignore options.customEndpoint
* update test
2024-11-15 14:11:59 +01:00
Sven Grossmann
5965aa9aca
Loki: Fix healthcheck logger always appending endpoint
( #96531 )
...
* Loki: Fix healthcheck logger always appending `endpoint`
* add test
2024-11-15 12:51:52 +01:00
Victor Marin
927d0dddfe
DashboardScene: Update repeated panels in dashboard after saving in panel edit and returning to it ( #96536 )
...
* Update repeated panels after saving dashboard when returning to it from panel edit
* cleanup
2024-11-15 13:40:51 +02:00
Jack Westbrook
329a4605fb
SQL Datasources: Make QueryEditor lazy loaded ( #96179 )
...
* feat(grafana-sql): make sqlqueryeditor lazy loaded
* feat(sql-datasources): switch out query editor for lazy query editor
* build(postgresql): put tsconfig jsx prop inside compilerOptions
* chore(sql-queryeditor): move lazy import out of component
2024-11-15 12:28:01 +01:00
Karl Persson
1f34096fdf
Zanzana: reconcile basic roles and bindings ( #96473 )
...
* Add reconciler for basic roles
* Add reconciler for basic role bindings
2024-11-15 12:10:22 +01:00
Timur Olzhabayev
0f4517df98
Docs: Plugin Installation - reorganize and add air-gapped environments ( #96437 )
...
* rewriting installation docs and including info about airgapped environments
* Changing example to lokieexplore app
* run prettier
* adding corrections
* running prettier
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
2024-11-15 11:53:56 +01:00
Karl Persson
7e38fd733b
Zanzana: Lazy load cached store info ( #96452 )
...
* Lazy load cached store infos
2024-11-15 11:44:34 +01:00
Sonia Aguilar
76a3d79231
Alerting: Remove reducer when creating and instant ( #94246 )
...
* Remove reducer when using a non complex query that is instant
* remove reducer when changing data source
* Fix whenField
* use DataSourceType instead of string literal
* add reducer when using range
* add tests
* use an object for SimpleCondition refids identifiers
* fix threshold expression to point to B after switching back to range
* address pr review comments
* refactor: extract reducer optimization to the reducer
* fix tests
* fix snapshot
* rename constants
2024-11-15 12:28:54 +02:00
Ashley Harrison
20837d3837
Chore: silence sass warnings since we're going to remove sass anyway ( #96530 )
...
silence sass warnings since we're going to remove sass anyway
2024-11-15 12:18:58 +02:00
renovate[bot]
70601a5367
Update dependency @floating-ui/react to v0.26.28 ( #96528 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 12:11:09 +02:00
Ashley Harrison
eededdd4c1
SingleTopNav: Update singleTopNav
feature toggle to public preview ( #96527 )
...
update singleTopNav to public preview
2024-11-15 12:06:27 +02:00
renovate[bot]
0e0920efbe
Update dependency @grafana/faro-web-tracing to v1.12.0 ( #96493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 09:52:33 +00:00
Josh Hunt
9a4a17f338
GrafanaUI: AutoSizeInput uses placeholder for width calculation ( #96458 )
...
AutoSizeInput: Use placeholder for width calculation also
2024-11-15 09:45:05 +00:00
Andre Pereira
65b50b67c4
Tempo: Fix trace kvlist and array transformations ( #96388 )
...
* Fix kvlist and array transformations
* Log transformation errors
2024-11-15 09:35:41 +00:00
Andrej Ocenas
d8d1886938
Grafana/ui: Allow adjusting the handle size of the useSplitter ( #96039 )
2024-11-15 09:58:52 +01:00
Vardan Torosyan
26b596d351
Docs: Adding a note about how to parse JMESPath expression with a colon ( #96237 )
...
* Docs: Adding a note about how to parse JMESPath expression with a colon
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
2024-11-15 09:56:58 +01:00
Mihai Doarna
c276bd1ccc
docs: Add docs on configuring role mapping for multiple GitHub teams ( #96483 )
...
add docs on configuring role mapping for multiple GitHub teams
2024-11-15 10:43:53 +02:00
Edvard Falkskär
af7512741c
NodeGraph: Zoom mode option ( #95823 )
...
* NodeGraph: Zoom mode option
* Update the docs
* refactor stepUp/stepDown handling
* fix
* Update cooperative description
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Update zoom mode wording
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Add tests
* Move node graph settings to align with other viz
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-11-15 09:43:28 +01:00
Brendan O'Handley
e331b778c1
Combobox: Add a warning for combobox when exceeding the recommended amount of options ( #96070 )
...
* add a warning for components when they exceed the recommended options amount
* Update packages/grafana-ui/src/components/Combobox/Combobox.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* Update packages/grafana-ui/src/components/Combobox/Combobox.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* log faro
* log once with flag
* log in setItems
* move logOptions to utils and write tests
* import function, update betterer for combobox
* Fix lint errors
* log once without the try
* fix tests
---------
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co>
2024-11-14 22:19:40 +02:00
Juan Cabanas
ec1a722504
Reporting: useReportRawTimeRange FF ( #95683 )
2024-11-14 17:08:03 -03:00
Kristina
3a921d898c
Codeowners: reflect changed ownership for explore squad ( #96492 )
2024-11-14 13:51:06 -06:00
Isabel Matwawana
74b2cd6c83
Docs: Add private preview info for email sharing ( #96350 )
2024-11-14 14:46:39 -05:00
Lucy Chen
3b36438b1c
Reporting: Add theme option ( #95008 )
...
* swagger doc
* Update doc for report settings
* Apply suggestions from code review
* swagger doc
* add doc for current theme
* update text
* wording feedback changes
* make it clearer
* update again
* update theme component
* swagger doc
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-11-14 14:45:49 -05:00
owensmallwood
9240cf1930
Unified storage Indexer: Add kind to hardcoded resource types ( #96149 )
...
* add kind to hardcoded resource types for indexer
* call ListOptions in Watch
* Use GaugeVec instead of CounterVec
* index folders before dashboards
2024-11-14 14:28:52 -05:00
Matthew Jacobson
64c93217ff
Alerting: Fix incorrect 500 code on missing alert rule dashboardUID / panelID ( #96491 )
2024-11-14 21:24:48 +02:00
renovate[bot]
97347a1f94
Update dependency @eslint/compat to v1.2.3 ( #96487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 17:59:56 +00:00
renovate[bot]
4f095bcd65
Update dependency @grafana/faro-web-sdk to v1.12.0 ( #96485 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 17:02:42 +00:00
Ieva
d5cbb9fdc4
GAS: Document group attribute sync roles and permissions ( #96087 )
...
document GAS roles and permissions
2024-11-14 16:37:57 +00:00
Leon Sorokin
39fe0b29ff
XYChart: Remove old implementation ( #96416 )
2024-11-14 10:36:18 -06:00
renovate[bot]
c6f85579db
Update dependency @grafana/plugin-e2e to v1.12.1 ( #96476 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:33:48 +00:00
Andrej Ocenas
19844c4ba8
Sidecar: Route handling rework ( #96337 )
2024-11-14 17:28:12 +01:00
Kevin Minehart
54cc666aa0
Alerting: Add useReturnTo hook to safely handle returnTo parameter ( #96474 )
...
Add useReturnTo hook to safely handle returnTo parameter
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com>
2024-11-14 18:08:58 +02:00
renovate[bot]
8375fcd350
Update scenes to v5.25.0 ( #96463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:05:18 +00:00
Jacob Valdez
28ad9684e9
Docs/adding information on using variable expansion and env variable for TLS certs when provisioning data sources ( #96400 )
...
Docs/adding information on using variable expansion and env variables for TLS certs when provisioning data sources
2024-11-14 17:32:42 +02:00
Isabel Matwawana
af31ae0593
Docs: Add canvas custom images and icon guidance ( #91806 )
...
Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com>
2024-11-14 17:25:18 +02:00
dependabot[bot]
0b84d8afe7
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ( #95807 )
...
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix make workspace update
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jo <me@jguer.space>
2024-11-14 17:06:12 +02:00
renovate[bot]
a983e8254c
Update dependency @grafana/faro-web-sdk to v1.12.0 ( #96462 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:59:14 +02:00
renovate[bot]
0e4bfefd37
Update dependency @grafana/faro-core to v1.12.0 ( #96461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:40:05 +02:00
Joao Silva
b23fdd63a6
New Select: Fix not being able to click around the caret ( #96026 )
2024-11-14 14:24:26 +00:00
Joao Silva
b820fc0111
Bookmarks: Lazy loading page ( #96455 )
2024-11-14 14:24:03 +00:00
grafana-pr-automation[bot]
09fa80a7cb
I18n: Download translations from Crowdin ( #96460 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 16:20:18 +02:00
colin-stuart
6abe99efd6
Auth: Passwordless Login Option Using Magic Links ( #95436 )
...
* initial passwordless client
* passwordless login page
* Working basic e2e flow
* Add todo comments
* Improve the passwordless login flow
* improved passwordless login, backend for passwordless signup
* add expiration to emails
* update email templates & render username & name fields on signup
* improve email templates
* change login page text while awaiting passwordless code
* fix merge conflicts
* use claims.TypeUser
* add initial passwordless tests
* better error messages
* simplified error name
* remove completed TODOs
* linting & minor test improvements & rename passwordless routes
* more linting fixes
* move code generation to its own func, use locationService to get query params
* fix ampersand in email templates & use passwordless api routes in LoginCtrl
* txt emails more closely match html email copy
* move passwordless auth behind experimental feature toggle
* fix PasswordlessLogin property failing typecheck
* make update-workspace
* user correct placeholder
* Update emails/templates/passwordless_verify_existing_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update emails/templates/passwordless_verify_existing_user.mjml
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update emails/templates/passwordless_verify_new_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update emails/templates/passwordless_verify_new_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update emails/templates/passwordless_verify_new_user.mjml
Co-authored-by: Dan Cech <dcech@grafana.com>
* use & in email templates
* Update emails/templates/passwordless_verify_existing_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com>
* remove IP address validation
* struct for passwordless settings
* revert go.work.sum changes
* mock locationService.getSearch in failing test
---------
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-11-14 08:50:55 -05:00
renovate[bot]
c865958292
Update dependency sass to v1.80.7 ( #96459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 15:43:26 +02:00
Ezequiel Victorero
dd3bbbe317
Docs: Add allow list email domain configuration ( #95882 )
2024-11-14 10:32:01 -03:00
grafana-pr-automation[bot]
ba3a0d897b
I18n: Download translations from Crowdin ( #96440 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 13:28:09 +00:00
renovate[bot]
6300591c6b
Update dependency rollup to v4.26.0 ( #96456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 15:25:22 +02:00
dependabot[bot]
093f99ad75
Chore(deps): Bump http-proxy-middleware from 2.0.4 to 2.0.7 ( #95682 )
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.4 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.4...v2.0.7 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 14:22:02 +01:00
renovate[bot]
144c1b0c9d
Update dependency react-dropzone to v14.3.5 ( #96453 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 12:44:01 +00:00