idafurjes
23c27cffb3
Chore: Rename Id to ID in alerting models ( #62777 )
...
* Chore: Rename Id to ID in alerting models
* Add xorm tags for datasource
* Add xorm tag for uid
2023-02-02 17:22:43 +01:00
Gábor Farkas
48a374f50b
loki: implement schema for loki query ( #62114 )
...
* loki: implement schema for loki query
* removed forgotten code
* better types
* adjust cue-maturity-level
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* sync docs to schema change
* removed forgotten go code
* updated schema docs
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* updated schema docs
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* update schema docs
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* update schema docs
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* updated schema docs
Co-authored-by: J Stickler <julie.stickler@grafana.com>
* updated schema docs
* add documentation to the resolution field
* move direction-field to schema
* loki: cue: moved deprecated fields to the bottom
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
2023-02-02 16:18:30 +00:00
Sonia Aguilar
753c84f825
Alerting: Pass yaml as a query param in export request ( #62751 )
...
* Set YAML as default value for exporting alert rules
* use YAML format for rule list export
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com>
* lint
* Add new format query param to swagger+docs
* Fix broken test
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
Co-authored-by: Matt Jacobson <matthew.jacobson@grafana.com>
2023-02-02 16:10:02 +00:00
Andrej Ocenas
99a16d27c1
Tempo: Trace to logs update image ( #62796 )
2023-02-02 16:52:34 +01:00
Andre Pereira
60f2433a0f
Tempo: TraceQL syntax highlighting improvements ( #62349 )
...
* Better syntax highlighting for durations, floats and right-hand-side tags
* Remove hex rule in TraceQL syntax highlighting
2023-02-02 15:48:29 +00:00
Ida Štambuk
ec01e6d6b2
Query Panels: Pass on loading state ( #62545 )
2023-02-02 16:48:13 +01:00
Andre Pereira
b78af0b0f0
Tempo: Inject status and status.code for tags autocomplete ( #62794 )
...
* Tempo: Inject status for v2 and status.code for v1 in the tags list for autocomplete
* Small comment fix
2023-02-02 15:43:28 +00:00
Karl Persson
ce5e067d28
ContextHandler: add all configured auth header to context ( #62775 )
...
* ContextHandler: Always store list of possible auth headers in context
and remove individual calls
2023-02-02 16:25:46 +01:00
Joan López de la Franca Beltran
19ed9181e1
Kindsys: Extend DocsJenny with support for 'allOf' ( #62558 )
...
* Kindsys: Extend DocsJenny with support for 'allOf'
* Update generated docs
* Multiple refinements
* Minor fixes
* Undo undesired changes
* Fix
* Fix linter complains
---------
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2023-02-02 16:12:31 +01:00
Leon Sorokin
4d564f8b0a
Chore: uFuzzy 1.0.2 ( #62276 )
...
Co-authored-by: joshhunt <josh@trtr.co>
2023-02-02 09:09:48 -06:00
Andrej Ocenas
1aae808723
Tempo: Update docs for trace to logs functionality ( #62338 )
2023-02-02 16:06:11 +01:00
Ashley Harrison
5e7e026c0c
Navigation: Remove commandPalette
feature toggle ( #62698 )
...
* remove command palette feature toggle
* undo irrelevant AppChrome changes
* update toggle description
2023-02-02 14:44:21 +00:00
Andres Martinez Gotor
68862ce3e8
Plugins: Prefer to use the data source UID when querying ( #62776 )
2023-02-02 15:43:07 +01:00
Karl Persson
1204d607a5
RBAC: Rewrite org users rbac tests ( #62469 )
...
* API: refactor legacy org users access control tests
2023-02-02 15:33:25 +01:00
Jev Forsberg
1092c2b383
bug: adjust table footer height calculations ( #62734 )
...
* baldm0mma/bug-62410/ remove function incorrectly calculating table height
* baldm0mma/bug-62410/ base extended row on basic footer height, and not header height
2023-02-02 07:32:32 -07:00
Sofia Papagiannaki
4eaff63eda
SQLStore: Fix folder migration for MySQL < 5.7 ( #62521 )
...
* Nested folders: Do not skip integration tests
* SQLStore: Fix folder migration
It reduces the length of the title column to be equal with the respective
dashboard column.
2023-02-02 16:21:25 +02:00
Emil Tullstedt
10d66405a4
Chore: Remove redundant codegen step from .bra.tom ( #62764 )
2023-02-02 14:53:54 +01:00
Steve Simpson
c44e9f6b71
Alerting: Add metrics around notification delivery. ( #62778 )
...
This change exposes more metrics from the embedded Alertmanager, which are
valuable for troubleshooting Alertmanager operation particularly in HA setups.
```
grafana_alerting_notifications_total
grafana_alerting_notifications_failed_total
grafana_alerting_notification_requests_total
grafana_alerting_notification_requests_failed_total
grafana_alerting_notification_latency_seconds
grafana_alerting_nflog_gc_duration_seconds
grafana_alerting_nflog_snapshot_duration_seconds
grafana_alerting_nflog_snapshot_size_bytes
grafana_alerting_nflog_queries_total
grafana_alerting_nflog_query_errors_total
grafana_alerting_nflog_query_duration_seconds
grafana_alerting_nflog_gossip_messages_propagated_total
grafana_alerting_dispatcher_aggregation_groups
grafana_alerting_dispatcher_alert_processing_duration_seconds
```
Note that `alertmanager_dispatcher_aggregation_group_limit_reached_total` is
explicitly not exposed, as the group limit metrics are not enabled.
2023-02-02 14:44:20 +01:00
Misi
7c1d9769ca
Auth: Rotate token patch ( #62676 )
...
* Use singleflight.Group
* Align tests
* Cleanup
2023-02-02 14:36:16 +01:00
Tania
3c01ae2c9e
Docs: Render map type fields in generated docs ( #62022 )
...
* Render map type in docs
* Generate
* Clenaup rendering properties
* Minor updates
* Update maps rendering
2023-02-02 13:02:29 +01:00
Sonia Aguilar
517e614661
Alerting: Set YAML as default value for exporting alert rules ( #62760 )
...
Set YAML as default value for exporting alert rules
2023-02-02 11:38:27 +00:00
Horst Gutmann
312ea59e6d
CI: Allow other modules to register build sub-commands ( #62741 )
...
* Allow other modules to register build sub-commands
* CI: Fix retries on artifacts-page clone
* Fix linting errors
* Fix golint issues
* Update to grabpl 3.0.21
2023-02-02 11:35:43 +00:00
Sofia Papagiannaki
29d3e696f0
Swagger: Fix circular reference ( #62673 )
...
* Swagger: Fix circular reference
* gitignore intermediate swagger file
* Update specs
* Do not generate specs when building the backend
2023-02-02 13:18:04 +02:00
Sofia Papagiannaki
adaf82ffb7
Nested Folder: Fix for SQLite not to overwrite the parent on restarts ( #62709 )
...
Nested Folder: Fix for SQLite not to overwrite the arent on restarts
2023-02-02 12:06:51 +02:00
Karl Persson
d395901e80
AuthN: Expose RegisterClient and add client name for saml ( #62604 )
...
* AuthN: add RegisterClient to service interface
* AuthN: Add client name for saml
2023-02-02 10:09:52 +01:00
Torkel Ödegaard
b8e7ef48d0
AppChrome: Unify logic for chromeless pages that should not have NavBar, CommandPalette, Search etc ( #62281 )
...
* Keybindings: No global keybindings on chromeless pages
* simplify condition
* Refactoring
* Align name and file
* Move logic into AppChrome
* minor fix
* Update Page.tsx
* Fixing test
* Fixed tests
* More fixes
* Fixed more tests
* Fixing final test
* Fixed search in old nav
2023-02-02 09:53:06 +01:00
Timur Olzhabayev
ce50168b70
Fix: Save and test error message does not persist across datasource instance settings anymore
2023-02-02 09:50:12 +01:00
Serge Zaitsev
b1c98f7119
Chore: Remove result field from alert commands and queries ( #62714 )
...
* remove result field from alert notification commands and queries
* fix a few more tests
* ok, linter
* remove alert result fields
* fix api calls
* et tu, linter
2023-02-02 09:41:05 +01:00
Gábor Farkas
d9fd807375
Elasticsearch: Fix consistent label order in alerting ( #62497 )
...
elasticsearch: backend: sort label-values
2023-02-02 09:03:18 +01:00
Ivana Huckova
ccfa9a4ef0
Elasticsearch: Implement schema for query ( #62147 )
...
* Elasticsearch: Implement schema for query
* Comment out types I am not sure how to do
* Manually fix typing for PipelineMetricAggregationWithMultipleBucketPaths and BasePipelineMetricAggregation
* Import types to types.ts to have single source of truth
* Cleanup, reorder
* Remove unnecesary Schema.
* Fix test
* Refactor
2023-02-02 09:01:02 +01:00
Ryan McKinley
4a8763d7b6
Heatmap: Support heatmap rows with non-timeseries X axis ( #60929 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-02-01 15:16:34 -08:00
Ryan McKinley
d4f4a83574
FeatureToggles: Add dev only feature toggle for apiserver ( #62726 )
2023-02-01 20:28:19 +00:00
Kevin Minehart
ba6500576b
CI: include ver_mode arg in the integration_test_pipeline in main. ( #62723 )
...
include ver_mode arg in PRs
2023-02-01 15:27:57 -05:00
Alexander Weaver
fcecf4d3cb
Alerting: Refactor away a layer of indirection around the goroutine in Loki state history ( #62644 )
...
Inline recordStreamsAsync in loki backend
2023-02-01 11:57:29 -06:00
Isabel
1225e8d6d8
docs: fix broken elasticsearch metrics play link ( #62715 )
...
fix broken elastic search play link
2023-02-01 11:55:22 -06:00
Isabella Siu
1f09508d8c
Cloudwatch: Fix log group variable interpolation ( #62640 )
2023-02-01 12:26:54 -05:00
Ryan McKinley
e70d623f90
Schemas: Generate CRDs for core kinds ( #62641 )
...
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-02-01 09:08:26 -08:00
renovate[bot]
b95eda045a
Update dependency eslint-plugin-react to v7.32.1 ( #62128 )
...
* Update dependency eslint-plugin-react to v7.32.1
* don't mutate state
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2023-02-01 17:02:59 +00:00
Kevin Minehart
3cbaa58b1b
CI: Replace enterprise check ( #62359 )
...
* Add steps in the pipeline for cloning enterprise when running PR tests.
* Removed enterprise-check from the github action workflows, and removed it from the codeowners file.
2023-02-01 16:55:49 +00:00
brendamuir
9d07b77532
Alerting docs: adds declare incident ( #62681 )
...
* Alerting docs: adds declare incident
* adds alert detail view option
2023-02-01 16:55:40 +00:00
Joao Silva
3ea7ca0993
Search: Fix alignment of checkbox in folder view ( #62678 )
2023-02-01 17:36:28 +01:00
idafurjes
2c50c44d89
Chore: Move library elements models to library elements service ( #62507 )
...
* Chore: Move library elements models to library elements service
* Fix stat import
* Fix faulty error assignment
2023-02-01 17:32:05 +01:00
Eric Leijonmarck
8ff19bd901
Auth: Add Generic oauth skip org role sync setting ( #62418 )
...
* add: generic oauth skip org role sync
* add: docs
* add: backend login skip sync
* fix: docs typo
* add: tests
* remove public key
* fix markdown for generic oauth
* add: generic oauth to the configuration
* refactor: change debug to warn
2023-02-01 16:27:53 +00:00
Giordano Ricci
6b6b733229
Explore: Fix graph not updating when changing config ( #62473 )
...
* Explore: Fix graph not updating when changing config
* move useStructureRev to a seprate hook and add specific tests
2023-02-01 16:23:02 +00:00
Jack Baldry
13c4ee1da0
Fix URL of docs preview ( #62704 )
...
Latest is used for consistency with CI
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-02-01 16:16:26 +00:00
Andre Pereira
5e1506dea0
Tempo: Remove tempoApmTable feature flag ( #62499 )
...
Remove tempoApmTable feature flag
2023-02-01 15:56:34 +00:00
Will Browne
317f044e70
Plugins: Ensure proxy route bodies are valid JSON ( #61771 )
...
ensure proxy route bodies are valid JSON
2023-02-01 16:37:08 +01:00
Ashley Harrison
0a780d978e
Navigation: wrap dashboard settings actions in ToolbarButtonRow
for responsiveness ( #62475 )
...
wrap dashboard actions in toolbarbuttonrow for responsiveness
2023-02-01 15:08:09 +00:00
Gilles De Mey
26866953c1
Alerting: hide "silence" button for external AM setups ( #62133 )
2023-02-01 15:51:05 +01:00
Julien Duchesne
a190e03133
Remove code to publish to RPM and deb repos ( #61786 )
...
This was replaced here: https://github.com/grafana/grafana/pull/53553 and it's no longer used
2023-02-01 09:39:33 -05:00