Changesets: bareos

bareos-19.2 384dc672

2021-06-29 18:24

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000872 from bareos/dev/fbergkemper/bareos-19.2/bug-0000579

webui: enable connect to the director via ipv6
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - webui/install/directors.ini.in Diff File
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php Diff File

master 6b39b656

2021-06-29 18:16

pstorz

Ported: N/A

Details Diff
pkglists: add openSUSE_Leap_15.3.x86_64
add - docs/pkglists/openSUSE_Leap_15.3.x86_64 Diff File

master 2cddb462

2021-06-29 17:04

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000821 from bareos/dev/pstorz/master/postgresql-pg8000

postgresql plugin: switch from psycopg2 to pg8000
mod - CHANGELOG.md Diff File
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py Diff File
mod - core/src/plugins/filed/python/postgres/bareos-fd-postgres.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File
mod - systemtests/CMakeLists.txt Diff File

master 9f4231be

2021-06-29 16:54

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000859

docs: Update how to run multiple fd instances on windows
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File

master c5810070

2021-06-29 16:42

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000869 from bareos/dev/pstorz/master/build-fedora-34

As PR 0000824 was merged, we now are able to build Fedora34
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File

bareos-18.2 32d0ccb3

2021-06-29 15:44

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000866 from bareos/dev/fbergkemper/bareos-18.2/bug-0001324

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

bareos-19.2 8ad86ef6

2021-06-29 15:43

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000865 from bareos/dev/fbergkemper/bareos-19.2/bug-0001324

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

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
 First  Prev  1 2 3 ... 60 ... 120 ... 148 149 150 151 152 153 154 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 604 605 606  Next  Last