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.
gitea/routers
Hugo Hoitink 5579345549
Update object repo with the migrated repository (#18684)
When migrating a repository (from GitHub) using the API (**POST** `repos/migrate`), the Code Indexer is not updated. Searching in the user interface will not return any results.

When migrating the same repository using **+/New Migration** in the web interface, the search index is updated and searching works as expected.

Caused by the fact that object `repo` is never updated with the migrated repo so `setting.Indexer.RepoIndexerEnabled && !repo.IsEmpty` in `modules/notification/indexer/indexer.go:NotifyMigrateRepository` always evaluates to `false`.

Tested with gitea:1.16.1, MariaDB:10, Breve in `Run Mode: Dev`.
3 years ago
..
api/v1 Update object repo with the migrated repository (#18684) 3 years ago
common format with gofumpt (#18184) 3 years ago
install Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 3 years ago
private Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
utils A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
web Added auto-save whitespace behavior if it changed manually (#15566) 3 years ago
init.go Move keys to models/asymkey (#17917) 3 years ago