Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

2021.2.1

Improvements

  • SMTP Configuration:  Up until now Tasxs was relying on standard the SMTP configuration present in the Tasxs.Service.exe.config. But this file is overwritten when deploying a new version, which is not practical. Now, the SMTP server can be configured in tasxs.config:

    Code Block
      <Smtp host="123.123.123.123" port="25" />


  • Notifications: It is not possible to only receive notifications of successful or failed executions.
    When clicking "Watch This Job", you are subscribing to receive notifications for both success and failure. But, when editing a job, you can add a watcher to receive notifications only for errors or success:
    Image Added
  • User profile page now lists jobs the user is watching.

2021.2

Improvements

  • Reorganized execution details view
    • Larger field for job output
  • Remove collapsible panels in job details and edit views
  • Remove collapsible groups on job and schedule list and bring back search-option
  • CommandJob: Added parameters to specify working directory and environment variables
  • FilePollingJob
    • Scan for existing files on startup
    • Add option to group files, executing the job only once for a set of files found

...