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

Download github projects in devfile at a specific revision #3002

Closed
3 tasks
EnriqueL8 opened this issue Apr 27, 2020 · 1 comment · Fixed by #3100
Closed
3 tasks

Download github projects in devfile at a specific revision #3002

EnriqueL8 opened this issue Apr 27, 2020 · 1 comment · Fixed by #3100
Assignees
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind
Projects

Comments

@EnriqueL8
Copy link
Contributor

EnriqueL8 commented Apr 27, 2020

/kind user-story
/area devfile

User Story

As a developer, I want to get the correct revision for a sample project. If the devfile specifies a branch, commit or a tag for a project, I want to be able to clone that project at that specific revision. The fields used to specify a revision for a project are:

  • Branch
  • CommitId
  • Tag
  • StartPoint

Acceptance Criteria

  • It should download the project at the specific revision if the --downloadSource flag is used.
  • It should fail if multiple revisions are present for that project
  • If no revision is specified for the project, it should default to master.
  1. The experimental flag has been enabled
  2. The component is a devfile component
  3. There is a project defined in the devfile of the given component
  4. odo create command called with a --downloadSource flag

Links

/kind user-story

@openshift-ci-robot openshift-ci-robot added kind/user-story An issue of user-story kind area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. labels Apr 27, 2020
@EnriqueL8
Copy link
Contributor Author

/assign

@elsony elsony added this to For consideration in Sprint 183 via automation May 6, 2020
@elsony elsony moved this from For consideration to In progress in Sprint 183 May 8, 2020
@girishramnani girishramnani added this to For consideration in Sprint 184 via automation May 11, 2020
@girishramnani girishramnani removed this from In progress in Sprint 183 May 11, 2020
@girishramnani girishramnani moved this from For consideration to In progress in Sprint 184 May 11, 2020
@elsony elsony moved this from In progress to For review in Sprint 184 May 20, 2020
@girishramnani girishramnani removed this from For review in Sprint 184 Jun 1, 2020
@girishramnani girishramnani added this to For consideration in Sprint 185 via automation Jun 1, 2020
@girishramnani girishramnani moved this from For consideration to For review in Sprint 185 Jun 1, 2020
@girishramnani girishramnani removed this from For review in Sprint 185 Jun 22, 2020
@girishramnani girishramnani added this to For consideration in Sprint 186 via automation Jun 22, 2020
@girishramnani girishramnani moved this from For consideration to For review in Sprint 186 Jun 22, 2020
Sprint 186 automation moved this from For review to Done Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/user-story An issue of user-story kind
Projects
No open projects
Sprint 186
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants