Changesets: bareos
master 538697d2 2022-03-07 19:11 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master b0f0413e 2022-03-07 19:10 Committer: pstorz Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 7b54d48f 2022-03-07 19:03 Ported: N/A Details Diff |
webui: update navtabs in job views | ||
mod - webui/module/Job/view/job/job/actions.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/run.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/timeline.phtml | Diff File | ||
master 41d00025 2022-03-07 19:02 Ported: N/A Details Diff |
webui: introduce job rerun view | ||
add - webui/module/Job/view/job/job/rerun.phtml | Diff File | ||
master 04b10a5b 2022-03-07 13:32 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001097 webui: fix deprecated notice required param follows optional param |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/module/Fileset/src/Fileset/Model/FilesetModel.php | Diff File | ||
master 60ea0af8 2022-03-07 13:25 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001104 Fix python-bareos compilation on Tumbleweed |
||
mod - python-bareos/packaging/python-bareos.spec | Diff File | ||
master 11d9a418 2022-03-07 13:22 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001098 webui: fix undefined array key warning |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/module/Pool/src/Pool/Model/PoolModel.php | Diff File | ||
master d03c842a 2022-03-07 11:56 Committer: pstorz Ported: N/A Details Diff |
stored: always release writing device Previously releasing the write-device may not happen on specific failures. This patch makes sure the write-device is always released when appropriate. |
||
mod - core/src/stored/mac.cc | Diff File | ||
master 9f90bfb8 2022-03-07 11:53 Committer: pstorz Ported: N/A Details Diff |
systemtests: add check for stale volumes This patch splits copy-bscan into individual subtests and adds a new test "impossible-copy". That test will ensure the copy fails when changing the read-device to expose a bug in the SD and check for the presence of that bug. |
||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
rm - systemtests/tests/copy-bscan/testrunner | Diff File | ||
add - systemtests/tests/copy/etc/bareos/bareos-dir.d/storage/NoSuchStorage.conf | Diff File | ||
add - systemtests/tests/copy/testrunner-01-backup | Diff File | ||
add - systemtests/tests/copy/testrunner-02-copy | Diff File | ||
add - systemtests/tests/copy/testrunner-03-impossible-copy | Diff File | ||
add - systemtests/tests/copy/testrunner-04-bscan | Diff File | ||
master debc8efd 2022-03-07 11:30 Committer: pstorz Ported: N/A Details Diff |
stored: don't dereference nullptr in migrate.cc In DoActualMigration() function jcr->db_batch->WriteBatchFileRecords() was called without checking if jcr->db_batch was valid. While the function itself took precautions to work correctly in that scenario, it is still undefined behaviour. This patch adds the proper check. |
||
mod - core/src/dird/migrate.cc | Diff File | ||
master cea7cca1 2022-03-07 10:47 Ported: N/A Details Diff |
packaging: pull in libxml and json-c required for S3/droplet storage |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master fe61403e 2022-03-07 09:18 Ported: N/A Details Diff |
packaging: Use gcc10 on Tumbleweed because gcc9 was dropped there |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 58b2b031 2022-03-05 22:25 Ported: N/A Details Diff |
packaging: update comment SLE-10 is long EOL |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 1282b430 2022-03-05 20:31 Ported: N/A Details Diff |
packaging: Improve build Avoid packaging `python3-sd.so` in storage-python2-plugin because that caused a conflict warning in OBS build |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 066a9f28 2022-03-05 19:56 Ported: N/A Details Diff |
packaging: Fix python-bareos compilation on Tumbleweed because openSUSE Tumbleweed dropped unsupported python2 |
||
mod - python-bareos/packaging/python-bareos.spec | Diff File | ||
master 8a64c237 2022-03-03 16:16 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 998e4277 2022-03-03 16:07 Ported: N/A Details Diff |
webui: fix undefined array key warning This PR fixes the issue that a PHP warning is thrown because of a missing check if the array key exists. |
||
mod - webui/module/Pool/src/Pool/Model/PoolModel.php | Diff File | ||
bareos-19.2 405080fe 2022-03-03 16:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001086 webui: update jquery from v3.2.0 to v3.6.0 |
||
add - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jquery.js | Diff File | ||
mod - webui/public/js/jquery.min.js | Diff File | ||
master c356cd5f 2022-03-03 15:26 Committer: pstorz Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 0b38e76b 2022-03-03 15:18 Committer: pstorz Ported: N/A Details Diff |
webui: fix deprecated notice required parameter follows optional parameter When declaring a function or a method, adding a required parameter after optional parameters is deprecated since PHP 8.0. |
||
mod - webui/module/Fileset/src/Fileset/Model/FilesetModel.php | Diff File | ||
bareos-19.2 44d28408 2022-03-03 14:12 Ported: N/A Details Diff |
build: add .marix.yml, removed RHEL_6 / CentOS_6 | ||
add - .matrix.yml | Diff File | ||
master f07e6e91 2022-03-03 11:20 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1083 from fbergkemper/dev/fbergkemper/master/jquery-update webui: update jquery from v3.2.0 to v3.6.0 |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jquery.js | Diff File | ||
mod - webui/public/js/jquery.min.js | Diff File | ||
master 674a61a7 2022-03-02 19:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001089 webui: update jstree-grid plugin |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jstreegrid.js | Diff File | ||
master a336c4f9 2022-03-02 18:59 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001088 webui: update jstree from v3.3.8 to v3.3.12 |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jstree.js | Diff File | ||
mod - webui/public/js/jstree.min.js | Diff File | ||
master 09c5147c 2022-03-02 18:46 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001091 dird: stored: remove statistics thread messages |
||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/stats.cc | Diff File | ||
mod - core/src/stored/sd_stats.cc | Diff File |