Changesets: bareos
master ba37eb57 2020-02-09 22:49 Ported: N/A Details Diff |
dbcopy: print the percentage of progress of each table | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
mod - core/src/dird/dbcopy/progress.cc | Diff File | ||
mod - core/src/dird/dbcopy/progress.h | Diff File | ||
master 45434d24 2020-02-09 17:26 Ported: N/A Details Diff |
dbcopy: add class progress | ||
mod - core/src/dird/dbcopy/CMakeLists.txt | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.h | Diff File | ||
add - core/src/dird/dbcopy/progress.cc | Diff File | ||
add - core/src/dird/dbcopy/progress.h | Diff File | ||
master 25d4d2c4 2020-02-07 22:24 Ported: N/A Details Diff |
fixup - implement requested changes in test | ||
mod - core/src/tests/test_crc32.cc | Diff File | ||
bareos-19.2 77b75c06 2020-02-07 22:24 Ported: N/A Details Diff |
fixup - implement requested changes in test (cherry picked from commit 25d4d2c426e5621af5deaa2c13b57e6174ce55de) |
||
mod - core/src/tests/test_crc32.cc | Diff File | ||
master ee0b908a 2020-02-07 17:58 Ported: N/A Details Diff |
stored: use correct algorithm on FreeBSD Fixes 0001180: CRC checksum algorihm changed between 18.2.7 and 19.2.5 Previously crc32.cc did not detect when it couldn't find out what endianess the machine was. This is now fixed so that 1. FreeBSD detects endianess correctly 2. the compile fails when there is no __BYTE_ORDER |
Affected Issues 0001180 |
|
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
bareos-19.2 ace6c834 2020-02-07 17:58 Ported: N/A Details Diff |
stored: use correct algorithm on FreeBSD Fixes 0001180: CRC checksum algorihm changed between 18.2.7 and 19.2.5 Previously crc32.cc did not detect when it couldn't find out what endianess the machine was. This is now fixed so that 1. FreeBSD detects endianess correctly 2. the compile fails when there is no __BYTE_ORDER (cherry picked from commit ee0b908a19cd740379e483da01d3054c9ccfd0a9) |
Affected Issues 0001180 |
|
mod - core/src/stored/crc32/crc32.cc | Diff File | ||
master c0e80d43 2020-02-07 17:18 Ported: N/A Details Diff |
tests: cleanup messages unittest - renamed variables - use only one map for the filepointers - reordered the initialization |
||
mod - core/src/tests/messages.cc | Diff File | ||
bareos-19.2 bbc1a9da 2020-02-07 17:18 Ported: N/A Details Diff |
tests: cleanup messages unittest - renamed variables - use only one map for the filepointers - reordered the initialization |
||
mod - core/src/tests/messages.cc | Diff File | ||
master a2441f31 2020-02-07 16:26 Ported: N/A Details Diff |
tests: do not build messages unittest for client-only | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
bareos-19.2 69d5fe41 2020-02-07 16:26 Ported: N/A Details Diff |
tests: do not build messages unittest for client-only | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 7c344947 2020-02-07 15:30 Ported: N/A Details Diff |
systemtests: add the operator and mail destination to messages test - add the destinations to the messages resource - reword the test string |
||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
bareos-19.2 feb314c5 2020-02-07 15:30 Ported: N/A Details Diff |
systemtests: add the operator and mail destination to messages test - add the destinations to the messages resource - reword the test string |
||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
master 43e48cbe 2020-02-07 11:38 Ported: N/A Details Diff |
systemtests: rename filenames used for messages output files - rename filenames - add a environment variable for the logfile path |
||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
bareos-19.2 bba159dc 2020-02-07 11:38 Ported: N/A Details Diff |
systemtests: rename filenames used for messages output files - rename filenames - add a environment variable for the logfile path |
||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
master 4e482a27 2020-02-07 11:30 Ported: N/A Details Diff |
tests: test crc32 with a real label block Bug 0001180: CRC checksum algorithm changed between 18.2.7 and 19.2.5 Previously the crc32 tests did only rudimentary changes, but did not check with a real bareos block. This patch now adds a dumped label block from a test-installation and calculates the checksum for that. This patch also changes the pattern for another test, so it triggers on an endianess problem too. |
Affected Issues 0001180 |
|
mod - core/src/tests/test_crc32.cc | Diff File | ||
bareos-19.2 bf4250b8 2020-02-07 11:30 Ported: N/A Details Diff |
tests: test crc32 with a real label block Bug 0001180: CRC checksum algorithm changed between 18.2.7 and 19.2.5 Previously the crc32 tests did only rudimentary changes, but did not check with a real bareos block. This patch now adds a dumped label block from a test-installation and calculates the checksum for that. This patch also changes the pattern for another test, so it triggers on an endianess problem too. (cherry picked from commit 4e482a27661ae6221e077811b714e6cb985fdb5e) |
Affected Issues 0001180 |
|
mod - core/src/tests/test_crc32.cc | Diff File | ||
master ffbf368e 2020-02-07 11:05 Ported: N/A Details Diff |
tests: evaluate REGRESS_DEBUG in messages test | ||
mod - core/src/tests/messages.cc | Diff File | ||
bareos-19.2 82ea5b0b 2020-02-07 11:05 Ported: N/A Details Diff |
tests: evaluate REGRESS_DEBUG in messages test | ||
mod - core/src/tests/messages.cc | Diff File | ||
master 3800ebc0 2020-02-06 23:10 Ported: N/A Details Diff |
systemtests: add stdout and stderr as destination to messages | ||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
bareos-19.2 795666ef 2020-02-06 23:10 Ported: N/A Details Diff |
systemtests: add stdout and stderr as destination to messages | ||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
master 249ca157 2020-02-06 18:00 Ported: N/A Details Diff |
systemtest: add more test pattern to message test | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
bareos-19.2 a7cc9e28 2020-02-06 18:00 Ported: N/A Details Diff |
systemtest: add more test pattern to message test | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/messages.cc | Diff File | ||
mod - systemtests/tests/messages-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
mod - systemtests/tests/messages-test/testrunner | Diff File | ||
master 93cef661 2020-02-06 17:59 Ported: N/A Details Diff |
lib: prepare callbacks for mockup callbacks in unittests | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/lib/message.h | Diff File | ||
bareos-19.2 d56539bd 2020-02-06 17:59 Ported: N/A Details Diff |
lib: prepare callbacks for mockup callbacks in unittests | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/lib/message.h | Diff File | ||
master 8af04707 2020-02-06 16:25 Ported: N/A Details Diff |
webui: Fix sorting of job selection in restore module A recent bconsole command change in the getClientBackups method of the client model lead to a wrong population of the backup job selection to choose from in the restore module. To fix this issue the population of the backup job selection list is still done by the getClientBackups method but with the proper bconsole command as it has been before. The client details action now calls the getClientJobs method of the client model to get a job list with all status instead a list of successful backup jobs only. Fixes 0001174: reversed sort order on the restore client selection |
Affected Issues 0001174 |
|
mod - webui/module/Client/src/Client/Controller/ClientController.php | Diff File | ||
mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File |