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-07-12Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne
2017-07-07Native group milestonesFelipe Artur
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-05Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' ↵Douwe Maan
into 'master' Make filename and path creation compatible with UNIX in web UI Closes #21362 See merge request !12608
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-05Allow creation of files and directories with spaces in web UITiago Botelho
2017-07-05Merge branch '23036-replace-snippets-spinach' into 'master'Rémy Coutable
Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385
2017-07-05Replace 'snippets/snippets.feature' spinach with rspecAlexander Randa
2017-07-03Merge branch '23036-replace-dashboard-new-project-spinach' into 'master'Rémy Coutable
Replaces 'dashboard/new-project.feature' spinach with rspec See merge request !12550
2017-06-30Merge branch 'inject-add-diff-note' into 'master'Phil Hughes
Render add-diff-note with server and optimize styles See merge request !12103
2017-06-29Clean up issuable listsTaurie Davis
2017-06-29Render add-diff-note button with server.Bryce Johnson
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
2017-06-29Replaces 'dashboard/new-project.feature' spinach with rspecAlexander Randa
2017-06-29Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern
Split up MergeRequestsController See merge request !12150
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-27Merge branch 'dz-refactor-group-members-tests' into 'master'Douwe Maan
Refactor group members tests See merge request !12465
2017-06-27Merge branch '23036-replace-dashboard-todo-spinach' into 'master'Rémy Coutable
Replaces 'dashboard/todos' spinach with rspec See merge request !12453
2017-06-26Merge branch '23036-replace-dashboard-mr-spinach' into 'master'Rémy Coutable
Replace 'dashboard/merge_requests' spinach with rspec See merge request !12440
2017-06-26Move another group member spec from spinachDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-26Move "remove group member" spec from spinach to rspecDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-26Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa
2017-06-26Remove group members spinach tests that we already covered with rspecDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-26Replaces 'dashboard/todos' spinach with rspecAlexander Randa
2017-06-26Merge branch 'sh-revert-annotate-for-blame' into 'master'Rémy Coutable
Revert "Annotate" to "Blame" See merge request !12401
2017-06-26Merge branch 'replace_spinach_spec_profile_notifications.feature' into 'master'Rémy Coutable
Replace 'profile/notifications.feature' spinach test with an rspec analog See merge request !12345
2017-06-23Show group name instead of path on group pageDouwe Maan
2017-06-23Revert "Annotate" to "Blame"Stan Hu
2017-06-22Replace 'profile/notifications.feature' spinach test with an rspec analogblackst0ne
2017-06-21Replace 'create.feature' spinach test with an rspec analogblackst0ne
2017-06-13Use wait_for_requests instead of sleep 0.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-12Let PhantomJS load local imagesRémy Coutable
This change fix a memory leak due to a Webkit bug: https://github.com/ariya/phantomjs/issues/12903 Also: - Whitelist only localhost and 127.0.0.1 in Capybara + JS specs - Blacklist all requests to media such as images, videos, PDFs, CSVs etc. - Log all the requests made. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-09Merge branch 'dm-revert-mr-8427'Douwe Maan
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2017-06-09Fix intermittent Spinach markdown render failureSean McGivern
When loading a tree with a README.md, we need to wait for the blob viewer.
2017-06-08Merge branch 'master-security-update' into 'master'Regis Boudinot
Master security update See merge request !12025
2017-06-08fixes project_group_links spec by adding click tab eventtauriedavis
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan
into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
2017-06-08Enhancing Spec's with negative casesTim Zallmann
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Fix for Login Test ProblemTim Zallmann
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Added additional classes for easier identifaction during testsTim Zallmann
Greenfield Tests for Dropdown Menu finished
2017-06-07New ... Menu Feature TestsTim Zallmann
2017-06-07Fixed New Project Top Menu TestTim Zallmann
2017-06-07Added First Test for top right menuTim Zallmann
2017-06-07Check for Merge Request fixedTim Zallmann
Fixed couple of spinach test
2017-06-07Externalised DropdownTim Zallmann
Checks for creating new issue Styling of .dropdown-bold-header Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu