Changesets: bareos
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 | ||
master 4b4da6a1 2020-06-12 13:23 Ported: N/A Details Diff |
client-initiated test: wait for client to connect | ||
mod - systemtests/tests/client-initiated/testrunner | Diff File | ||
master 99f3914b 2020-06-11 14:35 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000543 from bareos/dev/franku/master/remove_warnings dev/franku/master/remove warnings |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
mod - core/src/tests/dlist_test.cc | Diff File | ||
master bf512b68 2020-06-11 14:27 Ported: N/A Details Diff |
systemtests: remove redundant information from backup-bareos-droplet-s3-test | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 4b8cd151 2020-06-10 20:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000530 from bareos/dev/maik/master/local_fileset_weird_files python-plugins: improve statp handling in localfileset plugin |
||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/bareos-fd-local-fileset-with-restoreobjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/testrunner | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 4736bc72 2020-06-10 19:59 Ported: N/A Details Diff |
python-fd-postgres: remove fileset 'pgtest' reference | ||
mod - systemtests/tests/pyplug-fd-postgres/testrunner | Diff File | ||
master 9433732e 2020-06-10 19:36 Ported: N/A Details Diff |
python-fd-postgres test: use @test_name@ in dbHost | ||
mod - systemtests/tests/pyplug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
master 970cb669 2020-06-10 19:13 Ported: N/A Details Diff |
python plugins: Fix problems after rebase | ||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py | Diff File | ||
add - systemtests/tests/pyplug-fd-local-fileset-restoreobject/python-modules/bareos-fd-local-fileset-with-restoreobjects.py | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
rm - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
master 618c040b 2020-06-10 18:17 Committer: pstorz Ported: N/A Details Diff |
python-plugins: add sanity file-exists check | ||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
master fea68e4b 2020-06-10 18:07 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000531 from bareos/dev/pstorz/master/shorten-systemtest-names systemtests: remove redundant information from names |
||
mod - systemtests/CMakeLists.txt | Diff File |