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

feat(datasource): add glasskube packages datasource #29430

Merged

Commits on Jun 4, 2024

  1. feat(datasource): add glasskube packages datasource

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9f848b9 View commit details
    Browse the repository at this point in the history
  2. refactor: cleanup glasskube packages datasource

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    887dcd7 View commit details
    Browse the repository at this point in the history
  3. refactor: change to zod schema

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9a2109e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. chore: remove unused type

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d87d516 View commit details
    Browse the repository at this point in the history
  2. chore: change from urljoin to joinUrlParts

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    66e12ba View commit details
    Browse the repository at this point in the history
  3. fix: remove isStable from versions

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f479659 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. feat: add caching of result

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    kosmoz and secustor authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9b13238 View commit details
    Browse the repository at this point in the history
  2. fix: add missing import

    kosmoz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1e256cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3441e47 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge remote-tracking branch 'upstream/main' into feat/29322-glasskub…

    …e-packages-datasource
    kosmoz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7848bba View commit details
    Browse the repository at this point in the history
  2. feat: add default versioning

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cb6bcac View commit details
    Browse the repository at this point in the history
  3. fix: use generic error handling

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3643c6d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    f0124e5 View commit details
    Browse the repository at this point in the history
  2. chore: fix code style errors

    kosmoz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    67b2d0b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix: add test for default registry url

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    636ade3 View commit details
    Browse the repository at this point in the history
  2. fix: activate custom registry support

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    kosmoz and secustor authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b02e646 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix: remove registryUrl from individual releases

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c943c57 View commit details
    Browse the repository at this point in the history
  2. chore: remove empty registryUrls in test

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    kosmoz and viceice authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    29e326b View commit details
    Browse the repository at this point in the history
  3. feat: add latest tag to release result

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    328615b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: add registryUrl to cache key

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7a4134c View commit details
    Browse the repository at this point in the history
  2. fix: simplify cache key function

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    kosmoz and secustor authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5c3d9e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddadf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: change cache key

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    kosmoz and viceice authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    03fd8e9 View commit details
    Browse the repository at this point in the history
  2. chore: fix codestyle error

    Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
    kosmoz committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dd5b47a View commit details
    Browse the repository at this point in the history
  3. chore: remove non-null assertion in cache key

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    kosmoz and viceice authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2f84dc9 View commit details
    Browse the repository at this point in the history