Changesets: bareos

bareos-18.2 2f20d72f

2021-08-18 14:15

arogge

Ported: N/A

Details Diff
stored: fix droplet truncation bug

(cherry picked from commit ce304f3cacbc59acec5cfe5ec5235b2b34fde3b8)
mod - core/src/stored/backends/chunked_device.cc Diff File

bareos-19.2 d58fb030

2021-08-18 14:15

arogge

Ported: N/A

Details Diff
stored: fix droplet truncation bug

(cherry picked from commit ce304f3cacbc59acec5cfe5ec5235b2b34fde3b8)
mod - core/src/stored/backends/chunked_device.cc Diff File

master 858aee48

2021-08-17 17:47

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
dbcheck_utils.h: add <algorithm> header for std::find()
mod - core/src/dird/dbcheck_utils.h Diff File

master 3197573d

2021-08-16 21:47

Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest: modified system:multiplied_device

system:multiplied_device now also tests the `delete storage` command
add - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/storage/fakestorage1.conf.in Diff File
add - systemtests/tests/multiplied-device/etc/bareos/bareos-dir.d/storage/fakestorage2.conf.in Diff File
mod - systemtests/tests/multiplied-device/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
add - systemtests/tests/multiplied-device/etc/bareos/bareos-sd.d/device/MultiFileStorage.conf Diff File
mod - systemtests/tests/multiplied-device/testrunner Diff File

master 085f4676

2021-08-16 20:00

b.braunger@syseleven.de


Committer: stephand

Ported: N/A

Details Diff
add dir python plugin for prometheus metrics
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 0ec05df0

2021-08-16 18:00

arogge

Ported: N/A

Details Diff
tests: reproduce stored backend truncation bug

When a chunk is filled to exactly chunk_size-1 bytes, another write will
ignore the remaining byte and will write to the next chunk. However, the
buffer written in this way will lose its last byte.

The new test sd.droplet_write_read will provoke this situation and check
that data can be re-read correctly.
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/configs/sd_backend/.gitignore Diff File
add - core/src/tests/configs/sd_backend/bareos-sd.d/device/droplet.conf.in Diff File
add - core/src/tests/configs/sd_backend/droplet.profile.in Diff File
mod - core/src/tests/sd_backend.cc Diff File

master b9480745

2021-08-16 17:59

arogge

Ported: N/A

Details Diff
droplet: improve testability of existing code
mod - core/src/droplet/libdroplet/src/backend/posix/backend.c Diff File
mod - core/src/stored/backends/chunked_device.cc Diff File
mod - core/src/stored/backends/droplet_device.cc Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - core/src/tests/configs/sd_backend/bareos-sd.d/storage/myself.conf.in Diff File

master e6e70e18

2021-08-12 20:04

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000870 from bareos/dev/pstorz/master/opensuse_15.3

add openSUSE Leap 15.3
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - core/platforms/packaging/bareos.spec Diff File
add - docs/pkglists/openSUSE_Leap_15.3.x86_64 Diff File

master efdd2a89

2021-08-12 19:16

Alaa Eddine Elamri

Ported: N/A

Details Diff
dbcheck: switching `NULL`s to `nullptr`
mod - core/src/dird/dbcheck.cc Diff File

master 12200da5

2021-08-12 13:30

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
bnet_server_tcp: better error logging on bind error

Now the full address and port is printed.
On windows, the WSAGetLastError() is also printed.

Also call InitMsg() in bsock_test_connection_setup so that
log messages are printed.
mod - core/src/lib/bnet_server_tcp.cc Diff File
mod - core/src/tests/bsock_test_connection_setup.cc Diff File

master 33276079

2021-08-11 20:57

eike

Ported: N/A

Details Diff
webui: Typo fix in RestoreController.php

Small case-typo-fix in RestoreController.php
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File

master c85e9c5e

2021-08-11 16:26

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest: use individual port for all tests
mod - core/src/tests/bsock_test_connection_setup.cc Diff File
mod - core/src/tests/configs/dual_stacking/default_dir_values/bareos-dir.d/director/bareos-dir.conf Diff File
mod - core/src/tests/configs/dual_stacking/dir_port_set/bareos-dir.d/director/bareos-dir.conf Diff File
mod - core/src/tests/configs/dual_stacking/dir_v4address_and_port_set/bareos-dir.d/director/bareos-dir.conf Diff File
mod - core/src/tests/configs/dual_stacking/dir_v4address_set/bareos-dir.d/director/bareos-dir.conf Diff File

master 4edcea24

2021-08-10 20:55

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
windows: define HAVE_INET_NTOP in mingwconfig.h

The function inet_ntop() is available on windows.
mod - core/src/win32/compat/include/mingwconfig.h Diff File

master 43cf836c

2021-08-10 13:33

b.braunger@syseleven.de


Committer: stephand

Ported: N/A

Details Diff
added Python FD OpenVZ7 plugin
add - core/src/plugins/filed/python/openvz7/BareosFdPluginVz7CtFs.py Diff File
add - core/src/plugins/filed/python/openvz7/README.md Diff File
add - core/src/plugins/filed/python/openvz7/bareos-fd-vz7_ct_fs.py Diff File

master e9a54e50

2021-08-10 12:34

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000897 from bareos/dev/fbergkemper/master/mtx-changer-debug

core: improve mtx-changer debug output
mod - core/scripts/mtx-changer.in Diff File

bareos-19.2 0cb66dbb

2021-08-10 12:32

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000899 from bareos/dev/fbergkemper/bareos-19.2/bug-0001235

webui: fix issue 0001235
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml Diff File
mod - webui/module/Job/view/job/job/details.phtml Diff File
mod - webui/module/Job/view/job/job/index.phtml Diff File
mod - webui/module/Media/view/media/media/details.phtml Diff File
mod - webui/module/Pool/view/pool/pool/details.phtml Diff File

master e02d17e6

2021-08-09 19:08

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000900 from bareos/dev/fbergkemper/master/bug-0001369

webui: add missing symlinks for polish localization
mod - CHANGELOG.md Diff File
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.mo Diff File
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.po Diff File

bareos-19.2 bb041775

2021-08-09 19:06

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000902 from bareos/dev/fbergkemper/bareos-19.2/bug-0001369

webui: add missing symlinks for polish localization
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.mo Diff File
add - webui/public/js/locale/pl_PL/LC_MESSAGES/pl_PL.po Diff File

master 4598403c

2021-08-09 19:05

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtest:bareos : adapting test to `btrfs` filesystem

This commit adds `fstype = btrfs` to fileset in system:bareos.
mod - systemtests/tests/bareos/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File

bareos-18.2 3c7eab11

2021-08-09 18:57

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000906 from bareos/dev/fbergkemper/bareos-18.2/bug-0001251

webui: fix pool module router constraints
mod - webui/module/Pool/config/module.config.php Diff File

bareos-19.2 a150260d

2021-08-09 18:57

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000905 from bareos/dev/fbergkemper/bareos-19.2/bug-0001251

webui: fix pool module router constraints
mod - webui/module/Pool/config/module.config.php Diff File

master 20fc0ad5

2021-08-09 18:57

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000903 from bareos/dev/fbergkemper/master/bug-0001251

webui: fix pool module router constraints
mod - CHANGELOG.md Diff File
mod - webui/module/Pool/config/module.config.php Diff File

master ec7f6722

2021-08-06 18:46

Alaa Eddine Elamri

Ported: N/A

Details Diff
dbcheck: added ophaned storage records deletion
mod - core/src/dird/dbcheck.cc Diff File

master 3a7e0745

2021-08-05 16:12

frank

Ported: N/A

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

master 02ccca6e

2021-08-05 16:04

frank

Ported: N/A

Details Diff
webui: fix pool module router constraints

Fixes 0001251: Error when displaying pool detail
Affected Issues
0001251
mod - webui/module/Pool/config/module.config.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 218 219 220 221 222 223 224 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last