You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until now code is read and synced to Dropbox App Directories.
Advantage:
Dev can write code on almost any device
the code can be synced back to Dropbox, when changed on UI
Disadvantage:
slow sync mechanism
current implementation does not scale
no habital versioning mechanism for Dev
The idea is now, that a Dev can push the code to Tumbo by a simple
git add remote ...
git push
or by specifing a URL pointing to a Git Repo.
To reduce the complexity on the backend implementation, we deactivate in this scenario edit mode on the web UI. Later on it might be added (changes can be put to a new branch).
Until now code is read and synced to Dropbox App Directories.
Advantage:
Disadvantage:
The idea is now, that a Dev can push the code to Tumbo by a simple
or by specifing a URL pointing to a Git Repo.
To reduce the complexity on the backend implementation, we deactivate in this scenario edit mode on the web UI. Later on it might be added (changes can be put to a new branch).
Requirements
Implementation options
Provide Git Server
http://stewartjpark.com/2015/01/02/implementing-a-git-http-server-in-python.html
Add git to the flask
Read from Remote Git Server
Now a Base needs to be able
The text was updated successfully, but these errors were encountered: