Changesets: bareos

master 16455fc4

2020-10-30 15:54

pstorz

Ported: N/A

Details Diff
FreeBSD: remove bareos.com-filedaemon-python2-plugin

as we decided to not build python2 support anymore as it will
be removed from FreeBSD on 31.12.2020
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python2-plugin/Makefile Diff File
mod - core/src/droplet Diff File

bareos-18.2 a4a364b9

2020-10-30 15:39

pstorz

Ported: N/A

Details Diff
mingw: define _POSIX_C_SOURCE to have localtime_r
mod - core/src/win32/compat/include/mingwconfig.h Diff File

bareos-19.2 7886d09c

2020-10-30 15:39

pstorz

Ported: N/A

Details Diff
mingw: define _POSIX_C_SOURCE to have localtime_r
mod - core/src/win32/compat/include/mingwconfig.h Diff File

master 2f790a72

2020-10-30 11:59

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000643 from bareos/dev/pstorz/master/fedora33

add support for Fedora 33
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/platforms/win32/winbareos.nsi Diff File
mod - core/src/include/config.h.in Diff File
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File
add - docs/pkglists/Fedora_33.x86_64 Diff File

master 64d411a2

2020-10-30 11:58

arogge

Ported: N/A

Details Diff
devtools: prepare-release.sh now updates changelog

When releasing a new version of Bareos, the prepare-release.sh will now
call the changelog-update scripts where applicable and will add the
resulting changes to the changelog to the commits it generates.
mod - devtools/prepare-release.sh Diff File

master 78d26af8

2020-10-30 11:13

franku

Ported: N/A

Details Diff
fd python libcloud plugin: rename a function name to its purpose
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 917aedbb

2020-10-30 11:06

franku

Ported: N/A

Details Diff
fd python libcloud plugin: rename a function name to match others

- some derivations of the OSError in case of connection abort are not
availabe at all python versions and do not yet give a real advantage
to our error strategy
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master e67d1f2e

2020-10-30 10:54

franku

Ported: N/A

Details Diff
fd python libcloud plugin: do not use specialization of OSError exception

- some derivations of the OSError in case of connection abort are not
availabe at all python versions and do not yet give a real advantage
to our error strategy
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master e0056219

2020-10-29 20:14

franku

Ported: N/A

Details Diff
fd python libcloud plugin: cancel backup of large stream objects if size is wrong

- if after a "stream" download of a large object the size of the downloaded
object os not the same as stated by the bucket information this file is
skipped

- if fail_on_download_error is set to true in the libcloud plugin config
then a job should fail with a download error
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 49f3f622

2020-10-29 19:21

franku

Ported: N/A

Details Diff
fd python libcloud plugin: fail a job depending on fail_on_download_error flag

- if fail_on_download_error is set to true in the libcloud plugin config
then a job should fail with a download error
- otherwise a job will continue and finish with warnings
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 373124f4

2020-10-29 18:39

franku

Ported: N/A

Details Diff
fd python libcloud plugin: add worker id to all error messages
mod - core/src/plugins/filed/python/libcloud/BareosLibcloudApi.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 0dbe7207

2020-10-29 18:01

franku

Ported: N/A

Details Diff
fd python libcloud plugin: always try to delete temporary file on error
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 9c01478c

2020-10-29 18:00

arogge

Ported: N/A

Details Diff
update ignore-files
mod - .check-sources-ignore Diff File
mod - .git-blame-ignore-revs Diff File

master 3afb103e

2020-10-29 17:59

arogge

Ported: N/A

Details Diff
ndmp: remove dependency on Bareos core
mod - core/src/ndmp/CMakeLists.txt Diff File
mod - core/src/ndmp/ndmjob_args.c Diff File
mod - core/src/ndmp/ndmos_common.c Diff File

master ee296709

2020-10-29 17:47

franku

Ported: N/A

Details Diff
fd python libcloud plugin: catch unhandled exceptions from processes
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/process_base.py Diff File

master 3c7bfb2e

2020-10-29 17:39

franku

Ported: N/A

Details Diff
fd python libcloud plugin: always put exception text into error message
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/process_base.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 1ad670ea

2020-10-29 17:23

arogge

Ported: N/A

Details Diff
python: remove capsulethunk.h

The previously introduced capsulethunk.h is only required for python 2.6
and 3.0, which we both don't support anymore. Thus the file can be
removed.
mod - core/src/plugins/dird/python/module/bareosdir.cc Diff File
mod - core/src/plugins/dird/python/python-dir.cc Diff File
mod - core/src/plugins/filed/python/module/bareosfd.cc Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc Diff File
rm - core/src/plugins/include/capsulethunk.h Diff File
mod - core/src/plugins/stored/python/module/bareossd.cc Diff File
mod - core/src/plugins/stored/python/python-sd.cc Diff File

bareos-19.2 e1e812ff

2020-10-29 17:21

frank

Ported: N/A

Details Diff
add bareos-webui to pkglists Leap 15.1
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 Diff File

master 96032298

2020-10-29 17:14

franku

Ported: N/A

Details Diff
fd python libcloud plugin: always print the full object path in messages
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master f1fbe2ea

2020-10-29 16:56

franku

Ported: N/A

Details Diff
fd python libcloud plugin: rename "job" to "task" in the context of worker
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 3f5b4c0c

2020-10-29 16:52

franku

Ported: N/A

Details Diff
fd python libcloud plugin: put worker code into separate functions
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 37be4feb

2020-10-29 15:04

franku

Ported: N/A

Details Diff
fd python libcloud plugin: continue job on all download/network errors
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py Diff File
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py Diff File

master 30088c82

2020-10-29 13:46

arogge

Ported: N/A

Details Diff
devtools: implement suggestions from ShellCheck
mod - devtools/new-changelog-release.sh Diff File
mod - devtools/prepare-release.sh Diff File

master 344a834f

2020-10-29 13:35

arogge

Ported: N/A

Details Diff
devtools: add copyright headers, fix whitespace
mod - devtools/new-changelog-release.sh Diff File
mod - devtools/prepare-release.sh Diff File
mod - devtools/update-changelog-links.sh Diff File

master 33ac8153

2020-10-29 12:53

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000640 from arogge/dev/arogge/master/remove-unused

lib/tools: remove unused code to reduce license-diversity a bit
mod - core/LICENSE Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.devel Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.traymonitor Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/plist Diff File
rm - core/platforms/freebsd/tapetest.c Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/hmac.cc Diff File
mod - core/src/lib/lib.h Diff File
rm - core/src/lib/md5.cc Diff File
rm - core/src/lib/md5.h Diff File
rm - core/src/lib/sha1.cc Diff File
rm - core/src/lib/sha1.h Diff File
mod - core/src/tools/CMakeLists.txt Diff File
rm - core/src/tools/timelimit.1 Diff File
rm - core/src/tools/timelimit.cc Diff File
mod - debian/bareos-regress-config.install.in Diff File
mod - debian/copyright Diff File
mod - debian/copyright.footer Diff File
mod - systemtests/CMakeLists.txt Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 269 270 271 272 273 274 275 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 695 696 697  Next  Last