An error occurred fetching the project authors.
- 11 Oct, 2019 1 commit
-
-
Tim Zallmann authored
New definitions for different types of Uploads Updated Caching strategy for project + group avatars, Notes Uploads Fixed upload actions specs + offenses Added random string as cache buster Fixing the double quoted string for interpolation
-
- 23 Aug, 2019 2 commits
-
-
Jan Provaznik authored
-
Jan Provaznik authored
-
- 21 Jun, 2019 1 commit
-
-
Oswaldo Ferreira authored
It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
-
- 17 Jun, 2019 1 commit
-
-
Oswaldo Ferreira authored
It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
-
- 15 Apr, 2019 1 commit
-
-
gfyoung authored
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 24 Jan, 2019 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Jan, 2019 1 commit
-
-
Tim Zallmann authored
Also removed unnecessary comment
-
- 21 Jan, 2019 2 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- 18 Dec, 2018 2 commits
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
- 16 Dec, 2018 2 commits
-
-
Jasper Maes authored
-
Jasper Maes authored
-
- 23 Oct, 2018 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 11 Jul, 2018 2 commits
- 15 Jun, 2018 1 commit
-
-
Douwe Maan authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
-
- 11 Jun, 2018 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
-
- 07 Jun, 2018 1 commit
-
-
Robert Speicher authored
-
- 06 Jun, 2018 2 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 05 Jun, 2018 2 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 28 Feb, 2018 2 commits
-
-
Kamil Trzciński authored
This reverts commit 54a575f1, reversing changes made to c63af942.
-
Sean McGivern authored
Move uploads to object storage Closes #4163 See merge request gitlab-org/gitlab-ee!3867
-
- 01 Feb, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 24 Jan, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 17 Jan, 2018 2 commits
-
-
Micaël Bergeron authored
-
Micaël Bergeron authored
I've demoted the ObjectStoreUploader to a concern that is mixed in the concrete uploader classes that need to store files in a remote object store. I've been working on making the local -> remote migration working first, which has been trivial compared to the remote -> local one. The current implementation is heavily based on side-effects which makes the code brittle and hard to reason about. The current approach is to store the `store` field in the correct `Upload` model once a migration has been done. To retrieve the field I use the `has_many :uploads` relationship, with all the paths that a certain file may have `uploads.where(path: paths).last`. This as the drawback of adding a database query for every upload lookup, but I feel that the generalization of this behavior is worth it. We should be able to optimize this down the road quite easily.
-
- 22 Dec, 2017 2 commits
-
-
blackst0ne authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 23 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 20 Oct, 2017 1 commit
-
-
Jacopo authored
-
- 11 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 02 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-