Changesets: bareos
master afffda94 2024-12-19 14:35 Committer: Bareos Bot Ported: N/A Details Diff |
build: unify detection of BAREOS_PLATFORM | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
master 4a84205a 2024-12-19 11:19 Committer: Bareos Bot Ported: N/A Details Diff |
winbareos-native.nsi: do not package python3-sd.dll | ||
mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
master 88b81f8f 2024-12-18 09:58 tuxmaster5000 Ported: N/A Details Diff |
Fix for #2073 | ||
mod - core/src/ndmp/ndmjob_args.c | Diff File | ||
master 712d115d 2024-12-18 09:25 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
tests: add testing of automatically using grpc for plugins | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/auto-grpc/CMakeLists.txt | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos-python/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos-python/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos-python/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/job/copy-full.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/auto-grpc/functions | Diff File | ||
add - systemtests/tests/auto-grpc/python-modules/BareosFdPluginLocalFilesetAclXattr.py | Diff File | ||
add - systemtests/tests/auto-grpc/python-modules/bareos-fd-local-fileset-acl-xattr.py | Diff File | ||
add - systemtests/tests/auto-grpc/test-setup | Diff File | ||
add - systemtests/tests/auto-grpc/testrunner-grpc-to-python | Diff File | ||
add - systemtests/tests/auto-grpc/testrunner-python-to-grpc | Diff File | ||
rm - systemtests/tests/grpc-fd/python-modules/BareosFdPluginLocalFilesetAclXattr.py | Diff File | ||
add - systemtests/tests/grpc-fd/python-modules/BareosFdPluginLocalFilesetAclXattr.py | Diff File | ||
rm - systemtests/tests/grpc-fd/python-modules/bareos-fd-local-fileset-acl-xattr.py | Diff File | ||
add - systemtests/tests/grpc-fd/python-modules/bareos-fd-local-fileset-acl-xattr.py | Diff File | ||
master 5d1b3cfe 2024-12-18 09:22 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
filed: add option to specify default grpc module This will later be used to run all normal plugins through grpc |
||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/filed/filed_conf.h | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
add - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-GrpcModule.rst.inc | Diff File | ||
add - docs/manuals/source/manually_added_config_directive_descriptions/fd-filedaemon-GrpcModule.rst.inc | Diff File | ||
master 6f7aec8f 2024-12-18 09:22 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
grpc-fd-test: fix using same restore dir for all tests | ||
mod - systemtests/tests/grpc-fd/testrunner-python-backup | Diff File | ||
mod - systemtests/tests/grpc-fd/testrunner-python-io-in-core | Diff File | ||
mod - systemtests/tests/grpc-fd/testrunner-test-backup | Diff File | ||
master 917ae427 2024-12-18 08:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2040 cmake: fix MARIADB_MYSQL_INSTALL_DB_SCRIPT usage |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/mysql.sh | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/py3plug-fd-mariabackup/testrunner-default | Diff File | ||
master 45ddbed0 2024-12-18 08:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master b0cb820b 2024-12-18 07:33 Sebastian Sura Ported: N/A Details Diff |
tests: fix flaky test 1 second is way too short to get reliable results on jenkins. 5 seconds should hopefully be enough |
||
mod - core/src/tests/test_bpipe.cc | Diff File | ||
master 1ab97cf1 2024-12-18 07:26 Sebastian Sura Ported: N/A Details Diff |
formatting: stop cmake from reflowing this comment | ||
mod - systemtests/tests/py3plug-fd-mariabackup/CMakeLists.txt | Diff File | ||
master 7dc90a23 2024-12-18 07:06 Sebastian Sura Ported: N/A Details Diff |
openssl: unify ssl error logging | ||
mod - core/src/lib/crypto_openssl.cc | Diff File | ||
mod - core/src/lib/crypto_openssl.h | Diff File | ||
mod - core/src/lib/tls_openssl.cc | Diff File | ||
mod - core/src/lib/tls_openssl_private.cc | Diff File | ||
master 7d4f7251 2024-12-17 16:52 Committer: Bareos Bot Ported: N/A Details Diff |
winbareos-native.nsi: do not package python3-fd.dll | ||
mod - core/platforms/win32/winbareos-native.nsi | Diff File | ||
master 6e381b17 2024-12-16 16:22 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2066 plugins: Fix typo in postgresql plugin |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
master dac367d2 2024-12-16 16:22 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 9f422a6f 2024-12-16 14:00 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2067 webui: fix for PHP < 7.3 |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master c08ec592 2024-12-16 14:00 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 0ded3656 2024-12-16 11:19 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2068 docs: fix grpc-fd plugin call |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/GrpcPlugin.rst.inc | Diff File | ||
master 5c4bf7db 2024-12-16 11:17 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 25ce3a02 2024-12-16 10:36 Committer: arogge Ported: N/A Details Diff |
webui: selenium, set default value | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master 36dab077 2024-12-16 10:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2064 cats: fix version.map.in |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/ddl/versions.map.in | Diff File | ||
master f8d924f4 2024-12-16 10:26 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 5c0b482e 2024-12-16 09:11 Sebastian Sura Committer: arogge Ported: N/A Details Diff |
docs: fix grpc-fd plugin call | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/GrpcPlugin.rst.inc | Diff File | ||
master 4ac1c29f 2024-12-15 19:09 Committer: arogge Ported: N/A Details Diff |
webui: removed unused variable The fileset index does not exist and is not used. Removing this line prevent a PHP Notice. |
||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
master 8034a0d0 2024-12-15 19:08 Committer: arogge Ported: N/A Details Diff |
webui: adapt for PHP < 7.3 | ||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
master 6ede7edb 2024-12-14 18:54 Committer: arogge Ported: N/A Details Diff |
plugins: Fix typo in postgresql plugin This is a typo introduced in 0901b6f6613f05e47fc10b431952960e0ac6654d The parentheses are only used to group the string concatenation and should not contain a comma. The error results in this error message: > Fatal error: bareosfd: Traceback (most recent call last): > File "/usr/lib/bareos/plugins/BareosFdWrapper.py", line 94, in > restore_object_data > return bareos_fd_plugin_object.restore_object_data(rop) > File "/usr/lib/bareos/plugins/bareos-fd-postgresql.py", line 1546, > in restore_object_data > bareosfd.DebugMessage( > TypeError: BareosDebugMessage() argument 2 must be str or None, not > tuple and a failed backup job. |
||
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File |