gitea/services
zeripath 8080e23c9b
Move go-licenses to generate and separate generate into a frontend and backend component ()
The `go-licenses` make task introduced in  is being run on make vendor
and occasionally causes an empty go-licenses file if the vendors need to
change. This should be moved to the generate task as it is a generated file.

Now because of this change we also need to split generation into two separate 
steps:

1. `generate-backend`
2. `generate-frontend`

In the future it would probably be useful to make `generate-swagger` part of `generate-frontend` but it's not tolerated with our .drone.yml

Ref 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
..
agit Add more linters to improve code readability ()
asymkey Refactor AssertExistsAndLoadBean to use generics ()
attachment Refactor AssertExistsAndLoadBean to use generics ()
auth Share HTML template renderers and create a watcher framework ()
automerge Add more linters to improve code readability ()
comments Move issues related files into models/issues ()
context Move almost all functions' parameter db.Engine to context.Context ()
cron Move some files into models' sub packages ()
externalaccount Refactor auth package ()
forms Webhook for Wiki changes ()
gitdiff Refactor AssertExistsAndLoadBean to use generics ()
issue Move some files into models' sub packages ()
lfs Move some code into models/git ()
mailer Share HTML template renderers and create a watcher framework ()
migrations Move go-licenses to generate and separate generate into a frontend and backend component ()
mirror Add new API endpoints for push mirrors management ()
org Move some files into models' sub packages ()
packages Replace `ServeStream` with `ServeContent` ()
pull Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpdate ()
release Add more checks in migration code ()
repository fix hard-coded timeout and error panic in API archive download endpoint ()
task Move some files into models' sub packages ()
user Refactor AssertExistsAndLoadBean to use generics ()
webhook Webhook for Wiki changes ()
wiki Webhook for Wiki changes ()