summaryrefslogtreecommitdiff
path: root/app/controllers/projects/tags_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* add specs for tags findertag-name-filtertiagonbotelho2016-08-311-1/+4
* filters tags by nametiagonbotelho2016-08-311-1/+2
* Show release notes in tag listSean McGivern2016-07-261-1/+2
* Add sorting dropdown to tag page14918-add-filter-dropdown-to-tag-pageAlejandro Rodríguez2016-06-161-2/+4
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* Make the tags delete button remote in the tags listfix/13781-delete-tag-without-ajaxRémy Coutable2016-03-011-1/+6
* Add authorization to new branch/tag pages.new-tag-branch-authorizationDouwe Maan2015-12-031-1/+1
* Add missing param and title for tagrelease-notesDmitriy Zaporozhets2015-11-091-1/+1
* Refactor release code a bitDmitriy Zaporozhets2015-11-091-8/+0
* Improve UI for tags pageDmitriy Zaporozhets2015-11-051-7/+3
* After tag is created - redirect to tag pageDmitriy Zaporozhets2015-11-051-1/+1
* Add release description to new tag formDmitriy Zaporozhets2015-11-051-0/+7
* Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets2015-11-051-0/+7
* More release related logic to separate resourceDmitriy Zaporozhets2015-11-051-8/+0
* Add edit/update tag actions for future release notesDmitriy Zaporozhets2015-11-051-0/+8
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Move tag deletion to service and execute hooks and services.Douwe Maan2015-03-131-6/+5
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-1/+1
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+1
|\
| * Move all event creation to EventCreateService.Douwe Maan2015-02-131-1/+1
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
|/
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+1
* remove auth duplicationValery Sizov2014-11-051-2/+0
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-2/+2
* Factor error and success methods from services.Ciro Santilli2014-09-211-3/+2
* update tags count if tag gets deletedRobert Schilling2014-09-121-1/+1
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-1/+2
* Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-4/+9
* Update tags_controller.rb to use CreateTagService.Sean Edge2014-05-281-5/+2
* Use VersionSorter on the Project > Tags pageRobert Speicher2014-04-141-1/+2
* Use new tags/branches from gitlab_gitDmitriy Zaporozhets2014-02-031-1/+1
* create corresponding events when create branch/tag with UIDmitriy Zaporozhets2013-07-171-5/+9
* Feature: add git tag via uiDmitriy Zaporozhets2013-07-171-1/+3
* Improve permissions on tags/branchesDmitriy Zaporozhets2013-07-171-2/+3
* Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets2013-07-161-0/+29