Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-11Keep input data after creating existing tagSam Rose
2017-05-08Add confirm delete protected branch modalSam Rose
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho
2017-03-13Display error message when deleting tag in web UI failsAdam Niedzielski
2017-02-14Move tag services to `Tags` namespacedixpac
2016-12-28Set default sort for tags to Last updatedSam Rose
2016-10-28Fix lightweight tags not processed correctly by GitTagPushServiceAlejandro Rodríguez
2016-10-05Respond with 404 Not Found for non-existent tagsLinus G Thiel
2016-10-05Respond with 404 Not Found for non-existent tagsLinus G Thiel
2016-08-31add specs for tags findertiagonbotelho
2016-08-31filters tags by nametiagonbotelho
2016-07-26Show release notes in tag listSean McGivern
2016-06-16Add sorting dropdown to tag pageAlejandro Rodríguez
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-01Make the tags delete button remote in the tags listRémy Coutable
2015-12-03Add authorization to new branch/tag pages.Douwe Maan
2015-11-09Add missing param and title for tagDmitriy Zaporozhets
2015-11-09Refactor release code a bitDmitriy Zaporozhets
2015-11-05Improve UI for tags pageDmitriy Zaporozhets
2015-11-05After tag is created - redirect to tag pageDmitriy Zaporozhets
2015-11-05Add release description to new tag formDmitriy Zaporozhets
2015-11-05Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets
2015-11-05More release related logic to separate resourceDmitriy Zaporozhets
2015-11-05Add edit/update tag actions for future release notesDmitriy Zaporozhets
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-03-13Move tag deletion to service and execute hooks and services.Douwe Maan
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2015-02-13Move all event creation to EventCreateService.Douwe Maan
2015-01-12Refactor push data builder. Moved it to separate classDmitriy Zaporozhets
2014-11-05remove auth duplicationValery Sizov
2014-10-13Factor authorize_push! and authorize_code_access!Ciro Santilli
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-12update tags count if tag gets deletedRobert Schilling
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge
2014-09-03Validate tag-names and references in WebUI, APIRobert Schilling
2014-05-28Update tags_controller.rb to use CreateTagService.Sean Edge
2014-04-14Use VersionSorter on the Project > Tags pageRobert Speicher
2014-02-03Use new tags/branches from gitlab_gitDmitriy Zaporozhets
2013-07-17create corresponding events when create branch/tag with UIDmitriy Zaporozhets
2013-07-17Feature: add git tag via uiDmitriy Zaporozhets
2013-07-17Improve permissions on tags/branchesDmitriy Zaporozhets
2013-07-17Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets