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-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-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
2017-06-07Seperated Dropdown in new partialTim Zallmann
Fixed different issues from discussion Fixed a Spinach Test which had now 2 New buttons
2017-06-07Fix spinach testClement Ho
2017-06-06Fix missing tooltip and ARIA labels for accessibilityKushal Pandya
2017-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-05-31Merge branch 'rename-builds-controller' into 'master'Kamil Trzciński
Rename BuildsController to JobsController Closes #30699 See merge request !11407
2017-05-31Merge branch 'issue-edit-inline' into 'master'Filipa Lacerda
Issue inline editing Closes #24873 See merge request !11322
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...