Changesets: bareos
master df13c94b 2020-01-13 16:24 Committer: pstorz Ported: N/A Details Diff |
tests: convert expected time string to time_t - do not use the hardcoded seconds-since-epoch because this will lead to timeozone difference, instead convert the time string |
||
mod - core/src/tests/catalog.cc | Diff File | ||
master ab0eed8b 2020-01-13 15:41 Committer: pstorz Ported: N/A Details Diff |
systemtests: slow down each backup-job to use all devices - multiplied-device-test - used the bandwidth limit to increase backup time in order to achieve that all three devices must be used to run all backups simultaneously |
||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in | Diff File | ||
bareos-19.2 4ffb89fd 2020-01-13 15:41 Committer: pstorz Ported: N/A Details Diff |
systemtests: slow down each backup-job to use all devices - multiplied-device-test - used the bandwidth limit to increase backup time in order to achieve that all three devices must be used to run all backups simultaneously |
||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in | Diff File | ||
mod - systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in | Diff File | ||
master 549ab0af 2020-01-13 15:40 Committer: pstorz Ported: N/A Details Diff |
systemtests: replace "bareos-dir" with environment variable BAREOS_DIRECTOR_BINARY - bconsole-pam-test |
||
mod - systemtests/tests/bconsole-pam/testrunner | Diff File | ||
master ffa0d4f6 2020-01-13 15:30 Ported: N/A Details Diff |
cmake: Use date command on cmake <3.10 so %B works Previously cmake fell back on using the date command in favour of TIMESTAMP when the cmake version was 3.8 or older. This lead to a case where a literal %B was added in the Bareos date when building with cmake 3.8 to 3.10. This patch makes cmake fall back to use the date command on versions up to 3.10. |
||
mod - core/cmake/BareosTimeFunctions.cmake | Diff File | ||
bareos-19.2 59ccd128 2020-01-13 15:30 Committer: pstorz Ported: N/A Details Diff |
cmake: Use date command on cmake <3.10 so %B works Previously cmake fell back on using the date command in favour of TIMESTAMP when the cmake version was 3.8 or older. This lead to a case where a literal %B was added in the Bareos date when building with cmake 3.8 to 3.10. This patch makes cmake fall back to use the date command on versions up to 3.10. |
||
mod - core/cmake/BareosTimeFunctions.cmake | Diff File | ||
master ddc168f7 2020-01-13 13:04 Ported: N/A Details Diff |
docs: add Percona XtraBackup plugin to release notes | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
bareos-19.2 d0420021 2020-01-13 13:04 Committer: franku Ported: N/A Details Diff |
docs: add Percona XtraBackup plugin to release notes | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
master 4de9a8d5 2020-01-10 15:56 Ported: N/A Details Diff |
AUTHORS: added all missing contributors from bareos-contrib repo | ||
mod - AUTHORS | Diff File | ||
bareos-19.2 cda4be6c 2020-01-10 15:56 Committer: franku Ported: N/A Details Diff |
AUTHORS: added all missing contributors from bareos-contrib repo | ||
mod - AUTHORS | Diff File | ||
master f2e253d4 2020-01-10 14:32 Ported: N/A Details Diff |
detect both xtrabackup and mariabackup | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/bareos-dir.d/fileset/PerconaXtraBackupTest.conf.in | Diff File | ||
mod - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/testrunner | Diff File | ||
bareos-19.2 4a34586d 2020-01-10 14:32 Committer: franku Ported: N/A Details Diff |
detect both xtrabackup and mariabackup | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/etc/bareos/bareos-dir.d/fileset/PerconaXtraBackupTest.conf.in | Diff File | ||
mod - systemtests/tests/python-fd-percona-xtrabackup-plugin-test/testrunner | Diff File | ||
master f821c4fa 2020-01-10 09:30 Ported: N/A Details Diff |
systemtests: have individual piddir for each test | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 0d68db98 2020-01-09 17:19 Ported: N/A Details Diff |
Percona Xtrabackup Plugin: rename percona_xtrabackup to percona-xtrabackup everywhere | ||
mod - core/debian/bareos-filedaemon-percona-xtrabackup-python-plugin.install.in | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
bareos-19.2 41101548 2020-01-09 17:19 Committer: franku Ported: N/A Details Diff |
Percona Xtrabackup Plugin: rename percona_xtrabackup to percona-xtrabackup everywhere | ||
mod - core/debian/bareos-filedaemon-percona-xtrabackup-python-plugin.install.in | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 1a523697 2020-01-09 17:00 Committer: pstorz Ported: N/A Details Diff |
tests: replaced static timeout by a dynamic - scheduler_sleep_count is called when the scheduler sleeps after doing his jobs |
||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
master f909b407 2020-01-09 13:42 Ported: N/A Details Diff |
do not use _ in package name | ||
mod - core/debian/control.bareos-filedaemon-python-plugin | Diff File | ||
bareos-19.2 545a2953 2020-01-09 13:42 Committer: franku Ported: N/A Details Diff |
do not use _ in package name | ||
mod - core/debian/control.bareos-filedaemon-python-plugin | Diff File | ||
master 14562bb7 2020-01-09 13:25 Ported: N/A Details Diff |
moved bareos-filedaemon-percona_xtrabackup-python-plugin definition to ontrol.bareos-filedaemon-python-plugin | ||
rm - core/debian/control.bareos-filedaemon-percona_xtrabackup-python-plugin | Diff File | ||
mod - core/debian/control.bareos-filedaemon-python-plugin | Diff File | ||
bareos-19.2 78fcc989 2020-01-09 13:25 Committer: franku Ported: N/A Details Diff |
moved bareos-filedaemon-percona_xtrabackup-python-plugin definition to ontrol.bareos-filedaemon-python-plugin | ||
rm - core/debian/control.bareos-filedaemon-percona_xtrabackup-python-plugin | Diff File | ||
mod - core/debian/control.bareos-filedaemon-python-plugin | Diff File | ||
master f58465f2 2020-01-09 11:52 Ported: N/A Details Diff |
webui systemtests: use correct webui user and password | ||
mod - systemtests/environment.in | Diff File | ||
master 8ed36c5b 2020-01-09 11:20 Ported: N/A Details Diff |
percona xtrabackup plugin: add debian packaging | ||
add - core/debian/bareos-filedaemon-percona_xtrabackup-python-plugin.install.in | Diff File | ||
add - core/debian/control.bareos-filedaemon-percona_xtrabackup-python-plugin | Diff File | ||
bareos-19.2 989d5560 2020-01-09 11:20 Committer: franku Ported: N/A Details Diff |
percona xtrabackup plugin: add debian packaging | ||
add - core/debian/bareos-filedaemon-percona_xtrabackup-python-plugin.install.in | Diff File | ||
add - core/debian/control.bareos-filedaemon-percona_xtrabackup-python-plugin | Diff File | ||
master 2196cb10 2020-01-09 10:04 Ported: N/A Details Diff |
systemtests: add macro prepare_testdir_for_daemon_run | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master e544c587 2020-01-08 18:09 Ported: N/A Details Diff |
systemtests: removed all killalls | ||
mod - systemtests/tests/backup-bareos-client-initiated-test/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-adding-client-resource/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-adding-duplicate-job-resource/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-adding-empty-job-resource/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-adding-second-director-resource/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-adding-uncommented-string/testrunner | Diff File | ||
mod - systemtests/tests/reload-works-on-unchanged-config/testrunner | Diff File |