gitea/models/db
zeripath 5a8dd96b33
Ensure that git daemon export ok is created for mirrors ()
* Ensure that git daemon export ok is created for mirrors

There is an issue with  where it appears that create repo requires that the
repo does not exist. This causes  where an error is reported because of this.

This PR fixes this and also runs update-server-info for mirrors and generated repos.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-10-13 20:47:02 +01:00
..
context.go Ensure that git daemon export ok is created for mirrors () 2021-10-13 20:47:02 +01:00
convert.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
engine.go DBContext is just a Context () 2021-09-23 23:45:36 +08:00
index.go Fix commit status index problem () 2021-09-23 18:50:06 +08:00
list_options_test.go Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
list_options.go Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
log.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
main_test.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
sequence.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
sql_postgres_with_schema.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
store.go Move db related basic functions to models/db () 2021-09-19 19:49:59 +08:00
test_fixtures.go Move login related structs and functions to models/login () 2021-09-24 19:32:56 +08:00
unit_tests.go Save and view issue/comment content history () 2021-10-10 18:40:03 -04:00