-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APPS-1283 Introduce DTO layer #230
Conversation
* update-go-lib - added extra-ttl support - new s3 client initialization - .Wait(ctx) with context
…APPS-1283/DTO_refactoring # Conflicts: # internal/server/dto/restore_namespace.go # pkg/model/backup_routine.go # pkg/model/restore_policy.go
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #230 +/- ##
===========================================
- Coverage 80.65% 39.00% -41.66%
===========================================
Files 14 30 +16
Lines 641 1564 +923
===========================================
+ Hits 517 610 +93
- Misses 97 876 +779
- Partials 27 78 +51 ☔ View full report in Codecov by Sentry. |
# Conflicts: # cmd/backup/main.go # internal/server/configuration/configuration_manager.go # internal/server/configuration/configuration_manager_local.go # internal/server/handlers/backup.go # internal/server/handlers/config.go # internal/server/handlers/config_cluster.go # internal/server/handlers/config_cluster_test.go # internal/server/handlers/config_policy.go # internal/server/handlers/config_policy_test.go # internal/server/handlers/config_routine.go # internal/server/handlers/config_routines_test.go # internal/server/handlers/config_storage.go # internal/server/handlers/config_storage_test.go # internal/server/handlers/config_test.go # internal/server/handlers/handlers_test.go # internal/server/handlers/restore.go # internal/server/handlers/restore_test.go # internal/server/handlers/service.go # internal/server/server.go # pkg/model/backup_policy.go # pkg/model/config_default.go # pkg/model/restore_policy.go # pkg/service/configuration_manager_http.go # pkg/service/configuration_manager_s3.go # pkg/service/configuration_manager_test.go # pkg/service/configuration_service_cluster.go # pkg/service/configuration_service_cluster_test.go # pkg/service/configuration_service_policy.go # pkg/service/configuration_service_policy_test.go # pkg/service/configuration_service_routine.go # pkg/service/configuration_service_routine_test.go # pkg/service/configuration_service_storage.go # pkg/service/configuration_service_storage_test.go # pkg/service/restore_go.go # pkg/service/s3_context_test.go # pkg/service/storage_accessor.go
Brief overview:
all tests pass: http://3.65.168.247:8080/ui/#backup/launches/all |
No description provided.