Luminessa Starlight
ded775b4e0
Docs: Move corepack instructions to where you can run them ( #104729 )
...
* move corepack instructions out from under macOS header
* move corepack instructions to new heading after downloading repo
2025-05-02 11:21:11 -04:00
Tom Ratcliffe
a1b294e39f
i18n: Fix incorrect interpolation in query group options ( #104873 )
2025-05-02 16:20:16 +01:00
Serge Zaitsev
694b9dfe50
Chore: Replace xorm.io/xorm imports ( #104458 )
...
* replace xorm.io/xorm imports
* replace xorm from other go.mod files
* clean up workspace
* nolint does not make sense anymore as it is not a module
* try if nolint directive helps
* use nolint:all for xorm
* add more nolints
* try to skip xorm in linter config
* exclude xorm differently
* retrigger ci
2025-05-02 17:13:01 +02:00
Juan Cabanas
847b07dee2
Reporting: Add API skeleton
2025-05-02 10:05:46 -03:00
renovate[bot]
d8ffe6170e
Update dependency rc-tree to v5.13.1 ( #104624 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 12:50:35 +00:00
Sergej-Vlasov
83cbe5f428
DashboardEditPane: Fix source viz panel selection ( #104686 )
...
* revert ae86746
* extract source viz panel for edit pane select
2025-05-02 13:38:37 +01:00
Mustafa Sencer Özcan
3f2ad925fb
chore(unified-storage): remove debug logging for poller ( #104862 )
2025-05-02 15:02:17 +03:00
Ashley Harrison
d8fb1e8e4e
Chore: Harden action permissions ( #104820 )
...
* harden action permissions
* Update .github/workflows/ephemeral-instances-pr-comment.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* update documentation-ci
---------
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2025-05-02 12:13:05 +01:00
renovate[bot]
9a7d85c85f
Update dependency ol-ext to v4.0.31 ( #104623 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-02 10:19:04 +00:00
Sergej-Vlasov
8766daa3c0
E2E: Align on how to use feature toggles in cypress tests ( #104831 )
...
align on how to use feature toggles in cypress tests
2025-05-02 09:32:28 +01:00
Peter Štibraný
e85acf047a
Remove use of dialect.LikeStr ( #104460 )
...
* Fix TestIntegrationUpdatingProvisionionedDashboards* tests when running on Spanner by fixing case-insensitive search for dashboard title.
* Fix use of case-insensitive LIKE when running on Spanner.
* Fix use of LikeStr in anonstore.
* Fix use of LikeStr in ngalert/store and org/orgimpl.
* Fix use of LikeStr in queryhistory search.
* Fix use of LikeStr in serviceaccounts.
* Fix use of LikeStr in serviceaccounts.
* Fix use of LikeStr in services/team.
* Remove LikeStr method.
2025-05-02 11:23:57 +03:00
grafana-pr-automation[bot]
d7ebaafa94
I18n: Download translations from Crowdin ( #104846 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-02 03:32:01 +03:00
Scott Lepper
a9960ed4d2
add constant variable type to editor ( #104662 )
...
add constant variable type to editor
2025-05-01 15:37:13 -04:00
Isabella Siu
2d398af7fb
Cloudwatch: Update grafana-aws-sdk to fix temp credentials single tenant ( #104838 )
...
Cloudwatch: update so that temp credentials work both multi and single tenant
2025-05-01 15:18:36 -04:00
Scott Lepper
d30b39f350
Dashboard edit panel e2e ( #104775 )
...
setup suite for edit panel; start adding test for custom variable edit
2025-05-01 15:14:36 -04:00
Dominik Prokop
1114d33936
Dashboard export: Allow exports by resource and in YAML format ( #104149 )
...
* Dashboard export: Allow YAML export
* use js-yaml to fix ci errors
* add yaml transformation in the "Copy to cilpboard"
* simplify
* new ui for resource exports
* simplify
* Don't show export mode for v2 dashboard
* Add metadata, apiVersion, add logic for export type resources
* i18n; switch title to as code
* update export as file button
* Remove managedFields from metadata export
* Remove metadata fields that are not needed for sharing externally
* Copy
* fix legacy mode
* address bugs
* Update public/app/features/dashboard-scene/sharing/ExportButton/ExportMenu.tsx
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
* i18n
* improve classic mode; rename
* Update public/app/features/dashboard-scene/sharing/ShareExportTab.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* change order
---------
Co-authored-by: Haris Rozajac <haris.rozajac12@gmail.com >
Co-authored-by: Haris Rozajac <58232930+harisrozajac@users.noreply.github.com >
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
2025-05-01 09:06:07 -06:00
Scott Lepper
ca2ae82e80
allow setting multiple feature toggles in run-suite ( #104821 )
...
* allow setting multiple feature toggles in run-suite
2025-05-01 11:00:04 -04:00
Kevin Minehart
fd4afdbd2c
CI: Use docker creds from ci/common ( #104827 )
...
Use docker creds from ci/common
2025-05-01 09:32:35 -05:00
Stephanie Hingtgen
6244b4d501
Dashboards: Fix cleanup job ( #104822 )
2025-05-01 17:27:13 +03:00
Ashley Harrison
75f1ed6d31
Internationalisation: add workflow to automatically create tasks in Crowdin ( #104405 )
...
* convert to ts
* fix path
* add yarn install step
* revert to commonjs for now
* weird syntax...
* test task creation
* just use workflow step id
* update workflow
* get workflow step id from crowdin
* testing...
* final test
* tidy up
* typescript with type assertion until upstream is fixed
* fix CODEOWNERS
2025-05-01 15:17:47 +01:00
Christopher Moyer
575a13e19d
Docs: incorporates learning journey feedback ( #104735 )
...
incorporates learning journey feedback
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2025-05-01 09:03:56 -05:00
Alexa V
26ce124208
Dashboard: SchemaV2 - Fix Import showing grafana datasources ( #104461 )
...
* Fix: do not map when identifying default grafana ds
* add also datasource type
* Refactor code, add unit test
* Fix types references and linting
* Update public/app/features/manage-dashboards/state/actions.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-01 15:47:04 +02:00
Esteban Beltran
065be6117e
Chore: remove misc stats secret for issue commands ( #104819 )
...
remove cehck for misc stats
2025-05-01 15:23:18 +03:00
Yulia Shanyrova
700f208b6e
Plugins: Add sponsorship link to plugin details panel ( #104687 )
...
Add sponsorship link to plugin details panel
2025-05-01 13:39:50 +02:00
Joey
3773429d10
Tempo: Add support for structural operators ( #104400 )
...
Add support for structural operators
2025-05-01 12:34:30 +01:00
Esteban Beltran
ba6d0f59ff
Chore: Issue triager, update vault paths ( #104814 )
...
* Chore: Issue triager, update vault paths
* Empty commit
* update commands tasjk
2025-05-01 14:31:59 +03:00
grafana-pr-automation[bot]
af29132fc0
I18n: Download translations from Crowdin ( #104817 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-01 13:52:25 +03:00
Ashley Harrison
b8ac9fd866
Chore: i18n action - get secrets stuff from vault ( #104816 )
...
get PR_AUTOMATION stuff from vault
2025-05-01 11:33:36 +01:00
Ashley Harrison
162fed84b5
Chore: No fail-fast on e2e tests ( #104812 )
...
no fail-fast on e2e tests
2025-05-01 11:31:43 +01:00
Josh Hunt
035ecc15b2
CI: Fix Skye and E2E GHA workflows ( #104811 )
...
* CI: Use pr_automation_app in skye workflow
* CI: Fix e2e workflow artifact name
(cherry picked from commit e9fe1dedf7 )
* remove old-arch check
(cherry picked from commit 960e2d057b )
2025-05-01 11:10:52 +01:00
Ashley Harrison
195dedf0fe
Chore: Fix crowdin download action ( #104809 )
...
fix crowdin download action
2025-05-01 11:02:28 +01:00
Oscar Kilhed
b8c5ca0632
E2E: Fix failing old arch test. ( #104793 )
...
* Wait for all queries
* wait for the item to become a button instead
2025-05-01 09:26:58 +00:00
Pepe Cano
3bb5a13275
docs(alerting): add new guides for handling missing data and connectivity errors ( #104765 )
...
* New `Learn` section and Handling connectivity errors guide
* guide: connectivity errors
* update metadata
* edit `Learn` page
2025-04-30 21:51:08 +02:00
Kevin Minehart
1faf52cd07
CI: update permissions for external workflows ( #104800 )
...
update permissions
2025-04-30 22:31:14 +03:00
Kevin Minehart
e36d774d0c
CI: update permissions on workflows which get external secrets ( #104792 )
...
update permissions
2025-04-30 17:32:44 +00:00
Artur Wierzbicki
36b810e1cc
Dashboard API: Update dashboard version docs ( #104565 )
2025-04-30 16:38:14 +00:00
Ryan McKinley
2df2b169cc
Provisioning: Require author name ( #104789 )
2025-04-30 19:33:21 +03:00
Ashley Harrison
821b44182e
Chore: don't persist creds when checking out in actions ( #104778 )
...
* don't persist creds when checking out in actions
* kick CI
* kick CI
* actually commit the merge...
* don't need
* don't need
2025-04-30 17:20:57 +01:00
Esteban Beltran
ecd1f5ba92
Chore: Fix remaining levitate zizmur issues and move to use vault ( #104782 )
...
* Chore: Fix remaining levitate zizmur issues and move to use vault
* Levitate CI: Remove secrets usage for WIF identity provider and SA (#104783 )
---------
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com >
2025-04-30 18:39:26 +03:00
Ryan McKinley
d0644d081f
StateTimeline: Improve auto migration from discrete panel ( #104671 )
2025-04-30 17:56:48 +03:00
Jev Forsberg
cd5fa7943e
Chore: Use Vault secrets in release-comms.yml ( #104727 )
...
* baldm0mma/ update to use vault
* baldm0mma/ update permissions
2025-04-30 17:43:58 +03:00
Adela Almasan
d7463556c2
Actions: Add button style customization ( #104126 )
2025-04-30 17:43:06 +03:00
Jev Forsberg
53321b56d8
Chore: Use Vault secrets in changelog.yml ( #104721 )
...
* baldm0mma/ update to use vault
* Update .github/workflows/changelog.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
* Update .github/workflows/changelog.yml
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
---------
Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com >
2025-04-30 17:42:49 +03:00
Adela Almasan
6c0250dde2
TableNG: Fix interpolation for actions ( #104577 )
2025-04-30 17:42:15 +03:00
Yuri Tseretyan
85344e30c0
Alerting: Migrate notifications API to app-platform SDK application ( #104424 )
...
* introduce alerting notification app
* move code as is and remove from old registry
* update api server registration
* update make file and remove unnecessary args, copy some useful make commands from dashboards
* update codeowners
* move constants inside module and remove dependency from grafana
* add support for selectors to the app builder
2025-04-30 10:23:56 -04:00
Ashley Harrison
454e260207
Internationalisation: Use new shared Crowdin token from vault ( #104764 )
...
* use new shared token now available in vault
* remove )
* use the token
* make changes for create-tasks as well
2025-04-30 14:56:21 +01:00
Jev Forsberg
c7f97060a0
Chore: Use Vault secrets in github-release.yml ( #104707 )
...
baldm0mma/ update to use vault
2025-04-30 13:46:18 +00:00
Jev Forsberg
693b373e68
Chore: Migrate to Vault Secrets ( #104701 )
...
* baldm0mma/ use valut secrets
* baldm0mma/ rem zizmor annos
2025-04-30 13:45:18 +00:00
Will Assis
ecea6a9366
unified-storage: expose memberlist cluster label config ( #104643 )
...
* tweak ringKey/ringName for consistency and allow us to configure memberlist cluster label config
* allow setting memberlist cluster label verification disabled field
---------
Co-authored-by: Peter Štibraný <pstibrany@gmail.com >
2025-04-30 09:43:09 -04:00
Ashley Harrison
1c5545da04
Internationalisation: Check and mark up tooltip content prop ( #104536 )
...
* make lint rule check for "content"
* undo unnecessary translation
2025-04-30 14:40:15 +01:00