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/custom): Support digest in custom datasource #28760

Merged

Commits on Dec 14, 2023

  1. Support digest in custom datasource

    To support digests a datasource has to implement the getDigest method.
    The value itself can be provided in the getReleases method.
    fstehle committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    08edb90 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    e04f88f View commit details
    Browse the repository at this point in the history
  2. Use toMatchObject

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    fstehle and secustor authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3f379ba View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update lib/modules/datasource/custom/index.ts

    Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
    rarkins and secustor authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0eabe34 View commit details
    Browse the repository at this point in the history
  2. remove snapshot

    rarkins committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a318a24 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into custom_datasource_digest_support

    # Conflicts:
    #	lib/workers/repository/process/lookup/index.spec.ts
    rarkins committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3e55527 View commit details
    Browse the repository at this point in the history
  4. prettier fix

    rarkins committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    981f0af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecce8f1 View commit details
    Browse the repository at this point in the history
  6. Test fix

    acortelyou committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9407d1b View commit details
    Browse the repository at this point in the history