PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-26 09:00:57 +00:00
841107301f
[#11] Merge branch
3714cec36c
[#11] Add Netsnapshot
PavelGrossSpb
commented on pull request TrueCloudLab/frostfs-sdk-csharp#11
2024-06-25 12:48:04 +00:00
[#10] Netmap snapshot, options, metrics
Right. These are some artefacts from my research. Wrong references have been removed.
PavelGrossSpb
commented on pull request TrueCloudLab/frostfs-sdk-csharp#11
2024-06-25 12:46:57 +00:00
[#10] Netmap snapshot, options, metrics
Pushed.
PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 12:45:34 +00:00
7cd7d6ef96
[#11] Remove unused references
PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 12:44:43 +00:00
f68dd1c9a4
[#11] Remove unused references
PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 12:41:57 +00:00
618517f9e8
[#11] Remove unused references
PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 09:12:59 +00:00
6e3d6d6478
[#12] Merge branches
6157485918
[#11] Use Dispose pattern in unit tests
09ff50e8d9
[#11] Use external gRPC channel options
5cc48d5448
[#10] Netmap metrics and options
e9603dff28
Merge branch 'master' of https://git.frostfs.info/TrueCloudLab/frostfs-sdk-csharp
PavelGrossSpb
commented on pull request TrueCloudLab/frostfs-sdk-csharp#11
2024-06-25 09:01:41 +00:00
[#10] Netmap snapshot, options, metrics
Fixed.
PavelGrossSpb
commented on pull request TrueCloudLab/frostfs-sdk-csharp#11
2024-06-25 09:01:16 +00:00
[#10] Netmap snapshot, options, metrics
Good idea. GRPC channal is available now to add any interceptors
PavelGrossSpb
commented on pull request TrueCloudLab/frostfs-sdk-csharp#11
2024-06-25 08:59:14 +00:00
[#10] Netmap snapshot, options, metrics
Thx, I forgot to inherit the interface from IDisposable
public interface IFrostFSClient : IDisposable
this way is recommended: ``using var fsClient = Client.GetInstance(GetOptions(this.…
PavelGrossSpb
pushed to MetricsAndOptions at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 08:56:46 +00:00
6157485918
[#11] Use Dispose pattern in unit tests
PavelGrossSpb
pushed to MetricsAndOptions at PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 08:49:39 +00:00
09ff50e8d9
[#11] Use external gRPC channel options
5cc48d5448
[#10] Netmap metrics and options
e9603dff28
Merge branch 'master' of https://git.frostfs.info/TrueCloudLab/frostfs-sdk-csharp
PavelGrossSpb
created branch MetricsAndOptions in PavelGrossSpb/frostfs-sdk-csharp
2024-06-25 08:49:38 +00:00
[#10] Netmap snapshot, options, metrics
PavelGrossSpb
pushed to Netmap_Options_Metrics at PavelGrossSpb/frostfs-sdk-csharp
2024-06-24 11:10:37 +00:00
74b060f74b
[#10] Netmap snapshot, options, metrics
PavelGrossSpb
created branch Netmap_Options_Metrics in PavelGrossSpb/frostfs-sdk-csharp
2024-06-24 11:10:36 +00:00
[#10] MetricsAndOptions
PavelGrossSpb
deleted branch MetricsAndOptions from PavelGrossSpb/frostfs-sdk-csharp
2024-06-24 09:27:49 +00:00
b69d22966f
[#7] Client cut internal
545e647d7b
[#4] infrastructure and sample Client Cut