- 07 Nov, 2018 40 commits
-
-
Markus Doits authored
-
Markus Doits authored
-
Markus Doits authored
-
Markus Doits authored
-
Markus Doits authored
-
Markus Doits authored
- when it is a hash, retries max count is assumed to be at hash[:max] - when it is an integer, this is the max count (as before)
-
Phil Hughes authored
Copy changes for abuse clarity Closes #51589 See merge request gitlab-org/gitlab-ce!22148
-
Jeremy Watson authored
-
Grzegorz Bizon authored
(EE Port) Assign approvers based on code owners See merge request gitlab-org/gitlab-ce!22513
-
Achilleas Pipinellis authored
Fix broken link to Vagrant box See merge request gitlab-org/gitlab-ce!22859
-
Grzegorz Bizon authored
Resolve "`parallel` job keyword MVC" Closes #21480 See merge request gitlab-org/gitlab-ce!22631
-
Filipa Lacerda authored
Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
-
Achilleas Pipinellis authored
Fix links to product features See merge request gitlab-org/gitlab-ce!22860
-
Filipa Lacerda authored
Remove gitlab-ui loading icon from global See merge request gitlab-org/gitlab-ce!22724
-
Clement Ho authored
-
Filipa Lacerda authored
Re-implemented image commenting on diffs Closes #48956 See merge request gitlab-org/gitlab-ce!22443
-
Dmitriy Zaporozhets authored
Merge branch '52771-ldap-users-can-t-choose-private-or-internal-when-creating-a-new-group' into 'master' Fix new group visibility form for non-admins Closes #52771 See merge request gitlab-org/gitlab-ce!22468
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Phil Hughes authored
-
Grzegorz Bizon authored
CE port: Remove instance autocomplete_service variable See merge request gitlab-org/gitlab-ce!22847
-
Grzegorz Bizon authored
Update issue_workflow.md: team labels See merge request gitlab-org/gitlab-ce!22800
-
Achilleas Pipinellis authored
CI/CD coverage docs: fix pytest-cov regex Closes #48613 See merge request gitlab-org/gitlab-ce!22842
-
Sean McGivern authored
Fix bug with wiki page create message Closes #50890 See merge request gitlab-org/gitlab-ce!22849
-
Francisco Javier López authored
-
Sean McGivern authored
Fix statement timeouts in RemoveRestrictedTodos migration Closes #52649 See merge request gitlab-org/gitlab-ce!22795
-
Sean McGivern authored
Use merge request prefix symbol in event feed title Closes #36267 See merge request gitlab-org/gitlab-ce!22449
-
Stan Hu authored
Add a helper method to append path to a base URL See merge request gitlab-org/gitlab-ce!22854
-
Stan Hu authored
-
Evan Read authored
Little typo in markdown.md See merge request gitlab-org/gitlab-ce!22851
-
Douglas Barbosa Alexandre authored
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. This helper method append path to host, making sure there's one single slash as path separator.
-
Luke Bennett authored
Removes an owner permission check before rendering the visibility select radio inputs as non-admins will not have permission. Ensures all users creating a group can select its visibility.
-
Mark Chao authored
In EE, there is need to call `merge_requests_for_source_branch` before calling CE's `refresh_merge_requests, in order to obtain the old diffs. However that requires `@push`, initialized inside CE's refresh_merge_requests. However it can't be set early in EE, or static analysis would fail because use of instance variables in module is discouraged. So @push is set in execute instead.
-
Mark Chao authored
-