summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_project_settings.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Removed the settings gear button inside the Project to a tabJose Ivan Vargas2017-03-071-24/+0
|
* Created the gear settings entry and created a way to initialize both ↵Jose Ivan Vargas2017-03-061-7/+3
| | | | | | | | sections with one controller Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers
* Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-2/+2
| | | | Added tests to verify the access policy to the new controller
* Removed options from the gear button in the projects and consolidated into oneJose Ivan Vargas2017-02-061-14/+2
| | | | Added test for the CiCdPipelinesController
* Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-0/+4
|
* Corrected code style and titlesJose Ivan Vargas2017-01-181-1/+1
|
* Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas2017-01-181-7/+3
|
* Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-5/+0
| | | | Fixed more tests
* Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-2/+2
| | | | | | | This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
|
* Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-201-2/+2
|
* Move Pipelines settings under ↵Kamil Trzcinski2016-07-191-2/+2
| | | | `gitlab.com/gitlab-org/gitlab-ce/pipelines/settings`
* Change title to CI/CD PipelinesAnnabel Dunstone2016-07-191-2/+2
|
* Rename to CI PipelineAnnabel Dunstone2016-07-191-7/+3
|
* Remove builds settings from project settings; add builds settings route; add ↵Annabel Dunstone2016-07-191-0/+4
| | | | new controller action; put badge stuff under builds settings controller action
* Show 'Leave project' only if member can actually leave the projectRémy Coutable2016-06-181-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass can_edit and access to partial.Connor Shea2016-06-131-2/+0
|
* Fix a bug that allowed Guests to still see Settings links they couldn't access.Connor Shea2016-06-101-1/+2
|
* Fix displaying of project settings links the user cannot access.Connor Shea2016-06-101-36/+37
|
* Implement new horizontal navigation to project pagesDmitriy Zaporozhets2016-05-161-60/+42
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Expose project badges in project settings menuGrzegorz Bizon2016-04-061-1/+6
|
* Add functionality to setup share of project with group via project settingsDmitriy Zaporozhets2016-03-111-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* web hooks to webhooksashleys2016-03-101-2/+2
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-5/+0
|
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-10/+0
|
* Restore sidebar tooltips and fix logo tooltip locationDouwe Maan2015-12-021-12/+12
|
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+1
| | | | - Enable CI by default for all new projects
* Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-281-5/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI services to project settings areaDmitriy Zaporozhets2015-10-071-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove Continuous Integration from project menuDmitriy Zaporozhets2015-10-071-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* CI web hooks menu active state and consitent titleci-web-hooksDmitriy Zaporozhets2015-10-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI web hooks page to project settings areaDmitriy Zaporozhets2015-10-051-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI project settings page to CE project settings areamove-ci-settingsDmitriy Zaporozhets2015-09-291-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-291-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move runners page to project settingsDmitriy Zaporozhets2015-09-251-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Hide icon for bact-to-location menu in sidebarDmitriy Zaporozhets2015-07-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix consistency issue in sidebars of Project and Group Settings.Nicolas2015-06-241-4/+4
| | | | Fixes #2277.
* Fix alignment of Project Settings nav icons.Nicolas2015-06-101-5/+5
|
* Move Project Members link from Settings to main menu.Nicolas2015-06-091-5/+0
| | | | Addresses #2278.
* Clarify navigation labels for Project Settings and Group Settings.nav-settingsDouwe Maan2015-05-251-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+41