]> source.dussan.org Git - gitea.git/commit
Move status table to cron package (#7370)
authorLunny Xiao <xiaolunwen@gmail.com>
Tue, 16 Jul 2019 00:13:03 +0000 (08:13 +0800)
committertechknowlogick <techknowlogick@gitea.io>
Tue, 16 Jul 2019 00:13:03 +0000 (20:13 -0400)
commitd2958d9f4633ddbde2202952d665b3d562eb0415
tree59f6d1c0ed6c886ba0caa6d96d5a175debf376b7
parent760c47389696e97131a3d13629a0a5a4576e5283
Move status table to cron package (#7370)
32 files changed:
go.mod
go.sum
models/branches.go
models/repo.go
models/repo_mirror.go
models/user.go
modules/cron/cron.go
vendor/github.com/gogits/cron/.gitignore [deleted file]
vendor/github.com/gogits/cron/.travis.yml [deleted file]
vendor/github.com/gogits/cron/LICENSE [deleted file]
vendor/github.com/gogits/cron/README.md [deleted file]
vendor/github.com/gogits/cron/constantdelay.go [deleted file]
vendor/github.com/gogits/cron/cron.go [deleted file]
vendor/github.com/gogits/cron/doc.go [deleted file]
vendor/github.com/gogits/cron/parser.go [deleted file]
vendor/github.com/gogits/cron/spec.go [deleted file]
vendor/github.com/gogs/cron/.gitignore [new file with mode: 0644]
vendor/github.com/gogs/cron/.travis.yml [new file with mode: 0644]
vendor/github.com/gogs/cron/LICENSE [new file with mode: 0644]
vendor/github.com/gogs/cron/README.md [new file with mode: 0644]
vendor/github.com/gogs/cron/constantdelay.go [new file with mode: 0644]
vendor/github.com/gogs/cron/cron.go [new file with mode: 0644]
vendor/github.com/gogs/cron/doc.go [new file with mode: 0644]
vendor/github.com/gogs/cron/parser.go [new file with mode: 0644]
vendor/github.com/gogs/cron/spec.go [new file with mode: 0644]
vendor/golang.org/x/oauth2/README.md
vendor/golang.org/x/oauth2/go.mod [new file with mode: 0644]
vendor/golang.org/x/oauth2/go.sum [new file with mode: 0644]
vendor/golang.org/x/oauth2/internal/token.go
vendor/golang.org/x/oauth2/oauth2.go
vendor/golang.org/x/oauth2/token.go
vendor/modules.txt