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 uploadhandlers #288

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

naming convention for uploadhandlers #288

hilmarf opened this issue Oct 18, 2024 · 1 comment
Labels
area/ipcei Important Project of Common European Interest kind/task small task, normally part of feature or epic
Milestone

Comments

@hilmarf
Copy link
Member

hilmarf commented Oct 18, 2024

Description

The current names are:

ocm ocm-uploadhandlers | grep '^    - «' | sort
    - «ocm/mavenPackage»: uploading maven artifacts
    - «ocm/npmPackage»: uploading npm artifacts
    - «ocm/ociArtifacts»: downloading OCI artifacts
    - «plugin»: [downloaders provided by plugins]

this should be aligned with the downloadhandlers #287 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 small task, normally part of feature or epic label Oct 18, 2024
@hilmarf hilmarf added this to the 2024-Q4 milestone Oct 18, 2024
@github-actions github-actions bot added the area/ipcei Important Project of Common European Interest label 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
area/ipcei Important Project of Common European Interest kind/task small task, normally part of feature or epic
Projects
Status: 🆕 ToDo
Development

No branches or pull requests

1 participant