Changesets: bareos

master 475b1313

2024-04-08 14:40

bruno-at-bareos


Committer: Bareos Bot

Ported: N/A

Details Diff
tests: fix pg version detection on debian

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

master aec739e2

2024-04-08 14:09

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1762

PR template: remove backport hints
mod - CHANGELOG.md Diff File
mod - pull_request_template.md Diff File

master 638ea5e8

2024-04-08 14:08

joergs

Ported: N/A

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

master c712412e

2024-04-04 16:55

banuchka


Committer: stephand

Ported: N/A

Details Diff
fix missed return
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 78b11f1b

2024-04-04 12:17

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
pr-tool: give hint about commit headline length limit
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 2d55daf4

2024-04-04 12:04

joergs

Ported: N/A

Details Diff
PR template: remove backport hints

Backports are now created by ``pr-tool backport``,
which uses an own PR template.
Therefore the hints to distinguish between normal PR and backport PR
are not required in this template.
mod - pull_request_template.md Diff File

master d066acdb

2024-04-04 09:37

arogge

Ported: N/A

Details Diff
win32: fix signed/unsigned issues

the modern headers declare the VSS_E constants as HRESULT (signed) so we
should not cast to unsigned here.
mod - core/src/win32/filed/vss_generic.cc Diff File

master 6efb246f

2024-04-04 07:47

banuchka


Committer: stephand

Ported: N/A

Details Diff
decrease additional timeout after SIGTERM to 10s
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py Diff File

master 202b5e04

2024-04-03 18:17

arogge

Ported: N/A

Details Diff
win32: make fedora 39 compiler happy
mod - core/src/stored/backends/win32_tape_device.cc Diff File
mod - core/src/win32/compat/include/compat.h Diff File
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc Diff File

master 3653681f

2024-04-03 15:45

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: sslpsk is only working with Python <= 3.9
mod - python-bareos/bareos/bsock/__init__.py Diff File

master cd3feaee

2024-04-03 15:26

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: shorten TLS-PSK not available warning
mod - python-bareos/bareos/bsock/lowlevel.py Diff File

master 67590460

2024-04-03 11:51

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: prevents RST in ResourceItem descriptions
mod - docs/manuals/scripts/generate-resource-descriptions.py Diff File

master 90252928

2024-04-03 11:29

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: ResourceItem descriptions are plain text

Explain that description strings in ResourceItem structures are plain
text only.
mod - core/src/lib/resource_item.h Diff File
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/BareosConfiguration.rst Diff File

master ca521c03

2024-04-02 15:54

joergs


Committer: Bareos Bot

Ported: N/A

Details Diff
python-bareos: improve argument descriptions
mod - python-bareos/bareos/bsock/directorconsole.py Diff File

master f1f023c7

2024-04-02 13:17

bruno-at-bareos

Ported: N/A

Details Diff
feature: fix link

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - .github/ISSUE_TEMPLATE/config.yml Diff File

master a3f149ad

2024-04-02 11:42

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #1752

doc: add backtick around *.?* description
mod - CHANGELOG.md Diff File
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 d5fe1318

2024-04-02 11:42

Bareos Bot

Ported: N/A

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

master 0062d319

2024-03-28 22:31

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 9be63c35

2024-03-28 22:31

banuchka


Committer: stephand

Ported: N/A

Details Diff
Suggested changes xtrabackup plugin

Agree, however, I'm not sure that the 9 exit code is the right one here.
I've never been there or seen such a scenario, but potentially it may
happen.

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

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
 First  Prev  1 2 3 4 5 6 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last