diff options
author | Krasimir Angelov <kangelov@gitlab.com> | 2019-08-20 12:28:55 +0300 |
---|---|---|
committer | Krasimir Angelov <kangelov@gitlab.com> | 2019-08-20 12:39:19 +0300 |
commit | 92ac94c26e408842c6dfa44aae93e147a0f3d8f8 (patch) | |
tree | 24251ef5b17baa744cb96f5b7448c4900e196f1b /changelogs | |
parent | 51c19691e4c4ceb60ef28fd08c6b13549a423a39 (diff) | |
download | gitlab-ce-92ac94c26e408842c6dfa44aae93e147a0f3d8f8.tar.gz |
Replace finished_at with deployed_at for Deployment entity56130-deployed_at
Instead of `finished_at` attribute use `deployed_at` methods which also
takes into account the deployment status.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/56130-deployed_at.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/56130-deployed_at.yml b/changelogs/unreleased/56130-deployed_at.yml new file mode 100644 index 00000000000..c53658de752 --- /dev/null +++ b/changelogs/unreleased/56130-deployed_at.yml @@ -0,0 +1,5 @@ +--- +title: Replace finished_at with deployed_at for the internal API Deployment entity +merge_request: 32000 +author: +type: other |