Use cluster integrations by default
We are removing one-click applications from GitLab but leaving the integrations for Prometheus and Elastic Stack. We have code in place that keeps the integration in sync with the corresponding cluster application, and have backfilled the ingtegrations, so we can now use them as a source of truth. See - Backfill Prometheus: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61502 - Backfill Elastic Stack: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61521 - Deprecation Epic: https://gitlab.com/groups/gitlab-org/-/epics/4280
显示
- app/finders/projects/serverless/functions_finder.rb 1 个添加, 1 个删除app/finders/projects/serverless/functions_finder.rb
- app/helpers/environments_helper.rb 0 个添加, 1 个删除app/helpers/environments_helper.rb
- app/models/clusters/applications/knative.rb 2 个添加, 2 个删除app/models/clusters/applications/knative.rb
- app/models/clusters/cluster.rb 5 个添加, 13 个删除app/models/clusters/cluster.rb
- app/models/environment.rb 0 个添加, 4 个删除app/models/environment.rb
- app/models/project_services/prometheus_service.rb 2 个添加, 2 个删除app/models/project_services/prometheus_service.rb
- app/services/clusters/applications/schedule_update_service.rb 4 个添加, 3 个删除...services/clusters/applications/schedule_update_service.rb
- app/services/projects/prometheus/alerts/notify_service.rb 2 个添加, 2 个删除app/services/projects/prometheus/alerts/notify_service.rb
- app/services/prometheus/create_default_alerts_service.rb 4 个添加, 3 个删除app/services/prometheus/create_default_alerts_service.rb
- app/views/clusters/clusters/_health.html.haml 1 个添加, 1 个删除app/views/clusters/clusters/_health.html.haml
- ee/app/controllers/ee/clusters/clusters_controller.rb 2 个添加, 2 个删除ee/app/controllers/ee/clusters/clusters_controller.rb
- ee/spec/features/markdown/metrics_spec.rb 1 个添加, 1 个删除ee/spec/features/markdown/metrics_spec.rb
- ee/spec/services/projects/prometheus/alerts/notify_service_spec.rb 2 个添加, 2 个删除...ervices/projects/prometheus/alerts/notify_service_spec.rb
- ee/spec/services/security/waf_anomaly_summary_service_spec.rb 3 个添加, 3 个删除...pec/services/security/waf_anomaly_summary_service_spec.rb
- lib/gitlab/prometheus/adapter.rb 0 个添加, 3 个删除lib/gitlab/prometheus/adapter.rb
- spec/factories/clusters/clusters.rb 1 个添加, 0 个删除spec/factories/clusters/clusters.rb
- spec/features/clusters/cluster_health_dashboard_spec.rb 3 个添加, 3 个删除spec/features/clusters/cluster_health_dashboard_spec.rb
- spec/features/markdown/metrics_spec.rb 1 个添加, 1 个删除spec/features/markdown/metrics_spec.rb
- spec/features/projects/environments/environments_spec.rb 1 个添加, 1 个删除spec/features/projects/environments/environments_spec.rb
- spec/finders/projects/serverless/functions_finder_spec.rb 1 个添加, 1 个删除spec/finders/projects/serverless/functions_finder_spec.rb
加载中
想要评论请 注册 或 登录