Changesets: bareos
master f037d725 2022-12-07 12:58 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001308 filed: fix handling of `STREAM_ACL_PLUGIN` during restore |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/findlib/acl.cc | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py | Diff File | ||
mod - core/src/plugins/filed/python/test/bareosfd_test.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
rm - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/BareosFdPluginLocalFileset.py | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/BareosFdPluginLocalFilesetAclXattr.py | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/bareos-fd-local-fileset-acl-xattr.py | Diff File | ||
rm - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/bareos-fd-local-fileset.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/testrunner | Diff File | ||
mod - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/BareosFdPluginoptions.py | Diff File | ||
master 0b968d54 2022-12-07 12:58 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 91f55eb7 2022-12-07 12:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1326 bareos-fd-postgres: properly close database connection |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||
master 7b25ee69 2022-12-07 12:40 Alaa Eddine Elamri Ported: N/A Details Diff |
systemtests: rename `scheduler-backup` test to `scheduler` | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
master 0158a455 2022-12-07 12:28 Alaa Eddine Elamri Ported: N/A Details Diff |
systemtests: update scheduler tests | ||
mod - systemtests/tests/scheduler-backup/testrunner-scheduler-backup | Diff File | ||
mod - systemtests/tests/scheduler-backup/testrunner-scheduler-status-copy-job | Diff File | ||
master b505880d 2022-12-07 12:03 Alaa Eddine Elamri Ported: N/A Details Diff |
systemtests: add rescheduling test | ||
add - systemtests/tests/scheduler-backup/etc/bareos/bareos-dir.d/job/reschedulejob.conf | Diff File | ||
add - systemtests/tests/scheduler-backup/testrunner-reschedule | Diff File | ||
master 2fbaea03 2022-12-06 17:26 Committer: joergs Ported: N/A Details Diff |
docs: renew update chapter - Add section update from community to subscription. - Add section update minor,bugfix release. - Add section upgrade major release. - Restructure catalog update. - Format section name to equivalent of Install Chapter. - Adjust indexes wording and placements. - Finish configuration files section. - Place deprecate check to post-update section Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Philipp Storz <philipp.storz@bareos.com> Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com> |
||
mod - docs/manuals/source/IntroductionAndTutorial/UpdatingBareos.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosSecurityIssues.rst | Diff File | ||
master eea0e6e3 2022-12-06 15:51 Ported: N/A Details Diff |
filed: better non-utf-8 handling in python plugins Changes the implementation of BareosFdPluginLocalFilesBaseclass to handle non-utf8 encodable file-names gracefully. Instead of crashing we will now emit an M_ERROR that the file's name cannot be represented and go on with the next file. |
||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFilesBaseclass.py | Diff File | ||
master 4050b384 2022-12-06 10:38 Committer: arogge Ported: N/A Details Diff |
Apply fixes from bareos-check-sources Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TransportEncryption.rst | Diff File | ||
mod - systemtests/tests/tlsrestricted/CMakeLists.txt | Diff File | ||
master b7e2e1b8 2022-12-06 10:28 Bruno Friedmann @Bareos Committer: arogge Ported: N/A Details Diff |
Fix typos and rewording text suggestions Co-authored-by: Alaa Eddine Elamri <46047750+alaaeddineelamri@users.noreply.github.com> |
||
mod - docs/manuals/source/TasksAndConcepts/TransportEncryption.rst | Diff File | ||
master 3358930e 2022-12-05 19:35 Committer: pstorz Ported: N/A Details Diff |
devtools: pr-tools requires status check pr-tool will now also check if the status check with context "continuous-integration/jenkins/pr-merge" is present and fail the PR check otherwise. |
||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 3d115276 2022-12-05 18:05 Committer: arogge Ported: N/A Details Diff |
systemtests: improve cmake output for adding tests Change status messages to use unicode "check mark" and "ballot x" when showing if a test was enabled/disabled. Also prints the directory containing the test now. |
||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
master ca89b6bd 2022-12-05 18:04 Committer: arogge Ported: N/A Details Diff |
systemtests: correctly enable local-filset-basic The tests in pyplug-fd-local-fileset-basic are now enabled and disabled as originally intended. |
||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/CMakeLists.txt | Diff File | ||
master fbd07677 2022-12-05 17:54 Committer: arogge Ported: N/A Details Diff |
BareosCheckAcl.cmake: use execute_process Replaces exec_program() with the newer execute_process(). |
||
mod - cmake/BareosCheckAcl.cmake | Diff File | ||
master dae3cef1 2022-12-05 13:21 Committer: arogge Ported: N/A Details Diff |
pyfiles: restore BareosFdPluginLocalFileset.py | ||
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFileset.py | Diff File | ||
master 72e8236b 2022-12-05 13:14 Committer: arogge Ported: N/A Details Diff |
systemtests: move acl/xattr test code to testclass Move code from duplicate BareosFdPluginLocalFileset into BareosFdPluginLocalFilesetAclXattr. |
||
mod - systemtests/tests/py2plug-fd-local-fileset-basic/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
rm - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/BareosFdPluginLocalFileset.py | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/BareosFdPluginLocalFilesetAclXattr.py | Diff File | ||
add - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/bareos-fd-local-fileset-acl-xattr.py | Diff File | ||
rm - systemtests/tests/py2plug-fd-local-fileset-basic/python-modules/bareos-fd-local-fileset.py | Diff File | ||
master 5a91e68d 2022-12-05 12:22 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 330a465d 2022-12-05 09:24 Committer: arogge Ported: N/A Details Diff |
filed: fail when python plugin passes wrong type PyAclPacketToNative() will now fail and return false if the provided data was not a bytearray |
||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||
master 72acceaa 2022-12-02 15:20 Alaa Eddine Elamri Ported: N/A Details Diff |
dird: fix for crash on dir when rescheduling jobs | ||
mod - core/src/dird/msgchan.cc | Diff File | ||
master 45a35d06 2022-12-02 13:44 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001276 from fbergkemper/dev/fbergkemper/master/s4962 webui: extend restore to handle plugin options |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
mod - docs/manuals/source/include/images/bareos-webui-restore-0.png | Diff File | ||
mod - webui/install/bareos/bareos-dir.d/profile/webui-admin.conf | Diff File | ||
mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Form/RestoreForm.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Model/Restore.php | Diff File | ||
mod - webui/module/Restore/src/Restore/Model/RestoreModel.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/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
master 4bcedcc0 2022-12-02 09:54 Ported: N/A Details Diff |
bareos-fd-postgres: fixed renamed methods | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||
master 2cccf70d 2022-12-01 21:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001287 webui: switch from mod_php to php-fpm |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - debian/bareos-webui.postinst | Diff File | ||
mod - debian/control | Diff File | ||
mod - debian/control.bareos-webui | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master 2525f743 2022-12-01 19:27 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4559f135 2022-12-01 18:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001320 dird: stored: set statistics collection as deprecated |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/gitworkflow.rst | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-19.2.7-show-verbose.conf.in | Diff File | ||
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in | Diff File | ||
master 6a9f76d4 2022-12-01 18:06 Ported: N/A Details Diff |
bareos-fd-postgres: renamed some methods to something more reasonable | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File |