- 11 May, 2018 40 commits
-
-
Bob Van Landuyt authored
-
GitLab Bot authored
# Conflicts: # lib/gitlab/git_access.rb # spec/lib/gitlab/git_access_spec.rb [ci skip]
-
Lin Jen-Shin authored
Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master' See merge request gitlab-org/gitlab-ce!18908
-
Achilleas Pipinellis authored
Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412
-
Achilleas Pipinellis authored
Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412
-
Douwe Maan authored
Enforce terms acceptance before configuring 2FA Closes #46256 See merge request gitlab-org/gitlab-ce!18896
-
Douwe Maan authored
[EE] Block access to API & git when terms are enforced See merge request gitlab-org/gitlab-ee!5650
-
Douwe Maan authored
Block access to API & git when terms are enforced Closes #45849 See merge request gitlab-org/gitlab-ce!18816
-
Kamil Trzciński authored
Vendor Auto DevOps template See merge request gitlab-org/gitlab-ce!18876
-
Fabio Busatto authored
-
Phil Hughes authored
Resolve "Remove modal box confirmation when retrying a pipeline" Closes #45715 See merge request gitlab-org/gitlab-ce!18879
-
Filipa Lacerda authored
-
Dmitriy Zaporozhets authored
CE upstream - 2018-05-11 12:30 UTC Closes gitaly#894 See merge request gitlab-org/gitlab-ee!5671
-
Douwe Maan authored
Remove Gitlab::RepoPath.strip_storage_path See merge request gitlab-org/gitlab-ce!18904
-
Bob Van Landuyt authored
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
-
Bob Van Landuyt authored
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
GitLab Bot authored
# Conflicts: # app/views/groups/group_members/index.html.haml [ci skip]
-
Bob Van Landuyt authored
This prevents a redirect loop when a user has to enable 2FA and accept the terms. Now they will need to accept the terms, then enable 2FA, or any other requirements.
-
Philippe Lafoucrière authored
Refactor the Gemnasium import docs See merge request gitlab-org/gitlab-ee!5639
-
Zeger-Jan van de Weg authored
This used to be executed because of the post receive worker, but this uses Gitlab::GlRepository.parse now. So this removes dead code and reduces the number of calls on `#legacy_storage_path`.
-
Douwe Maan authored
Add 2FA filter to group members page See merge request gitlab-org/gitlab-ce!18483
-
Douwe Maan authored
Add 2FA filter to group members page See merge request gitlab-org/gitlab-ee!5615
-
Douwe Maan authored
Wiki Find Page to opt_out Closes gitaly#894 See merge request gitlab-org/gitlab-ce!18895
-
Douwe Maan authored
Print the Git version for EE specific check See merge request gitlab-org/gitlab-ee!5668
-
Douwe Maan authored
Resolve "[Rails5] Bump Rails5 to 5.0.7" Closes #46234 See merge request gitlab-org/gitlab-ce!18888
-
Douwe Maan authored
Resolve "[Rails5] Fix `NoMethodError: undefined method `-' for "3":String`" Closes #46233 See merge request gitlab-org/gitlab-ce!18892
-
Douwe Maan authored
Resolve "[Rails5] Fix `Route source can't be blank`" Closes #46228 See merge request gitlab-org/gitlab-ce!18890
-
Douwe Maan authored
Resolve "[Rails5] Fix app/views/groups/issues.html.haml" Closes #46225 See merge request gitlab-org/gitlab-ce!18889
-
Tim Zallmann authored
Support `js-close` as a removal class in UserCallout See merge request gitlab-org/gitlab-ce!18790
-
Lukas Eipert authored
-
Douwe Maan authored
CE upstream - 2018-05-11 09:35 UTC See merge request gitlab-org/gitlab-ee!5669
-
GitLab Bot authored
-
Grzegorz Bizon authored
Skip renaming column in EE when it was already created with the new name in CE Closes gitlab-qa#240 See merge request gitlab-org/gitlab-ee!5667
-
Grzegorz Bizon authored
Test Geo Node API Closes gitlab-qa#131 See merge request gitlab-org/gitlab-ee!3865
-
Brett Walker authored
-
Lin Jen-Shin authored
Because we're highly depending on how Git works in those scripts and we found the exact same script passed locally but not in CI? https://gitlab.com/gitlab-org/gitlab-ee/issues/5960#note_72641299 Not that it must be Git version, but it would be nice if we could have more debugging information.
-
Filipa Lacerda authored
Fixed none merge request files not being openable in the web IDE See merge request gitlab-org/gitlab-ce!18881
-
Bob Van Landuyt authored
The `access_git` and `access_api` were currently never checked for anonymous users. And they would also be allowed access: An anonymous user can clone and pull from a public repo An anonymous user can request public information from the API So the policy didn't actually reflect what we were enforcing.
-
Bob Van Landuyt authored
When terms are enforced, but the user has not accepted the terms access to the API & git is rejected with a message directing the user to the web app to accept the terms.
-