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

Add go licenses to licenses.txt #21034

Merged
merged 15 commits into from
Sep 3, 2022
Merged

Add go licenses to licenses.txt #21034

merged 15 commits into from
Sep 3, 2022

Commits on Sep 2, 2022

  1. Add go licenses to licenses.txt

    `make go-licenses` will generate `assets/go-licenses.txt` which is then
    included in the webpack build. This step depends on both go and node
    being present, so unfortunately, I could not automate the generation by
    hooking it up to `tidy` as that target is triggered on CI.
    
    It should be ran from time to time, ideally after each go mod update.
    silverwind committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    0caad2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ea9fc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98930e0 View commit details
    Browse the repository at this point in the history
  4. fix sorts

    silverwind committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6cb3a72 View commit details
    Browse the repository at this point in the history
  5. misc tweaks

    silverwind committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e86480e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd6c035 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. make target fully phony

    silverwind committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dddd265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c5073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6efe1cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd2a00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b346392 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a791ce View commit details
    Browse the repository at this point in the history
  7. swap flag order

    silverwind committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    eadda1b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3a7d80 View commit details
    Browse the repository at this point in the history
  9. update make help

    silverwind committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    4c5edca View commit details
    Browse the repository at this point in the history