Skip to content

docs: status can also be `created`

Brian Cho requested to merge briandcho/gitlab:patch-89 into master

What does this MR do?

Documentation update. created is a value that status can have in our on-prem installation of GitLab 12.4.2-ee.

Screenshots

Sample response from curl -LSks --header "PRIVATE-TOKEN: ..." .../api/v4/projects/.../pipelines

[
  {
    "id": 164570,
    "sha": "446b12d4649f3a2366517b2142569919015e05e7",
    "ref": "master",
    "status": "created",
    "created_at": "2020-03-10T20:14:27.506-07:00",
    "updated_at": "2020-03-10T20:14:27.506-07:00",
    "web_url": "https://gitlab.../pipelines/164570"
  }
]

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports