mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-24 13:00:03 +02:00

Resolves #7878 An empty repository topic was not stored consistently across databases, this caused the `ONLY_SHOW_RELEVANT_REPOS` feature to not work correctly. Always store empty repository topics as an empty array to fix this. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7920 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Maks1mS <maks1ms@noreply.codeberg.org> Co-committed-by: Maks1mS <maks1ms@noreply.codeberg.org>
13 lines
214 B
YAML
13 lines
214 B
YAML
-
|
|
id: 1001
|
|
owner_id: 2
|
|
owner_name: user2
|
|
lower_name: large-lfs
|
|
name: large-lfs
|
|
default_branch: main
|
|
is_empty: false
|
|
is_archived: false
|
|
is_private: true
|
|
status: 0
|
|
lfs_size: 8192
|
|
topics: '[]'
|