]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: Add a new endpoint to list jobs together with objects
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 27 Feb 2023 09:22:16 +0000 (10:22 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 5 Mar 2023 06:06:30 +0000 (07:06 +0100)
commitaa785f77a2c92b542d730b4fa245b2636be74f82
treef5788c7adac8d89c86aa4a437783cd628308f0dd
parent267839654ee6e64fb205cbe6faddc2c359e07dae
baculum: Add a new endpoint to list jobs together with objects

Other changes:
 - add realstarttime_from and realstarttime_to filters to job list and job object list endpoints
 - general performance improvements and optimizations
 - add job result modes
 - refactor job overview part
gui/baculum/protected/API/Modules/APIDbModule.php
gui/baculum/protected/API/Modules/JobManager.php
gui/baculum/protected/API/Modules/ObjectManager.php
gui/baculum/protected/API/Pages/API/Jobs.php
gui/baculum/protected/API/Pages/API/JobsObjects.php [new file with mode: 0644]
gui/baculum/protected/API/Pages/API/endpoints.xml
gui/baculum/protected/API/openapi_baculum.json
gui/baculum/protected/Common/Modules/Miscellaneous.php