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

Given a GH repo link, clone it into the sandbox #3627

Closed
amanape opened this issue Aug 28, 2024 · 2 comments
Closed

Given a GH repo link, clone it into the sandbox #3627

amanape opened this issue Aug 28, 2024 · 2 comments
Labels
architecture Related to architecture, including frontend and backend backend Related to backend large effort Estimated large effort

Comments

@amanape
Copy link
Member

amanape commented Aug 28, 2024

Summary
Future UI will support the user to select a GH repo they would like to start with (optionally). If that is the case, the sandbox will also have to clone the repo to work with.

Motivation
New features and UI

Technical Design
The GH repo ({owner}/{repo}) could be passed to the backend via the config. This will then be used to clone the project during initialization.

Things to Consider
The user will not have direct access to this project in their file system as it will be in a Docker container. This may imply that we would want to create a separate container for each new project.

Additional Context
Blocks #3604

@amanape amanape added backend Related to backend architecture Related to architecture, including frontend and backend large effort Estimated large effort labels Aug 28, 2024
@shubhamofbce
Copy link
Contributor

This will be a great addition.

@amanape
Copy link
Member Author

amanape commented Sep 8, 2024

Moved to #3736

@amanape amanape closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Related to architecture, including frontend and backend backend Related to backend large effort Estimated large effort
Projects
None yet
Development

No branches or pull requests

3 participants
@shubhamofbce @amanape and others