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-24add accept_confirm around "delete comment" buttonMike Greiling
2017-09-26Replaced trigger calls for click, fixed click_on callJose Ivan Vargas
2017-09-01Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-28fix transient test failures caused by wrong dropdown triggerSimon Knox
2017-08-16Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-13Remove unsupported `network_traffic` in specsStan Hu
2017-08-10take edit note button out of dropdownSimon Knox
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-27Resolve "Unable to access edit comment from dropdown menu in certain screen ↵Luke "Jared" Bennett
sizes"
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
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-08Just assert the existence of the timeago elementLuke "Jared" Bennett
2017-05-08Check for all possible timeago strings that can be rendered in a few ↵Luke "Jared" Bennett
minutes. We cannot rely on 'less than a minute ago'
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-02Display comments for personal snippetsJarka Kadlecova