Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManthan Mallikarjun <nahtnam@gmail.com>2016-07-04 20:20:16 +0300
committerRémy Coutable <remy@rymai.me>2016-10-11 10:29:14 +0300
commit987c21f51ea67f1bd00fe50e61941920bc1feaa4 (patch)
tree96119122ab9bf69ac2b6e9cdae3bde61ae8fb3e2 /CHANGELOG
parent73adae0f62a3d6048abbee9d076e077185370325 (diff)
Add an example for testing a phoenix application with Gitlab CI.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06af4e4d6f4..d9c282257b4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.13.0 (unreleased)
- Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)
- ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
+ - Add an example for testing a phoenix application with Gitlab CI in the docs (Manthan Mallikarjun)
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501
- Add a /wip slash command to toggle the Work In Progress status of a merge request. !6259 (tbalthazar)