File: deployments.yml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (26 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
table_name: deployments
classes:
- Deployment
feature_categories:
- continuous_delivery
description: Stores metadata related to a deployment CI Build, including user, environment,
  status, and SHA. See https://docs.gitlab.com/ee/ci/environments/ for more details.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/907c0e6796b69f9577c147dd489cf55748c749ac
milestone: '8.9'
gitlab_schema: gitlab_main_cell
allow_cross_foreign_keys:
- gitlab_main_clusterwide
sharding_key:
  project_id: projects
schema_inconsistencies:
- type: missing_indexes
  object_name: index_deployments_on_created_at
  introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
- type: missing_indexes
  object_name: index_deployments_on_id_and_status_and_created_at
  introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
- type: missing_indexes
  object_name: index_deployments_on_user_id_and_status_and_created_at
  introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
table_size: over_limit