- 07 Sep, 2018 40 commits
-
-
Douwe Maan authored
Send max_patch_bytes to Gitaly via Gitaly::CommitDiffRequest Closes #50635 See merge request gitlab-org/gitlab-ce!21575
-
Jan Provaznik authored
Use ResourceLabelEvent for tracking label changes Closes #48483 See merge request gitlab-org/gitlab-ce!21281
-
Jan Provaznik authored
-
Douwe Maan authored
Port cleanup tasks to use Gitaly Closes #40529 and gitaly#954 See merge request gitlab-org/gitlab-ce!21588
-
Stan Hu authored
Encode remote root ref See merge request gitlab-org/gitlab-ce!21583
-
Zeger-Jan van de Weg authored
Rake tasks cleaning up the Git storage were still using direct disk access, which won't work if these aren't attached. To mitigate a migration issue was created. To port gitlab:cleanup:dirs, and gitlab:cleanup:repos, a new RPC was required, ListDirectories. This was implemented in Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/868. To be able to use the new RPC the Gitaly server was bumped to v0.120. This is an RPC that will not use feature gates, as this doesn't scale on .com so there is no way to test it at scale. Futhermore, we _know_ it doesn't scale, but this might be a useful task for smaller instances. Lastly, the tests are slightly updated to also work when the disk isn't attached. Eventhough this is not planned, it was very little effort and thus I applied the boy scout rule. Closes https://gitlab.com/gitlab-org/gitaly/issues/954 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40529
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21590
-
Douwe Maan authored
Update robots.txt (#51167) See merge request gitlab-org/gitlab-ce!21585
-
Tim Zallmann authored
Improved IDE commit flow Closes #48182 See merge request gitlab-org/gitlab-ce!21471
-
Grzegorz Bizon authored
Check if key is present with string not symbol Closes #51225 See merge request gitlab-org/gitlab-ce!21589
-
Lukas Eipert authored
-
Phil Hughes authored
moved heights into variables
-
Lukas Eipert authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #48182
-
Tim Zallmann authored
don't add trailing = when in urlParamsToArray function See merge request gitlab-org/gitlab-ce!21179
-
Steve Azzopardi authored
closes gitlab-org/gitlab-ce#51225
-
Kamil Trzciński authored
Fix NamespaceUploader.base_dir for remote uploads See merge request gitlab-org/gitlab-ce!21308
-
Tim Zallmann authored
Added file templates to the Web IDE Closes #47947 See merge request gitlab-org/gitlab-ce!21245
-
Grzegorz Bizon authored
Import common metrics into database. Closes gitlab-ee#6948 See merge request gitlab-org/gitlab-ce!21459
-
Phil Hughes authored
Clarify CodeSandbox works for private projects See merge request gitlab-org/gitlab-ce!21579
-
Moritz Schlarb authored
-
Phil Hughes authored
improved variable & prop names
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
fixed content not updating in editor when changing template
-
Phil Hughes authored
Closes #47947
-
Grzegorz Bizon authored
[QA] Change Test::Sanity::Failing to Test::Sanity::Framework See merge request gitlab-org/gitlab-ce!21568
-
Mike Greiling authored
Resolve "Improve handling of projects shared with a group" Closes #44005 See merge request gitlab-org/gitlab-ce!20262
-