summaryrefslogtreecommitdiff
path: root/app/controllers/projects/branches_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix tests.Connor Shea2016-08-171-1/+1
* Initial implementation of an async branch dropdown for Revert and Cherry Pick.Connor Shea2016-08-171-0/+7
* Fix branches page dropdown sort initial stateClement Ho2016-08-101-1/+2
* Fix the title of the toggle dropdown buttonHerminio Torres2016-07-281-0/+1
* implements the basic filter functionalitytiagonbotelho2016-07-191-2/+1
* Update tests to match new Code tab logicDmitriy Zaporozhets2016-06-031-1/+1
* Put project Files and Commits tabs under Code tabDmitriy Zaporozhets2016-06-031-1/+1
* Return status code 303 after a branch DELETE operation to avoid project deletionStan Hu2016-04-061-1/+1
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* Incorporate reviewZeger-Jan van de Weg2016-03-151-4/+3
* Enhance new branch button on an issueZeger-Jan van de Weg2016-03-151-0/+6
* new-branch-buttonZeger-Jan van de Weg2016-03-151-3/+13
* Merge branch 'master' into diverging-branch-graphsJeff Stubler2015-12-031-1/+1
|\
| * Add authorization to new branch/tag pages.new-tag-branch-authorizationDouwe Maan2015-12-031-1/+1
* | Refactor for style issuesJeff Stubler2015-11-111-2/+1
* | Add graphs showing commits ahead and behind default to branches pageJeff Stubler2015-11-011-0/+6
|/
* Fix errors deleting and creating branches with encoded slashesStan Hu2015-08-011-3/+4
* Return 40x error codes if branch could not be deleted in UIStan Hu2015-07-061-2/+2
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-1/+0
|\
| * Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+0
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+6
|/
* Sanitize branch name and ref nameMarin Jankovski2014-11-131-1/+4
* remove auth duplicationValery Sizov2014-11-051-1/+0
* API delete branch: render branch name json instead of trueDmitriy Zaporozhets2014-10-301-0/+1
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-2/+2
* Factor error and success methods from services.Ciro Santilli2014-09-211-5/+3
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-3/+11
* Changed some stuff around after rebaseJeroen van Baarsen2014-05-231-1/+1
* Make sure the branch counter gets updatedJeroen van Baarsen2014-05-231-1/+2
* Merge branch 'branch-creation-flow' into 'master'Dmitriy Zaporozhets2014-05-231-2/+2
|\
| * Redirect to tree view after branch createdDmitriy Zaporozhets2014-05-231-2/+2
* | Move protected branches to Project settingsDmitriy Zaporozhets2014-05-231-1/+3
|/
* Improve branch-removal logicDmitriy Zaporozhets2014-05-221-7/+2
* Move branch creation logic in serviceDmitriy Zaporozhets2014-04-011-5/+1
* Refactor recent branches pageDmitriy Zaporozhets2013-08-051-0/+4
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-171-4/+8
* Improve permissions on tags/branchesDmitriy Zaporozhets2013-07-171-1/+3
* Ability to create new branch via UIDmitriy Zaporozhets2013-07-171-2/+4
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-1/+1
* Create event on dashboard when branch removed via UIDmitriy Zaporozhets2013-07-161-1/+5
* Move branches list to own controller with pagination. Ability to remove branc...Dmitriy Zaporozhets2013-07-161-0/+24