Changesets: bareos
bareos-19.2 dd3ff16b 2020-01-24 15:53 Ported: N/A Details Diff |
bareos-config-lib.sh.in: fix review problem | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
master 6de22d58 2020-01-24 14:12 Ported: N/A Details Diff |
tests: cleanup pretest script | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
bareos-19.2 2acd3275 2020-01-24 14:12 Ported: N/A Details Diff |
tests: cleanup pretest script | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 6874cb0e 2020-01-24 14:05 Ported: N/A Details Diff |
systemtests: diff ignore symlinks and fifo* files | ||
mod - systemtests/scripts/functions | Diff File | ||
master f4482f12 2020-01-24 13:44 Ported: N/A Details Diff |
system tests: give info about test configuration in pretest | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
bareos-19.2 a2ab93ef 2020-01-24 13:44 Ported: N/A Details Diff |
system tests: give info about test configuration in pretest | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 869d2d9b 2020-01-24 13:15 Ported: N/A Details Diff |
systemtests: add file-list | ||
mod - systemtests/scripts/functions | Diff File | ||
master 1e0daa61 2020-01-24 13:15 Ported: N/A Details Diff |
cleanup: removed unneded files | ||
rm - systemtests/tests/dbconvert-mysql-postgresql-test/testrunner.orig | Diff File | ||
rm - systemtests/tests/dbconvert-mysql-postgresql-test/testrunner.postgresql | Diff File | ||
master a603ed09 2020-01-24 13:01 Ported: N/A Details Diff |
tests: introduce custom pretest script | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/CTestCustom.cmake.in | Diff File | ||
add - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
bareos-19.2 d20a9aac 2020-01-24 13:01 Ported: N/A Details Diff |
tests: introduce custom pretest script | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/CTestCustom.cmake.in | Diff File | ||
add - systemtests/ctest_custom_pretest.sh.in | Diff File | ||
master 0d9cace3 2020-01-24 12:40 Ported: N/A Details Diff |
systemtests: add weird files to systemtests | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/data/weird-files.tar.gz | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/dbconvert-mysql-postgresql-test/testrunner | Diff File | ||
master ac7e7bce 2020-01-24 12:27 Ported: N/A Details Diff |
webui tests: enable running on installed files from package | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/webui-common/testrunner.in | Diff File | ||
bareos-19.2 fd449864 2020-01-24 12:27 Ported: N/A Details Diff |
webui tests: enable running on installed files from package | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/webui-common/testrunner.in | Diff File | ||
master 4c50d96d 2020-01-24 12:25 Ported: N/A Details Diff |
system tests: skip catalog test if gtest not available | ||
mod - core/src/CMakeLists.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
bareos-19.2 d6b80bb8 2020-01-24 12:25 Ported: N/A Details Diff |
system tests: skip catalog test if gtest not available | ||
mod - core/src/CMakeLists.txt | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 14b0c726 2020-01-24 10:41 Ported: N/A Details Diff |
dbcopy: add counter and extra progress output | ||
mod - core/src/dird/dbconvert/database_export.cc | Diff File | ||
mod - core/src/dird/dbconvert/database_import.cc | Diff File | ||
master b59199d1 2020-01-24 10:02 Ported: N/A Details Diff |
systemtests: remove log line from scripts/setup | ||
mod - systemtests/scripts/setup | Diff File | ||
bareos-19.2 e581cfd2 2020-01-24 10:02 Ported: N/A Details Diff |
systemtests: remove log line from scripts/setup | ||
mod - systemtests/scripts/setup | Diff File | ||
master 57f165ff 2020-01-24 09:59 Ported: N/A Details Diff |
webui tests: add --no-sandbox option to enable testing as root | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-19.2 d62fa5d5 2020-01-24 09:59 Ported: N/A Details Diff |
webui tests: add --no-sandbox option to enable testing as root | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master e8925835 2020-01-23 23:01 Ported: N/A Details Diff |
dbcopy: use 100000 and flush cout | ||
mod - core/src/dird/dbconvert/database_import.cc | Diff File | ||
master 95979796 2020-01-23 22:45 Ported: N/A Details Diff |
dbcopy: print duration for each table | ||
mod - core/src/dird/dbconvert/database_import.cc | Diff File | ||
master cc90744b 2020-01-23 22:36 Ported: N/A Details Diff |
dbcopy: added comments | ||
mod - core/src/dird/dbconvert/database_export.cc | Diff File | ||
mod - core/src/dird/dbconvert/database_import.cc | Diff File | ||
master b4c0729d 2020-01-23 18:02 Ported: N/A Details Diff |
webui tests: only run one instance of webdriver | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-19.2 a6a1ae8c 2020-01-23 18:02 Ported: N/A Details Diff |
webui tests: only run one instance of webdriver | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File |