Releases: molssi-seamm/seamm_dashboard_client
Releases · molssi-seamm/seamm_dashboard_client
Increased timeout for HTTP requests
Added support for using local files in Jobs
Merge pull request #12 from molssi-seamm/dev Added support for using local files in Jobs
Bugfix: crash opening a flowchart from a Dashboard
- SEAMM could crash when asking the Flowchart Open dialog to get the flowchart from a previous job. This only happened if the Dashboard was known but the stored password was wrong.
Moving user preferences to ~/.seamm.d
- Added better output when there are failures in the Dashboard.
- To better support Docker, moving ~/.seammrc to ~/.seamm.d/seamrc
Bugfix: boolean options now work
Boolean options were not handled correctly when submitting jobs.
Improvement for job handling
- Added control parameters to the data stored for the job, to support filling out menus identical to how the job was submitted.
Bugfix: problem with '--' in commandline with no subsequent parameters.
Merge pull request #7 from molssi-seamm/dev Fixed problem with '--' in commandline with no subsequent parameters.
Bugfix: handling of control parameters with multiple values
- Now handle control parameters with multiple values.
- Separate the options from required parameters with '--' as required.
Improved error messages for login failures to Dashboards
Merge pull request #5 from molssi-seamm/dev Improved error messages for login failures.
Added submit and put_file methods
With this, SEAMM has moved over completely to using seamm-dashboard-client
in its interactions with the Dashboards.