Changesets: bareos

master 928546cd

2024-06-07 11:44

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-tree: unify unmarkcmd and markcmd
mod - core/src/dird/ua_tree.cc Diff File

master fb7c683a

2024-06-07 10:54

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tree: replace extract_dir

extract_dir does not make a lot of sense (its basically the same as
extract). Instead we save if there is any marked node inside the
subtree.
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File
mod - core/src/dird/ua_restore.cc Diff File
mod - core/src/dird/ua_tree.cc Diff File
mod - core/src/lib/tree.h Diff File

master d2ed0e30

2024-06-07 10:42

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tree: change TN defines into enums; rename TREE_NODE

remove TREE_NODE macro and remove s_ prefix from type
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc Diff File
mod - core/src/dird/ndmp_dma_restore_NDMP_NATIVE.cc Diff File
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_restore.cc Diff File
mod - core/src/dird/ua_tree.cc Diff File
mod - core/src/lib/tree.cc Diff File
mod - core/src/lib/tree.h Diff File

master 25a8dbab

2024-06-07 10:05

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
tree: fix TREE_ROOT not correctly extending TREE_NODE
mod - core/src/benchmarks/restore_browser_stress_test.cc Diff File
mod - core/src/dird/ua_tree.cc Diff File
mod - core/src/lib/tree.cc Diff File
mod - core/src/lib/tree.h Diff File
mod - core/src/tests/globbing_test.cc Diff File

master 5af5a106

2024-06-07 09:54

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
ua-tree: fix miscounting marked elements
mod - core/src/dird/ua_tree.cc Diff File

master 1c26e7f2

2024-06-06 17:23

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
VMware Plugin: Adapt to Python 3.12

The changed configparser and ssl modules in Python 3.12 required
adaptions of the plugin code so that it now works with the
Python versions 3.6, 3.9, 3.10 and 3.12
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master e598eadd

2024-06-06 17:15

pstorz


Committer: arogge

Ported: N/A

Details Diff
matrix: only test openssl3 on rhel-9
mod - .matrix.yml Diff File

master f933d609

2024-06-06 16:14

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
bareos-fd-connect: fix output
mod - python-bareos/bin/bareos-fd-connect.py Diff File

master 448a9dd9

2024-06-06 13:37

tuxmaster5000


Committer: Bareos Bot

Ported: N/A

Details Diff
Use only MinGW VSS
mod - core/src/filed/filed.h Diff File
mod - core/src/win32/filed/vss_generic.cc Diff File

master c3fe9f0b

2024-06-05 10:50

arogge


Committer: Bareos Bot

Ported: N/A

Details Diff
python-fd: improve BareosFdWrapper

The wrappers won't catch any exceptions, but will let python-fd's
error handler take care of them. Previously this was a bit unclear as
load_bareos_plugin() did handle exceptions, but the other wrapper
functions did not.

We now declare what names will be exported to consuming plugins. This
ensures we can change the implementation as long as we don't break the
API. This also ensures that we don't leak implementation details into
the plugins using the wrapper.

improve compliance with pylint. Some warnings can only be ignored.
Especially naming issues in the API are not fixable in a
backwards-compatible manner.
mod - core/src/plugins/filed/python/pyfiles/BareosFdWrapper.py Diff File

master d815387f

2024-06-05 08:52

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1725

fix sql error on bad virtualfull; detect parsing errors with strtod
mod - CHANGELOG.md Diff File
mod - core/src/dird/bsr.cc Diff File
mod - core/src/dird/consolidate.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/dird/director_jcr_impl.h Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/fd_cmds.h Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/job.h Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/vbackup.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/include/baconfig.h Diff File
mod - core/src/lib/edit.cc Diff File
mod - core/src/lib/edit.h Diff File
mod - core/src/lib/scan.cc Diff File
mod - core/src/tests/test_edit.cc Diff File

master 257a966b

2024-06-05 08:52

Bareos Bot

Ported: N/A

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

master 1e0759aa

2024-06-05 07:23

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests: improve output of ignoreduplicatecheck
mod - systemtests/tests/ignoreduplicatecheck/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
mod - systemtests/tests/ignoreduplicatecheck/testrunner-create-backups Diff File
mod - systemtests/tests/ignoreduplicatecheck/testrunner-migrate Diff File

master 72ba4e21

2024-06-04 16:32

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1840

python-bareos: fix description
mod - CHANGELOG.md Diff File
mod - python-bareos/setup.py Diff File

master d7b0ae78

2024-06-04 16:32

arogge

Ported: N/A

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

master de9537ab

2024-06-04 16:22

joergs


Committer: arogge

Ported: N/A

Details Diff
python-bareos: fix description

The package long description is based on
python-bareos/bareos/bsock/__init__.py
However, the formatting :py:class: must be removed,
as PyPI does not allows it.
mod - python-bareos/setup.py Diff File

master 98926d7f

2024-06-03 19:12

pstorz


Committer: arogge

Ported: N/A

Details Diff
matrix: chang CUSTOM_TEST_IMAGES
mod - .matrix.yml Diff File

master ba928eec

2024-05-29 19:23

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1723

fix various memory leaks
mod - CHANGELOG.md Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/console/console.cc Diff File
mod - core/src/dird/admin.cc Diff File
mod - core/src/dird/archive.cc Diff File
mod - core/src/dird/consolidate.cc Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dbcheck_utils.cc Diff File
mod - core/src/dird/dbcheck_utils.h Diff File
mod - core/src/dird/director_jcr_impl.h Diff File
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/ua_restore.cc Diff File
mod - core/src/dird/verify.cc Diff File
mod - core/src/filed/backup.cc Diff File
mod - core/src/lib/parse_conf_state_machine.cc Diff File
mod - core/src/lib/runscript.cc Diff File
mod - core/src/plugins/dird/python/python-dir.cc Diff File
mod - core/src/plugins/stored/python/python-sd.cc Diff File
mod - core/src/stored/acquire.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tests/test_config_parser_dir.cc Diff File
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
add - systemtests/tests/dbcheck/CMakeLists.txt Diff File
add - systemtests/tests/dbcheck/test-setup Diff File
add - systemtests/tests/dbcheck/testrunner-duplicate-paths Diff File

master 318258a1

2024-05-29 19:23

Bareos Bot

Ported: N/A

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

master b0b20b85

2024-05-29 13:49

Sebastian Sura

Ported: N/A

Details Diff
lmdb: fix unaligned reads
mod - core/src/filed/accurate_lmdb.cc Diff File

master a25ca229

2024-05-29 13:36

Sebastian Sura

Ported: N/A

Details Diff
bareos-fd: enhance MaximumWorkersPerJob documentation
mod - docs/manuals/source/manually_added_config_directive_descriptions/fd-client-MaximumWorkersPerJob.rst.inc Diff File

master ff049e6f

2024-05-29 13:30

bruno-at-bareos

Ported: N/A

Details Diff
cmake: remove REPEAT_UNTIL arguments & fix copyright year

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindPrograms.cmake Diff File

master 3f332687

2024-05-28 18:43

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1809

webui: fix and improve update check
mod - CHANGELOG.md Diff File
mod - webui/module/Api/src/Api/Controller/ClientController.php Diff File
mod - webui/module/Application/Module.php Diff File
mod - webui/module/Application/src/Application/View/Helper/UpdateAlert.php Diff File
mod - webui/module/Application/view/layout/layout.phtml.in Diff File
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/module/Auth/view/auth/auth/login.phtml Diff File
mod - webui/module/Director/view/director/director/index.phtml Diff File
add - webui/vendor/Bareos/library/Bareos/Util.php Diff File

master 7311ab23

2024-05-28 18:43

Bareos Bot

Ported: N/A

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

master ac59d08e

2024-05-28 15:11

pstorz


Committer: arogge

Ported: N/A

Details Diff
.matrix: add CUSTOM_TEST_IMAGES to ULC_rpm
mod - .matrix.yml Diff File
 First  Prev  1 2 3 ... 21 22 23 24 25 26 27 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last