Skip to content

1.7.0

Compare
Choose a tag to compare
@guewen guewen released this 21 Nov 10:29
· 449 commits to master since this release

Features and Improvements

  • Export PG* environment variables for convenience, so in a shell we can connect
    on the current database with:

    docker-compose run --rm odoo psql -l

    And in Marabunta steps we can execute SQL files with:

    psql -f path/to/file.sql

    Instead of:

    sh -c 'PGPASSWORD=$DB_PASSWORD psql -h db -U $DB_USER -f path/to/file.sql $DB_NAME'

  • Use unbuffer when calling marabunta, to have the output line by line

Bugfixes

  • Change 'pip list' invocation to remove a deprecation warning

Libraries