Changesets: bareos

master 7da64ea4

2024-03-28 22:20

banuchka


Committer: stephand

Ported: N/A

Details Diff
Suggested changes xtrabackup plugin

Co-authored-by: sduehr <stephan.duehr@bareos.com>
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 2281afb3

2024-03-28 18:51

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: improve protocolversion handling
mod - python-bareos/bareos/bsock/directorconsole.py Diff File
mod - python-bareos/bareos/bsock/protocolversions.py Diff File

master 2e27498e

2024-03-28 15:55

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: update docs for TLS-PSK with Python>=3.13
mod - docs/manuals/source/DeveloperGuide.rst Diff File
mod - python-bareos/README.rst Diff File
mod - python-bareos/bareos/bsock/__init__.py Diff File
mod - python-bareos/setup.py Diff File

master fbd3f8aa

2024-03-28 15:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement TLS-PSK for Python >= 3.13
mod - python-bareos/bareos/bsock/lowlevel.py Diff File
mod - python-bareos/bareos/bsock/tlsversionparser.py Diff File

master 74489491

2024-03-28 14:55

stephand

Ported: N/A

Details Diff
percona-xtrabackup: code formatting

Code formatted using black and corrected copyright yeyr to comply with
our coding guidelines.
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master b4a0a0ab

2024-03-28 14:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: implement format_values() for argparse
mod - python-bareos/bareos/util/argparse.py Diff File

master 548d7a9b

2024-03-28 12:25

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
license: update debian/copyright

Fix adding webui/copyright, remove unimportant sections, update to 2024.
mod - debian/Makefile Diff File
mod - debian/copyright Diff File
mod - debian/copyright.core_exceptions Diff File
mod - debian/copyright.header Diff File
mod - webui/copyright Diff File

master edb43728

2024-03-28 12:04

Sebastian Sura

Ported: N/A

Details Diff
test-edit: switch to named constants
mod - core/src/tests/test_edit.cc Diff File

master ec472fdf

2024-03-28 11:59

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
doc: add backtick around `*.?*` description

- generate-resource-description.py will add :strong:` ` formating
to all word surronded by *
- fix systemtests with fixed *all* keyword instead all

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/scripts/generate-resource-descriptions.py Diff File
mod - systemtests/tests/bareos-acl/etc/bareos/bareos-dir.d/console/bareos-acl-restricted.conf.in Diff File

master f3272be0

2024-03-28 10:26

pstorz


Committer: Sebastian Sura

Ported: N/A

Details Diff
test-edit: enable commented out test
mod - core/src/tests/test_edit.cc Diff File

master 068f3449

2024-03-27 16:25

bruno-at-bareos

Ported: N/A

Details Diff
add github CODE_OF_CONDUCT.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>

fix terminology
add - CODE_OF_CONDUCT.md Diff File

master cb5110a5

2024-03-27 16:24

bruno-at-bareos

Ported: N/A

Details Diff
add github contributing.md specific file

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

master faec48b8

2024-03-27 16:00

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1746

cats: fixes BigSqlQuery header fetching
mod - CHANGELOG.md Diff File
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/NumberedFiles.conf.in Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 3888a86a

2024-03-27 16:00

Bareos Bot

Ported: N/A

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

master 08d68260

2024-03-27 13:51

Sebastian Sura

Ported: N/A

Details Diff
verify-job: fix not creating restore bootstrap

Since we replaced jcr->dir_impl->previous_jcr with prev_jr, we also
need to check that the functions we call do not expect it to be set
like CreateRestoreBootstrap did.
mod - core/src/dird/bsr.cc Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/job.h Diff File
mod - core/src/dird/migrate.cc Diff File
mod - core/src/dird/verify.cc Diff File

master 85a457c6

2024-03-27 12:34

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1745

stored: fix not counting files correctly in mac jobs when autoxflate is enabled
mod - CHANGELOG.md Diff File
mod - core/src/dird/msgchan.cc Diff File
mod - core/src/lib/jcr.cc Diff File
mod - core/src/stored/block.cc Diff File
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/ndmp_tape.cc Diff File
mod - core/src/stored/read_record.cc Diff File
mod - core/src/stored/read_record.h Diff File
mod - core/src/stored/record.cc Diff File
mod - core/src/stored/record.h Diff File

master efe08495

2024-03-27 12:34

Bareos Bot

Ported: N/A

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

master a5a75d72

2024-03-27 10:08

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
systemtests python-bareos: add 'list files' test

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/fileset/NumberedFiles.conf.in Diff File
mod - systemtests/tests/python-bareos/test-setup Diff File
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 15caabf5

2024-03-26 12:27

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1727

VMware Plugin: Backup and Restore NVRAM
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc Diff File

master 2eb5b440

2024-03-26 12:27

Bareos Bot

Ported: N/A

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

master c01c8e93

2024-03-26 12:05

Sebastian Sura

Ported: N/A

Details Diff
jcr: fix off-by-one error
mod - core/src/lib/jcr.cc Diff File

master 77a5b71f

2024-03-25 17:37

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
cats: fixes BigSqlQuery header fetching

BigSqlQuery fetches data in 100 row chunks.
This change makes sure, that subsequent chunks
also have valid header information.

Fixes: 0001007: JSON API: 'list files' returns malformed json

Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
Affected Issues
0001007
mod - core/src/cats/postgresql.cc Diff File
mod - core/src/cats/postgresql.h Diff File

master 47a91ddc

2024-03-25 15:38

Sebastian Sura

Ported: N/A

Details Diff
mac: fix accessing global variables in callback
mod - core/src/stored/mac.cc Diff File
mod - core/src/stored/record.cc Diff File
mod - core/src/stored/record.h Diff File

master 6f18ab1f

2024-03-25 15:20

Sebastian Sura

Ported: N/A

Details Diff
read-record: add user_data to callback
mod - core/src/stored/ndmp_tape.cc Diff File
mod - core/src/stored/read_record.cc Diff File
mod - core/src/stored/read_record.h Diff File

master d84f4f3b

2024-03-25 14:48

Sebastian Sura

Ported: N/A

Details Diff
read-records: fix leaking record + double freeing
mod - core/src/stored/read_record.cc Diff File
 First  Prev  1 2 3 ... 29 30 31 32 33 34 35 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last