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-30Disable RSpec/BeforeAfterAll and enable RSpec/ImplicitExpect copsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-30Merge branch '34036-sidebar-mobile' into 'master'Phil Hughes
Automatically hide sidebar on smaller screens See merge request !12538
2017-06-30Automatically hide sidebar on smaller screensAnnabel Dunstone Gray
2017-06-30Merge branch 'gitaly-0.14.0' into 'master'Sean McGivern
Use Gitaly 0.14.0 See merge request !12586
2017-06-30Merge branch 'adam-external-issue-references-spike' into 'master'Sean McGivern
Improve support for external issue references Closes #33679, #34076, and #34082 See merge request !12485
2017-06-30Merge branch '34470-fix-award-slash-command-placeholder' into 'master'Phil Hughes
Remove placeholder note when award emoji slash command is applied Closes #34470 See merge request !12545
2017-06-30Remove placeholder note when award emoji slash command is appliedKushal Pandya
2017-06-30Update CHANGELOG.md for 9.3.3James Edwards-Jones
[ci skip]
2017-06-30Merge branch '33861-more-actions-dropdown-hidden-by-end-of-diff' into 'master'Annabel Dunstone Gray
Resolve "More actions dropdown hidden by end of diff" Closes #33861 See merge request !12380
2017-06-30Resolve "More actions dropdown hidden by end of diff"Luke "Jared" Bennett
2017-06-30Use Gitaly 0.14.0Jacob Vosmaer
2017-06-30Improve support for external issue referencesAdam Niedzielski
2017-06-30Merge branch '34461-top-banner-job-master' into 'master'Phil Hughes
Only verifies top position after the request has finished to account for errors See merge request !12559
2017-06-30Only verifies top position after the request has finished to account for errorsFilipa Lacerda
2017-06-30Merge branch 'dz-improve-codeclimate-json-cleanup' into 'master'Kamil Trzciński
Cleanup codeclimate.json file generated by CI See merge request !12565
2017-06-30Merge branch 'dm-empty-state-new-merge-request' into 'master'Sean McGivern
Fix 'New merge request' button for users who don't have push access to canonical project See merge request !12560
2017-06-30Merge branch ↵Dmitriy Zaporozhets
'34502-gitlab-git-hook-should-set-the-gl_repository-environment-variable' into 'master' Set the GL_REPOSITORY env variable on Gitlab::Git::Hook Closes #34502 See merge request !12572
2017-06-30Merge branch 'update_issues_board_doc' into 'master'Achilleas Pipinellis
updated version of issues baord images (doc) See merge request !12558
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-30Merge branch 'fix-sidebar-showing-mobile-merge-requests' into 'master'Tim Zallmann
Fixed sidebar not collapsing on merge request in mobile screens Closes #32759 See merge request !12489
2017-06-30Merge branch 'backport-license-issue-weights' into 'master'Douwe Maan
Backport changes to Projects::IssuesController and the search bar See merge request !12551
2017-06-30Backport changes to Projects::IssuesController and the search barNick Thomas
2017-06-29Merge branch 'bugfix/declarative-policy-reloading' into 'master'Douwe Maan
bugfix: use `require_dependency` to bring in DeclarativePolicy Closes #34532 See merge request !12571
2017-06-29Set the GL_REPOSITORY env variable on Gitlab::Git::HookAlejandro Rodríguez
2017-06-29bugfix: use `require_dependency` to bring in DeclarativePolicyhttp://jneen.net/
2017-06-29Fix codeclimate job in .gitlab-ci.ymlDmitriy Zaporozhets
2017-06-29Refactored tests and added a breakpoint to the merge_request_tabsJose Ivan Vargas
2017-06-29Merge branch '34349-select-branch-dropdown-is-too-close-to-branch-name' into ↵Annabel Dunstone Gray
'master' Resolve "Select branch dropdown is too close to branch name" Closes #34349 See merge request !12515
2017-06-29Resolve "Select branch dropdown is too close to branch name"Tim Zallmann
2017-06-29Merge branch 'rs-silence-update-pages-service' into 'master'Rémy Coutable
Perform unzip quietly in UpdatePagesService Closes gitlab-ee#225 See merge request !12539
2017-06-29Merge branch 'new-nav-logo-safari-fix' into 'master'Annabel Dunstone Gray
Fixed new navgiation bar logo height in Safari See merge request !12563
2017-06-29Fix 'New merge request' button for users who don't have push access to ↵Douwe Maan
canonical project
2017-06-29Merge branch '34407-flickering-scroll-v1' into 'master'Annabel Dunstone Gray
Fix scroll flicker Closes #34407 See merge request !12501
2017-06-29Merge branch 'sh-fix-project-destroy-in-namespace' into 'master'Robert Speicher
Defer project destroys within a namespace in Groups::DestroyService#async_execute See merge request !12435
2017-06-29Merge branch 'issueable-list-cleanup' into 'master'Annabel Dunstone Gray
Clean up issuable lists Closes #26818 See merge request !11991
2017-06-29Clean up issuable listsTaurie Davis
2017-06-29Merge branch '33443_supplement_traditional_chinese_in_taiwan_translation' ↵Douwe Maan
into 'master' Supplement Traditional Chinese in Taiwan translation of Project Page & Repository Page Closes #33443 See merge request !12514
2017-06-29Cleanup codeclimate.json file generated by CIDmitriy Zaporozhets
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 '34078-allow-to-enable-feature-flags-with-more-granularity' ↵Robert Speicher
into 'master' Allow the feature flags to be enabled/disabled with more granularity Closes #34078 See merge request !12357
2017-06-29Defer project destroys within a namespace in ↵Stan Hu
Groups::DestroyService#async_execute Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work. We first noticed this while trying to log all projects deletion to the Geo log.
2017-06-29Fixed new navgiation bar logo height in SafariPhil Hughes
2017-06-29Merge branch ↵Phil Hughes
'34403-issue-dropdown-persists-when-adding-issue-number-to-issue-description' into 'master' Resolve "Issue dropdown persists when adding issue number to issue description" Closes #34403 See merge request !12521
2017-06-29Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann
2017-06-29Merge branch 'jej/run-mysql-tests-on-stable-preparation-branches' into 'master'Rémy Coutable
Run mysql tests on stable preperation branches like 9-3-stable-patch-2 See merge request !12552
2017-06-29Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master'Sean McGivern
Added code for defining SHA attributes See merge request !12555
2017-06-29Merge branch 'refactor-namespace-default-scope-override' into 'master'Douwe Maan
Remove Namespace model default scope override and write additional test to Project search See merge request !12546
2017-06-29Merge branch 'revert-12499' into 'master'Douwe Maan
Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'" Closes #34511 See merge request !12557
2017-06-29Merge branch '33961-blank-section' into 'master'Phil Hughes
Move verification to block level instead of paragraph Closes #33961 See merge request !12519
2017-06-29Move verification to block level instead of paragraphFilipa Lacerda