Changesets: bareos

master f74c4c3c

2020-06-16 11:00

pstorz

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

franku

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

franku

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

frank


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

frank


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

stephand

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

pstorz

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

pstorz

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

pstorz

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

pstorz

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

franku


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

franku

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

pstorz


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

pstorz

Ported: N/A

Details Diff
python-fd-postgres: remove fileset 'pgtest' reference
mod - systemtests/tests/pyplug-fd-postgres/testrunner Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 209 210 211 212 213 214 215 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last