| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
'blackst0ne-replace-spinach-project-forked-merge-requests.feature' into 'master'
Replace the `project/forked_merge_requests.feature` spinach test with an rspec analog
See merge request gitlab-org/gitlab-ce!18867
|
|/
|
|
| |
rspec analog
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Remove redundant tooltips on activity tabs"
Closes #46164
See merge request gitlab-org/gitlab-ce!18918
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'blackst0ne-replace-spinach-project-commits-diff-comments.feature' into 'master'
Replace the `project/commits/diff_comments.feature` spinach test with an rspec analog
See merge request gitlab-org/gitlab-ce!18868
|
|/ /
| |
| |
| | |
rspec analog
|
|\ \
| |/
|/|
| |
| | |
Remove an extra backtick from Group Milestones API documentation
See merge request gitlab-org/gitlab-ce!18913
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Remove duplicate method
See merge request gitlab-org/gitlab-ce!18886
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow a user to sign out when on the terms page
Closes #46211
See merge request gitlab-org/gitlab-ce!18875
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before we would block the `sign_out` request when the user did not
accept the terms, therefore redirecting them to the terms again.
By allowing all request to devise controllers, we avoid this problem.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'b-rails5-fix-spec-controllers-projects-jobs_controller_spec-rb' into 'master'
Resolve "[Rails5] Fix spec/controllers/projects/jobs_controller_spec.rb"
Closes #46227
See merge request gitlab-org/gitlab-ce!18891
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
In Rails 5.0 `response.content_type` does not return charset which is expected in specs.
This commit replaces `response.content_type` with `response.headers["Content-Type"]` in specs.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
'blackst0ne-replace-spinach-project-merge-requests-references.feature' into 'master'
Replace the `project/merge_requests/references.feature` spinach test with an rspec analog
See merge request gitlab-org/gitlab-ce!18794
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master'
See merge request gitlab-org/gitlab-ce!18908
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Fix: API Documentation typo on Microsoft Teams slug
See merge request gitlab-org/gitlab-ee!5412
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enforce terms acceptance before configuring 2FA
Closes #46256
See merge request gitlab-org/gitlab-ce!18896
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Block access to API & git when terms are enforced
Closes #45849
See merge request gitlab-org/gitlab-ce!18816
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow builds that have been triggered by a user before terms were
enforced access to git. That way the builds can complete as usual.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Vendor Auto DevOps template
See merge request gitlab-org/gitlab-ce!18876
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve "Remove modal box confirmation when retrying a pipeline"
Closes #45715
See merge request gitlab-org/gitlab-ce!18879
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove Gitlab::RepoPath.strip_storage_path
See merge request gitlab-org/gitlab-ce!18904
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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`.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add 2FA filter to group members page
See merge request gitlab-org/gitlab-ce!18483
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Show 2fa badge on a group members page
* Make group members page UI consistent with project members page
* Fix ambiguous sql in User.with/without_two_factor methods
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Wiki Find Page to opt_out
Closes gitaly#894
See merge request gitlab-org/gitlab-ce!18895
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/894
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "[Rails5] Bump Rails5 to 5.0.7"
Closes #46234
See merge request gitlab-org/gitlab-ce!18888
|