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

[Delegations prereq 9] Make fileSystemStore.GetMeta read metadata files dynamically #231

Merged
merged 11 commits into from
Mar 9, 2022

Conversation

ethan-lowman-dd
Copy link
Contributor

This change helps make #175 smaller. This PR alone shouldn't change any functionality, but it makes GetMeta support delegated targets metadata with a one-line change (removing the roles.IsTopLevelManifest(name) check in isMetaFile). This was originally part of #175, but I'm splitting it out for easy review.

@coveralls
Copy link

coveralls commented Mar 4, 2022

Pull Request Test Coverage Report for Build 1954349102

  • 35 of 45 (77.78%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.01%) to 70.703%

Changes Missing Coverage Covered Lines Changed/Added Lines %
local_store.go 35 45 77.78%
Totals Coverage Status
Change from base Build 1954237938: -0.01%
Covered Lines: 2254
Relevant Lines: 3188

💛 - Coveralls

local_store.go Show resolved Hide resolved
mnm678
mnm678 previously approved these changes Mar 7, 2022
@ethan-lowman-dd ethan-lowman-dd force-pushed the ethan.lowman/delegations-prereq-7 branch from 160a3ab to eaefa2e Compare March 7, 2022 18:43
@ethan-lowman-dd ethan-lowman-dd force-pushed the ethan.lowman/delegations-prereq-9 branch from e01f344 to 1af01e8 Compare March 7, 2022 18:46
asraa
asraa previously approved these changes Mar 8, 2022
Base automatically changed from ethan.lowman/delegations-prereq-7 to master March 8, 2022 22:49
@ethan-lowman-dd
Copy link
Contributor Author

Rebasing dismissed reviews. There shouldn't have been any material changes in the rebase.

@ethan-lowman-dd ethan-lowman-dd merged commit 885c290 into master Mar 9, 2022
@ethan-lowman-dd ethan-lowman-dd deleted the ethan.lowman/delegations-prereq-9 branch March 9, 2022 16:10
@ethan-lowman-dd ethan-lowman-dd restored the ethan.lowman/delegations-prereq-9 branch March 9, 2022 16:44
@ethan-lowman-dd ethan-lowman-dd deleted the ethan.lowman/delegations-prereq-9 branch March 9, 2022 16:45
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.

4 participants