Changesets: bareos

master 9df098f3

2022-05-17 15:40

pstorz

Ported: N/A

Details Diff
py3plug-fd-postgres systemtest: remove "BROKEN" label

The test was marked broken when the plugin was using psycopg2, but now
we use pg8000 so we want to enable it again if all requirements are met.

Also we allow python >= 3.10 to be used as we now avoid the problems
arising from the fact that the stat time filds are floats instead of
ints:

> mystatp.st_atime = statp.st_atime
> TypeError: 'float' object cannot be interpreted as an integer
mod - systemtests/tests/py2plug-fd-postgres/CMakeLists.txt Diff File

master c190b6ab

2022-05-16 21:35

joergs

Ported: N/A

Details Diff
updated CHANGELOG for 0001177
mod - CHANGELOG.md Diff File

master 13dff0ba

2022-05-16 20:09

joergs

Ported: N/A

Details Diff
python plugin: explicitly convert st_*time to integer

This is required for Python >= 3.10.
mod - core/src/plugins/filed/python/pyfiles/BareosFdPluginLocalFilesBaseclass.py Diff File

master 94ca49e1

2022-05-16 14:20

pstorz

Ported: N/A

Details Diff
matrix.yml: reduce to two testtypes

- one containing the tests that are being tested in one VM
- univention-bareos as extra value
mod - .matrix.yml Diff File

master 2001c011

2022-05-11 19:07

bruno-at-bareos

Ported: N/A

Details Diff
update CHANGELOG.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CHANGELOG.md Diff File

master 78acb17c

2022-05-11 19:06

bruno-at-bareos

Ported: N/A

Details Diff
doc: BareosSecurityIssues.rst FIPS

- Add Security FIPS section.

Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/TasksAndConcepts/BareosSecurityIssues.rst Diff File

master ee6574de

2022-05-11 17:30

bruno-at-bareos

Ported: N/A

Details Diff
update CHANGELOG.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CHANGELOG.md Diff File

master fbc7ddd6

2022-05-11 17:30

bruno-at-bareos

Ported: N/A

Details Diff
doc: clarifies CheckFileChanges option not intended to be used with plugin

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Co-authored-by: Jörg Steffens <joergsteffens@users.noreply.github.com>
mod - docs/manuals/source/Configuration/Director.rst Diff File

master 159bec2a

2022-05-11 10:03

tuxmaster5000


Committer: bruno-at-bareos

Ported: N/A

Details Diff
Add PostgreSQL role switching and tests

- move py2plug-fd-postgres to py3plug-fd-postgres
- add tests (roles) in py3plug-fd-postgres
- add postgresql configuration to increase log verbosity
- increase debug level of fd
- cleanup extra configuration
- use expect_grep for testing result

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/PostgreSQLPlugin.rst.inc Diff File
mod - systemtests/tests/CMakeLists.txt Diff File
rm - systemtests/tests/py2plug-fd-postgres/etc/bareos/bareos-dir.d/profile/operator.conf Diff File
rm - systemtests/tests/py3plug-fd-postgres Diff File
add - systemtests/tests/py3plug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTestNoRole.conf.in Diff File
add - systemtests/tests/py3plug-fd-postgres/etc/bareos/bareos-dir.d/fileset/PluginTestRole.conf.in Diff File
add - systemtests/tests/py3plug-fd-postgres/testrunner-roles Diff File

master a9705d5f

2022-05-10 16:32

Hedi Ben Fradj


Committer: Hedi

Ported: N/A

Details Diff
packaging: add testfind binaries for FreeBSD
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.tools Diff File

master 3676b073

2022-05-10 15:10

Hedi Ben Fradj


Committer: Hedi

Ported: N/A

Details Diff
packaging: add testfind binaries for rpm and deb packages
mod - core/platforms/packaging/bareos.spec Diff File
mod - debian/bareos-tools.install.in Diff File

master 07a567f5

2022-05-09 20:06

Hedi Ben Fradj


Committer: Hedi

Ported: N/A

Details Diff
packaging: add testfind binary to windows package
mod - core/platforms/win32/winbareos.nsi Diff File

master 162c76f0

2022-05-06 19:47

joergs

Ported: N/A

Details Diff
python plugins: fix handling of extra pluginoptions

Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
mod - core/src/plugins/dird/python/plugin_private_context.h Diff File
mod - core/src/plugins/filed/python/plugin_private_context.h Diff File
mod - core/src/plugins/include/python_plugin_modules_common.inc Diff File
mod - core/src/plugins/stored/python/plugin_private_context.h Diff File

master 870ad841

2022-05-06 19:45

joergs

Ported: N/A

Details Diff
systemtest python-bareos: add test for bareos-fd pluginoptions
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
mod - systemtests/python-modules/bareos_unittest/json.py Diff File
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/PluginOptionsTest.conf.in Diff File
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/job/backup-bareos-fd-pluginoptions.conf.in Diff File
mod - systemtests/tests/python-bareos/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/BareosFdPluginoptions.py Diff File
add - systemtests/tests/python-bareos/python-modules/bareos_fd_pluginoptions/__init__.py Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
add - systemtests/tests/python-bareos/test_python_fd_plugins.py Diff File

master b2329067

2022-05-06 15:37

joergs

Ported: N/A

Details Diff
systemtest py2plug-fd-local-fileset-restoreobject: cleanup
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bareos-dir.d/storage/File.conf.in Diff File
mod - systemtests/tests/py2plug-fd-local-fileset-restoreobject/etc/bareos/bconsole.conf.in Diff File

master 4ba973a7

2022-05-06 15:12

joergs

Ported: N/A

Details Diff
docs: fix formatting in vmware plugin chapter
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 59f1c5ca

2022-05-05 20:31

pstorz

Ported: N/A

Details Diff
mysql contrib tests: add workaround for Ubuntu 22

see https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634
mod - systemtests/tests/py2plug-fd-contrib-bareos_tasks_mysql/mysqldefaults.in Diff File
mod - systemtests/tests/py3plug-fd-contrib-mysql_dump/mysqldefaults.in Diff File

master 7cd9c922

2022-05-05 16:26

pstorz

Ported: N/A

Details Diff
ubuntu22: pidof does not work on full binary path
mod - systemtests/tests/reload/reload_test_functions Diff File

master 858268cf

2022-05-05 13:31

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001169

dird: bconsole: add support for comma separated jobstatus values in list jobs command
mod - CHANGELOG.md Diff File
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_list.cc Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/dird/ua_select.h Diff File
mod - core/src/tests/select_functions.cc Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master a82fd242

2022-05-04 15:34

pstorz

Ported: N/A

Details Diff
ubuntu22: add pkglist
add - docs/pkglists/xUbuntu_22.04.x86_64 Diff File

master 228c944f

2022-05-04 15:13

pstorz

Ported: N/A

Details Diff
debian: add support for ubuntu 22.04 ("jammy")
mod - debian/control Diff File
mod - debian/control.src Diff File

master 5b2e6902

2022-05-04 12:55

pstorz

Ported: N/A

Details Diff
matrix.yml: add ubuntu 22.04
mod - .matrix.yml Diff File

master b623faf2

2022-05-04 12:55

pstorz

Ported: N/A

Details Diff
build: make compilation work on ubuntu 22 with openssl 3.0
mod - core/src/droplet/libdroplet/CMakeLists.txt Diff File
mod - core/src/droplet/libdroplet/include/droplet/cdmi/crcmodel.h Diff File
mod - core/src/lib/CMakeLists.txt Diff File

master c7db51a6

2022-04-28 16:36

Hedi Ben Fradj


Committer: Hedi

Ported: N/A

Details Diff
systemtests: list-command: added test for list jobs with commas seperated values
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 936174a8

2022-04-28 16:23

Hedi

Ported: N/A

Details Diff
gtest: testing multi-valued jobstatus argument in list jobs
mod - core/src/tests/select_functions.cc Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 193 194 195 196 197 198 199 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 698 699 700  Next  Last