Chris Mitchell
Chris Mitchell
Implement a Canvas that links together jobs (jsPlumb is an option for the UI) for complex workflows
Have a file upload widget that knows all the users valid files, and allows them to select from here instead of having to re-upload
### Apache Airflow version 2.2.3 (latest released) ### What happened Tasks are stuck in the queued state and will not be scheduled for execution. In the logs, these tasks have...
It would be great if wooey scripts could be executed via an endpoint. This would require introducing a token based authentication system to identify users and defining the accepted POST...
The ability to define a url for a script to be downloaded from. This was changes to scripts in places such as a git repo can be automatically sync'd with...
Add in framework for users to render arbitrary filetypes. See #157
Add in ability for users to toggle what file types are automatically displayed. #157
Support for better script execution environments. This includes: - [ ] Additional environment variables (updating paths for instance) - [ ] Specifying the executable (for py2/py3 or other scripting languages)...
Enable users to create periodic scripts -- scripts that run on a given schedule.