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-10-02Only copy old/new code when selecting left/right side of parallel diffDouwe Maan
2017-09-11Check for sidebar cookie instead of class when resizing windowAnnabel Dunstone Gray
2017-09-06fix the failing specmicael.bergeron
2017-08-29spec updatesPhil Hughes
2017-08-10take edit note button out of dropdownSimon 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-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-04-05Address review commentsDouwe Maan
2017-04-05Fix specsDouwe Maan
2017-03-09Added regression testsPhil Hughes
2017-03-08Added discussion comments avatars to diffPhil Hughes