Releases: emcodem/ffastrans_webui
1.4.0.291-beta
Solves deleted jobs lead to forever running refetch https://ffastrans.com/frm/forum/memberlist.php?mode=viewprofile&u=1032
Minor work on metrics
1.4.0.277 Beta
Overhauled most parts of userinterface (update dhtmlx 5 to 9)
More secure webserver in general
Security updates
Database binary updated
Log viewer: support large log files, optimize display of sub-workflows
General performance updates when many jobs are running
Many small fixes
v1.4.0.187-beta
Attempts to fix file/folder sorting out of order in job submitter
https://ffastrans.com/frm/forum/viewtopic.php?p=9430#p9430
Log files should now be cleaned without the need for audit files.
Remove scheduler logs from log root
Added scheduler seconds frequencies
Preview for 1.4.1
Many bugfixes, no new features.
Metrics was removed and moves to a standalone project, the git download for it is not yet available but the prometheus integration on webint is functional.
1.0.4.118_beta
Still overhauling job viewer page and the new uploader needs to be tested toroughly
1.4.0.116 New Jobviewer and Upload
Jobviewer page is completely overhauled, please check if everything you need works. Anything can happen.
Upload is also new, instead of multipart form upload, we now use html5 upload powered by Uppy and TUS. A single file can be uploaded in multiple parts paralell which can greatly improve upload speed.
If you use upload, make sure you copy the tools/tusd folder to your exsiting installation. Check out webint admin settings for upload configuration. Make sure to clean the upload folder on a regular basis if you use chunks they are left behind for longer time.
1.4.0.108 Rework Jobviewer
So i am going to overhaul the job viewer Page. The reasons for that is that the technologies i chose initially for the Grids turns out to be extremely hard to use and unflexible.
Thus, we change from fancytree (grid) to dhtmlx 8 Grid which makes the code much cleaner and as a consequence it gives much more flexibility.
Finally we can re-order Grid columns and also hide them.
It seems to work already nothing speaks against using this prerelease but as i did not yet rework the Active Jobs grid, History and Active Job grid look and feel a little bit different.
Into the dark
A lot of fine tuning style was done especially for dark mode, making everything look more smooth and professional.
Removed dependency:
- the node_modules folder seems not to be needed anymore
- finalized the dependency to FFAStrans API
New Features:
- Variable Job Columns (custom columns in history job view)
- Job Detail Page was re-visited, sub-wf enhancements and view path of single branches
- You can display jobs from multiple FFAStrans systems by just specifying multiple paths in config, comma separated
Features from Pre-releases now finished:
- Azure single sign on
- If you forgot, player can now submit segments into workflows
please test me
Azure proxy
variable columns in history viewer
upload filenames utf8
minor "stability" fixes
Prerelease, fix memory leak and support multiple ffastranses
Fixed: After optimizing the job cache, we forgot to clean up memory resources. This led to huge memory consumption after some hours/days.
Fixed: Azure Auth general error
Experimental new feature: if multiple API hosts (comma sep) are configured, jobs from multiple ffastrans can be feteched. Note that you actually enter hostnames of webinterface installations (with API on port 3003), not ffastrans hosts.