Changesets: bareos
master db1af022 2022-05-18 11:05:22 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001177 from joergsteffens/dev/joergs/master/pluginoptions Bareos Python Plugins: fix handling of extra pluginoptions |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/plugins/dird/python/plugin_private_context.h | Diff File | ||
mod - core/src/plugins/filed/python/plugin_private_context.h | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFilesBaseclass.py | Diff File | ||
mod - core/src/plugins/include/python_plugin_modules_common.inc | Diff File | ||
mod - core/src/plugins/stored/python/plugin_private_context.h | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/python-modules/bareos_unittest/json.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bconsole.conf.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-postgres/CMakeLists.txt | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/PluginOptionsTest.conf.in | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/job/backup-bareos-fd-pluginoptions.conf.in | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/BareosFdPluginoptions.py | Diff File | ||
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/__init__.py | Diff File | ||
mod - systemtests/tests/python-bareos/test-setup | Diff File | ||
add - systemtests/tests/python-bareos/test_python_fd_plugins.py | Diff File | ||
master 9df098f3 2022-05-17 13:40:12 Ported: N/A Details Diff |
py3plug-fd-postgres systemtest: remove "BROKEN" label The test was marked broken when the plugin was using psycopg2, but now we use pg8000 so we want to enable it again if all requirements are met. Also we allow python >= 3.10 to be used as we now avoid the problems arising from the fact that the stat time filds are floats instead of ints: > mystatp.st_atime = statp.st_atime > TypeError: 'float' object cannot be interpreted as an integer |
||
mod - systemtests/tests/py2plug-fd-postgres/CMakeLists.txt | Diff File | ||
master c190b6ab 2022-05-16 19:35:46 Ported: N/A Details Diff |
updated CHANGELOG for 0001177 | ||
mod - CHANGELOG.md | Diff File | ||
master 13dff0ba 2022-05-16 18:09:11 Ported: N/A Details Diff |
python plugin: explicitly convert st_*time to integer This is required for Python >= 3.10. |
||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFilesBaseclass.py | Diff File | ||
master 162c76f0 2022-05-06 17:47:55 Ported: N/A Details Diff |
python plugins: fix handling of extra pluginoptions Co-authored-by: Philipp Storz <philipp.storz@bareos.com> |
||
mod - core/src/plugins/dird/python/plugin_private_context.h | Diff File | ||
mod - core/src/plugins/filed/python/plugin_private_context.h | Diff File | ||
mod - core/src/plugins/include/python_plugin_modules_common.inc | Diff File | ||
mod - core/src/plugins/stored/python/plugin_private_context.h | Diff File | ||
master 870ad841 2022-05-06 17:45:34 Ported: N/A Details Diff |
systemtest python-bareos: add test for bareos-fd pluginoptions | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/python-modules/bareos_unittest/json.py | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/PluginOptionsTest.conf.in | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/job/backup-bareos-fd-pluginoptions.conf.in | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/BareosFdPluginoptions.py | Diff File | ||
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/__init__.py | Diff File | ||
mod - systemtests/tests/python-bareos/test-setup | Diff File | ||
add - systemtests/tests/python-bareos/test_python_fd_plugins.py | Diff File | ||
master b2329067 2022-05-06 13:37:49 Ported: N/A Details Diff |
systemtest py2plug-fd-local-fileset-restoreobject: cleanup | ||
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bconsole.conf.in | Diff File | ||
master 4ba973a7 2022-05-06 13:12:20 Ported: N/A Details Diff |
docs: fix formatting in vmware plugin chapter | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
master 858268cf 2022-05-05 11:31:04 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001169 dird: bconsole: add support for comma separated jobstatus values in list jobs command |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_list.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
mod - core/src/dird/ua_select.h | Diff File | ||
mod - core/src/tests/select_functions.cc | Diff File | ||
mod - systemtests/tests/python-bareos/test_list_command.py | Diff File | ||
master c7db51a6 2022-04-28 14:36:42 Hedi Ben Fradj Committer: Hedi Ported: N/A Details Diff |
systemtests: list-command: added test for list jobs with commas seperated values | ||
mod - systemtests/tests/python-bareos/test_list_command.py | Diff File | ||
master 936174a8 2022-04-28 14:23:23 Hedi Ported: N/A Details Diff |
gtest: testing multi-valued jobstatus argument in list jobs | ||
mod - core/src/tests/select_functions.cc | Diff File | ||
master 2bcade97 2022-04-28 10:39:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001159 fix miscalculation when using Always Incremental Keep Number |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/dird/consolidate.cc | Diff File | ||
master 12c48422 2022-04-27 21:17:25 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001172 cats: BareosDb: FilterZeroFileJobs returned list now is sorted |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/sql_get.cc | Diff File | ||
master 90060e0c 2022-04-27 16:46:49 Alaa Eddine Elamri Ported: N/A Details Diff |
Updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master e4c9fdbe 2022-04-27 14:22:42 Alaa Eddine Elamri Ported: N/A Details Diff |
sql_get.cc: order zero file jobs by Id Makes systemtest `always-incremental-consolidate` more reliable, as its results can sometimes show a false negative when jobids for zero files are not well ordered |
||
mod - core/src/cats/sql_get.cc | Diff File | ||
master 04e9b7a1 2022-04-27 14:16:30 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001170 dird: console: enable `rerun` command to work with comma separated list of jobs |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/ua_run.cc | Diff File | ||
mod - core/src/dird/ua_run.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/runjob.cc | Diff File | ||
add - systemtests/tests/bareos/testrunner-rerun-jobs | Diff File | ||
master 162df418 2022-04-27 12:22:42 Hedi Ben Fradj Committer: Hedi Ported: N/A Details Diff |
dird: bconsole: changed list jobs jobstatus to support multiple commas seperated values | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_list.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
mod - core/src/dird/ua_select.h | Diff File | ||
mod - core/src/tests/select_functions.cc | Diff File | ||
master b76026a6 2022-04-26 18:04:58 Alaa Eddine Elamri Ported: N/A Details Diff |
applied bareos checksources | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 3600bf90 2022-04-26 18:04:00 Alaa Eddine Elamri Ported: N/A Details Diff |
ua_run.cc: added support for multiple jobids | ||
mod - core/src/dird/ua_run.cc | Diff File | ||
mod - core/src/dird/ua_run.h | Diff File | ||
master 7a07a87d 2022-04-26 17:48:37 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001171 dird: missing quotes around name when using `configure export` |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/ua_configure.cc | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/configs/configure/bareos-dir.d/client/bareos-fd.conf | Diff File | ||
add - core/src/tests/configs/configure/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
add - core/src/tests/configure.cc | Diff File | ||
mod - core/src/tests/testing_common.h | Diff File | ||
mod - core/src/tests/testing_dir_common.h | Diff File | ||
mod - core/src/tests/testing_sd_common.cc | Diff File | ||
mod - core/src/tests/testing_sd_common.h | Diff File | ||
master d1e44d18 2022-04-26 13:26:18 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 1f360a3c 2022-04-26 09:37:35 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001163 packaging: FreeBSD improve packaging by installing scripts into /usr/local/lib/bareos |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-deinstall | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-install | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-message.director | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.common | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-common | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage-tape | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-director/pkg-message | Diff File | ||
master d49f8506 2022-04-25 16:10:46 Ported: N/A Details Diff |
core: tests/CMakeLists.txt group blocks and reorder tests alphabetically. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master a5f1c1af 2022-04-25 11:55:22 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master d06eefab 2022-04-25 11:48:57 Ported: N/A Details Diff |
Update CHANGELOG.md with links Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File |