-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move go-licenses to generate and separate generate into a frontend and backend component #21061
Commits on Sep 4, 2022
-
The go-licenses check introduced in go-gitea#21034 is being run on make vendor and occassionally 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. Ref go-gitea#21034 Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c8a1a2 - Browse repository at this point
Copy the full SHA 2c8a1a2View commit details -
Only update the generated files if necessary
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7396ae - Browse repository at this point
Copy the full SHA e7396aeView commit details -
Separate out generate into a frontend and backend
Make generate-swagger part of generate-frontend too Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aab729 - Browse repository at this point
Copy the full SHA 2aab729View commit details -
commit the results of running fmt
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 055e3d2 - Browse repository at this point
Copy the full SHA 055e3d2View commit details -
OK we cannot have the swagger be in the frontend generation so move i…
…t to backend Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe0218e - Browse repository at this point
Copy the full SHA fe0218eView commit details -
do not rely on bindata for generate-swagger
Signed-off-by: Andrew Thornton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2905adf - Browse repository at this point
Copy the full SHA 2905adfView commit details -
Update modules/charset/invisible/generate.go
Co-authored-by: delvh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b824367 - Browse repository at this point
Copy the full SHA b824367View commit details -
Update modules/charset/ambiguous/generate.go
Co-authored-by: delvh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be6bc12 - Browse repository at this point
Copy the full SHA be6bc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357cce5 - Browse repository at this point
Copy the full SHA 357cce5View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 035e698 - Browse repository at this point
Copy the full SHA 035e698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fa803 - Browse repository at this point
Copy the full SHA 61fa803View commit details