- 19 Apr, 2018 1 commit
-
-
Dylan Griffith authored
Previously we scheduled a worker to just some this but we were running into performance issues when the build table was getting too large. So now we've updated the code such that this column is updated immediately and incremented/decremented by the correct amount whenever artifacts are created or deleted. We've also added the performance optimization that we do not update this statistic if a project is deleted because it could result in many updates for a project with many builds.
-
- 05 Apr, 2018 1 commit
-
-
Kamil Trzciński authored
-
- 06 Mar, 2018 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 01 Mar, 2018 1 commit
-
-
Micaël Bergeron authored
-
- 28 Feb, 2018 2 commits
-
-
Kamil Trzciński authored
EE: Trace as artifacts (FileStorage and ObjectStorage) Closes #4171 See merge request gitlab-org/gitlab-ee!4258
-
Kamil Trzciński authored
Transfer job archives after creation See merge request gitlab-org/gitlab-ee!3646
-
- 06 Feb, 2018 1 commit
-
-
Shinya Maeda authored
-
- 03 Dec, 2017 4 commits
-
-
Kamil Trzcinski authored
-
Zeger-Jan van de Weg 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.
-