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
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
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-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use `empty_project` where possible in spec/features/issuesRobert 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_as` uses to `gitlab_sign_in`Robert Speicher
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-02handle tasks and fix some specsRegis
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-06-01Incorportate feedbackZ.J. van de Weg
2016-05-26Remove tests specific for awards on notesZJ van de Weg
2016-05-19Adds the emoji menu to the body and then re-positions it depending on which ↵Phil Hughes
button clicked This spots bugs where the menu could be in a div that has overflow hidden on ie. diff comments
2016-05-19Added tests for issuesPhil Hughes