mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25f4b7d7cd
Importing labels (via `gitea restore-repo`) did not split them up into batches properly. The first "batch" would create all labels, the second "batch" would create all labels except those in the first "batch", etc. This meant that when importing more than 99 labels (the batch size) there would always be duplicate ones. This is solved by actually passing `labels[:lbBatchSize]` to the `CreateLabels()` function, instead of the entire list `labels`. |
2 years ago | |
---|---|---|
.. | ||
codebase.go | 2 years ago | |
codebase_test.go | 2 years ago | |
common.go | 2 years ago | |
dump.go | 2 years ago | |
error.go | 2 years ago | |
git.go | 2 years ago | |
gitbucket.go | 2 years ago | |
gitea_downloader.go | 2 years ago | |
gitea_downloader_test.go | 2 years ago | |
gitea_uploader.go | 2 years ago | |
gitea_uploader_test.go | 2 years ago | |
github.go | 2 years ago | |
github_test.go | 2 years ago | |
gitlab.go | 2 years ago | |
gitlab_test.go | 2 years ago | |
gogs.go | 2 years ago | |
gogs_test.go | 2 years ago | |
http_client.go | 2 years ago | |
main_test.go | 2 years ago | |
migrate.go | 2 years ago | |
migrate_test.go | 2 years ago | |
onedev.go | 2 years ago | |
onedev_test.go | 2 years ago | |
restore.go | 2 years ago | |
update.go | 2 years ago |