summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMartin Kaufmann <kaufmann-m@mdw.ac.at>2015-07-23 07:48:57 +0200
committerMartin Kaufmann <kaufmann-m@mdw.ac.at>2015-07-23 07:48:57 +0200
commitd4030094c911c2eba1325cafbbe3eeb4bc7f8e17 (patch)
tree0aeaab45a0e668c1f3f38dd9d92fe88529557857 /CHANGELOG
parenta7d59ed9b87f24246f3907a5fe8a1b472e3fa740 (diff)
downloadgitlab-ci-d4030094c911c2eba1325cafbbe3eeb4bc7f8e17.tar.gz
Fix inline edit runner-description
Replaced .show and .hide with .removeClass('hide') and .addClass('hide') (Like done for #192 in MR 177)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 035c7e3..cd07c09 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
v7.13.0
+ - Fix inline edit runner-description
- Allow to specify image and services in yml that can be used with docker
- Fix: No runner notification can see managers only
- Ability to cancel all builds in commit at once
@@ -40,7 +41,7 @@ v7.12.0
- Using .gitlab-ci.yml file instead of jobs
- Link to the runner from the build page for admin user
- Ability to set secret variables for runner
- - Dont retry build when push same commit in same ref twice
+ - Dont retry build when push same commit in same ref twice
- Admin area: show amount of runners with last contact less than a minute ago
- Fix re-adding project with the same name but different gitlab_id
- Implementation of Lint (.gitlab-ci.yml validation tool)
@@ -84,7 +85,7 @@ v7.10.0
- Runners sorting in admin area (by id)
- Remove protected_attributes gem
- Skip commit creation if there is no appropriate job
-
+
v7.9.3
- Contains no changes
- Developers can cancel and retry jobs