Skip to content
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

Merged
merged 11 commits into from
Sep 5, 2022

Commits on Sep 4, 2022

  1. Move go-licenses to generate

    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 <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2c8a1a2 View commit details
    Browse the repository at this point in the history
  2. Only update the generated files if necessary

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e7396ae View commit details
    Browse the repository at this point in the history
  3. Separate out generate into a frontend and backend

    Make generate-swagger part of generate-frontend too
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2aab729 View commit details
    Browse the repository at this point in the history
  4. commit the results of running fmt

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    055e3d2 View commit details
    Browse the repository at this point in the history
  5. OK we cannot have the swagger be in the frontend generation so move i…

    …t to backend
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    fe0218e View commit details
    Browse the repository at this point in the history
  6. do not rely on bindata for generate-swagger

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2905adf View commit details
    Browse the repository at this point in the history
  7. Update modules/charset/invisible/generate.go

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    b824367 View commit details
    Browse the repository at this point in the history
  8. Update modules/charset/ambiguous/generate.go

    Co-authored-by: delvh <dev.lh@web.de>
    zeripath and delvh committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    be6bc12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    357cce5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Update Makefile

    zeripath committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    035e698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fa803 View commit details
    Browse the repository at this point in the history