summaryrefslogtreecommitdiff
path: root/app/controllers/projects/protected_branches_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-15/+3
* Fix typos in ProtectedRef concern and whitespace detected by rubocopJames Edwards-Jones2017-04-031-1/+0
* Created ProtectedRefsController to reduce Tags/Branches duplicationJames Edwards-Jones2017-04-031-40/+18
* Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas2017-03-061-1/+1
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-8/+5
* Added access spec testsJose Ivan Vargas2017-03-061-17/+0
* Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas2017-03-061-7/+4
* Created the gear settings entry and created a way to initialize both sections...Jose Ivan Vargas2017-03-061-4/+3
* Added header to protected branches access dropdownsprotected-branch-dropdown-titlesPhil Hughes2017-01-261-2/+6
* Backport changes from gitlab-org/gitlab-ee!581 to CE.Timothy Andrew2016-08-161-10/+16
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-12/+19
* Humanize protected branches' access levels at one location.Timothy Andrew2016-07-291-1/+3
* Add "No One Can Push" to the protected branches UI.Timothy Andrew2016-07-291-1/+1
* Use the `{Push,Merge}AccessLevel` models in the UI.Timothy Andrew2016-07-291-7/+17
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+1
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-1/+1
* Use the `GLDropdown` component to select protected branches.Timothy Andrew2016-07-071-1/+1
* Modify the frontend for wildcard protected branches.Timothy Andrew2016-07-051-11/+15
* Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-1/+1
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+3
* Use ruby 1.9 hash syntaxDmitriy Zaporozhets2015-01-231-1/+1
* Update branch status with ajax call.Marin Jankovski2014-12-261-6/+7
* Add option to disable/enable developers push to already protected branches.Marin Jankovski2014-12-261-0/+17
* Add checkbox for protected branch developer can push to.Marin Jankovski2014-12-261-1/+1
* Use strong params for 5 more modelsDmitriy Zaporozhets2014-06-261-1/+7
* Move protected branches to Project settingsDmitriy Zaporozhets2014-05-231-2/+2
* fix warningsskv2013-12-251-1/+1
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+26