Skip to content

Releases: molssi-seamm/seamm_dashboard_client

Increased timeout for HTTP requests

04 Mar 15:35
678982d
Compare
Choose a tag to compare
  • Increased the default timeout to 5 seconds, and 60 seconds for submitting jobs to allow time to transfer files.

Added support for using local files in Jobs

26 Jun 21:59
c9f8e24
Compare
Choose a tag to compare
Merge pull request #12 from molssi-seamm/dev

Added support for using local files in Jobs

Bugfix: crash opening a flowchart from a Dashboard

23 May 21:16
923bcb5
Compare
Choose a tag to compare
  • 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

22 Apr 19:58
541fc16
Compare
Choose a tag to compare
  • 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

15 Nov 21:32
07855fd
Compare
Choose a tag to compare

Boolean options were not handled correctly when submitting jobs.

Improvement for job handling

24 Oct 20:24
f266548
Compare
Choose a tag to compare
  • 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.

29 Jul 19:05
056c529
Compare
Choose a tag to compare
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

10 Jul 20:34
9c0e091
Compare
Choose a tag to compare
  • Now handle control parameters with multiple values.
  • Separate the options from required parameters with '--' as required.

Improved error messages for login failures to Dashboards

28 Jun 12:25
31d0398
Compare
Choose a tag to compare
Merge pull request #5 from molssi-seamm/dev

Improved error messages for login failures.

Added submit and put_file methods

01 Sep 10:12
cb0c383
Compare
Choose a tag to compare

With this, SEAMM has moved over completely to using seamm-dashboard-client in its interactions with the Dashboards.