An error occurred fetching the project authors.
- 23 Aug, 2019 1 commit
-
-
Marius Bobin authored
-
- 10 Jul, 2019 1 commit
-
-
Mayra Cabrera authored
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
-
- 15 Apr, 2019 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 06 Feb, 2019 1 commit
-
-
GotenXiao authored
-
- 03 Jan, 2019 3 commits
- 17 Dec, 2018 1 commit
-
-
Ash McKenzie authored
This reverts commit 00acef43.
-
- 05 Dec, 2018 2 commits
-
-
🤖 GitLab Bot 🤖 authored
This reverts commit 22954f22
-
Ash McKenzie authored
LfsToken::HMACToken#token_valid?() will be examined and if false, look in redis via LfsToken::LegacyRedisDeviseToken#token_valid?().
-
- 29 Oct, 2018 1 commit
-
-
Robert Speicher authored
[11.4] Fix Token lookup for Git over HTTP and registry authentication See merge request gitlab/gitlabhq!2577
-
- 22 Oct, 2018 1 commit
-
-
gfyoung authored
-
- 11 Sep, 2018 1 commit
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 20 Jul, 2018 1 commit
-
-
Lin Jen-Shin authored
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
-
- 04 Jun, 2018 1 commit
-
-
Kamil Trzciński authored
-
- 01 Jun, 2018 2 commits
-
-
Lin Jen-Shin authored
Which could extend from EE
-
Lin Jen-Shin authored
* Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload`
-
- 18 Apr, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 07 Apr, 2018 8 commits
-
-
Kamil Trzciński authored
-
Mayra Cabrera authored
Also, fixes broken specs
-
Mayra Cabrera authored
-
Mayra Cabrera authored
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
-
Kamil Trzciński authored
-
Mayra Cabrera authored
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
-
Mayra Cabrera authored
- When using 'read_repo' password and project are sent, so we used both of them to fetch for the token - When using 'read_registry' only the password is sent, so we only use that for fetching the token
-
Mayra Cabrera authored
This will allow to download a repo using the token from the DeployToken
-
- 27 Mar, 2018 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 05 Mar, 2018 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 28 Feb, 2018 1 commit
-
-
Horatiu Eugen Vlad authored
-
- 02 Feb, 2018 1 commit
-
-
Mario de la Ossa authored
-
- 23 Nov, 2017 2 commits
-
-
Douwe Maan authored
-
Markus Koller authored
-
- 17 Nov, 2017 2 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
-
- 08 Nov, 2017 1 commit
-
-
Stan Hu authored
-
- 02 Nov, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 18 Sep, 2017 1 commit
-
-
Robin Bobbitt authored
Closes #37789
-
- 01 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 31 Aug, 2017 1 commit
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-