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-08-07clean up merge request widget UISimon Knox
2017-07-27Use `empty_project` where possible in spec/features/merge_requestsRobert 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-21Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh
This reverts commit 6ac777a7592533d9c7b3682b2b9ca8caccca3f4d, reversing changes made to 025cbc2ad4dc175634676ff8a6955e043512d8bf.
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-20Adjust position and wording for related issues in merge requestsWinnie Hellmann
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-09Merge request widget redesignFatih Acet
2017-02-13Show mentioned/issues being closed from a Merge Requests titleJan Christophersen
2016-12-28Fix grammar error in text about mentioned issuesGrzegorz Bizon
2016-12-16add feature specs to test toggling of merge commit message between message ↵Gabriel Gizotti
with description and without
2016-12-16Add feature spec to verify all 4 different states of closing issues message ↵Gabriel Gizotti
on Merge Request show page.