Changesets: bareos

master 1eef50b2

2025-01-20 11:31

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
qualty-gates: remove windows special case

We cannot remove the header completely yet, as our infrastructure
expects it to be there, but we can at least use the normal values for
it.
mod - .quality-gates.yml Diff File

master 562dfff4

2025-01-20 10:36

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2109

cmake: add cmake check whether tirpc is installed
mod - CHANGELOG.md Diff File
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/ndmp/CMakeLists.txt Diff File

master 46dd7492

2025-01-20 10:35

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 8e1f4608

2025-01-17 14:03

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
scheduler: rm client enable in last-keyword test
mod - systemtests/tests/scheduler/testrunner-scheduler-last-keyword Diff File

master 2ed2c089

2025-01-17 09:57

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
extend scheduler test for 'last' keyword
add - systemtests/tests/scheduler/etc/bareos/bareos-dir.d/job/LastSunday.conf Diff File
mod - systemtests/tests/scheduler/test-setup Diff File
add - systemtests/tests/scheduler/testrunner-scheduler-last-keyword Diff File

master bbeb462c

2025-01-17 09:09

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
autoxflate: readd HAVE_LZO guard
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc Diff File

master 1132e969

2025-01-17 07:53

Sebastian Sura

Ported: N/A

Details Diff
grpc-test-module: fix race condition

We should make sure to only accept requests from the client once the
global state (con) is completely setup, otherwise we risk deferencing
an invalid optional.
mod - core/src/plugins/filed/grpc/grpc_test_module.cc Diff File

master 187d9d8f

2025-01-17 07:49

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
apply changes by check-sources
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/ndmp/CMakeLists.txt Diff File

master f83c3139

2025-01-16 19:33

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2039

logrotate: add mtx-changer debug log config
mod - CHANGELOG.md Diff File
mod - LICENSE.txt Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/scripts/CMakeLists.txt Diff File
add - core/scripts/mtx-logrotate.in Diff File
mod - debian/bareos-storage-tape.install.in Diff File

master 85affbef

2025-01-16 19:33

Bareos Bot

Ported: N/A

Details Diff
Update LICENSE.txt
mod - LICENSE.txt Diff File

master 64028fc0

2025-01-16 19:33

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master c1daa7ca

2025-01-16 14:29

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
defaultconfig: remove deprecated `MaximumConcurrentJobs`

- removed from bareos-fd myself.conf
- removed from bareos-sd bareos-sd.conf

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/defaultconfigs/bareos-fd.d/client/myself.conf.in Diff File
mod - core/src/defaultconfigs/bareos-sd.d/storage/bareos-sd.conf.in Diff File

master 8751baeb

2025-01-16 10:52

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
account for week-keyword 'last' in config-dump
mod - core/src/dird/dird_conf.cc Diff File
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in Diff File

master c4725e48

2025-01-15 10:00

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
refactor changes in dird
mod - core/src/dird/run_validator.cc Diff File
mod - core/src/dird/run_validator.h Diff File
mod - core/src/dird/scheduler_private.cc Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_status.cc Diff File

master d1790c5e

2025-01-15 09:42

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
scheduler_private: rename RunValidators
mod - core/src/dird/scheduler_private.cc Diff File

master a65f48ae

2025-01-15 09:34

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
rename method RunValidator::TriggersOnHour
mod - core/src/dird/run_validator.cc Diff File
mod - core/src/dird/run_validator.h Diff File
mod - core/src/dird/scheduler_private.cc Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_status.cc Diff File

master 9ce7dbcc

2025-01-15 08:20

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
stored: list all devices if device is invalid

Fixes #2051: bareos commandline tools should show available
devicenames if a device is required and was not correctly specified

Note that this applies for the storage utilities bscan, bextract, bls
and bcopy.
mod - core/src/stored/butil.cc Diff File
mod - core/src/stored/butil.h Diff File

master fbfa6846

2025-01-14 09:52

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
grpc-fd: rename grpc-python-module

The name did not say much and was also misleading. We chose a name
that hopefully makes it clear what it actually does when it shows up
in a process explorer.
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/plugins/filed/grpc/CMakeLists.txt Diff File
mod - debian/bareos-filedaemon-grpc-python3-plugin.install.in Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/GrpcPlugin.rst.inc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-GrpcModule.rst.inc Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/tests/auto-grpc/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
mod - systemtests/tests/grpc-fd/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File

master 5cf16cae

2025-01-13 15:43

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: remove required for Password (Dir->Director)
mod - docs/manuals/source/include/autogenerated/bconsole-config-schema.json Diff File

master 496d8b28

2025-01-13 14:46

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
remove unnecessary variable dereferencing
mod - core/src/ndmp/CMakeLists.txt Diff File

master 569f837b

2025-01-13 14:42

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
change message types and add author
mod - AUTHORS Diff File
mod - core/src/console/console.cc Diff File

master 8f42dfe1

2025-01-13 13:18

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tray-monitor: add qt logging support
mod - core/src/qt-tray-monitor/tray-monitor.cc Diff File

master 746f9a5e

2025-01-13 12:38

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
fix autodeflate messages and refactor setup method

Fixes #1944: autoxflate lzo & visuals are broken

Remove switch statement to avoid dangerous fallthrough with code in
between which causes the problem (#1944) in the first place.
mod - core/src/plugins/stored/autoxflate/autoxflate-sd.cc Diff File

master eb4e40ff

2025-01-13 11:50

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
replace find_next_run with foreach_run
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_output.h Diff File
mod - core/src/dird/ua_status.cc Diff File

master 19cde283

2025-01-13 10:45

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
doc: IgnoreCase remove advise for Windows

Remove obsolete advise to set it to yes, on modern system you should
let it to default no.

Fix issue #2112

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/Configuration/Director.rst Diff File
 First  Prev  1 2 3 ... 15 16 17 18 19 20 21 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 671 672 673  Next  Last