Skip to content

Releases: elgatosf/jonah

1.1.1

01 Jun 12:41
Compare
Choose a tag to compare
  • Fixed a bug where support files would not get distributed (#27)
  • Fixed a Python3 import error (#28)

1.1

01 Jun 09:47
Compare
Choose a tag to compare
1.1
  • Deduplicated help code (#23)
  • Added “version” command (#22)
  • Changed “backspace” to a static method
  • Improved wording for “direct_deploy” doc string

1.0.3

30 May 15:21
Compare
Choose a tag to compare

Improved Help output (#11)
Added alias "init" for "initialize" command (#21)
Updated initialize method to print out more accurate error messages (#20)
Fixed a supervisord bug (#18)
Added a check wether docker is installed before initializing. (#15)

1.0.2: Develop (#19)

15 Mar 10:28
Compare
Choose a tag to compare
* 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.

Release/1.0.1 (#16)

14 Mar 13:20
Compare
Choose a tag to compare
* Bumping Version number to 1.0.1

* Added a check wether docker is installed before initializing.

1.0.0 Release (#14)

09 Mar 11:51
Compare
Choose a tag to compare
* 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!