grafana/pkg/services/live/pipeline
idafurjes 6afad51761
Move SignedInUser to user service and RoleType and Roles to org (#53445)
* Move SignedInUser to user service and RoleType and Roles to org

* Use go naming convention for roles

* Fix some imports and leftovers

* Fix ldap debug test

* Fix lint

* Fix lint 2

* Fix lint 3

* Fix type and not needed conversion

* Clean up messages in api tests

* Clean up api tests 2
2022-08-10 11:56:48 +02:00
..
pattern Live: pipeline rule crud (file-based, still for MVP) (#39238) 2021-09-30 19:29:32 +03:00
testdata Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127) 2022-06-03 08:25:52 -04:00
tree sync routing tree with latest changes in Gin (#51541) 2022-06-29 19:05:57 +03:00
auth.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
compare.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
condition_type.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
config.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
converter_influx_auto.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
converter_json_auto_test.go Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127) 2022-06-03 08:25:52 -04:00
converter_json_auto.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
converter_json_exact_test.go Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127) 2022-06-03 08:25:52 -04:00
converter_json_exact.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
converter_json_frame.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
data_output_builtin.go Chore: Remove context.TODO (#43458) 2021-12-28 10:26:18 +01:00
data_output_local_subscribers.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
data_output_loki.go Live: rename remote write backends to write configs (#41467) 2021-11-09 19:12:10 +03:00
data_output_redirect.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
devdata.go #41993: make it possible to create N random60hz channels (#43295) 2021-12-17 23:42:37 +04:00
frame_condition_checker_multiple.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_condition_checker.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_condition_number_compare.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_changelog_test.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_changelog.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_conditional.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_local_subscribers.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_loki.go Live: rename remote write backends to write configs (#41467) 2021-11-09 19:12:10 +03:00
frame_output_managed_stream.go Chore: Remove context.TODO (#43458) 2021-12-28 10:26:18 +01:00
frame_output_multiple.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_redirect.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_remote_write_test.go Live: rename remote write backends to write configs (#41467) 2021-11-09 19:12:10 +03:00
frame_output_remote_write.go Live: rename remote write backends to write configs (#41467) 2021-11-09 19:12:10 +03:00
frame_output_threshold_mock.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_threshold_test.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_output_threshold.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_processor_drop_field.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
frame_processor_keep_field.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
frame_processor_multiple.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
frame_storage.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
goja_expression_test.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
goja_expression.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
json_to_frame.go #42174: fix: fill 'field.name' in the auto-added Time field (#42301) 2021-11-26 23:52:01 +04:00
logger.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
models.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
pipeline_test.go Live: array for Processor, Outputter and Subscriber in channel rule top level (#39677) 2021-10-06 20:43:25 +03:00
pipeline.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
registry.go Live: pipeline Loki output (#41272) 2021-11-09 13:10:43 +03:00
rule_builder_storage.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
rule_builder.go Live: declarative processing pipeline, input -> frames -> output, toggle protected POC (#37644) 2021-09-09 19:19:29 +03:00
rule_cache_segmented_test.go Live: pipeline Loki output (#41272) 2021-11-09 13:10:43 +03:00
rule_cache_segmented.go Live: adopt latest fixes from gin route tree (#41141) 2021-11-01 20:02:03 +03:00
storage_file.go Replace encryption.Service usages by secrets.Service (#41625) 2021-11-12 12:16:39 +01:00
storage.go Live: generate ts definitions for pipeline configs (#41544) 2021-11-15 22:45:35 +03:00
subscribe_builtin.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
subscribe_managed_stream.go Live: proxy subscribe data for subscribe and runstream plugin calls (#42824) 2021-12-14 20:12:00 +03:00
subscribe_multiple.go Live: proxy subscribe data for subscribe and runstream plugin calls (#42824) 2021-12-14 20:12:00 +03:00