Changesets: bareos

master 50243024

2024-08-14 14:28

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
cmake: cpm xxhash include
mod - cmake/BareosCpmPackages.cmake Diff File
add - cmake/xxHash.cmake Diff File

master 3c2dcede

2024-08-14 12:46

joergs

Ported: N/A

Details Diff
webui: fix handling errors in restore browser
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File

master d68fd2b5

2024-08-14 12:46

joergs

Ported: N/A

Details Diff
webui: fix doc typo
mod - webui/tests/selenium/README.md Diff File

master c866e9e9

2024-08-14 12:22

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1917

python-bareos: fix backslash usage in regex
mod - CHANGELOG.md Diff File
mod - python-bareos/bareos/bsock/lowlevel.py Diff File

master 0d1d45c2

2024-08-14 12:22

Bareos Bot

Ported: N/A

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

master 912a325a

2024-08-14 08:40

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
dird-conf: deprecate "AllowHigherDuplicates"

As this option is actually not used anywhere, we will deprecated it
for now.
mod - core/src/dird/dird_conf.cc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File
mod - systemtests/tests/config-dump/etc/bareos/bareos-dir-full.conf.in Diff File

master 54775b44

2024-08-14 00:45

bsperduto


Committer: Bareos Bot

Ported: N/A

Details Diff
Update AUTHORS
mod - AUTHORS Diff File

master 82d373e8

2024-08-13 20:31

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
libcloud: fix copyright year
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File
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 7cf357f4

2024-08-13 15:50

joergs

Ported: N/A

Details Diff
systemtest python-bareos: speed up tests by 25%

The python-bareos systemtests do test a lot of functionality.
As every test must be able to run indepently and in random order,
the tests often ensured that test data is available
by running a backup job.

This change uses the recently introduced function get_backup_jobid
to ensure the availability of test data in a more efficient way:
if a job with the requested parameter already exists,
it's jobid is returned. Otherwise the requested job is started.

(cherry picked from commit e5b38b3d29e532635bd731611fb02604ccbf7cef)
mod - systemtests/python-modules/bareos_unittest/base.py Diff File
mod - systemtests/python-modules/bareos_unittest/json.py Diff File
mod - systemtests/tests/python-bareos/test_acl.py Diff File
mod - systemtests/tests/python-bareos/test_bvfs.py Diff File
mod - systemtests/tests/python-bareos/test_delete.py Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File
mod - systemtests/tests/python-bareos/test_python_fd_plugins.py Diff File

master b03d6d3f

2024-08-13 15:45

joergs

Ported: N/A

Details Diff
ua: allow Full/Differential/Incremental

A joblevel at the "run" command must be specified as
Full, Differential or Incremental,
while the job level at the list command must be specified as
F, D or I.
This change allows the the job level atthe list command can also be used
by its full names.

(cherry picked from commit 8c1cbfb4ede50ab45942cca72a11ebcf6ec23c70)
mod - core/src/dird/ua_select.cc Diff File

master 611a40da

2024-08-13 15:11

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
core: suppress unused third-party directory

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CMakeLists.txt Diff File
rm - third-party/CMakeLists.txt Diff File
rm - third-party/README.md Diff File

master bdb86e83

2024-08-12 18:35

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1919

plugins: adjust plugin info formatting
mod - CHANGELOG.md Diff File
mod - core/src/lib/plugins.cc Diff File

master dbf19191

2024-08-12 18:35

Bareos Bot

Ported: N/A

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

master f9a37674

2024-08-12 10:46

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1885

webui: fixing selenium tests
mod - CHANGELOG.md Diff File
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/environment.in Diff File
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
mod - systemtests/tests/webui-common/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/webui-common/etc/bareos/bconsole-admin.conf.in Diff File
add - systemtests/tests/webui-common/etc/bareos/bconsole-readonly.conf.in Diff File
mod - systemtests/tests/webui-common/etc/bareos/bconsole.conf.in Diff File
mod - webui/module/Client/src/Client/Model/ClientModel.php Diff File
mod - webui/tests/selenium/README.md Diff File
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master 4c07acba

2024-08-12 10:46

Bareos Bot

Ported: N/A

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

master 94a139a9

2024-08-11 13:16

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
json: make sure, strings are utf8

Before, strings that have not been valid UTF8 have been silently
discarded.
mod - cmake/BareosCpmPackages.cmake Diff File
add - cmake/Findutf8cpp.cmake Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/output_formatter.cc Diff File
mod - systemtests/tests/python-bareos/test_json.py Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 7aa82343

2024-08-09 11:53

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1908

vadp-dumper: fix out of bounds read
mod - CHANGELOG.md Diff File
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File
mod - core/src/vmware/vadp_dumper/copy_thread.cc Diff File
mod - systemtests/scripts/cleanup Diff File

master e50248eb

2024-08-09 11:53

Bareos Bot

Ported: N/A

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

master c58c8f81

2024-08-09 10:36

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
cleanup: readd cleaning up
mod - systemtests/scripts/cleanup Diff File

master 18d1ff28

2024-08-09 09:16

tuxmaster5000


Committer: Bareos Bot

Ported: N/A

Details Diff
Fix for https://github.com/bareos/bareos/issues/1902
mod - core/src/lib/plugins.cc Diff File

master e2deab90

2024-08-08 17:00

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtest: truncate fix variable name in use
mod - systemtests/tests/truncate-command/testrunner Diff File

master 2184b4a9

2024-08-08 14:05

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1889

filed: fix python plugin crash on python <3.10
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File

master a42e3e38

2024-08-08 14:05

Bareos Bot

Ported: N/A

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

master 6c17aecc

2024-08-08 13:08

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: fix backslash usage in regex

We used "\d" in a Python regex,
which is ambiguous
and is considered invalid in newer Python versions:
Python >= 3.8 will issue a DeprecationWarning,
Python >= 3.12 a SyntaxWarning
and later version will issue a SyntaxError.

Therefore we adapted it to the unambiguous "\\d" sequence.
mod - python-bareos/bareos/bsock/lowlevel.py Diff File

master 250f0f7d

2024-08-08 09:57

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests webui: cleanup
mod - systemtests/CMakeLists.txt Diff File
 First  Prev  1 2 3 ... 8 9 10 11 12 13 14 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last