- 19 Jun, 2018 30 commits
-
-
Douwe Maan authored
Move forking to Gitaly Closes gitaly#817 and gitaly#1236 See merge request gitlab-org/gitlab-ce!19990
-
Douwe Maan authored
Counting commits is done by Gitaly Closes gitaly#382 See merge request gitlab-org/gitlab-ce!19983
-
Sean McGivern authored
Resolve "Slack Tag push notifications are not send (only default branch option)" Closes #45487 See merge request gitlab-org/gitlab-ce!19864
-
Sean McGivern authored
Eliminate N+1 queries in LFS file lock checks during a push See merge request gitlab-org/gitlab-ce!19978
-
Douwe Maan authored
Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665
-
Rémy Coutable authored
Extract EE-specific lines from discussion views See merge request gitlab-org/gitlab-ce!19831
-
Rémy Coutable authored
Remove label examples from headings See merge request gitlab-org/gitlab-ce!19982
-
Douwe Maan authored
Move language detection to mandatory Closes gitaly#732 and gitaly#360 See merge request gitlab-org/gitlab-ce!19985
-
Douwe Maan authored
Rebase and Squash in progress are Gitaly only Closes gitaly#865 and gitaly#1018 See merge request gitlab-org/gitlab-ce!19987
-
Douwe Maan authored
Move info attributes to mandatory Closes gitaly#1082 See merge request gitlab-org/gitlab-ce!19988
-
Douwe Maan authored
Move count commit to mandatory Closes gitaly#330 See merge request gitlab-org/gitlab-ce!19984
-
Douwe Maan authored
License detection happens solely through Gitaly now Closes gitaly#1026 See merge request gitlab-org/gitlab-ce!19986
-
Rémy Coutable authored
Fix omniauth link, site has moved. See merge request gitlab-org/gitlab-ce!19957
-
Rémy Coutable authored
Make it explicit where is the gitlab.rb file See merge request gitlab-org/gitlab-ce!19963
-
Douwe Maan authored
Add Open in Xcode docs See merge request gitlab-org/gitlab-ce!19872
-
Rémy Coutable authored
Fix flakey time-sensitive notes creation specs that rely on background Sidekiq jobs Closes #48093 See merge request gitlab-org/gitlab-ce!19979
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/382
-
Rémy Coutable authored
Rails5 fix format in uploads actions Closes #46276 See merge request gitlab-org/gitlab-ce!19907
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/1082
-
Rémy Coutable authored
Bring CE-EE parity to migrations/remove_soft_removed_objects_spec.rb See merge request gitlab-org/gitlab-ce!19966
-
Rémy Coutable authored
Extract EE specific files/lines for spec/lib/gitlab/ci See merge request gitlab-org/gitlab-ce!19971
-
Zeger-Jan van de Weg authored
Migration: https://gitlab.com/gitlab-org/gitaly/issues/1026 Conflicts: lib/gitlab/git/repository.rb
-
Rémy Coutable authored
Fix nil formats test Closes #47833 See merge request gitlab-org/gitlab-ce!19941
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/330
-
Achilleas Pipinellis authored
Fix indentation in CI yaml See merge request gitlab-org/gitlab-ce!19737
-
Achilleas Pipinellis authored
Better make it clearer under each section what the labels are rather than listing a subset of them in the section title
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/48093 We use `perform_enqueued_jobs` because it is "adapter-agnostic so it's better to use it over Sidekiq::Testing.inline!." -- https://gitlab.com/gitlab-org/gitlab-ce/issues/22991
-
- 18 Jun, 2018 10 commits
-
-
Stan Hu authored
This significantly improves performance when a user pushes many references. project.path_locks.any? doesn't cache the output and runs `SELECT 1 AS one FROM "path_locks" WHERE project_id = N` each time. When there are thousands of refs being pushed, this can time out the unicorn worker. CE port for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6159.
-
Annabel Gray authored
Remove top margin from checkboxes in integrations page See merge request gitlab-org/gitlab-ce!19976
-
Jose authored
-
Annabel Gray authored
Resolve "BS4: Labels in issues system notes are misaligned again" Closes #48072 See merge request gitlab-org/gitlab-ce!19972
-
Clement Ho authored
-
James Ramsay authored
-
Robert Speicher authored
-
Tim Zallmann authored
Resolve "Use long sha version in MR widget copy to clipboard button" Closes #48050 See merge request gitlab-org/gitlab-ce!19955
-
Clement Ho authored
Buttons disappear on merge request page in some case Closes #46861 and #14348 See merge request gitlab-org/gitlab-ce!19176
-
Robert Speicher authored
-