An error occurred fetching the project authors.
- 04 May, 2018 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 29 Apr, 2018 1 commit
-
-
blackst0ne authored
In Rails 5.0 headers are no longer inherited from Hash. This commit fixes errors in requests specs like: ``` 1) API::V3::Builds GET /projects/:id/builds/:build_id/artifacts job with artifacts when artifacts are stored locally authorized user returns specific job artifacts Failure/Error: expect(response.headers).to include(download_headers) NoMethodError: undefined method `downcase' for #<Hash:0x000055e8bccc23b0> # ./spec/requests/api/v3/builds_spec.rb:235:in `block (6 levels) in <top (required)>' ```
-
- 13 Apr, 2018 1 commit
-
-
Philippe Lafoucrière authored
-
- 06 Apr, 2018 1 commit
-
-
Shinya Maeda authored
-
- 05 Apr, 2018 2 commits
-
-
Shinya Maeda authored
-
Kamil Trzciński authored
-
- 03 Apr, 2018 1 commit
-
-
Shinya Maeda authored
-
- 28 Mar, 2018 8 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 06 Mar, 2018 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 28 Feb, 2018 8 commits
-
-
Kamil Trzciński authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Kamil Trzciński authored
EE: Trace as artifacts (FileStorage and ObjectStorage) Closes #4171 See merge request gitlab-org/gitlab-ee!4258
-
Grzegorz Bizon authored
Support SendURL for performing indirect download of artifacts if clients does… See merge request gitlab-org/gitlab-ee!4401
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
Grzegorz Bizon authored
Multiple artifacts ee See merge request gitlab-org/gitlab-ee!3276
-
Grzegorz Bizon authored
Object store for artifacts Closes gitlab-ce#29203 See merge request !1762
-
Yorick Peterse authored
In EE we prepend a module into BuildFinishedWorker. This would cause this spec to fail because RSpec doesn't support the use of "any_instance_of" with classes that include a prepended module. To work around this we just stub the "perform_async" class method instead of stubbing the "perform" instance method.
-
Dylan Griffith authored
-
- 06 Feb, 2018 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 05 Feb, 2018 1 commit
-
-
Matija Čupić authored
-
- 04 Feb, 2018 1 commit
-
-
Matija Čupić authored
-
- 01 Feb, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 29 Jan, 2018 1 commit
-
-
Matija Čupić authored
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 03 Dec, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
Two things at ones, as there was no clean way to seperate the commit and give me feedback from the tests. But the model Artifact is now JobArtifact, and the table does not have a type anymore, but the metadata is now its own model: Ci::JobArtifactMetadata.
-
- 30 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
Minor annoyance of mine, and there were a couple of things wrong, for example: 1. Switching on a property is just a trait 2. It didn't inherrit from its parent Find and replace through the code based fixed all occurances.
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 03 Oct, 2017 2 commits
-
-
Eric Eastwood authored
-
Alessio Caiazza authored
-