Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed a bug when running in Python 2.x * Fixed a bug that occurred when no tags were present * Removed Django and dependencies from internal requirements.txt Please make sure to have all your dependencies, including Django, in your project’s requirements.txt instead * Fixed a bug where debug mode would halt execution * Fixed an issue where the image would be built multiple times during deploy * Cleaned up line breaks * Moved support files to their own directory * Added Initialize command * Added code to deal with existing files in Py3 and Py2 * Added hint to edit deploy.ini * Fixed a bug with Python2.7 compatbility * Improved handling of config files * Changed build process to show failed builds. * Changed build process to show failed builds. * Added initialize command that creates a new jonah project * Fixed a Python3 compatibility issue * Fixed another Python3 issue * Added a dash of documentaiton to system_initialization.sh * Renamed deploy.py to jonah.py Things are getting serious and professional over here :D~ * Moved .dockerignore to the correct directory * Created a preliminary python package * Switched README to reStructured Text for better PyPI compatibility * Adding supervisord conf file, which I forgot * Progress re Docs * Readme contd: Moving an existing project * Readme contd: Configuration and Testing * Readme contd: Commands * Readme contd: Added some subheadings * New GIF Pronounced with a hard G * Last preparations before pull request - Renamed confusingly named “initialization” shell scripts - Improved Readme layout - bumped version number * Added proper sidebar for the Django DDP project name issue into the README * Added intro section to readme * Added intro section to readme * Fixed conflict in README * Bumping Version Number to 1.0. Oh yeah! * Bumping Version number to 1.0.1.dev1 * Added a check wether docker is installed before initializing. This fixes #15 * Hotfix for a supervisord bug The file supervisord.conf contained a line that referenced the wrong file path for spinup.sh. This hotfix fixes that. Fixes #18. * Updated initialize method to print out more accurate error messages #20 * Added alias "init" for "initialize" command fixed #21 * Improved Help output fixed #11 * Bumped Version Number to 1.0.3 * Bumbed version number to 1.1b1 * Deduplicated help code, moved help its own method This fixes #23 * Added “version” command, and moved the version number to version.py This fixes #22 * Changed “backspace” to a static method This ekes out about 0.0000001% of performance, and also removes a warning in PyCharm. * Improved wording for “direct_deploy” doc string * Updated Version Number to 1.1
- Loading branch information