Skip to content

Wooey 0.11.0

Compare
Choose a tag to compare
@Chris7 Chris7 released this 30 Nov 02:20
· 104 commits to master since this release

Wooey 0.11.0

New Features

  1. WooeyWidgets, which enable custom form input elements to be created and used. #175
  2. Korean translations added #254
  3. Improved UI to not allow job operations on message brokers that do not allow them. #285
  4. Django2 Support. #271

Bug Fixes

  1. Fix bug where all parameters from all subparsers were needed to validate in order to submit a job. #299
  2. Fix bug with escaping parameter arguments that prevented special characters from being
    used. #296
  3. Fix bug where multiple initial files for a cloned job were not populated. #255
  4. Fix bug in parsing multiple arguments where argparse specifies action=append #270
  5. Fix bug in cleaning up empty jobs where workers cannot be contacted. #277
  6. Fix bug where scripts on remote workers were not invalidated after updates on main server.
    #145
  7. Fix race condition where celery tasks would start before database transaction finished. #297
  8. Handle characters in script version that need to be escaped for urls. #298