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/modules
Lunny Xiao f2a3abc683
Move migrating repository from frontend to backend (#6200)
* move migrating to backend

* add loading image when migrating and fix tests

* fix format

* fix lint

* add redis task queue support and improve docs

* add redis vendor

* fix vet

* add database migrations and fix app.ini sample

* add comments for task section on app.ini.sample

* Update models/migrations/v84.go

Co-Authored-By: lunny <xiaolunwen@gmail.com>

* Update models/repo.go

Co-Authored-By: lunny <xiaolunwen@gmail.com>

* move migrating to backend

* add loading image when migrating and fix tests

* fix fmt

* add redis task queue support and improve docs

* fix fixtures

* fix fixtures

* fix duplicate function on index.js

* fix tests

* rename repository statuses

* check if repository is being create when SSH request

* fix lint

* fix template

* some improvements

* fix template

* unified migrate options

* fix lint

* fix loading page

* refactor

* When gitea restart, don't restart the running tasks because we may have servel gitea instances, that may break the migration

* fix js

* Update models/repo.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* fix tests

* rename ErrTaskIsNotExist to ErrTaskDoesNotExist

* delete release after add one on tests to make it run happy

* fix tests

* fix tests

* improve codes

* fix lint

* fix lint

* fix migrations
5 years ago
..
auth Add teams to repo on collaboration page. (#8045) 5 years ago
avatar Improve handling of non-square avatars (#7025) 6 years ago
base Use gitea forked macaron (#7933) 6 years ago
cache Use gitea forked macaron (#7933) 6 years ago
charset Reduce test sensibility (#8393) 5 years ago
context Move migrating repository from frontend to backend (#6200) 5 years ago
cron Move mirror to a standalone package from models (#7486) 5 years ago
generate Integrate OAuth2 Provider (#5378) 6 years ago
git Restore functionality for early gits (#7775) 5 years ago
gzip Use gitea forked macaron (#7933) 6 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 6 years ago
httplib Add golangci (#6418) 6 years ago
indexer Use gitea forked macaron (#7933) 6 years ago
lfs Ensure Request Body Readers are closed in LFS server (#8454) 5 years ago
log Fix data race (#8204) 5 years ago
markup Make link last commit massages in repository home page and commit tables (#8006) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations Move migrating repository from frontend to backend (#6200) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 8 years ago
notification Move all mail related codes from models to services/mailer (#7200) 5 years ago
options Use gitea forked macaron (#7933) 6 years ago
pprof Add golangci (#6418) 6 years ago
private Attempt to fix hook problem (#7854) 6 years ago
process Restore functionality for early gits (#7775) 5 years ago
public Use gitea forked macaron (#7933) 6 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 6 years ago
repofiles Restore functionality for early gits (#7775) 5 years ago
search Global code search support (#3664) 7 years ago
secret Integrate OAuth2 Provider (#5378) 6 years ago
session Use gitea forked macaron (#7933) 6 years ago
setting Move migrating repository from frontend to backend (#6200) 5 years ago
ssh Use gitea forked macaron (#7933) 6 years ago
structs Move migrating repository from frontend to backend (#6200) 5 years ago
sync Use gitea forked macaron (#7933) 6 years ago
task Move migrating repository from frontend to backend (#6200) 5 years ago
templates fix template bug on mirror repository setting page (#8438) 5 years ago
test Use gitea forked macaron (#7933) 6 years ago
timeutil Use gitea forked macaron (#7933) 6 years ago
upload Fix upload file type check (#7890) 6 years ago
user Add golangci (#6418) 6 years ago
util Display ui time with customize time location (#7792) 6 years ago
validation Implement webhook branch filter (#7791) 5 years ago