Changesets: bareos
bareos-18.2 e193a53f 2021-06-10 22:29 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000842 from bareos/dev/pstorz/bareos-18.2/releasenotes bareos 18.2.11 releasenotes |
||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master 2e17feb0 2021-06-10 20:25 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 1224dc3f 2021-06-10 20:20 Ported: N/A Details Diff |
docs: update VMware plugin documentation Adapted the documentation of the VMware plugin due to update to VDDK 7 |
||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
bareos-19.2 73c79dc0 2021-06-10 18:57 Ported: N/A Details Diff |
Release Notes: add PR 834 | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
bareos-18.2 ab6b9620 2021-06-10 17:41 Ported: N/A Details Diff |
docs: Release Notes for 18.2.11 | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
bareos-19.2 d1a96b94 2021-06-10 17:28 Ported: N/A Details Diff |
docs: Release Notes for 19.2.10 | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master 870c6a41 2021-06-10 15:52 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 2f582786 2021-06-10 15:41 Ported: N/A Details Diff |
webui: Fix infinite loop when trying to log in with invalid account Close socket on fwrite() error. fwrite() returns the number of bytes written, or false on error. Fixes 0001324: Infinite loop when trying to log with invalid account |
Affected Issues 0001324 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-18.2 13d976ae 2021-06-10 15:41 Ported: N/A Details Diff |
webui: Fix infinite loop when trying to log in with invalid account Close socket on fwrite() error. fwrite() returns the number of bytes written, or false on error. Fixes 0001324: Infinite loop when trying to log with invalid account (cherry picked from commit 2f58278669d3adbc0ae167289cc0c34c74ebf7c4) |
Affected Issues 0001324 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-19.2 c8217219 2021-06-10 15:41 Ported: N/A Details Diff |
webui: Fix infinite loop when trying to log in with invalid account Close socket on fwrite() error. fwrite() returns the number of bytes written, or false on error. Fixes 0001324: Infinite loop when trying to log with invalid account (cherry picked from commit 2f58278669d3adbc0ae167289cc0c34c74ebf7c4) |
Affected Issues 0001324 |
|
mod - webui/vendor/Bareos/library/Bareos/BSock/BareosBSock.php | Diff File | ||
bareos-19.2 65d8da92 2021-06-09 20:58 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #839 from bareos/dev/arogge/bareos-19.2/TT4200755 Fix acquire deadlock on migrate/copy |
||
mod - core/src/stored/mac.cc | Diff File | ||
master ca2c5223 2021-06-09 17:31 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000828 from arogge/dev/arogge/master/TT4200755 Fix acquire deadlock on migrate/copy |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/mac.cc | Diff File | ||
master 751d3511 2021-06-09 17:28 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000823 from alaaeddineelamri/dev/alaaeddineelamri/master/drive-selection-in-truncate-command drive selection in truncate command |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/stored/dir_cmd.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
mod - systemtests/tests/multiplied-device/testrunner | Diff File | ||
master 0b2e51d3 2021-06-09 17:17 Committer: pstorz Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c4bbe183 2021-06-09 14:52 Ported: N/A Details Diff |
docs: update sinceVersion for truncate drive selection | ||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
master cbe7b1ad 2021-06-09 12:17 Ported: N/A Details Diff |
updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 97da3bff 2021-06-09 12:17 Ported: N/A Details Diff |
docs: updated requirements to name pg8000 | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
master 9e94c162 2021-06-09 02:30 Committer: pstorz Ported: N/A Details Diff |
postgresql plugin: drop Python2, fix docs, code cleanup | ||
mod - core/src/plugins/filed/python/postgres/BareosFdPluginPostgres.py | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
master 2df3cc02 2021-06-08 19:12 Ported: N/A Details Diff |
systemtests: don't fork daemons during systemtest When ctest cancels a test (because of an error or a timeout) it will recursively kill the whole process hierarchy. However, this does only work if the process hierarchy is intact (i.e. if no double-fork has happened). To make this work correctly, we now start the daemons in the foreground without forking which allows ctest to correctly kill them if required. |
||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/client-initiated/testrunner | Diff File | ||
mod - systemtests/tests/config-dump/testrunner | Diff File | ||
master 6515c26b 2021-06-08 14:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000829 from bareos/dev/fbergkemper/master/bug-0001205 webui: set default extras as empty array to prevent compact() errors |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/vendor/zendframework/zend-view/src/Helper/HeadLink.php | Diff File | ||
bareos-19.2 715f4079 2021-06-08 14:14 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000834 from bareos/dev/fbergkemper/bareos-19.2/bug-0001205 webui: set default extras as empty array to prevent compact() errors |
||
mod - webui/vendor/zendframework/zend-view/src/Helper/HeadLink.php | Diff File | ||
bareos-18.2 7e0919a5 2021-06-08 14:12 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000835 from bareos/dev/fbergkemper/bareos-18.2/bug-0001205 webui: set default extras as empty array to prevent compact() errors |
||
mod - webui/vendor/zendframework/zend-view/src/Helper/HeadLink.php | Diff File | ||
master 209cb342 2021-06-07 20:02 Committer: arogge Ported: N/A Details Diff |
systemtests: kill all processes listening on the tests' ports before start | ||
mod - systemtests/scripts/setup | Diff File | ||
master ae73d167 2021-06-07 18:30 Ported: N/A Details Diff |
tests: set thread_list_startup_and_shutdown broken That test fails randomly and we don't know why. So for now we mark it broken, so it won't fail the build. |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 4d1ed28b 2021-06-07 18:16 Ported: N/A Details Diff |
systemtests: fix breaking python-fd-postgres test Previously, when running in a directory that contained an @ somewhere in the name, the database setup would fail, because of a resulting syntax error in an sed command. This patch replaces the sed command with a simple echo, that doesn't treat that character specially. |
||
mod - systemtests/tests/py2plug-fd-postgres/database/setup_local_db.sh.in | Diff File |