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

Factory with Theia: implement branch checkout while cloning a project defined in the factory definition #9837

Closed
sunix opened this issue May 29, 2018 · 1 comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.

Comments

@sunix
Copy link
Contributor

sunix commented May 29, 2018

Description

Part of import projects which is a subtask of #9074

Implement branch checkout while cloning a project defined in the factory definition (if a branch is specified). This is comming next after #9221 (clone of a project in factory).

      {
        "name": "che-theia-factory",
...
        "source": {
          "location": "https://github.com/eclipse/che-theia-factory-extension",
          "type": "git",
          "parameters": {
            "branch": "master"
          }
        },

source.parameters['branch'] is the branch to checkout

@ashumilova ashumilova added kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next team/ide2 labels May 29, 2018
@sunix
Copy link
Contributor Author

sunix commented Jun 26, 2018

Fixed with initial contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

2 participants