Parity Versions Save

Shell commands for development, staging, and production parity for Heroku apps

v3.5.0

2 years ago
  • Use YAML.safe_load over Yaml.load
  • Fix Psych errors
  • Drop redis-cli command
  • Clean up broken specs

3.4.0

2 years ago
  • Better handle long Review App names (#190, @carlosramireziii )
  • Deploy to either main or master refs (#188, @mrjonesbot)
  • Restore support for ERB in database.yml (#187, @tdeo)
  • Don't use --clean flag with pg_restore (#180, @croaky)

3.3.0

4 years ago
  • make parallel restores no longer the default

v3.2.0

5 years ago
  • Pass arguments (--sandbox, --size=) to console subcommand.

3.1.0

5 years ago
  • Better compatibility with Bundler 2.x.
  • Handle long pipeline/app names when creating review apps (thanks @clowder)

3.0.1

5 years ago

Fix pr_app issues from 3.0.0 release.

v3.0.0

5 years ago
  • unmark Rails-built databases as production environment after local restore
  • fix syntax for parallel PG restore jobs
  • pr_app command for working with Heroku review apps
  • use release phases instead of deploy command for migrations

2.4.0

6 years ago
  • Allow pre-2.2 Rubies to execute development restore 2119c50

v2.3.0

6 years ago

Ignore missing local development database when restoring from remotes.

2.2.1

6 years ago
  • ensure a tmp directory exists before downloading a remote backup
  • update Ruby version for contributors