Changesets: bareos
master 124afbb8 2020-02-17 16:35 Ported: N/A Details Diff |
webui: add missing initial ukrainian mo file | ||
add - webui/module/Application/language/uk_UA.mo | Diff File | ||
master 544b6d54 2020-02-17 16:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000424 from bareos/dev/fbergkemper/master/ukrainian-localization-preparation webui: integration ukrainian localization |
||
add - webui/module/Application/language/uk_UA.po | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Auth/src/Auth/Form/LoginForm.php | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
mod - webui/scripts/localization_update.sh | Diff File | ||
master 053ef335 2020-02-17 14:30 Ported: N/A Details Diff |
systemtests: fix python-dir-plugin-test | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
bareos-19.2 a70973c6 2020-02-17 14:30 Ported: N/A Details Diff |
systemtests: fix python-dir-plugin-test | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master c3268bff 2020-02-17 13:43 Ported: N/A Details Diff |
webui: integration ukrainian localization | ||
add - webui/module/Application/language/uk_UA.po | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Auth/src/Auth/Form/LoginForm.php | Diff File | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
mod - webui/scripts/localization_update.sh | Diff File | ||
master 6766a686 2020-02-14 22:26 Ported: N/A Details Diff |
dbcopy: sort columns always in lower case - column names have to compared in lower case letters - move ToLowerCase to util.cc |
||
mod - core/src/dird/dbcopy/database_column_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
master bf1f3055 2020-02-14 17:40 Ported: N/A Details Diff |
dbcopy: use sql copy to insert data instead of insert statements | ||
mod - core/src/cats/bdb_dbi.h | Diff File | ||
mod - core/src/cats/bdb_mysql.h | Diff File | ||
mod - core/src/cats/bdb_postgresql.h | Diff File | ||
mod - core/src/cats/mysql_batch.cc | Diff File | ||
mod - core/src/cats/postgresql_batch.cc | Diff File | ||
master d2d5f9cb 2020-02-14 16:10 Ported: N/A Details Diff |
cats: add a generic interface for the sql copy command | ||
mod - core/src/cats/bdb_dbi.h | Diff File | ||
mod - core/src/cats/bdb_mysql.h | Diff File | ||
mod - core/src/cats/bdb_postgresql.h | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
add - core/src/cats/column_data.h | Diff File | ||
mod - core/src/cats/mysql_batch.cc | Diff File | ||
mod - core/src/cats/postgresql_batch.cc | Diff File | ||
mod - core/src/dird/dbcopy/row_data.h | Diff File | ||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
master c24a2efc 2020-02-14 15:46 Ported: N/A Details Diff |
dbcopy: rename to size_of_restore_object | ||
mod - core/src/cats/column_data.h | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
master 954f8efe 2020-02-14 13:47 Ported: N/A Details Diff |
cats: use separate files for batch insert functions | ||
mod - core/src/cats/CMakeLists.txt | Diff File | ||
mod - core/src/cats/bdb_postgresql.h | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/mysql.cc | Diff File | ||
add - core/src/cats/mysql_batch.cc | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
add - core/src/cats/postgresql_batch.cc | Diff File | ||
master 690e9687 2020-02-14 13:18 Ported: N/A Details Diff |
cats: rename batch insert functions for file table | ||
mod - core/src/cats/bdb_dbi.h | Diff File | ||
mod - core/src/cats/bdb_mysql.h | Diff File | ||
mod - core/src/cats/bdb_postgresql.h | Diff File | ||
mod - core/src/cats/bdb_priv.h | Diff File | ||
mod - core/src/cats/bdb_sqlite.h | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/dbi.cc | Diff File | ||
mod - core/src/cats/mysql.cc | Diff File | ||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/sql_create.cc | Diff File | ||
mod - core/src/cats/sqlite.cc | Diff File | ||
master 94d7f722 2020-02-14 12:00 Ported: N/A Details Diff |
tests: use enums instead of magic numbers for weekdays | ||
mod - core/src/tests/scheduler.cc | Diff File | ||
bareos-19.2 359896cc 2020-02-14 12:00 Ported: N/A Details Diff |
tests: use enums instead of magic numbers for weekdays | ||
mod - core/src/tests/scheduler.cc | Diff File | ||
master 2d2659d2 2020-02-14 11:45 Ported: N/A Details Diff |
tests: check a list of weekdays in the scheduler unittest - check if the execution day matches the day in a given list - when debugging is on, print the weekday ('Friday') |
||
mod - core/src/tests/scheduler.cc | Diff File | ||
mod - core/src/tests/scheduler_time_source.h | Diff File | ||
bareos-19.2 c318e041 2020-02-14 11:45 Ported: N/A Details Diff |
tests: check a list of weekdays in the scheduler unittest - check if the execution day matches the day in a given list - when debugging is on, print the weekday ('Friday') |
||
mod - core/src/tests/scheduler.cc | Diff File | ||
mod - core/src/tests/scheduler_time_source.h | Diff File | ||
master a5e153d2 2020-02-14 10:25 Ported: N/A Details Diff |
lib: renamed ClearBits to ClearBitRange | ||
mod - core/src/dird/run_conf.cc | Diff File | ||
mod - core/src/filed/accurate.h | Diff File | ||
mod - core/src/lib/bits.h | Diff File | ||
bareos-19.2 fa877ba0 2020-02-14 10:25 Ported: N/A Details Diff |
lib: renamed ClearBits to ClearBitRange | ||
mod - core/src/dird/run_conf.cc | Diff File | ||
mod - core/src/filed/accurate.h | Diff File | ||
mod - core/src/lib/bits.h | Diff File | ||
master e75a82fc 2020-02-14 10:21 Ported: N/A Details Diff |
lib: renamed SetBits to SetBitRange | ||
mod - core/src/dird/run_conf.cc | Diff File | ||
mod - core/src/filed/accurate.h | Diff File | ||
mod - core/src/lib/bits.h | Diff File | ||
bareos-19.2 bde0666c 2020-02-14 10:21 Ported: N/A Details Diff |
lib: renamed SetBits to SetBitRange | ||
mod - core/src/dird/run_conf.cc | Diff File | ||
mod - core/src/filed/accurate.h | Diff File | ||
mod - core/src/lib/bits.h | Diff File | ||
master 58e2b0d1 2020-02-14 09:23 Ported: N/A Details Diff |
docs: warn about short volume retention in always incremental Always incremental: when using relatively short values for "volume retention" in the pools, backup jobs can be pruned prematurely. This commit adds a warning and an explanation. |
||
mod - docs/manuals/source/TasksAndConcepts/AlwaysIncrementalBackupScheme.rst | Diff File | ||
bareos-19.2 1b4b4d51 2020-02-14 09:23 Ported: N/A Details Diff |
docs: warn about short volume retention in always incremental Always incremental: when using relatively short values for "volume retention" in the pools, backup jobs can be pruned prematurely. This commit adds a warning and an explanation. |
||
mod - docs/manuals/source/TasksAndConcepts/AlwaysIncrementalBackupScheme.rst | Diff File | ||
master ba478be2 2020-02-13 11:20 Ported: N/A Details Diff |
fixup: replace put_time with strftime and include missing header | ||
mod - core/src/dird/dbcopy/progress.cc | Diff File | ||
master 7dc4e01b 2020-02-12 22:48 Ported: N/A Details Diff |
systemtests: add volume-pruning-test This system tests configures a very short volume retention and checks if the volume pruning is executed as expected. |
||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/testrunner | Diff File | ||
bareos-19.2 8abbf865 2020-02-12 22:48 Ported: N/A Details Diff |
systemtests: add volume-pruning-test This system tests configures a very short volume retention and checks if the volume pruning is executed as expected. |
||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/testrunner | Diff File | ||
master 290ed9df 2020-02-12 16:23 Ported: N/A Details Diff |
dbcopy: calculate remaining hours and rows to copy - for number of rows, separate thousands with \' |
||
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 |