-
- Downloads
Add probe for checks in air-gapped instances
Add probe for checks in air-gapped instances that self-host AI Gateway Changelog: changed EE: true
parent
53604d8f
No related branches found
No related tags found
Showing
- doc/user/gitlab_duo/turn_on_off.md 12 additions, 1 deletiondoc/user/gitlab_duo/turn_on_off.md
- ee/app/services/cloud_connector/status_checks/probes/end_to_end_probe.rb 2 additions, 2 deletions.../cloud_connector/status_checks/probes/end_to_end_probe.rb
- ee/app/services/cloud_connector/status_checks/probes/host_probe.rb 18 additions, 2 deletions...rvices/cloud_connector/status_checks/probes/host_probe.rb
- ee/app/services/cloud_connector/status_checks/probes/self_hosted/ai_gateway_url_presence_probe.rb 45 additions, 0 deletions...hecks/probes/self_hosted/ai_gateway_url_presence_probe.rb
- ee/app/services/cloud_connector/status_checks/probes/self_hosted/code_suggestions_license_probe.rb 68 additions, 0 deletions...ecks/probes/self_hosted/code_suggestions_license_probe.rb
- ee/app/services/cloud_connector/status_checks/status_service.rb 12 additions, 2 deletions.../services/cloud_connector/status_checks/status_service.rb
- ee/lib/gitlab/ai/self_hosted/ai_gateway.rb 29 additions, 0 deletionsee/lib/gitlab/ai/self_hosted/ai_gateway.rb
- ee/spec/lib/gitlab/ai/self_hosted/ai_gateway_spec.rb 45 additions, 0 deletionsee/spec/lib/gitlab/ai/self_hosted/ai_gateway_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/end_to_end_probe_spec.rb 2 additions, 2 deletions...d_connector/status_checks/probes/end_to_end_probe_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/host_probe_spec.rb 24 additions, 0 deletions...s/cloud_connector/status_checks/probes/host_probe_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/self_hosted/ai_gateway_url_presence_probe_spec.rb 35 additions, 0 deletions.../probes/self_hosted/ai_gateway_url_presence_probe_spec.rb
- ee/spec/services/cloud_connector/status_checks/probes/self_hosted/code_suggestions_license_probe_spec.rb 74 additions, 0 deletions...probes/self_hosted/code_suggestions_license_probe_spec.rb
- ee/spec/services/cloud_connector/status_checks/status_service_spec.rb 22 additions, 2 deletions...ices/cloud_connector/status_checks/status_service_spec.rb
- locale/gitlab.pot 23 additions, 2 deletionslocale/gitlab.pot
ee/lib/gitlab/ai/self_hosted/ai_gateway.rb
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!3429 (merged)
Please register or sign in to comment