Changesets: bareos
master 68fa5b2e 2021-11-17 17:12 Ported: N/A Details Diff |
droplet: Fix xattr.h include - Replace obsoleted attr/xattr.h (removed upstream in 2015) by sys/xattr.h Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/droplet/libdroplet/src/backend/posix/reqbuilder.c | Diff File | ||
mod - core/src/droplet/libdroplet/src/utils.c | Diff File | ||
master 6677207c 2021-11-17 17:08 Ported: N/A Details Diff |
Update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 4a2549e9 2021-11-17 14:28 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
cats: renaming query files and changing permissions updated related files |
||
mod - core/src/cats/bdb_query_enum_class.h | 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 | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
master 6c9173a9 2021-11-17 13:35 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
cats: changed sql comments to regular cpp comments | ||
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 7e859371 2021-11-17 12:34 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 78e2b012 2021-11-16 18:29 Alaa Eddine Elamri Ported: N/A Details Diff |
systemtest: added `status scheduler` test to verify correct output updated scheduler-backup systemtest to comply to substest format |
||
add - systemtests/tests/scheduler-backup/etc/bareos/bareos-dir.d/job/copy.conf | Diff File | ||
add - systemtests/tests/scheduler-backup/testrunner-scheduler-status-copy-job | Diff File | ||
master 19e8f0b1 2021-11-16 15:56 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
ua_status.cc: updated `status subscriptions` display Now displaying the data from the newly added queries Displays correct json format when on `api 2` mode |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
master bdfe9aa3 2021-11-15 11:32 Alaa Eddine Elamri Ported: N/A Details Diff |
console: fix for autocompletion crash | ||
mod - core/src/console/console.cc | Diff File | ||
master 4cfdab87 2021-11-12 18:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000959 berrno windows issue |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/berrno.cc | Diff File | ||
mod - core/src/lib/berrno.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/berrno_test.cc | Diff File | ||
master 04db2543 2021-11-12 11:34 Alaa Eddine Elamri Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4d5f0c12 2021-11-12 11:34 Alaa Eddine Elamri Ported: N/A Details Diff |
lib: show windows error codes along with unix errors on windows The errors would not use the necessary windows code when `b_errno_win32` is not set. And so, the program automatically tries to search for a Linux interpretation of the error code, which would lead to a wrong/non-existant message for that error code. Windows and Linux error codes are different and only have a few common error codes like `0` for `success` or error `2` for `no such file a directory`. This change makes sure that, when in doubt, just show both messages and let the user interpret the error code provided. |
||
mod - core/src/lib/berrno.cc | Diff File | ||
mod - core/src/lib/berrno.h | Diff File | ||
master d20ef990 2021-11-12 11:28 Alaa Eddine Elamri Ported: N/A Details Diff |
lib: fixed empty error messages on windows certain windows errors do not have a message to accompany them! The `formatMessage()` function returns an empty string when called for an error that does not have a registered message. Basically, not all error strings are defined in the system message table. So the change that was made was to make sure that if the error message does not exist, at least the error code is returned to the user so they can search for the appropriate error reason somewhere else |
||
mod - core/src/lib/berrno.cc | Diff File | ||
master d3e19496 2021-11-12 11:25 Alaa Eddine Elamri Ported: N/A Details Diff |
gtest: added berrno test | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/berrno_test.cc | Diff File | ||
master c8305c9c 2021-11-11 23:07 Ported: N/A Details Diff |
doc: fix handling configuration directives The Bareos configuration directives are expected to be written in CamelCase. It turned out, that this is not always the case, resulting in mismatch of documentation files and broken internal links. This changes renames some configuration directives into proper CamelCase. It also tries to convert directives into proper CamelCase, adds link targets also for :config:option: with 2 components and produces warnings on dangling links, |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/_extensions/bareos-ext.py | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
master c45ad99e 2021-11-11 18:16 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000981 Fix PostgreSQL create database script and client_min_message level |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.14_2001.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2001_2002.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2002_2003.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2003_2004.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2171_2192.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2192_2210.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.bee.1017_2004.sql | Diff File | ||
master b57c50b6 2021-11-11 17:11 Committer: GitHub Ported: N/A Details Diff |
Merge pull request BareosCheckFunctions: check for chflags() |
||
mod - CHANGELOG.md | Diff File | ||
add - cmake/BareosCheckChflags.cmake | Diff File | ||
mod - core/cmake/BareosCheckFunctions.cmake | Diff File | ||
mod - core/cmake/BareosCheckSymbols.cmake | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/chflags/CMakeLists.txt | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/chflags/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/chflags/testrunner | Diff File | ||
master cf94f4ff 2021-11-11 12:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000982 Adapt Percona xtrabackup test |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 6dd1132b 2021-11-11 11:16 Committer: arogge Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 29c1a895 2021-11-11 11:02 Committer: arogge Ported: N/A Details Diff |
Update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 71c42ec7 2021-11-11 10:54 Committer: arogge Ported: N/A Details Diff |
core: set client_min_message = warning in PostgreSQL update SQL scripts - PostgreSQL client_min_message = 'fatal' is no more supported update them all to 'error' or 'warning' level Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/cats/ddl/updates/postgresql.11_12.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.12_14.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.14_2001.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2001_2002.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2002_2003.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2003_2004.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2004_2171.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2171_2192.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.2192_2210.sql | Diff File | ||
mod - core/src/cats/ddl/updates/postgresql.bee.1017_2004.sql | Diff File | ||
master e6dc9576 2021-11-11 10:50 Committer: arogge Ported: N/A Details Diff |
Fix PostgreSQL create database script - Put Encoding and LC directly into SQL create code - Rework the check about encoding and LC Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/cats/create_bareos_database.in | Diff File | ||
master 714b1bbc 2021-11-10 18:37 Committer: arogge Ported: N/A Details Diff |
percona-xtrabackup-test: remove mysql_install_db parts (cherry picked from commit 69d4ecee09b75a243270b3d3e67de40a053c9c29) |
||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 7cc85062 2021-11-10 17:20 Committer: arogge Ported: N/A Details Diff |
systemtests: adapt percona-xtrabackup test (cherry picked from commit 796ea4fa15cf0190afa088ac55bbd6ba79816710) |
||
mod - core/cmake/BareosFindPrograms.cmake | Diff File | ||
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner | Diff File | ||
master 4f6c5fdb 2021-11-10 16:29 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000973 stored: don't unload tapes from blocked devices |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/autochanger.cc | Diff File | ||
bareos-19.2 1dda7404 2021-11-10 16:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000977 backport adaptions for fedora 35 |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
add - docs/pkglists/Fedora_35.x86_64 | Diff File | ||
mod - python-bareos/packaging/python-bareos.spec | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php | Diff File | ||
mod - webui/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php | Diff File |