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

Removes AGPL imports from shared package #12740

Merged
merged 24 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. idmap: Move from shared to lxd directory

    This is not used by client.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c24b218 View commit details
    Browse the repository at this point in the history
  2. fuidshift: Update usage of idmap package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    004b017 View commit details
    Browse the repository at this point in the history
  3. lxd: Update usage of idmap package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cc1135c View commit details
    Browse the repository at this point in the history
  4. shared: Update usage of idmap package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d89d808 View commit details
    Browse the repository at this point in the history
  5. subprocess: Moves from shared into lxd directory

    This is not used by the client.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0fda993 View commit details
    Browse the repository at this point in the history
  6. lxd: Update usage of subprocess package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    584bf42 View commit details
    Browse the repository at this point in the history
  7. instancewriter: Moves from shared to lxd directory

    This is not used by client.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    00c354c View commit details
    Browse the repository at this point in the history
  8. lxd: Updates usage of instancewriter package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    69d4fa9 View commit details
    Browse the repository at this point in the history
  9. instance.go: Moves from shared to instancetype directory

    As not used by client.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b695d5c View commit details
    Browse the repository at this point in the history
  10. lxc: Updates instancetype usage

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e76ed34 View commit details
    Browse the repository at this point in the history
  11. lxd: Updates instancetype usage

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b94c8d1 View commit details
    Browse the repository at this point in the history
  12. linux: Moves from shared to lxd directory

    As not used by client.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    639eca4 View commit details
    Browse the repository at this point in the history
  13. lxc-to-lxd: Update usage of linux package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2905726 View commit details
    Browse the repository at this point in the history
  14. lxd: Updates usage of linux package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e76c45c View commit details
    Browse the repository at this point in the history
  15. lxd-migrate: Update usage of linux package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    904471d View commit details
    Browse the repository at this point in the history
  16. revert: Moved from lxd to shared directory

    As used by shared.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    adbe4e1 View commit details
    Browse the repository at this point in the history
  17. lxd: Update usage of revert package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e9d9707 View commit details
    Browse the repository at this point in the history
  18. lxd-agent: Updates usage of revert package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cbd65ad View commit details
    Browse the repository at this point in the history
  19. lxd-migrate: Updates usage of revert package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3667a52 View commit details
    Browse the repository at this point in the history
  20. lxd-user: Updates usage of revert package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    53e8f82 View commit details
    Browse the repository at this point in the history
  21. shared: Updates usage of revert package

    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f73dbfe View commit details
    Browse the repository at this point in the history
  22. Makefile: Don't use verbose go install call for non-lxd deps

    This just adds noise to the CI output.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1838175 View commit details
    Browse the repository at this point in the history
  23. tests: Add license check

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    (cherry picked from commit 5b360a85abe27f590aea1719cee4f32868ab9f99)
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    License: Apache-2.0
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    stgraber authored and tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5335dab View commit details
    Browse the repository at this point in the history
  24. test: Check client and shared packages do not use non-permissively li…

    …censed packages
    
    As they are licensed out as Apache-2.0.
    
    Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
    tomponline committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    51267fc View commit details
    Browse the repository at this point in the history