particle-iot / cloud

A place to discuss issues, enhancements, features for: API, Cloud Compiler, Web IDE (Build), Webhooks, Console, and Device Setup
2 stars 0 forks source link

Push code to private repo within web IDE #26

Open uxfarah opened 7 years ago

uxfarah commented 7 years ago

Feature Request: Push code to private library/repo within the web IDE

The ability to have code changes made within the Web IDE pushed to an already connected private git repository. Essentially would like the chose to compile the code and verify it builds before committing to git since I have to use the Particle web IDE to compile and verify the project builds.

When in the Web IDE, build.particle.io, sometimes minor changes need to be made to a private git repository in order for the project to build. It would be great to add code, quickly test to see if it builds and then push it to git only if you are satisfied.

The current method requires saving and committing on my local machine, pushing to git and run the particle library upload and particle library add commands. Causing the repeated committing of code that doesn't work in git.

I am not asking for the removal of the current process. But for an additional option for rapid testing and shipping of code (that works/builds) since I am using my own private library connected to git within the web IDE. Which ultimately removes the constant committing of bad code in a library.