Sergej-Vlasov
663167a16c
FeatureToggles: Make newFiltersUI feature toggle generally available ( #97460 )
...
make newFiltersUIfeature toggle generally available
2024-12-10 10:06:55 +00:00
Matheus Macabu
dd969f8a54
Chore: Attempt to reduce flakiness in integration tests ( #97247 )
...
* sqlstore/sqlutil: set sync=OFF for sqlite in tests if wal=true
* testinfra: set max open/idle conn to 2 to match e2e tests
2024-12-10 10:55:18 +01:00
Matheus Macabu
aa5ba238a4
CI: ignore failure in github_app_generate_token step ( #97141 )
2024-12-10 10:46:28 +02:00
Karl Persson
718612aabf
Zanzana: Update relation names ( #97638 )
...
* Update relation names to match k8s verbs
* Only check namespace if relation is valid
* Only list for valid relations
2024-12-10 09:38:03 +01:00
Maxim Muzafarov
4712883601
MSSQL: Redact sensitive info from logs in the mssql plugin ( #97281 )
...
mssql(logs): Remove logging of credentials
2024-12-10 08:30:21 +00:00
Torkel Ödegaard
71b8f487e0
Dashboards: Rows layout & editing ( #96895 )
...
* Dashboard: Panel edit and support for more layout items
* It's working
* Fix discard issue
* remove unused file
* Update
* Editing for responsive grid items now work
* Update
* Update
* Update
* WIP rows
* progres
* Progress
* Progress
* Focus selection works
* Update
* Update
* Progress
* Update
* Editing rows work
* Row editing works
* fix delete
* Update
* Row options fix
* Fix selecting rows
* Update
* update
* Update
* Update
* Remove cog icon button
* add import to toolbar
* Update
* Update
2024-12-10 07:21:30 +01:00
owensmallwood
d762a96436
Unified Storage: Init at startup, fix traces, and speed up indexing ( #97529 )
...
* dont lazy init unified storage
* Inits index when creating new resource server. Fixes trace propagation by passing span ctx. Update some logging.
* Use finer grained cache locking when building indexes to speed things up. Locking the whole function was slowing things down.
* formatting
* linter fix
* go mod
* make update-workspace
* fix workspaces check error
* update dependency owner in mod file
* wait 1 second before querying metrics
* try with big timeout, see if fixes CI. Wont fail locally.
* skips postgres integration test. Only fails in drone. Will fix later.
* put delay back to 500 ms
2024-12-09 22:32:19 -06:00
Will Browne
871af07203
Chore: Go Workspace fix ( #97694 )
2024-12-09 20:45:03 -06:00
Isabel Matwawana
f35b9a937f
Docs: pie chart visualization refactor ( #97701 )
2024-12-09 15:37:55 -05:00
Sofia Papagiannaki
d1027bf7b1
Swagger: Fix sync issue with enterprise ( #97696 )
...
* Swagger: Fix sync issue with enterprise
* Update swagger guidelines for enterprise endpoints
2024-12-09 21:21:22 +02:00
ismail simsek
b00774f45f
Explore Metrics: URL sync previews of metric graphs ( #97584 )
...
* keep showPreviews in url
* remove console.log and simplify the spread
2024-12-09 19:16:12 +01:00
Matias Chomicki
c324376999
Loki shard splitting: enable for supported metric queries ( #97675 )
...
* Loki: remove app restriction for sharding
* Loki: allow some metric queries to be sharded
* Enable metric queries wrapped by sum
* Prettier
2024-12-09 18:54:25 +02:00
Isabel Matwawana
1e9348185f
Docs: Add missing option and fix UI element names ( #97687 )
2024-12-09 11:53:34 -05:00
renovate[bot]
0437fd0703
Update dependency sass-loader to v16.0.4 ( #97676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:26:45 +00:00
Galen Kistler
645776afc9
Table: RowsList passing incorrect index to onRowHover ( #97599 )
...
* chore: fix table returning the wrong index to onRowHover
2024-12-09 10:23:44 -06:00
renovate[bot]
b1f1144807
Update dependency @rsdoctor/webpack-plugin to v0.4.11 ( #97631 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:02:25 +00:00
renovate[bot]
6758d4d4ce
Update dependency rudder-sdk-js to v2.48.41 ( #97673 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 16:00:38 +00:00
renovate[bot]
273fd8b67f
Update dependency re-resizable to v6.10.3 ( #97660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 15:41:47 +00:00
Isabel Matwawana
67abbc2ac3
Docs: alert list visualization refactor ( #97603 )
2024-12-09 10:35:49 -05:00
Isabel Matwawana
2bdeca58c6
Docs: state timeline visualization refactor ( #97602 )
2024-12-09 10:35:37 -05:00
Isabel Matwawana
92bc1e855b
Docs: heatmap visualization refactor ( #97571 )
2024-12-09 10:34:57 -05:00
Yuri Tseretyan
2d386e6704
Alerting: Migrate notification models to generated by grafnaa-app-sdk ( #95430 )
...
* create notifications module and generate models
* switch template group to app models
* switch time intervals to use app models
* switch receiver to use app models
* switch routing tree to use app models
* move schema registration to resource packages
* fix package names to match app
* fix codeowners
* fix UI to use metadata.name instead of uid
* update dockerfile
* move generated models to pkg
* remove provenance from field selector
* move client factories to test files
* rename GenericClient to TypedClient
2024-12-09 10:29:05 -05:00
Haris Rozajac
c4e19f3570
Dashboard Schema v2: Panel links ( #97441 )
...
* panel links
* Update transformer scene -> v2; update snapshot
* clean up
* data links test
* Remove type assertion
2024-12-09 08:23:23 -07:00
Tobias Skarhed
fde79020ef
Transformations: Add Delimiter format option to Extract fields ( #97340 )
...
* Extract to fields: Add CSV extractor
* Support escaping
* Split at delimiter
* Fix unused import
* PR feedback
* Rename extractor
* Use number instead
* update
* Add comment about regex match
* Add deimiter selector in editor
* Default delimiter to comma
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-12-09 16:04:58 +01:00
renovate[bot]
930aa69192
Update dependency nanoid to v5.0.9 ( #97657 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 15:04:25 +00:00
renovate[bot]
acdb6086db
Update dependency msw to v2.6.8 ( #97653 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 14:39:20 +00:00
Bogdan Matei
7cc0604360
Scopes: Add ScopesContext to @grafana/runtime
( #97566 )
2024-12-09 16:37:50 +02:00
renovate[bot]
a7d345282f
Update dependency dompurify to v3.2.3 ( #97646 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 14:16:14 +00:00
Ed Welch
ca6281bc31
Loki Expiremental Streaming: fixes nil check conditional which was accidentally inverted in a previous PR ( #97612 )
2024-12-09 17:01:22 +03:00
Tom Ratcliffe
6435e36b64
Chore: Fix yarn generate-apis
command ( #97639 )
...
Fix `yarn generate-apis` command
https://github.com/reduxjs/redux-toolkit/issues/4470
2024-12-09 15:32:01 +02:00
renovate[bot]
1b717e97d3
Update dependency @grafana/plugin-e2e to v1.13.0 ( #97625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 13:05:03 +00:00
renovate[bot]
63dbe1b47d
Update dependency @types/hoist-non-react-statics to v3.3.6 ( #97629 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 11:10:49 +00:00
Jack Westbrook
9688d5b56b
Frontend: Add build:stats for analysing bundles ( #94729 )
...
* build(webpack): add a stats config and build:stats script for analysing bundles locally
* chore(yarn): dedupe lock file
* feat(webpack): use bundle analyser by default, env vars for additional plugins
2024-12-09 12:09:32 +01:00
renovate[bot]
3190c29ec4
Update dependency @react-types/overlays to v3.8.11 ( #97332 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 10:48:42 +00:00
Alexander Zobnin
cd7772204e
Zanzana: Handle renderer service authorization requests ( #97201 )
...
* Zanzana: Handle renderer service authorization requests
* only add context if render service is authorizing
* use group and resource from API definitions
* check prefix instead of full identity
* fix AddRenderContext
* remove unused type
2024-12-09 11:17:44 +01:00
renovate[bot]
4f1307edb1
Update dependency @prometheus-io/lezer-promql to v0.300.1 ( #97227 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-09 10:02:05 +00:00
Pepe Cano
7f99388576
Alerting docs: update Configure alert rules
( #97430 )
...
* Simplify a bit more Intro to Alert rules
* Update `Configure alert rules` docs
* Configure Grafana-managed alert rules
* Update `Configure data source-managed alert rules`
* fix mispelled word
* fix grammar error
* remove unnecessary space
* remove whitespace
* address brand name convention
2024-12-09 09:43:19 +01:00
ismail simsek
3dc2bdfb20
Explore Metrics: Remove filter resetting when changing the datasource ( #97589 )
...
remove filter resetting
2024-12-09 08:35:41 +01:00
Ivana Huckova
faa4b683a3
Zipkin: Run queries with node graph enabled through backend ( #97472 )
...
* Add processing to node graph frames from backend response
* Add tests
2024-12-07 11:06:45 +01:00
Ryan McKinley
5f39d2eeb0
K8s: Make GetAPIRoutes an optional interface ( #97531 )
2024-12-07 03:08:18 +03:00
Kim Nylander
f276f9b35d
[DOC] Update docs for anchored regex TraceQL queries ( #97532 )
...
* Update docs for anchored regex TraceQL queries
* Add updates for Span Limit
* Apply suggestions from code review
* Updates from prettier
2024-12-06 14:06:06 -05:00
Ed Welch
e002982cd7
fixes a series of problems with the Dockerfile ( #97585 )
2024-12-06 12:23:27 -06:00
Andreas Christou
9f75a448d4
Azure/GCM: Improve error display ( #96921 )
...
Improve handling of errors
2024-12-06 18:16:23 +00:00
Santiago
f60caf6932
Alerting: Fix alert rules unpausing after moving rule to different folder ( #97580 )
...
Alerting: Fix alert rules unpaused after moving rule to different folder
2024-12-06 14:33:13 -03:00
Eric Leijonmarck
ebcd26f7ff
SAT: Add icon
to token creation ( #97479 )
...
* Add + icon on token creatino
* fmt
2024-12-06 16:38:44 +00:00
Gabriel MABILLE
d9cd5a3a2c
Setting: Fix redact of entity db pass ( #97568 )
2024-12-06 17:31:36 +01:00
Matias Chomicki
8243e030b4
Log Labels: add support to disable labels for unique labels ( #97567 )
...
* LogLabels: add support to disable labels for unique labels
* LogRow: disable tooltip for unique labels
2024-12-06 18:15:25 +02:00
Jack Westbrook
1ff0978efe
Chore: Remove sharemodal and search service barrel files ( #97563 )
...
* refactor(search-service): delete barrel file and update imports across frontend
* refactor(sharemodal): delete barrel file and update imports
* refactor(search-service): update features/search/service imports
* chore(betterer): update results file
2024-12-06 16:44:30 +01:00
Ivana Huckova
9a3f8c93dc
AzureMonitor and GCM: Replace deprecated experimental/errorsource ( #97360 )
...
* Update cloud monitoring
* Update azure monitor
* Update test
2024-12-06 16:38:09 +01:00
Jack Westbrook
1fc9b4bfc1
Chore: Remove dashboard state barrel file ( #97562 )
...
* refactor(dashboard-state): delete dashboard/state barrel file and update imports
* chore(betterer): update results
2024-12-06 16:01:51 +01:00