Gabriel MABILLE
38ac0f3506
UserTable: Remove sorting on licensed role ( #90718 )
2024-07-22 12:41:57 +03:00
renovate[bot]
a18f72e415
Update dependency @types/react-resizable to v3.0.8
2024-07-22 08:34:01 +00:00
Ieva
4c7d8c8cdd
RBAC: Refactor RBAC plugin interface code ( #90679 )
...
move plugin RBAC registration ifaces to pluginsintegrations
2024-07-22 09:31:36 +01:00
renovate[bot]
63cc01fe80
Update dependency @types/node to v20.14.11
2024-07-22 07:57:16 +00:00
Tom Ratcliffe
4e364ea043
Alerting: Split out contact points components to separate files ( #90605 )
2024-07-22 10:54:13 +03:00
Piotr Jamróz
042c239a56
Query History: Enable query history test ( #90597 )
...
* Enable query history test
* Fix time range in the test
2024-07-22 09:22:41 +02:00
Michael Mandrus
ee90cd3031
CloudMigrations: Send local events to gms during the migration process ( #90637 )
...
* add gms client function
* add timeout config for endpoint
* report events to gms
* fix lint error
* clean up report calls and make sure reports all have local ids
* extra validation
* improve error logging and fix url
2024-07-20 07:02:31 +03:00
dependabot[bot]
1c5ed0da4d
Bump aquasecurity/trivy-action from 0.22.0 to 0.24.0 ( #90254 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.24.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 23:20:53 +00:00
Kevin Minehart
9232db2416
CI: For every release PR created, also push a changelog PR to main ( #90698 )
...
For every release PR created, also push a changelog PR to main
2024-07-19 16:54:59 -05:00
Kristina
a0268a9ad2
Query History: Prevent viewers from accessing ( #88735 )
...
* Add permissions check for viewer without viewers_can_edit
* Add test
* fix lint
* Add role checks on other handlers
* Linter and fix Go issue
* Fix conflict
* Remove invalid way of testing for error
2024-07-19 14:44:58 -05:00
Lucy Chen
98c197e6cc
Sharing Redesign: Export as JSON add toast message ( #90021 )
...
* add successful toast message and autoclose drawer
* i18n
* remove autoclose
2024-07-19 15:05:40 -04:00
Darren Janeczek
ce70cf18b9
Explore Metrics: small little code fixes ( #90627 )
...
* fix: does not need to be exported
* fix: about time we remove this
2024-07-19 14:59:56 -04:00
Isabel Matwawana
c10dba5c63
Docs: Replaces Agent with Alloy ( #90674 )
...
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
2024-07-19 14:51:51 -04:00
Evan
faf8a724a6
Clarify that data source request reports are not for bugs or support requests ( #90661 )
...
Co-authored-by: David Harris <david.harris@grafana.com>
2024-07-19 20:07:08 +02:00
renovate[bot]
f259f99485
Update dependency @types/lodash to v4.17.7
2024-07-19 17:40:32 +00:00
Stephanie Hingtgen
3fcc7f412b
Loki Datasource: Fix getting the feature toggles in MT mode ( #90684 )
2024-07-19 20:37:46 +03:00
Serge Zaitsev
f8b092aba6
Chore: update changelog workflow ( #90608 )
...
* try integrating
* pass tags
* change section order
* use better terminology
* one more attempt
* keep delimiters
* attempt to patch changelog
* quotes, bash quotes...
* use proper content file
* parens around date
* time for a pr
* first checkout, then create user
* add latest input
* git push
* use square brackets
* formatting
* update release-pr
* fix typo
* try sparse checkout
* fetch depth zero
* clean up after changelog generator
2024-07-19 18:27:59 +02:00
renovate[bot]
8f54e3bfb7
Update dependency @types/d3-force to v3.0.10
2024-07-19 16:13:15 +00:00
renovate[bot]
18deed4fb7
Update dependency @types/babel__preset-env to v7.9.7
2024-07-19 15:40:43 +00:00
Eric Leijonmarck
248af65f9c
Actionsets: Add ability for plugins to add actions for core actionsets (i.e. folders:edit
) ( #88776 )
...
* initial commit
* Action sets stored
remove the dependancy for actionsets
got the actionsets registered
storing the permissions
* fix golanglinting
* remove unused struct field
* wip
* actionset registry for a plugin from the actionsetservice
* update to make declareactionset the primary way of plugin registration and modification
* declare actually extends actionsets
* tests fixed
* tests skipped
* skip tests
* skip tests
* skip tests
* skip tests
* change to warning instead
* remove step from pipeline to see if it fails due to plugin not registering
* reintroduce step but remove features dependancy
* add back the tests that were failing
* remove comments and another skip test
* fix a comment and remove unneeded changes
* fix and clean up, put the behaviour behind a feature toggle
* clean up
* fixing tests
* hard-code allowed action sets for plugins
* Apply suggestions from code review
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* small cleanup
---------
Co-authored-by: IevaVasiljeva <ieva.vasiljeva@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-07-19 16:16:23 +01:00
AvivGuiser
96c3e9c550
Alerting: Use stable identifier of a group when export to HCL ( #90196 )
...
* change the rule-group to be hashed when exporting to HCL
Signed-off-by: Aviv Guiser <avivguiser@gmail.com>
---------
Signed-off-by: Aviv Guiser <avivguiser@gmail.com>
2024-07-19 18:13:26 +03:00
Tom Ratcliffe
a61cd94a70
Alerting: Tidy up contact points/misc other tests' mock server behaviour ( #90469 )
2024-07-19 16:11:48 +01:00
renovate[bot]
c5775b3778
Update dependency @swc/helpers to v0.5.12 ( #90670 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 17:50:47 +03:00
renovate[bot]
21d1669bfc
Update dependency @reduxjs/toolkit to v2.2.6
2024-07-19 14:29:02 +00:00
Matias Chomicki
66fb4d5f1a
Combine responses: add support for frames with repeated field names ( #90650 )
...
* Combine responses: add support for frames with repeated field names
* Formatting
2024-07-19 14:26:06 +00:00
renovate[bot]
892d5d1b20
Update dependency @opentelemetry/semantic-conventions to v1.25.1
2024-07-19 13:56:31 +00:00
Isabel Matwawana
8c4c3103df
Docs: added heading identifiers ( #90564 )
2024-07-19 09:40:01 -04:00
renovate[bot]
31d6689348
Update dependency @manypkg/get-packages to v2.2.2
2024-07-19 13:34:31 +00:00
renovate[bot]
c217cd7c85
Update dependency @grafana/lezer-traceql to v0.0.18 ( #90657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 16:10:31 +03:00
Dominik Prokop
ec9e28567d
Use SafeSerializableSceneObject in TemplateSrv ( #90272 )
...
* Test
* Opaque object
* Update scenes tentatively
* Betterer
* Fix dashboard data source
* Fix dashboard data source test
* Scenes bump
* Cleanup
* Ivan's feedback
2024-07-19 14:51:01 +02:00
renovate[bot]
093f4cea70
Update dependency @grafana/lezer-logql to v0.2.6 ( #90655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 15:48:24 +03:00
Ashley Harrison
c4570ecfdc
Chore: Tweaks to support React 19 ( #90653 )
...
changes needed for react 19, mostly don't spread key
2024-07-19 13:40:02 +01:00
renovate[bot]
ec432fa314
Update dependency @floating-ui/react to v0.26.19 ( #90614 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-19 13:26:07 +01:00
Adela Almasan
0e4c9a2e36
Transformations: Fix filterByValue interpolation ( #90631 )
2024-07-19 07:21:41 -05:00
Jack Westbrook
893efb045b
Grafana/ui: Fix types not being installed for consumers ( #90463 )
...
fix(grafana-ui): make sure exported types are available for consumers
2024-07-19 14:08:34 +02:00
Tom Ratcliffe
7829fced94
Alerting: Hide edit/view rule buttons according to deleting/creating state ( #90375 )
2024-07-19 09:55:12 +00:00
Sonia Aguilar
dbc755925d
Alerting: Track central ash interactions ( #90330 )
...
* Track central ash interactions
* refactor
2024-07-19 11:11:29 +02:00
Nathan Vērzemnieks
f8c43d0bf3
Elasticsearch: Decouple backend from infra/tracing ( #90528 )
2024-07-19 09:26:10 +02:00
Nathan Vērzemnieks
9caa8151d8
Elasticsearch: Decouple backend from infra/log ( #90527 )
2024-07-19 08:51:18 +02:00
Nathan Vērzemnieks
269d54c984
Elasticsearch: Decouple backend from infra/http ( #90408 )
2024-07-19 08:01:41 +02:00
Dave Henderson
05b66aac5f
notifications: Fix confused trace spans in SMTP client ( #90559 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2024-07-18 23:20:40 -04:00
Alexander Weaver
418b077c59
Alerting: Integration testing for recording rules including writes ( #90390 )
...
* Add success case and tests for writer using metrics
* Use testable version of clock
* Assert a specific series was written
* Fix linter
* Fix manually constructed writer
2024-07-18 17:14:49 -05:00
Dave Henderson
f446096eb1
chore(deps): Upgrade openapi dep, remove replace directive ( #90609 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2024-07-18 14:42:18 -04:00
Alexander Weaver
0e269db8a9
Alerting: Expose recordingWriter on ngalert ( #90573 )
...
Expose recordingWriter on ngalert
2024-07-18 13:24:06 -05:00
Michael Mandrus
71a97b925a
CloudMigrations: Add and fix logging ( #90616 )
...
* add logs so we can see how long async processes take
* fix a bunch of error logs:
* fix logs again
2024-07-18 21:16:56 +03:00
Isabel Matwawana
e3150b4eb8
Docs: Refactor time series page - part 1 ( #90098 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-07-18 13:19:06 -04:00
renovate[bot]
4de007d7b8
Update dependency @cypress/webpack-preprocessor to v6.0.2
2024-07-18 16:58:22 +00:00
Michael Mandrus
17228e5794
CloudMigrations: Handle cancelation during snapshot building and upload ( #90612 )
...
implement cancelation during upload and building
2024-07-18 12:55:27 -04:00
Adela Almasan
61d8910a5b
Transformations: Fix filterByValue being applied to the wrong series ( #90512 )
2024-07-18 11:03:41 -05:00
Kevin Minehart
6a2a6b0fbc
CI: replace publish image step with a much simpler one that supports LATEST ( #90498 )
...
* replace publish image step with a much simpler one that supports LATEST
2024-07-18 10:53:47 -05:00