- 04 Sep, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 31 Aug, 2017 3 commits
-
-
Zeger-Jan van de Weg authored
Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
-
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.
-
Stan Hu authored
Upon inspection of logs, there were a number of fields not filtered. For example: * authenticity_token: CSRF token * rss_token: Used for RSS feeds * secret: Used with Projects::UploadController Rails provides a way to match regexps, so we now filter: * Any parameter ending with `_token` * Any parameter containing `password` * Any parameter containing `secret`
-
- 30 Aug, 2017 2 commits
-
-
Michael Kozono authored
-
Hiroyuki Sato authored
-
- 29 Aug, 2017 1 commit
-
-
Pawel Chojnacki authored
Update Prometheus Client MMAP gem to version that fixes performance degradation caused by workers churn
-
- 28 Aug, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 25 Aug, 2017 1 commit
-
-
Mike Greiling authored
-
- 24 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
This avoids loading the `OmniAuthCallbacksController` at boot time so it doesn't mess up the `before_action`-chain
-
- 22 Aug, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Also includes a change in allowing uploaded files, as there was a mismatch in object_id between classes, disallowing params[:file], which is a UploadedFile, newly loaded. The params checked against the older version. Fixes gitlab-org/gitlab-ce#36519
-
- 21 Aug, 2017 6 commits
-
-
Mike Greiling authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 18 Aug, 2017 3 commits
-
-
Mike Greiling authored
-
Zeger-Jan van de Weg authored
This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
-
Mike Greiling authored
-
- 17 Aug, 2017 2 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
-
- 16 Aug, 2017 3 commits
-
-
Douwe Maan authored
-
Bob Van Landuyt authored
`failure_count_threshold`: We should never need this, but we don't want to block access in tests because of this. `failure_wait_time`: Setting it to 0 now allows each storage attempt `storage_timeout`: Try a bit longer to access storage on CI in case the slow machines take a bit longer to spin up the process to perfom the check
-
Bob Van Landuyt authored
This allows testing every storage attempt after a failure. Which could be useful for tests
-
- 15 Aug, 2017 3 commits
-
-
Robert Speicher authored
-
Lin Jen-Shin authored
for timestamp columns magically. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/36405
-
Mike Greiling authored
-
- 14 Aug, 2017 2 commits
-
-
Joshua Lambert authored
-
Robert Speicher authored
An upcoming update to rubocop-gitlab-security added additional violations.
-
- 11 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 10 Aug, 2017 1 commit
-
-
haseeb authored
-
- 09 Aug, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Aug, 2017 1 commit
-
-
Brian Neel authored
-
- 07 Aug, 2017 6 commits
-
-
Oswaldo Ferreira authored
-
Paweł Chojnacki authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Jarka Kadlecova authored
-