Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Releases: tsuyukimakoto/oozappa

0.9.1

16 Dec 05:23
d473d6f
Compare
Choose a tag to compare
  • Fixed bug, zappa init command generate illegal path. Thank you sugamasao!

    #20

  • Fixed image path of README file

0.8.5

25 Jan 15:17
Compare
Choose a tag to compare
  • Adding new features
    • modify Jobsets sort order on jobsets page.
    • modify a Job data on environ page.
  • Improve
    • Fabric task's behavior better when failed.

You need db migration if you use 0.8.4 or below.

Download zip archive from https://github.com/tsuyukimakoto/oozappa/raw/master/migration/to_0.8.5.zip

$ unzip to_0.8.5.zip && cd oozappa_to_0_8_5

If you have not alembic installed. You need install it using pip or any way you like.
Open alembic.ini and modify sqlalchemy.url to indicate your own oozappa's db. then

$ alembic upgrade 1e26220da128