Changesets: bareos

master 94a0525e

2020-06-29 14:09

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000546 from arogge/dev/arogge/master/fix-1257

Fix 0001257: Prune volume command may crash the director
Affected Issues
0001257
mod - core/src/dird/ua_prune.cc Diff File
mod - systemtests/tests/volume-pruning/testrunner Diff File

master 1dfa9615

2020-06-29 12:16

pstorz


Committer: franku

Ported: N/A

Details Diff
Fixup: get property of bareossd-droplet only if it exists

- Fix cmake error when building the documentation, as the
bareossd-droplet does not exist but get_target_property is called.
- Log the value of the SD_BACKEND_DIR_TO_TEST.
- it would make sense to merge the two variables
SD_BACKEND_DIR_TO_TEST and SD_GFAPI_DIR_TO_TEST
mod - systemtests/CMakeLists.txt Diff File

master ab41debd

2020-06-26 17:29

franku

Ported: N/A

Details Diff
droplet: more log output when a host is not accessible

- configure minio for virtual-host-style requests
- add more log messages sd-droplet device
- add more debugging messages to test
mod - core/src/stored/backends/droplet_device.cc Diff File
mod - systemtests/tests/droplet-s3/start_minio.sh Diff File
mod - systemtests/tests/droplet-s3/testrunner Diff File

master 5a306ca9

2020-06-26 17:23

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000547 from bareos/dev/franku/master/backend-directories

cats: do not move vector for backend directories
mod - core/src/cats/cats_backends.cc Diff File
mod - core/src/cats/cats_backends.h Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dbcopy/dbcopy.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/stored/bscan.cc Diff File
mod - core/src/tests/catalog.cc Diff File

bareos-19.2 ef2a6763

2020-06-26 17:23

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000548 from bareos/dev/franku/bareos-19.2/backend-directories

cats: do not move vector for backend directories
mod - core/src/cats/cats_backends.cc Diff File
mod - core/src/cats/cats_backends.h Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dbcopy/dbcopy.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/stored/bscan.cc Diff File
mod - core/src/tests/catalog.cc Diff File

master 906c1ae8

2020-06-26 14:32

franku

Ported: N/A

Details Diff
systemtests: start postgresql server
mod - systemtests/tests/droplet-s3/testrunner Diff File

master d993dc7f

2020-06-25 16:07

pstorz

Ported: N/A

Details Diff
debian: remove dependency on libgtest-dev. We install gtest from source in the build containers now
mod - core/debian/control Diff File
mod - core/debian/control.in Diff File
mod - core/platforms/packaging/bareos.dsc Diff File

bareos-19.2 e9e0007d

2020-06-25 16:07

pstorz

Ported: N/A

Details Diff
debian: remove dependency on libgtest-dev. We install gtest from source in the build containers now
mod - core/debian/control Diff File
mod - core/debian/control.in Diff File
mod - core/platforms/packaging/bareos.dsc Diff File

bareos-19.2 dcd93bfc

2020-06-25 15:55

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000542 from joergsteffens/dev/joergs/bareos-19.2/python-bareos-publish

python-bareos: fixes the upload url for PyPI.org (bareos-19.2)
mod - .github/workflows/publish-release-to-pypi.yml Diff File

master ccf0bfd8

2020-06-25 15:55

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000541 from joergsteffens/dev/joergs/master/python-bareos-publish

python-bareos: fixes the upload url for PyPI.org
mod - .github/workflows/publish-release-to-pypi.yml Diff File

master 664cd2e6

2020-06-25 15:17

arogge

Ported: N/A

Details Diff
dir: add missing string to Jmsg() in ua_prune.cc

Fixes 0001257: Prune volume command may crash the director

Previously the mr->VolumeName to fill the %s in the Jmsg was missing.
Affected Issues
0001257
mod - core/src/dird/ua_prune.cc Diff File

bareos-19.2 4dec4a23

2020-06-25 15:17

arogge

Ported: N/A

Details Diff
dir: add missing string to Jmsg() in ua_prune.cc

Fixes 0001257: Prune volume command may crash the director

Previously the mr->VolumeName to fill the %s in the Jmsg was missing.

(cherry picked from commit 664cd2e67c777c3873abd3d581309c3c00a14c62)
Affected Issues
0001257
mod - core/src/dird/ua_prune.cc Diff File

master 3964c95b

2020-06-25 15:14

arogge

Ported: N/A

Details Diff
systemtests: improve volume-prune test

Issue 0001257: Prune volume command may crash the director

The test now also runs manual pruning and checks that the job-message
emitted contains the correct volume name.
Affected Issues
0001257
mod - systemtests/tests/volume-pruning/testrunner Diff File

bareos-19.2 0534c113

2020-06-25 15:14

arogge

Ported: N/A

Details Diff
systemtests: improve volume-prune test

Issue 0001257: Prune volume command may crash the director

The test now also runs manual pruning and checks that the job-message
emitted contains the correct volume name.

(cherry picked from commit 3964c95bb03300f9177438e1cb16ebec1133c771)
Affected Issues
0001257
mod - systemtests/tests/volume-pruning-test/testrunner Diff File

master e4f9560c

2020-06-24 12:58

franku

Ported: N/A

Details Diff
MSVDI: use a configurable timeout when requesting the config
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File
mod - docs/manuals/source/Appendix/Howtos.rst Diff File

master 690dfabd

2020-06-24 12:11

pstorz

Ported: N/A

Details Diff
ctest: set SITE and SITENAME
mod - CMakeLists.txt Diff File
mod - core/cmake/BareosGetDistInfo.cmake Diff File

master 0474b6bb

2020-06-23 19:30

joergs

Ported: N/A

Details Diff
core: fix debug messages
mod - core/src/dird/scheduler_private.cc Diff File

master 24b818d4

2020-06-23 18:55

pstorz

Ported: N/A

Details Diff
debian: webui docs
mod - debian/bareos-webui.docs Diff File

master ee2d2507

2020-06-23 18:26

pstorz

Ported: N/A

Details Diff
debian: add @DEBIAN_CONTROL_BAREOS_WEBUI@
mod - core/cmake/BareosGenerateDebianInfo.cmake Diff File
mod - debian/control.in Diff File

master 42af6727

2020-06-23 17:54

pstorz

Ported: N/A

Details Diff
debian: bareos-webui.install list
add - debian/bareos-webui.install Diff File

master 42b22bea

2020-06-23 17:35

pstorz

Ported: N/A

Details Diff
debian packaging: add bareos-webui files
add - debian/bareos-webui.docs Diff File
add - debian/bareos-webui.postinst Diff File
mod - debian/control Diff File
add - debian/control.bareos-webui Diff File

master 071cb8ef

2020-06-23 13:30

franku

Ported: N/A

Details Diff
cats: do not move vector for backend directories
mod - core/src/cats/cats_backends.cc Diff File
mod - core/src/cats/cats_backends.h Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dbcopy/dbcopy.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/stored/bscan.cc Diff File
mod - core/src/tests/catalog.cc Diff File

bareos-19.2 ccd518cd

2020-06-23 13:30

franku

Ported: N/A

Details Diff
cats: do not move vector for backend directories
mod - core/src/cats/cats_backends.cc Diff File
mod - core/src/cats/cats_backends.h Diff File
mod - core/src/dird/dbcheck.cc Diff File
mod - core/src/dird/dbcopy/dbcopy.cc Diff File
mod - core/src/dird/dird.cc Diff File
mod - core/src/stored/bscan.cc Diff File
mod - core/src/tests/catalog.cc Diff File

master 902372ce

2020-06-23 12:14

pstorz

Ported: N/A

Details Diff
bareos.spec: www_daemon_user and www_daemon_group added
mod - core/platforms/packaging/bareos.spec Diff File

master 89e2b257

2020-06-22 17:49

pstorz

Ported: N/A

Details Diff
bareos.spec: sorted spec
mod - core/platforms/packaging/bareos.spec Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 274 275 276 277 278 279 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 675 676 677  Next  Last