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

Support multiple registries and repositories #248

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    ab36df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205676f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91430a4 View commit details
    Browse the repository at this point in the history
  4. Add support for custom registries and repositories, read secrets from

    clib_secrets.json
    
    misc: Cleanup, add headers.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    5ad2977 View commit details
    Browse the repository at this point in the history
  5. installer: Separate install functions to improve clarity.

    misc: Fix some problems codacy detected.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    fdfb5a4 View commit details
    Browse the repository at this point in the history
  6. update: Fix clib-update with the new way of fetching packages, fix a …

    …bug with downloading packages from gitlab, move common definitinos to clib-settings
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    81f76c5 View commit details
    Browse the repository at this point in the history
  7. tests: Start with getting the tests working. Incorporate some feedback.

    misc: Apply suggestions from code review
    
    Co-authored-by: Bruno Dias <[email protected]>
    nouwaarom and diasbruno committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    c6aa0bb View commit details
    Browse the repository at this point in the history
  8. makefile: Revert c version from gnu17 to c17 so that it can be built …

    …on other platforms as well.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bf1b5f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    489424e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be8efe8 View commit details
    Browse the repository at this point in the history
  11. docs: Add documentation on how to fetch packages from other sources, …

    …add build instructions, cleanup Readme.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d0c4e7c View commit details
    Browse the repository at this point in the history
  12. registry: Fix a bug with parsing gitlab registries, fix downloading from

    public gitlab repositories
    
    misc: Cleanup, download from the correct version when downloading from gitlab.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d6c4f56 View commit details
    Browse the repository at this point in the history
  13. test: Add test for installing a dependency from gitlab and loading se…

    …crets from a JSON file.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d80c2f4 View commit details
    Browse the repository at this point in the history
  14. repository: Fix a bug in the download function where not all threads …

    …are properly joined. Fixed some compiler warnings.
    nouwaarom committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    22fa313 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eae186b View commit details
    Browse the repository at this point in the history