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

naming convention for downloadhandlers #287

Open
9 tasks
hilmarf opened this issue Oct 18, 2024 · 1 comment
Open
9 tasks

naming convention for downloadhandlers #287

hilmarf opened this issue Oct 18, 2024 · 1 comment
Labels
Milestone

Comments

@hilmarf
Copy link
Member

hilmarf commented Oct 18, 2024

Description

The current names are:

ocm ocm-downloadhandlers | grep '^    - «' | sort
    - «helm/artifact»: download helm chart
    - «landscaper/blueprint»: uploading an OCI artifact to an OCI registry
    - «oci/artifact»: downloading an OCI artifact
    - «ocm/dirtree»: downloading directory tree-like resources
    - «plugin»: [downloaders provided by plugins]

this should be aligned with the uploadhandlers #288 and has to make sense together with the accessmethods and input types.

Done Criteria

  • Result matches final proposal: https://github.com/open-component-model/internal-processes/pull/14
  • Code has been reviewed by other team members
  • Internal technical Documentation created/updated
  • New / changed code is documented
  • Analysis of existing tests (Unit and Integration)
  • Unit Tests created for new code or existing Unit Tests updated
  • Integration Test Suite updated (includes deletion of existing unnecessary Integration Test and/or creation of new ones if required)
  • Enduser Documentation updated (if applicable)
  • Successful demonstration in Review
@hilmarf hilmarf added the kind/task General Task label Oct 18, 2024
@hilmarf hilmarf added this to the 2024-Q4 milestone Oct 18, 2024
@hilmarf
Copy link
Member Author

hilmarf commented Oct 18, 2024

keep it consistent with:

ocm ocm-accessmethods | grep '  - Access type' | sort -f
  - Access type «gitHub»
  - Access type «helm»
  - Access type «localBlob»
  - Access type «maven»
  - Access type «none»
  - Access type «npm»
  - Access type «ociArtifact»
  - Access type «ociBlob»
  - Access type «ocm»
  - Access type «S3»
  - Access type «s3»
  - Access type «wget»

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 ToDo
Development

No branches or pull requests

1 participant