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

WIP: Split Updater #1338

Closed

Conversation

sechkova
Copy link
Contributor

@sechkova sechkova commented Apr 8, 2021

Addresses #1308

Description of the changes being introduced by the pull request:

Updater is split in three classes (names are tentative):

  • Updater: public API
  • MetadataUpdater
  • TargetsUpdater

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

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

Move the code that implements the update of the metadata files
to a separate class called MetadataUpdater.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
Move target files update code to a separate class.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
@sechkova sechkova added the experimental-client Items related to the development of a new client (see milestone/8 and theexperimental-client branch) label Apr 8, 2021
@sechkova
Copy link
Contributor Author

Gave up this idea and proceeded with #1355.

@sechkova sechkova closed this Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental-client Items related to the development of a new client (see milestone/8 and theexperimental-client branch)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant