Changesets: bareos

master 8ec8d321

2021-06-29 15:36

pstorz

Ported: N/A

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

master da8a23bb

2021-06-29 15:33

pstorz

Ported: N/A

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

master 8b0019db

2021-06-29 12:34

frank

Ported: N/A

Details Diff
webui: provide examples for diraddress in directors.ini
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - webui/install/directors.ini.in Diff File

bareos-18.2 6a8b7cc7

2021-06-29 12:34

frank

Ported: N/A

Details Diff
webui: provide examples for diraddress in directors.ini

(cherry picked from commit 8b0019dbe3795180ab02a9b92eb69a54940c2479)
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - webui/install/directors.ini.in Diff File

bareos-19.2 139fd5c5

2021-06-29 12:34

frank

Ported: N/A

Details Diff
webui: provide examples for diraddress in directors.ini

(cherry picked from commit 8b0019dbe3795180ab02a9b92eb69a54940c2479)
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - webui/install/directors.ini.in Diff File

master d9b394b0

2021-06-29 12:23

pstorz

Ported: N/A

Details Diff
.matrix.yml: add openSUSE Leap 15.3
mod - .matrix.yml Diff File

master 28f95962

2021-06-28 20:13

pstorz

Ported: N/A

Details Diff
As PR 824 was merged, we now are able to build Fedora34

We changed the systemd service from forking to simple, so we are now
able to build also for Fedora34.
mod - .matrix.yml Diff File

master 6dfdd487

2021-06-28 19:05

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000858

Merge Windows Debug-Build into Release-Build
add - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - core/platforms/win32/winbareos.nsi Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File

master 84795bb1

2021-06-28 18:54

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000867

percona-xtrabackup test: fix shutdown procedure
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner Diff File

master f6dc0d1b

2021-06-28 18:38

frank

Ported: N/A

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

master c7b3be47

2021-06-28 18:28

pstorz


Committer: arogge

Ported: N/A

Details Diff
docs: adapt to the fact that only one windows installer exists now
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File

master f0c52d1d

2021-06-28 17:55

pstorz

Ported: N/A

Details Diff
percona-xtrabackup test: fix shutdown procedure

If the "mysql_install_db" binary is not found by cmake, the value of
$MYSQL_INSTALL_DB is not the empty string as expected by the former code,
but "MYSQL_INSTALL_DB-NOTFOUND".

This commit removes checks for this variable completely and only checks that the
possible pidfiles exist.
mod - systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner Diff File

master b2e8e740

2021-06-28 17:45

frank

Ported: N/A

Details Diff
webui: remove default stream socket context options

Do not enforce a specific bindto (ipv4/ipv6) by stream context options.

See:

https://www.php.net/manual/en/context.socket.php
https://www.php.net/manual/de/function.stream-context-create.php

Fixes 0000579: Unable to connect to the director from webui via ipv6
Affected Issues
0000579
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-18.2 18330c03

2021-06-28 17:45

frank

Ported: N/A

Details Diff
webui: remove default stream socket context options

Do not enforce a specific bindto (ipv4/ipv6) by stream context options.

See:

https://www.php.net/manual/en/context.socket.php
https://www.php.net/manual/de/function.stream-context-create.php

Fixes 0000579: Unable to connect to the director from webui via ipv6

(cherry picked from commit b2e8e7406704f95dc8dbf6289347a7e81e0ddc2e)
Affected Issues
0000579
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

bareos-19.2 da30d4b8

2021-06-28 17:45

frank

Ported: N/A

Details Diff
webui: remove default stream socket context options

Do not enforce a specific bindto (ipv4/ipv6) by stream context options.

See:

https://www.php.net/manual/en/context.socket.php
https://www.php.net/manual/de/function.stream-context-create.php

Fixes 0000579: Unable to connect to the director from webui via ipv6

(cherry picked from commit b2e8e7406704f95dc8dbf6289347a7e81e0ddc2e)
Affected Issues
0000579
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master ebcb80a5

2021-06-28 17:10

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000853 from bareos/dev/fbergkemper/master/bug-0001096

webui: provide a better error message on login failure
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File

master 8458ba35

2021-06-28 16:34

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000840 from bareos/dev/fbergkemper/master/bug-0001324

webui: Fix infinite loop when trying to log in with invalid account
mod - CHANGELOG.md Diff File
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 8d70dace

2021-06-25 20:04

joergs

Ported: N/A

Details Diff
systemtest python-bareos: split unittests file

Split monolitic systemtests/tests/python-bareos/python-bareos-unittest.py
into one file per test class.
Move commonly used functionality to modules in
systemtests/python-modules/bareos_unittest/.
Use ``unittest discover`` to run all Python tests in the directory named test_*.py.
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File
add - systemtests/python-modules/bareos_unittest/__init__.py Diff File
add - systemtests/python-modules/bareos_unittest/base.py Diff File
add - systemtests/python-modules/bareos_unittest/json.py Diff File
mod - systemtests/scripts/functions Diff File
rm - systemtests/tests/python-bareos/python-bareos-unittest.py Diff File
add - systemtests/tests/python-bareos/test-setup Diff File
add - systemtests/tests/python-bareos/test_acl.py Diff File
add - systemtests/tests/python-bareos/test_bvfs.py Diff File
add - systemtests/tests/python-bareos/test_delete.py Diff File
add - systemtests/tests/python-bareos/test_filedaemon.py Diff File
add - systemtests/tests/python-bareos/test_json.py Diff File
add - systemtests/tests/python-bareos/test_json_config.py Diff File
add - systemtests/tests/python-bareos/test_plaintext.py Diff File
add - systemtests/tests/python-bareos/test_protocol_124.py Diff File
add - systemtests/tests/python-bareos/test_python_bareos_module.py Diff File
add - systemtests/tests/python-bareos/test_runscript.py Diff File
add - systemtests/tests/python-bareos/test_show.py Diff File
add - systemtests/tests/python-bareos/test_tlspsk.py Diff File
rm - systemtests/tests/python-bareos/testrunner Diff File
add - systemtests/tests/python-bareos/testrunner-unittest Diff File
mod - systemtests/tests/python-restapi/testrunner.in Diff File

master cc7aa9e5

2021-06-25 16:38

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000862 from bareos/dev/pstorz/master/document-accurate-defaults

docs: document the default value of fileset accurate option
mod - docs/manuals/source/Configuration/Director.rst Diff File

master 37582db5

2021-06-25 12:31

pstorz

Ported: N/A

Details Diff
docs: document the default value of fileset accurate option
mod - docs/manuals/source/Configuration/Director.rst Diff File

master e7b5a2db

2021-06-24 21:28

arogge

Ported: N/A

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

master bc22f141

2021-06-24 19:00

arogge

Ported: N/A

Details Diff
cmake: centralize version-files

Previously version-handling was done in webui and core subdirectories,
so we could build the subdirectories individually. As we don't support
building subdirectories anymore, the cmake code duplicated in webui and
core subdirectories is now merged into the toplevel cmake directory.
mod - .gitignore Diff File
mod - core/CMakeLists.txt Diff File
mod - devtools/prepare-release.sh Diff File
mod - webui/CMakeLists.txt Diff File
rm - webui/cmake/BareosExtractVersionInfo.cmake Diff File
mod - write_version_files.cmake Diff File

master dcaae238

2021-06-24 13:08

stephand


Committer: pstorz

Ported: N/A

Details Diff
docs: PostgreSQL Plugin: Added switchWalTimeout option
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File

master 3b4e97f2

2021-06-24 12:45

stephand


Committer: pstorz

Ported: N/A

Details Diff
postgresql plugin: Wait for WAL archiving after WAL switch

Instead of a static sleep 10s, now check the filesystem for the WAL file
for the current LSN to appear.
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File

master 14712f59

2021-06-23 12:57

pstorz

Ported: N/A

Details Diff
docs: Update how to run multiple fd instances on windows
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 151 152 153 154 155 156 157 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last