diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-20 13:59:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-20 13:59:43 +0000 |
commit | 6623d36b65a87f8db9d35a83f832ee2e0564f8b1 (patch) | |
tree | 65b290a14f3530df312114292ff8f48a964a0aba /CHANGELOG | |
parent | f3d03af4215763d6c51c4b26702200ba679baded (diff) | |
parent | 545cecb28c02a2350b6ecb7a8c0080f9663734d3 (diff) | |
download | gitlab-ce-6623d36b65a87f8db9d35a83f832ee2e0564f8b1.tar.gz |
Merge branch '15343-build-settiings' into 'master'
Resolve "Move Build badges settings to Builds page (or Builds settings)"
## What does this MR do?
Removes pipeline settings section from project settings & creates a new pipelines settings page
Adds builds badge to pipelines settings page & removes badge page
## Are there points in the code the reviewer needs to double check?
All Rails updates -> particularly `builds_controller.rb` and `routes`
Spacing needs to be updated across all settings pages and will be in a separate MR (https://gitlab.com/gitlab-org/gitlab-ce/issues/19827)
## What are the relevant issue numbers?
Closes #15343
Part of #18920
## Screenshots (if relevant)
![Screen_Shot_2016-07-19_at_5.47.29_AM](/uploads/48e6d203de4cbe0b697280128695d980/Screen_Shot_2016-07-19_at_5.47.29_AM.png)
![Screen_Shot_2016-07-14_at_9.25.13_AM](/uploads/59118440f3e7bb903f44260abb119376/Screen_Shot_2016-07-14_at_9.25.13_AM.png)
See merge request !5244
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 748128f100a..e7526d8ef28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -138,6 +138,8 @@ v 8.10.0 (unreleased) - Render only commit message title in builds (Katarzyna Kobierska Ula Budziszewska) - Allow bulk (un)subscription from issues in issue index - Fix MR diff encoding issues exporting GitLab projects + - Move builds settings out of project settings and rename Pipelines + - Add builds badge to Pipelines settings page - Export and import avatar as part of project import/export - Fix migration corrupting import data for old version upgrades |