Changesets: bareos
master 52c51845 2021-10-29 15:36 Committer: stephand Ported: N/A Details Diff |
plugin/openvz moved to contrib | ||
master b4e34b38 2021-10-29 14:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000911 from benibr/plugin/prometheus Add Python DIR plugin for prometheus metrics |
||
mod - CHANGELOG.md | Diff File | ||
add - contrib/dir-plugins/prometheus/BareosDirPluginPrometheusExporter.py | Diff File | ||
add - contrib/dir-plugins/prometheus/README.md | Diff File | ||
add - contrib/dir-plugins/prometheus/bareos-dir-prometheus-exporter.py | Diff File | ||
add - contrib/dir-plugins/prometheus/requirements.txt | Diff File | ||
master de04820a 2021-10-29 14:01 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master d8061209 2021-10-28 15:19 Alaa Eddine Elamri Committer: pstorz Ported: N/A Details Diff |
docs: updated documentation and usage | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
master 0b73b84e 2021-10-28 12:16 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000962 from bareos/dev/pstorz/master/update-addresses-docs docs: update documentation of config data types |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/scripts/generate-resoure-descriptions.py | Diff File | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master 5eb5132e 2021-10-28 11:16 Bruno Friedmann @Bareos Committer: stephand Ported: N/A Details Diff |
Update core/src/cats/ddl/updates/postgresql.2192_2210.sql Obsoleted PG 9.2 still present in Centos 7 Co-authored-by: sduehr <stephan.duehr@bareos.com> |
||
mod - core/src/cats/ddl/updates/postgresql.2192_2210.sql | Diff File | ||
bareos-19.2 a29f1001 2021-10-27 20:41 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
ua_status.cc: avoid crash and skip printing if client is not set (cherry picked from commit e88b8f5822edd5948f1b2eafa0a37683d04c89af) |
||
mod - core/src/dird/ua_status.cc | Diff File | ||
master e88b8f58 2021-10-27 20:41 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
ua_status.cc: avoid crash and skip printing if client is not set | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
master ac75f0b7 2021-10-27 18:36 Committer: arogge Ported: N/A Details Diff |
crypto_cache.cc: re-add accidentially removed code | ||
mod - core/src/lib/crypto_cache.cc | Diff File | ||
master a83f9789 2021-10-27 18:30 Committer: arogge Ported: N/A Details Diff |
droplet: do not check for droplet submodule As droplet is now part of the bareos repo. |
||
mod - core/CMakeLists.txt | Diff File | ||
master 9e095ac1 2021-10-27 18:29 Committer: arogge Ported: N/A Details Diff |
cmake: set -Wall and -Werror in one call | ||
mod - core/CMakeLists.txt | Diff File | ||
master 2b7a8158 2021-10-27 18:25 Committer: arogge Ported: N/A Details Diff |
lmdb: use CMAKE_C_COMPILER_ID to determine gnu compiler | ||
mod - core/src/lmdb/CMakeLists.txt | Diff File | ||
master 7fd722b5 2021-10-27 18:03 Committer: arogge Ported: N/A Details Diff |
cmake: disable HAVE_CHFLAGS if chflags is a stub | ||
mod - core/cmake/BareosCheckSymbols.cmake | Diff File | ||
master 0a22c444 2021-10-27 16:51 Bruno Friedmann @Bareos Committer: GitHub Ported: N/A Details Diff |
Apply suggestions from code review Formatting improvements Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com> |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master 9ea6eca6 2021-10-27 16:31 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 06a2b23d 2021-10-27 16:19 Committer: GitHub Ported: N/A Details Diff |
Apply suggestions from code review Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com> |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master 96a893f1 2021-10-27 15:53 Committer: GitHub Ported: N/A Details Diff |
Apply suggestions from code review | ||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master c383e621 2021-10-27 15:42 Committer: GitHub Ported: N/A Details Diff |
Apply suggestions from code review Co-authored-by: Bruno Friedmann @Bareos <89836284+bruno-at-bareos@users.noreply.github.com> |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
master aa216dcc 2021-10-26 20:07 Committer: arogge Ported: N/A Details Diff |
systemtests: add system:chflags test | ||
add - cmake/BareosCheckChflags.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 49d3c5b8 2021-10-26 19:00 Committer: arogge Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 79568659 2021-10-26 18:07 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 93e2a939 2021-10-26 18:01 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
ua_status: check job->client pointer before dereferencing | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
master 953e70d0 2021-10-26 13:16 Bruno Friedmann @Bareos Committer: stephand Ported: N/A Details Diff |
Update core/src/cats/ddl/creates/mysql.sql Co-authored-by: sduehr <stephan.duehr@bareos.com> |
||
mod - core/src/cats/ddl/creates/mysql.sql | Diff File | ||
master 63aaac31 2021-10-25 21:24 Ported: N/A Details Diff |
Avoid import * Where possible we try to avoid from ... import * in Python code. |
||
mod - core/src/plugins/filed/python/openvz7/bareos-fd-vz7_ct_fs.py | Diff File | ||
master e7d30490 2021-10-25 14:00 Ported: N/A Details Diff |
docs: add 'release' to list of admin-job commands | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RunScript.rst.inc | Diff File |