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
path: root/app
AgeCommit message (Collapse)Author
2017-06-30Only do complicated confidentiality checks when necessarySean McGivern
When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
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 '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-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-29Refactored tests and added a breakpoint to the merge_request_tabsJose Ivan Vargas
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-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 '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-29Resolve "Issue dropdown persists when adding issue number to issue description"Tim Zallmann
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-29Move verification to block level instead of paragraphFilipa Lacerda
2017-06-29Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski
This reverts commit b07c00032b038f40796a28e34b6dd4c622bad012, reversing changes made to 2b97d76d0b08a778710410df910a7601f6b8e9e7.
2017-06-29Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński
Only count GL pipelines in usage data ping Closes #33172 See merge request !12277
2017-06-29Added code for defining SHA attributesYorick Peterse
These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
2017-06-29Merge branch 'sidebar-header-no-conflicts' into 'master'Phil Hughes
Sidebar header no conflicts See merge request !12524
2017-06-29Merge branch '26125-match-username-on-search' into 'master'Douwe Maan
Inserts exact matches of username and email to the top of the user search list Closes #26125 See merge request !12525
2017-06-29Merge branch 'hb-fix-abuse-report-on-stale-user-profile' into 'master'Douwe Maan
Fix errors caused by attempts to report already blocked or deleted users Closes #8928 See merge request !12502
2017-06-29Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern
Refactor/declarative policy See merge request !10515
2017-06-29Merge branch ↵Douwe Maan
'33082-use-update_pipeline_schedule-for-edit-and-take_ownership-in-pipelineschedulescontroller' into 'master' Use authorize_update_pipeline_schedule in PipelineSchedulesController Closes #33082 See merge request !11846
2017-06-29Merge branch 'highest-return-on-diff-investment' into 'master'Sean McGivern
Bring back branches badge to main project page Closes #34438 See merge request !12548
2017-06-29Merge branch 'add-members-count-and-parent-id-data-on-namespaces-api' into ↵Douwe Maan
'master' Add group members counting related data on namespaces API See merge request !12497
2017-06-29Merge branch 'dm-page-image-size' into 'master'Rémy Coutable
Limit OpenGraph image size to 64x64 See merge request !12541
2017-06-29Merge branch 'dm-relative-submodule-url-trailing-whitespace' into 'master'Rémy Coutable
Strip trailing whitespace in relative submodule URL Closes #34347 See merge request !12531
2017-06-29Minor editsAnnabel Dunstone Gray
2017-06-29Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern
Split up MergeRequestsController See merge request !12150
2017-06-29Job details won't scroll horizontally to show long linesFilipa Lacerda
2017-06-29Bring back branches badge to main project pageAdam Niedzielski
2017-06-29Merge branch 'fix-34417' into 'master'Sean McGivern
Perform housekeeping only when an import of a fresh project is completed Closes #34417 See merge request !12529
2017-06-29Inserts exact matches of username, email and name to the top of the user ↵Tiago Botelho
search list
2017-06-29Merge branch 'postreceive-gl-repository' into 'master'Sean McGivern
Use gl_repository exclusively on PostReceive Closes gitaly#201 See merge request !12290
2017-06-29Merge branch 'feature/sm/34314-add-hasvariable-concern' into 'master'Kamil Trzciński
Implement `HasVariable` concern Closes #34314 See merge request !12448
2017-06-29Remove Namespace model default scope override and write additional test to ↵Tiago Botelho
Project search
2017-06-29Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan
refactors Project#search namespace join Closes #30708 See merge request !12091
2017-06-29Limit OpenGraph image size to 64x64Douwe Maan
2017-06-29Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'Robert Speicher
Drop default ORDER scope when calling a find method on a Sortable model Closes #23079 and #34412 See merge request !12499