Changesets: bareos

master f126bb5f

2023-09-08 11:55

Alaa Eddine Elamri

Ported: N/A

Details Diff
daemons: replace config and CLI exit constants with enum
mod - core/src/filed/filed.cc Diff File
mod - core/src/lib/cli.cc Diff File
mod - core/src/lib/cli.h Diff File
mod - core/src/lib/message.cc Diff File
mod - core/src/lib/message.h Diff File
mod - core/src/lib/parse_conf.cc Diff File

master fd57538d

2023-09-07 17:18

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
tests: adapt systemtest to new subscription output

- filter Estimate sentence in testrunner
- add additionnal resulting blank line in expected output

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/bareos-basic/expected/status-subscriptions-detail.txt Diff File
mod - systemtests/tests/bareos-basic/expected/status-subscriptions-unknown.txt Diff File
mod - systemtests/tests/bareos-basic/expected/status-subscriptions.txt Diff File
mod - systemtests/tests/bareos-basic/testrunner-status-subscriptions Diff File

master 45a26241

2023-09-07 16:26

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
plugin postgres: make testrunner run concurrently

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - systemtests/tests/py3plug-fd-postgres/testrunner-default Diff File
mod - systemtests/tests/py3plug-fd-postgres/testrunner-roles Diff File

master e4b5a700

2023-09-07 16:25

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
fix plugin exit

- jcr->cmd_plugin needs to be set to false at the end of the function
(and it cannot be done sooner than that)

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/filed/fd_plugins.cc Diff File

master a3f88b7d

2023-09-07 13:48

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
further testing & Debug
mod - core/src/filed/fd_plugins.cc Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File
mod - systemtests/tests/py3plug-fd-libcloud/testrunner Diff File

master 46d1043b

2023-09-07 13:35

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
subscription: fix sentence in webui
mod - webui/module/Director/view/director/director/subscription.phtml Diff File

master 2af62730

2023-09-07 09:33

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
Fix plugin return code
mod - core/src/plugins/filed/python/module/bareosfd.cc Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File

master ed88393f

2023-09-06 10:56

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
ua subscription: add warning sentence
mod - core/src/dird/ua_status.cc Diff File

master 4a0061b0

2023-09-06 08:38

Sebastian Sura

Ported: N/A

Details Diff
baconfig: increase default network buffer size
mod - core/src/include/baconfig.h Diff File

master d00388e3

2023-09-05 17:32

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
database: improve subscription view

- fix subscription view for plugin with parameter config_file
- move create update versionid to end of ddl

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/cats/ddl/creates/postgresql.sql Diff File
mod - core/src/cats/ddl/updates/postgresql.2210_2230.sql Diff File

master fe666bfa

2023-09-05 14:52

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
redefine python to python3 for el7
mod - core/platforms/packaging/bareos.spec Diff File

master 15a9f9e1

2023-09-05 10:56

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
fix typo in string
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py Diff File

master c20b8b10

2023-09-05 10:28

Sebastian Sura

Ported: N/A

Details Diff
compression: add error messages
mod - core/src/filed/backup.cc Diff File
mod - core/src/lib/compression.cc Diff File
mod - core/src/lib/compression.h Diff File

master cab91e3c

2023-09-05 10:21

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
remove leading comma and line break for EL_7
mod - core/src/plugins/filed/python/postgresql/BareosFdPluginPostgreSQL.py Diff File
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py Diff File

master 7f2c32d9

2023-09-05 10:12

Sebastian Sura

Ported: N/A

Details Diff
util: move result<T> into util
mod - core/src/filed/backup.cc Diff File
mod - core/src/lib/util.h Diff File

master 622e60b7

2023-09-04 15:36

pstorz


Committer: arogge

Ported: N/A

Details Diff
systemtests: minio: certgen only when found minio
mod - systemtests/CMakeLists.txt Diff File

master 6eb9d6dd

2023-09-04 13:32

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
apply check-sources

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - core/src/plugins/filed/python/postgresql/BareosFdPluginPostgreSQL.py Diff File
mod - core/src/plugins/filed/python/postgresql/bareos-fd-postgresql.py Diff File
mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in Diff File

master 244c621c

2023-09-04 11:59

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
channel: explicitly delete some move/copy constructors
mod - core/src/lib/channel.h Diff File

master 1ccfc121

2023-09-04 11:54

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
channel: replace dequeue by vector
mod - core/src/lib/channel.h Diff File

master 6262c677

2023-09-04 09:59

Bruno Friedmann


Committer: Bareos Bot

Ported: N/A

Details Diff
enable/disable systemtest with cmake macros
mod - systemtests/tests/py3plug-fd-postgres/CMakeLists.txt Diff File
mod - systemtests/tests/py3plug-fd-postgresql/CMakeLists.txt Diff File

master 81895584

2023-09-01 08:26

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
channel: implement single consumer/single producer queue
add - core/src/lib/channel.h Diff File

master 8ea282dc

2023-09-01 08:22

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
channel: add some debug messages
mod - core/src/lib/channel.h Diff File

master 5c341953

2023-09-01 08:14

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
channel: add unit-tests
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/channel.cc Diff File

master 81b499b9

2023-08-31 18:07

pstorz


Committer: arogge

Ported: N/A

Details Diff
FreeBSD: switch to libpython3.9.so:lang/python39
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-python3-plugin Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python-plugins-common/Makefile Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python3-plugin/Makefile Diff File

master 27b368dd

2023-08-31 17:13

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001531

devtools: Update python dependencies
mod - CHANGELOG.md Diff File
mod - devtools/pip-tools/Pipfile.lock Diff File
mod - systemtests/data/weird-files.tar.gz Diff File
mod - systemtests/tests/restore/testrunner-multi Diff File
mod - systemtests/tests/testfind/testrunner Diff File
mod - systemtests/tests/virtualfull-basic/testrunner Diff File
 First  Prev  1 2 3 ... 27 28 29 30 31 32 33 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 604 605 606  Next  Last