diff options
author | Lauris BH <lauris@nix.lv> | 2020-02-14 14:42:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 13:42:30 +0100 |
commit | a1d796f521919e653f5ceb64d7d361a64cc0139f (patch) | |
tree | ee77601af4b21809317b930f5c7232ac52f2a638 /models/fixtures | |
parent | ff261dafc4845941756a2421acec265663b94e5e (diff) | |
download | gitea-a1d796f521919e653f5ceb64d7d361a64cc0139f.tar.gz gitea-a1d796f521919e653f5ceb64d7d361a64cc0139f.zip |
Index code and stats only for non-empty repositories (#10251)
Fix test and switch to unique queue
Fix MySQL support when deleting old statistics
Diffstat (limited to 'models/fixtures')
-rw-r--r-- | models/fixtures/repository.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/fixtures/repository.yml b/models/fixtures/repository.yml index 05989d9030..3b86dd0f81 100644 --- a/models/fixtures/repository.yml +++ b/models/fixtures/repository.yml @@ -4,6 +4,7 @@ owner_name: user2 lower_name: repo1 name: repo1 + is_empty: false is_private: false num_issues: 2 num_closed_issues: 1 |