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: Tap 4 Implementation (TUFClient interface) #431

Closed
wants to merge 0 commits into from

Conversation

dibrinsofor
Copy link

@dibrinsofor dibrinsofor commented Nov 8, 2022

See #348

Release Notes:

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected). Please ensure that your PR title is a Conventional Commit breaking change (with a !, as in feat!: change foo).

Description of the changes being introduced by the pull request: Began abstracting Client into interface in interface.go for future use towards multi-client mapping. currently setup with Update, Download, VerifyDigest, Target and Targets functionality. with @znewman01 and @vaikas

Please verify and check that the pull request fulfills the following requirements:

  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

@dibrinsofor
Copy link
Author

I had some issues rebasing with just these commits as I had already started to implement some of your suggestions locally, hence the new PR.

asraa
asraa previously approved these changes Nov 8, 2022
Copy link
Contributor

@asraa asraa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than the usage of verifydigest, lgtm

client/interface.go Outdated Show resolved Hide resolved
asraa
asraa previously approved these changes Nov 16, 2022
znewman01
znewman01 previously approved these changes Nov 18, 2022
@znewman01
Copy link
Contributor

This looks good expect for two things:

  1. You need to add the DCO to your commits: https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md
  2. Can you modify the PR to remove "Fixes Implement TAP 4: Multi-repository mappings #348"? It should just say "See Implement TAP 4: Multi-repository mappings #348" or something

znewman01
znewman01 previously approved these changes Dec 23, 2022
@znewman01
Copy link
Contributor

Sorry about this @dibrinsofor but can you rebase? We can do a quick re-review, should be an easy change then.

@dibrinsofor
Copy link
Author

@znewman01 all done!

Copy link
Contributor

@znewman01 znewman01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @asraa for an extra maintainer approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants