Changesets: bareos
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 | ||
master 6e745a3b 2024-12-13 18:18 Ported: N/A Details Diff |
cats: fix version.map.in | ||
mod - core/src/cats/ddl/versions.map.in | Diff File | ||
master e8a95469 2024-12-13 09:11 Sebastian Sura Ported: N/A Details Diff |
mssqlvdi-fd: add VDC_Complete support See here: https://techcommunity.microsoft.com/blog/sqlserver /introducing-vdc-complete-for -backup-and-restore-applications-using-sqlvdi/385126 |
||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
mod - core/src/win32/vdi/include/vdi.h | Diff File | ||
master 2bf4931b 2024-12-13 07:15 Sebastian Sura Ported: N/A Details Diff |
mssqlvdi-fd: enhance debug messages | ||
mod - core/src/filed/verify.cc | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
master bfb32b35 2024-12-12 16:28 Sébastien WENSKE Committer: pstorz Ported: N/A Details Diff |
VMware plugin: fix check_mac_address() | ||
mod - AUTHORS | Diff File | ||
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | Diff File | ||
master d590cf1d 2024-12-12 16:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2058 readme.md: switch to anniversary banner |
||
mod - README.md | Diff File | ||
mod - bareos-github-banner.png | Diff File | ||
master 2d2bd251 2024-12-12 15:49 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2057 Required changes for major release after branching bareos-24 |
||
mod - CHANGELOG.md | Diff File | ||
mod - SECURITY.md | Diff File | ||
mod - docs/manuals/source/conf.py | Diff File |