Changesets: bareos
master 1224e45a 2020-06-16 20:12 Ported: N/A Details Diff |
cram-md5: same stored should pass cram security | ||
mod - core/src/lib/cram_md5.cc | Diff File | ||
mod - core/src/tests/cram_md5.cc | Diff File | ||
bareos-19.2 912c707e 2020-06-16 20:12 Ported: N/A Details Diff |
cram-md5: same stored should pass cram security | ||
mod - core/src/lib/cram_md5.cc | Diff File | ||
mod - core/src/tests/cram_md5.cc | Diff File | ||
master 5dc9c2cc 2020-06-16 20:11 Ported: N/A Details Diff |
vmware-test: enable_vmware_test variable set in PARENT_SCOPE | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
master 39505add 2020-06-16 19:23 Ported: N/A Details Diff |
fixup: add more log output | ||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/cram_md5.cc | Diff File | ||
mod - core/src/lib/cram_md5.h | Diff File | ||
mod - core/src/tests/cram_md5.cc | Diff File | ||
bareos-19.2 943ae621 2020-06-16 19:23 Ported: N/A Details Diff |
fixup: add more log output | ||
mod - core/src/lib/bsock.cc | Diff File | ||
mod - core/src/lib/cram_md5.cc | Diff File | ||
mod - core/src/lib/cram_md5.h | Diff File | ||
mod - core/src/tests/cram_md5.cc | Diff File | ||
master f74c4c3c 2020-06-16 11:00 Ported: N/A Details Diff |
bareos.spec: run ctest in parallel with REGRESS_DEBUG | ||
mod - core/debian/rules | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 4aec4a0a 2020-06-16 10:33 Ported: N/A Details Diff |
systemtests: environment.in: add /sbin and /usr/sbin to PATH | ||
mod - systemtests/environment.in | Diff File | ||
master 20b783b2 2020-06-16 01:16 Ported: N/A Details Diff |
cmake: use postgresql as default backend when all three backends are built | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
master 22e0037b 2020-06-16 00:00 Ported: N/A Details Diff |
bareos.spec: remove bareos-webui files for now | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 5823ac7e 2020-06-15 23:39 Ported: N/A Details Diff |
bareos.spec: get systemd files now from core/platforms | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 8ea99826 2020-06-15 23:18 Ported: N/A Details Diff |
bareos.spec: get the doc files from core/ subdir | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 9298cc40 2020-06-15 22:56 Ported: N/A Details Diff |
bareos.spec: switch to tar.gz package format | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 81e56923 2020-06-15 21:37 Ported: N/A Details Diff |
bareos.spec: run all tests during build | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 89c03e7e 2020-06-15 20:41 Ported: N/A Details Diff |
unittests: add test for cram md5 | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/cram_md5.cc | Diff File | ||
bareos-19.2 e9bd9e37 2020-06-15 20:41 Ported: N/A Details Diff |
unittests: add test for cram md5 | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/cram_md5.cc | Diff File | ||
master fe661703 2020-06-15 19:12 Ported: N/A Details Diff |
systemtests: disable python-bareos when running inside of container The python-bareos-test always fails when run in container |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 51690e5d 2020-06-15 17:53 Ported: N/A Details Diff |
systemtests: use correct python2/python3 executable | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master e8b6f7a2 2020-06-15 15:54 Ported: N/A Details Diff |
pyplug-fd-postgres: fix PATH | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/database/setup_local_db.sh | Diff File | ||
master 626870bd 2020-06-15 15:20 Ported: N/A Details Diff |
environment.in: debian adaptions to have correct PATH | ||
mod - systemtests/environment.in | Diff File | ||
master a59af84d 2020-06-15 15:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000518 from tikoflano/run-job-virtualfull-improvements Improve the VirtualFull run job |
||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
mod - webui/module/Job/src/Job/Form/RunJobForm.php | Diff File | ||
mod - webui/module/Job/src/Job/Model/Job.php | Diff File | ||
mod - webui/module/Job/src/Job/Model/JobModel.php | Diff File | ||
mod - webui/module/Job/view/job/job/run.phtml | Diff File | ||
mod - webui/module/Pool/src/Pool/Model/PoolModel.php | Diff File | ||
master e4870841 2020-06-15 15:05 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000525 from tikoflano/Add-links-to-joblogs Improve JobLogs formatting |
||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 686394a6 2020-06-15 14:54 Ported: N/A Details Diff |
bvfs: Prevent from unique key violations on .bvfs_update When multiple .bvfs_update operations were run simultaneously and both jobs have many common paths, it was possible that this caused unique constraint violation errors (PostgreSQL) or duplicate entry errors (MySQL/MariaDB). While this did not cause any functional problem, it could bloat logs with lots of error messages in some cases. This change adds an explicit exclusive write lock to prevent from such error messages. |
||
mod - core/src/cats/bdb_query_enum_class.h | Diff File | ||
mod - core/src/cats/bdb_query_names.inc | Diff File | ||
mod - core/src/cats/bvfs.cc | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0 | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0.mysql | Diff File | ||
add - core/src/cats/dml/0078_bvfs_lock_pathhierarchy_0.postgresql | Diff File | ||
add - core/src/cats/dml/0079_bvfs_unlock_tables_0 | Diff File | ||
add - core/src/cats/dml/0079_bvfs_unlock_tables_0.mysql | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
master 9c7ffe0d 2020-06-15 11:29 Ported: N/A Details Diff |
pyplug-fd-postgres test: now works with debian 10 | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 429c7cf5 2020-06-12 21:39 Ported: N/A Details Diff |
pyplug-fd-postgres test: can be run as root user When running as user root, the database needs to run as user postgresql as pg_ctl cannot be started as root. |
||
mod - systemtests/tests/pyplug-fd-postgres/database/setup_local_db.sh | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 955dac61 2020-06-12 19:39 Ported: N/A Details Diff |
systemtests: fix pyplug-fd-postgres test - fix typo in fileset/PluginTest.conf.in that caused the problems - check for requirements of pyplug-fd-postgres test before activating - setup_local_db: wait long enough for start of db - testrunner: increase timeout variable |
||
mod - core/src/plugins/filed/BareosFdPluginPostgres.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/client-initiated/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/database/setup_local_db.sh | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File |