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

tuf: improve TUF client concurrency and caching #1953

Merged
merged 5 commits into from
Jun 7, 2022

Commits on Jun 2, 2022

  1. move rekor public key fetch inside GetRekorPubs

    Signed-off-by: Asra Ali <[email protected]>
    asraa committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f96f21a View commit details
    Browse the repository at this point in the history
  2. use in-memory metadata and targets, sync to disk on start and updates

    Signed-off-by: Asra Ali <[email protected]>
    
    update
    
    Signed-off-by: Asra Ali <[email protected]>
    asraa committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    227c133 View commit details
    Browse the repository at this point in the history
  3. Use TUF singleton.

    Co-authored-by: Ville Aikas <[email protected]>
    Signed-off-by: Asra Ali <[email protected]>
    asraa and vaikas committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    929e797 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. hayden comment, sync.Once used

    Signed-off-by: Asra Ali <[email protected]>
    asraa committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    77de032 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. return global error

    Signed-off-by: Asra Ali <[email protected]>
    asraa committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8719e02 View commit details
    Browse the repository at this point in the history