Changesets: bareos
master c2e8675f 2023-09-15 11:43 Ported: N/A Details Diff |
check-source: ignore bootstrap*.css The bareos-webui uses bootstrap and therefore we include bootstrap files in our repo. bareos-check-sources should not modify these files and therefore we exclude them. |
||
mod - .bareos-check-sources-ignore | Diff File | ||
master 814ece62 2023-09-15 10:43 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: fix problem in PAM test | ||
mod - systemtests/tests/python-pam/pamlogintest.py | Diff File | ||
master ef365301 2023-09-15 10:33 Committer: Bareos Bot Ported: N/A Details Diff |
lib: make TLS Enable = no imply TLS Require = no Previously, when setting `TLS Require = yes` this would implicitly also set `TLS Enable = yes`. Since both, `TLS Enable` and `TLS Require` now default to yes, this would mean that to disable TLS you have to set both `TLS Enable = no` and `TLS Require = no`. Thus patch changes the behaviour, to make `TLS Enable = no` also imply `TLS Require = no`. The most common scenarios don't require any configuration change, as the effect is unchanged. In the improbable case where you had configured Bareos like this: ``` TLS Enable = no TLS Require = yes ``` The old behaviour was to have TLS enabled and required, while the new behaviour is now to have TLS disabled. |
||
mod - core/src/lib/tls_conf.cc | Diff File | ||
mod - core/src/tests/configs/console-director/tls_disabled/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - core/src/tests/configs/console-director/tls_disabled/bconsole.conf | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
mod - systemtests/tests/notls/etc/bareos/bconsole.conf.in | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/admin-notls.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/admin-tls.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/client-bareos-fd.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/job-backup-bareos-fd.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/noapicommand.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/noautodisplaycommand.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/poolfull.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/poolnotfull.conf | Diff File | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole-notls.conf | Diff File | ||
mod - systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/PamConsole.conf | Diff File | ||
mod - systemtests/tests/python-pam/etc/bareos/bareos-dir.d/console/admin.conf | Diff File | ||
mod - systemtests/tests/python-pam/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/console/admin.conf | Diff File | ||
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/console/readonly.conf | Diff File | ||
master 57dbed1e 2023-09-14 17:39 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001550 webui: upgrade bootstrap to version 3.4.1 |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/css/bootstrap-theme.css | Diff File | ||
mod - webui/public/css/bootstrap-theme.css.map | Diff File | ||
mod - webui/public/css/bootstrap-theme.min.css | Diff File | ||
mod - webui/public/css/bootstrap.css | Diff File | ||
mod - webui/public/css/bootstrap.css.map | Diff File | ||
mod - webui/public/css/bootstrap.min.css | Diff File | ||
mod - webui/public/css/bootstrap.min.css.map | Diff File | ||
mod - webui/public/js/bootstrap.js | Diff File | ||
mod - webui/public/js/bootstrap.min.js | Diff File | ||
master 27cc11fc 2023-09-14 17:39 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a5943fbd 2023-09-14 15:57 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
refactor: remove unused uuid(x) macro | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/win32/filed/vss_generic.cc | Diff File | ||
master a81cf3bb 2023-09-14 13:50 Committer: Bareos Bot Ported: N/A Details Diff |
VMwarePlugin.rst.inc: Fix indentation of note | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
master b2c26158 2023-09-14 10:32 Alaa Eddine Elamri Committer: Bareos Bot Ported: N/A Details Diff |
change `limit` and `offset` type to uint64_t | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/lib/output_formatter.cc | Diff File | ||
mod - core/src/lib/output_formatter.h | Diff File | ||
master 68ffaa92 2023-09-13 18:27 Bruno Friedmann Committer: Bareos Bot Ported: N/A Details Diff |
improve code to PEP8 with pylint Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
master f59a9278 2023-09-13 17:43 Bruno Friedmann Committer: Bareos Bot Ported: N/A Details Diff |
make plugin in one file - merge both py to bareos-fd-postgresql.py - adapt cmake and packaging - improve try exception block for pg8000 loading Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
rm - core/src/plugins/filed/python/postgresql/BareosFdPluginPostgreSQL.py | Diff File | ||
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py | Diff File | ||
mod - debian/bareos-filedaemon-postgresql-python-plugin.install.in | Diff File | ||
master 3aa1f8f4 2023-09-13 17:19 Committer: joergs Ported: N/A Details Diff |
webui: upgrade bootstrap to version 3.4.1 | ||
mod - webui/public/css/bootstrap-theme.css | Diff File | ||
mod - webui/public/css/bootstrap-theme.css.map | Diff File | ||
mod - webui/public/css/bootstrap-theme.min.css | Diff File | ||
mod - webui/public/css/bootstrap.css | Diff File | ||
mod - webui/public/css/bootstrap.css.map | Diff File | ||
mod - webui/public/css/bootstrap.min.css | Diff File | ||
mod - webui/public/css/bootstrap.min.css.map | Diff File | ||
mod - webui/public/js/bootstrap.js | Diff File | ||
mod - webui/public/js/bootstrap.min.js | Diff File | ||
master 6378bedc 2023-09-13 15:54 Alaa Eddine Elamri Committer: Bareos Bot Ported: N/A Details Diff |
reduce retry timeout time when checking families | ||
mod - core/src/lib/address_conf.cc | Diff File | ||
master 141659ab 2023-09-12 22:04 Committer: Bareos Bot Ported: N/A Details Diff |
VMware Plugin: Changes requested for PR 1532 Unified setting controllerKey and unitNumber. Note in docs properly formatted now. |
||
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
master 502513d1 2023-09-12 16:26 Ported: N/A Details Diff |
doc: add warning about dir crash in RescheduleOnError - fix issue#909 by adding a warning into documentation, that in case of director's crash the running and waiting jobs will not get rescheduled Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RescheduleOnError.rst.inc | Diff File | ||
master 3509d4d4 2023-09-12 16:24 Alaa Eddine Elamri Committer: Bareos Bot Ported: N/A Details Diff |
add `level` keyword in `list` that acts as `joblevel` alias | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
master 8da0f1a9 2023-09-12 12:50 Alaa Eddine Elamri Committer: Bareos Bot Ported: N/A Details Diff |
refactor: make `query_range` a `std::string` | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
master 5d917277 2023-09-12 12:41 Alaa Eddine Elamri Committer: Bareos Bot Ported: N/A Details Diff |
refactor: remove `TRUE` and `FALSE` defines | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/findlib/bfile.cc | Diff File | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/btimers.cc | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/lib/message.h | Diff File | ||
master 64510c98 2023-09-12 11:02 Ported: N/A Details Diff |
docs: AbsoluteJobTimeout add description - add description and since version - fix issue#924 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/dird/dird_conf.cc | Diff File | ||
mod - core/src/filed/filed_conf.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master fae4b06e 2023-09-12 10:15 Ported: N/A Details Diff |
systemtests restapi: adapted required packages Don't require preinstalled python-bareos package, as this modul is used from the local checkout (and not available on the testing systems). |
||
mod - systemtests/tests/restapi/testrunner | Diff File | ||
master caf1141c 2023-09-11 18:01 Ported: N/A Details Diff |
restapi: adapt for pydantic >= 2 | ||
mod - restapi/bareos_restapi/models.py | Diff File | ||
master 056955a4 2023-09-11 16:38 Ported: N/A Details Diff |
docs: Fix config-Dir_Director_MaximumConcurrentJobs - cleanup description from volume interleave data. - fix syntax Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-director-MaximumConcurrentJobs.rst.inc | Diff File | ||
master b376f3d1 2023-09-11 14:52 Ported: N/A Details Diff |
python-bareos: adapt version numbers to PEP 440 Bareos version numbers don't comply to PEP 440 and needs to be translated. Version translation has been adapted to the more strict requirements of the Python packaging modul >=23. |
||
mod - python-bareos/bareos/util/__init__.py | Diff File | ||
add - python-bareos/bareos/util/version.py | Diff File | ||
mod - python-bareos/setup.py | Diff File | ||
mod - restapi/bareos_restapi/__init__.py | Diff File | ||
mod - restapi/setup.py | Diff File | ||
master e10b9c75 2023-09-11 10:20 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
channel: assert channel not being closed on read/write | ||
mod - core/src/lib/channel.h | Diff File | ||
master 706c47ac 2023-09-11 09:23 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
channel: unify the return values of try_* and * | ||
mod - core/src/lib/channel.h | Diff File | ||
master b8cabd02 2023-09-11 06:53 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
util: add hash_combine | ||
mod - core/src/findlib/hardlink.h | Diff File | ||
mod - core/src/lib/util.h | Diff File |