Skip to content

Bacularis Web 1.0.12

Compare
Choose a tag to compare
@ganiuszka ganiuszka released this 31 Jul 03:34
· 285 commits to master since this release
d67a343

This is a new feature release. We added an audit log section in the application settings page. New audit logs are configurable with log types and categories. On the interface is also available a log viewer with filters, copying logs to clipboard or exporting logs to CSV file.

Second major change is reorganized a bit the dashboard page. First we added there a new zoomable graph that displays job size and files per day. There has been improved view of the colorful summary boxes at the top. We hope that now the dashboard will be more clear and more readable.

Next we added a capability to rerun many jobs at once. It is possible by selecting desired jobs in the job history table and use a bulk action called 'Rerun'.

There has been changed a way of presenting values from the job estimation. Since now we can see there two tabs with formatted and raw console view.

At the end we added a few new columns to job history and job list tables. To the job history there has been added a job duration values, to job list table we added last successful job and last failed job values.

Besides of that we prepared few other minor changes and internal improvements that details you can read in the list below.

Changes:

  • Add configurable audit log with log viewer
  • Add job size and files graph to dashboard page
  • Improve dashboard boxes view
  • Show estimated job bytes and files in two views: friendly and raw output
  • Add to job history table bulk action to rerun many jobs at once
  • Use new switch button to show/hide all directives
  • Add new job duration column to job history table and hide endtime column by default
  • Add last failed job column to job table
  • Add last successful job column to job table
  • Unify icons in run job buttons
  • Use PSR-12 coding style but keep tabs for indents
  • Fix font size in run job modal window
  • Add in Security page natural sorting for roles, hosts, resources, usernames and oauth2 clients in comboboxes
  • Improve subtabs working on job view page