Geordi 1.2 released

Changes:

  • Remove some old binaries (commands still exist in geordi) and mark others as deprecated
  • Rewrite deploy command to support most deploy scenarios:
    • master to production
    • feature branch to staging
    • master to staging or production to production (plain deploy)
  • Improve Cucumber command (fixes #18):
    • Fix pass-through of unknown options to Cucumber
    • Add --rerun=N option to rerun failed Cucumber tests up to N times. Reboots the test environment between runs, thus will pick up fixes you made during the previous run.
    • Add --debug option to set some options useful for debugging silent errors
    • Refactor feature/option retrieval in our Cucumber runner internals
  • Skip missing config options in DumpLoader (fixes #16)
  • Reorganize firefox commands: They are now firefox and firefox --setup VERSION
  • Rename cleanup_directory -> clean
  • Change VNC commands: vnc_show and setup_vnc are now vnc and vnc --setup
  • Remove some old binaries (commands still exist in geordi) and mark others as deprecated
  • Add hint to README about how to call the local geordi during development
Dominik Schöler Over 8 years ago