summaryrefslogtreecommitdiff
path: root/app/controllers/projects/tags_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|
* Keep input data after creating existing tagSam Rose2017-05-101-0/+2
|
* Add confirm delete protected branch modalSam Rose2017-05-081-2/+2
|
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-1/+3
|
* Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-131-4/+18
|
* Move tag services to `Tags` namespacedixpac2017-02-141-2/+2
| | | | | | CreateTagService and DeleteTagService where in root namespace, by following service code organization I moved them in Tags::CreateService and Tags::DestroyService
* Set default sort for tags to Last updated25925-fix-tag-sorting-and-filtering-optionsSam Rose2016-12-281-1/+1
| | | | | Fix spacing between nav control elements Wrap navigation text on Tags list page
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
| | | | | | | | When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
* Respond with 404 Not Found for non-existent tagsLinus G Thiel2016-10-051-1/+1
| | | | Non-existent tags should be handled with 404 Not Found.
* Respond with 404 Not Found for non-existent tagsLinus G Thiel2016-10-051-0/+2
| | | | Non-existent tags should be handled with 404 Not Found.
* 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
| | | | | | | | A release's tag reference is just the name of the tag, not the entire tag object. This also fixes the tags index if a tag's message contains non-UTF8 byte sequences.
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor release code a bitDmitriy Zaporozhets2015-11-091-8/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve UI for tags pageDmitriy Zaporozhets2015-11-051-7/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* After tag is created - redirect to tag pageDmitriy Zaporozhets2015-11-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add release description to new tag formDmitriy Zaporozhets2015-11-051-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets2015-11-051-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* More release related logic to separate resourceDmitriy Zaporozhets2015-11-051-8/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add edit/update tag actions for future release notesDmitriy Zaporozhets2015-11-051-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * Move all event creation to EventCreateService.Douwe Maan2015-02-131-1/+1
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+1
| | | | Also execute GitLab CI on creating tag via UI
* remove auth duplicationValery Sizov2014-11-051-2/+0
|
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-2/+2
| | | | | with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere.
* 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. ↵Sean Edge2014-09-041-1/+2
| | | | Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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