maicon
af1a732821
UniStore: test folders circular reference ( #95496 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-29 21:06:55 +00:00
maicon
f6a5e03bfb
UniStore: Add testcase for trimming folder title ( #95405 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-28 10:24:28 -03:00
maicon
f5ed2f52f7
UniStore: expand nested folders testing ( #95374 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-24 19:54:33 -03:00
maicon
f379329127
UniStore: add FoldersCreate Endpoint test ( #95253 )
...
* UniStore: add FoldersCreate Endpoint test
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-24 12:04:32 -03:00
maicon
c4f906f7fa
UniStore: Fix DualWriter compare method ( #94705 )
...
* UniStore: Fix DualWriter compare method
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 16:22:49 +02:00
maicon
4a60f29709
UniStore: register dual_writer_data_syncer_outcome metric ( #94789 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 16:44:20 +03:00
maicon
9dc2ccdbfd
UniStore: Test both Mode1 and Mode2 for LegacyToUnifiedStorage Syncer ( #94784 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 06:43:01 +02:00
maicon and Diego Augusto Molina
bfd3506549
UniStore: Enable DataSyncer in Mode1 + better logging ( #94688 )
...
* UniStore: Enable DataSyncer Mode1 + better logging
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
2024-10-15 06:41:12 +03:00
maicon
261be0facd
UniStore: Evaluate Folder DTO attributes ( #93968 )
...
* UniStore: Evaluate Folder DTO attributes
* Handle AccessControl
* Reduce the number of parameters to newToFolderDto
* Detach Metadata helpers from HTTPServer
* Add tests
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-07 12:08:16 +02:00
maicon
377079d8b3
UniStore: Add config to enable periodic DualWriter DataSyncer ( #93555 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-09-24 22:03:15 +03:00
maicon
d60351d8e8
Unistore: fix DualWriter context cancelation on mode 1 ( #93377 )
...
* Unistore: fix DualWriter context cancelation on mode 1
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-09-23 10:34:36 -03:00
maicon
d1d578785c
Add remaining k8s endpoints for Folders ( #93146 )
...
* Add remaining Folders k8s endpoints
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Remove duplicated import
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-09-12 14:38:27 -03:00
maicon
9e6a464328
UniStore: Remove unused feature toggles from docs ( #92688 )
...
`grafanaAPIServer` got removed on https://github.com/grafana/grafana/pull/81030
`idForwarding` got removed on https://github.com/grafana/grafana/pull/92209
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-08-29 18:27:38 +03:00
maicon
2b3d2e5b40
UniStore: Remove leftover references to unifiedStorage feature toggle ( #92685 )
...
it got removed on https://github.com/grafana/grafana/pull/92192
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-08-29 18:04:36 +03:00
de2c9a06bf
Unified Storage: First iteration Dual Write Syncer ( #89809 )
...
* Unified Storage: First iteration Dual Write Syncer
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
Co-authored-by: Leonor Oliveira <9090754+leonorfmartins@users.noreply.github.com >
Co-authored-by: Dan Cech <dcech@grafana.com >
2024-08-27 13:31:40 -03:00
maicon
93221f12da
Unified Storage: Fix Compare method ( #90455 )
...
* Unified Storage: Fix Compare method
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-07-16 11:36:21 -03:00
maicon
8e03541228
Provisioning: Ensure that the default value for orgID is set when provisioning datasources to be deleted ( #44244 )
...
Fixes #44243
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2022-02-09 12:38:13 +01:00
maicon
a6aa219895
Reopen log files after receiving a SIGHUP signal ( #13112 )
...
* Reopen log files after receiving a SIGHUP signal
Implements a system signals listener in log.FileLogWriter.
After receiving a SIGHUP signal from the system, the listener will close the current log file and then open it again.
The listener will finishes after receiving a SIGINT, SIGKILL or SIGTERM signal.
Closes grafana/grafana#2497
* Move the SIGHUP handling to the main file
2018-09-04 10:31:41 +02:00