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 (Collapse)Author
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
2017-05-16Replace broken autocomplete field for new tags with dropdownWinnie Hellmann
2017-04-06Fixed rspec testsJose Ivan Vargas
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
2016-12-27Truncate tag description and fix mobile for inidividual tagSam Rose
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-16Fix spec for new project navigationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-10Add integration specs for tagsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>