- 21 Nov, 2017 1 commit
-
-
digitalMoksha authored
since `Rails.application.routes.url_helpers` creates a new anonymous module every time it's called
-
- 20 Nov, 2017 1 commit
-
-
Stan Hu authored
In !15082, we changed the behavior of the middleware to call `Rails.application.routes.recognize_path` whenever a new route arrived. However, this can be a CPU-intensive task because Rails needs to allocate memory and compile 850+ different regular expressions, which are complicated in GitLab. As a short-term fix, we can do a lightweight string match before we do the heavier comparison. Closes #40185, gitlab-com/infrastructure#3240
-
- 17 Nov, 2017 1 commit
-
-
Douwe Maan authored
-
- 07 Nov, 2017 1 commit
-
-
Joe Marty authored
- Also remove sign_out DELETE route from read-only whitelist routes
-
- 02 Nov, 2017 4 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Brett Walker authored
-
- 31 Oct, 2017 1 commit
-
-
Guilherme Vieira authored
-
- 06 Oct, 2017 1 commit
-
-
Toon Claes authored
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
-
- 08 Sep, 2017 1 commit
-
-
Robert Speicher authored
Fix XSS issue in go-get handling See merge request !2128
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 01 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 1 commit
-
-
Rémy Coutable authored
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 08 Mar, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Dec, 2016 1 commit
-
-
Jacob Vosmaer authored
I mistakenly concluded Rack::Multipart injects File instances into the params. These should be UploadedFile instances. This reuses a mock UploadedFile class we already had in GitLab.
-
- 16 Dec, 2016 1 commit
-
-
Sean McGivern authored
Ruby 2.1 requires a basename argument to `Tempfile.open`, so just call it something that makes sense in context for the spec.
-
- 15 Dec, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
-
- 19 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 26 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 25 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Mar, 2016 3 commits
-
-
Douwe Maan authored
This reverts merge request !3191
-
Stan Hu authored