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

Implement "Resource Prototypes" #5870

Open
vito opened this issue Jul 10, 2020 · 0 comments
Open

Implement "Resource Prototypes" #5870

vito opened this issue Jul 10, 2020 · 0 comments

Comments

@vito
Copy link
Member

vito commented Jul 10, 2020

Summary

This issue is for implementing concourse/rfcs#38 as described, using the Prototypes protocol prescribed in concourse/rfcs#37.

Key points:

  • Prototypes are configured under prototypes: in the pipeline, resource types are under resource_types: - this is how we know which protocol/interface to use.
  • Resources implemented by prototypes support creating multiple versions from put steps.
  • Resources implemented by prototypes have an optional get after put - the user must configure get: and put: on the same step.
  • Versions produced by prototypes must be able to be deleted - it may be a good idea to implement Record version history as a tree #4871 in order to support this more easily.
  • A new delete step is added, supported by prototypes but not resource types.

Context

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

No branches or pull requests

1 participant