forgejo/modules/repository
Paul Barton 7576e37a65
Add MirrorInterval to the API (#14163)
* Added MirrorInterval to the API

* Remove MirrorInterval from CreateRepository

* Removed Duplicate UpdateMirror Function

* Updated Error Logging

* Update Log Message for is not Mirror

Co-authored-by: 6543 <6543@obermui.de>

* Delete Debug Statement that snuck in

Co-authored-by: zeripath <art27@cantab.net>

* Add Check for If Interval is too small

* Output to API Call

* Add Error Object when time is Less than Min Interval

* Frequency Error Message

Co-authored-by: zeripath <art27@cantab.net>

* Allow Zero Mirror Interval

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
2021-01-02 18:47:47 -05:00
..
adopt.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
branch.go
cache.go Use native git variants by default with go-git variants as build tag (#13673) 2020-12-17 22:00:47 +08:00
check.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
commits.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
commits_test.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
create.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
create_test.go
fork.go
fork_test.go
generate.go Ensure that HEAD is updated to match default branch in template generation (#13948) 2020-12-11 22:41:59 +01:00
hooks.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 2020-11-27 21:42:08 -05:00
init.go Check for 'main' as potential default branch name (#14193) 2020-12-30 15:46:26 +00:00
main_test.go
push.go
repo.go Add MirrorInterval to the API (#14163) 2021-01-02 18:47:47 -05:00
update.go