-
- Downloads
Merge branch 'refactor_base_probe' into 'master'
Refactor Base Probe and introduce healh_check rake task See merge request !164539 Merged-by:Siddharth Dungarwal <sdungarwal@gitlab.com> Approved-by:
Siddharth Dungarwal <sdungarwal@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Co-authored-by:
Nikola Milojevic <nmilojevic@gitlab.com>
No related branches found
No related tags found
Pipeline #1443053475 passed with warnings
Stage: sync
Stage: preflight
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test-frontend
Stage: test
Stage: post-test
Stage: pages
Stage: benchmark
Showing
- ee/app/services/cloud_connector/status_checks/probes/base_probe.rb 40 additions, 5 deletions...rvices/cloud_connector/status_checks/probes/base_probe.rb
- ee/app/services/cloud_connector/status_checks/probes/probe_result.rb 4 additions, 2 deletions...ices/cloud_connector/status_checks/probes/probe_result.rb
- ee/lib/tasks/cloud_connector/health_check.rake 14 additions, 0 deletionsee/lib/tasks/cloud_connector/health_check.rake
- ee/lib/tasks/cloud_connector/task_helper.rb 120 additions, 0 deletionsee/lib/tasks/cloud_connector/task_helper.rb
- ee/spec/services/cloud_connector/status_checks/probes/base_probe_spec.rb 31 additions, 44 deletions...s/cloud_connector/status_checks/probes/base_probe_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/probe_result_spec.rb 25 additions, 1 deletion...cloud_connector/status_checks/probes/probe_result_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/test_probe.rb 17 additions, 3 deletions...rvices/cloud_connector/status_checks/probes/test_probe.rb
- ee/spec/tasks/cloud_connector/health_check_rake_spec.rb 98 additions, 0 deletionsee/spec/tasks/cloud_connector/health_check_rake_spec.rb
- ee/spec/tasks/cloud_connector/task_helper_spec.rb 120 additions, 0 deletionsee/spec/tasks/cloud_connector/task_helper_spec.rb
- lib/tasks/gitlab/artifacts/migrate.rake 2 additions, 1 deletionlib/tasks/gitlab/artifacts/migrate.rake
ee/lib/tasks/cloud_connector/task_helper.rb
0 → 100644
Please register or sign in to comment