gitlab-org--gitlab-foss/db
Lin Jen-Shin fe0c59d2e6 Introduce ci_builds.artifacts_sizes as JSON:
We store the sizes as a hash from path to bytes like:

``` ruby
{'ci_artifacts.txt' => 27,
 'other_artifacts_0.1.2/another-subdirectory/banana_sample.gif' =>
71759,
 'other_artifacts_0.1.2/doc_sample.txt' => 1314,
 'rails_sample.jpg' => 35255,
 'tests_encoding/utf8 test dir ✓/regular_file_2' => 7}
```

So that it's easier to access than reading gzip file again.
2016-06-28 18:14:21 +08:00
..
fixtures Random selection now also works for MySQL 2016-06-15 12:10:41 +02:00
migrate Introduce ci_builds.artifacts_sizes as JSON: 2016-06-28 18:14:21 +08:00
schema.rb Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-project 2016-06-20 16:25:57 +00:00
seeds.rb init commit 2011-10-09 00:36:38 +03:00