- 03 Oct, 2019 1 commit
-
-
GitLab Bot 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
-
- 30 Apr, 2019 1 commit
-
-
Heinrich Lee Yu authored
Prepares us for upgrade to Rails 5.2
-
- 22 Jan, 2019 1 commit
-
-
Gabriel Mazetto authored
We still rely on the Dirty API for project rename (before/after) values, but we don't access the dirty api from the service class anymore. The previous value is now part of the initialization, which makes it easier to test and the behavior is clearer. The same was done with the `rename_repo` on the Storage classes, we now provide before and after values as part of the method signature.
-
- 27 Nov, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
To separate the different kinds of repositories we have at GitLab this table will be renamed to pool_repositories. A project can, for now at least, be member of none, or one of these. The table will get additional columns in a later merge request where more logic is implemented for the model. Further included is a small refactor of logic around hashing ids for the disk_path, mainly to ensure a previous implementation is reusable. The disk_path for the pool_repositories table no longer has a NOT NULL constraint, but given the hashing of the ID requires the DB to assign the record an ID, an after_create hook is used to update the value. A related MR is: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23143, adding tables for 'normal' repositories and wiki_repositories.
-
- 10 Aug, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 25 Apr, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
-
- 23 Nov, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 31 Oct, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 27 Oct, 2017 1 commit
-
-
Gabriel Mazetto authored
When project storage_version is `2` means attachments are using hashed storage.
-
- 28 Sep, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 22 Aug, 2017 5 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Using `extend` dynamically can lead to bad performance as it invalidates the method's cache.
-