Skip to content

Releases: daisy/pipeline-webui

Pipeline 2 Web UI - version 2.7.1

07 Feb 12:16
Compare
Choose a tag to compare

Release Notes

  • FIX Issue with authentication (#140)

Pipeline 2 Web UI - version 1.8.1

10 Oct 21:19
Compare
Choose a tag to compare

A web-based user interface for the DAISY Pipeline 2.

Note: The release ZIP contains the Web UI distribution for server-side deployment. It does not contain the DAISY Pipeline 2 engine and modules.

Release Notes

  • FIX issue #18 – Reports are now correctly displayed

Pipeline 2 Web UI - version 1.8

12 Jun 23:32
Compare
Choose a tag to compare

A web-based user interface for the DAISY Pipeline 2.

Note: The release ZIP contains the Web UI distribution for server-side deployment. It does not contain the DAISY Pipeline 2 engine and modules.

Release Notes

  • The Web UI now must run on the same file system as the Pipeline engine
  • better file names for downloads
  • FIXED incorrect content type was returned when downloading single files
  • FIXED Unable to set password for newly created account
  • FIXED Missing submit button in "add user" section of admin settings
  • FIXED Web UI does not allow downloading results bigger than 100 MB

Pipeline 2 Web UI - version 1.7

16 Dec 12:34
Compare
Choose a tag to compare

A web-based user interface for the DAISY Pipeline 2.

Note: The release ZIP contains the Web UI distribution for server-side deployment. It does not contain the DAISY Pipeline 2 engine and modules.

Release Notes

  • support for running behind proxies (no absolute URLs; the absolute URL to the Web UI must be set in e-mail settings if you want to enable e-mail support).
  • Added support for hiding scripts from guests and public users.
  • Support for the new job result API where you can download individual files. when there's only one file in the results, the main download button downloads that file directly. Otherwise it downloads the zip.
  • support for HTML reports that are displayed inline on the job status page when the job finishes.
  • Temporary and result directories are not handled by the Web UI anymore; they are handled by the Pipeline 2 engine. No need to configure them in the UI anymore.
  • Ability to compile the webui in a continous integration environment (i.e. Jenkins)
  • Renamed project from pipeline2-webui to daisy-pipeline-webui
  • Split desktop and server into separate maven projects (desktop depends on server)
  • Packaging of the distributables are now performed by the "pipeline-assembly" project