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

DM-12257: Implement association step in ap_verify #8

Merged
merged 1 commit into from Oct 26, 2017

Conversation

kfindeisen
Copy link
Member

This PR does some refactoring of the interface between ap_pipe and ap_verify prior to the latter calling doAssociation.

The new API avoids exposing the file selector and repository structure to outside clients. The internal structure of the code had been left unchanged, so that the ability to potentially customize these aspects when running ap_pipe from the command line is still present.

The do* functions have been split up to decouple ap_pipe
implementation details (in particular, the structure of the
repository) from clients. This should make it easier to make future
improvements to ap_pipe without breaking client code.

As an immediate benefit, the new API has fewer functions and is much
more focused towards running parts or all of the AP pipeline.
@kfindeisen kfindeisen merged commit ffdaf38 into master Oct 26, 2017
@kfindeisen kfindeisen deleted the tickets/DM-12257 branch February 25, 2019 19:52
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.

None yet

2 participants