Changesets: bareos
|
master ca885847 2025-12-12 10:14 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
barri: remove indicators dependency | ||
| mod - cmake/BareosCpmPackages.cmake | Diff File | ||
| mod - core/src/plugins/filed/windows_dr/CMakeLists.txt | Diff File | ||
| mod - core/src/plugins/filed/windows_dr/logger.cc | Diff File | ||
| mod - debian/rules | Diff File | ||
|
master d2b67a2f 2025-12-12 09:58 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
progressbar: add % back | ||
| mod - core/src/plugins/filed/windows_dr/logger.cc | Diff File | ||
|
master c5f3e08a 2025-12-12 09:16 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
logger: remove indicators dependency also adds a simple program that outputs an animated progressbar. |
||
| mod - core/src/plugins/filed/windows_dr/CMakeLists.txt | Diff File | ||
| mod - core/src/plugins/filed/windows_dr/logger.cc | Diff File | ||
| add - core/src/plugins/filed/windows_dr/logger_test.cc | Diff File | ||
|
master 90c418c8 2025-12-09 18:49 Benjamin Somers Committer: Sebastian Sura Ported: N/A Details Diff |
table-formatter.js: Fix icon selection logic This fixes two problems: - It is not useful here to construct a map, and its iteration is broken (`values()` doesn’t do what’s expected here); - The Windows case would catch `darwin` because it contains `win`. Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr> |
||
| mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
|
master e94e8a35 2025-12-09 15:18 Committer: Bareos Bot Ported: N/A Details Diff |
RPM ULC: apply changes from bareos.spec Try to make bareos.spec and bareos-universal-client.spec s similar as possible. |
||
| mod - core/platforms/packaging/bareos-universal-client.spec | Diff File | ||
|
master 4b38b685 2025-12-09 15:17 Committer: Bareos Bot Ported: N/A Details Diff |
RPM: reformat add some spaces, mostly to be better comparable with bareos-universal-client.spec. |
||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
|
master 967251a5 2025-12-09 12:14 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2461 VMware Plugin: Fix NVRAM backup when datacenter is not in root folder |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | Diff File | ||
| mod - docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/VMwarePlugin.rst.inc | Diff File | ||
|
master 74a59007 2025-12-09 12:14 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master fdcb8c50 2025-12-08 16:31 Committer: Bareos Bot Ported: N/A Details Diff |
packaging+config-libs: fix useradd home dir `useradd` long parameter for home is --home-dir Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - core/platforms/packaging/bareos-universal-client.spec | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
| mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
|
master ff35dd3e 2025-12-08 13:38 Ported: N/A Details Diff |
systemtests: add testrunner-restore-non-present-volume - autochanger test: add test restore with non present media to track warnings and reading issue after mount request |
||
| mod - systemtests/tests/autochanger/CMakeLists.txt | Diff File | ||
| add - systemtests/tests/autochanger/environment.local | Diff File | ||
| add - systemtests/tests/autochanger/testrunner-restore-non-present-volume | Diff File | ||
|
master 20fbd39f 2025-12-04 13:00 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2469 hyper-v: fix restores with portable data |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
|
master 39860c41 2025-12-04 13:00 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master c1fc314d 2025-12-04 11:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2468 dirconfig: add subscription setting with comment |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - core/src/defaultconfigs/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
|
master 429b1314 2025-12-04 11:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 37b04abf 2025-12-04 11:28 Committer: Bareos Bot Ported: N/A Details Diff |
rpm: don't fail, if install log file isn't writable As our RPM installation handles some complex update scenarios it write to an install log file. On some systems, it is not possible to write log files, because /var is read-only. Specifically this is the case on immutable systems like Fedora Silverblue. In that case, we write to stdout. Fix #2465 |
||
| mod - core/platforms/packaging/bareos-universal-client.spec | Diff File | ||
| mod - core/platforms/packaging/bareos.spec | Diff File | ||
|
master f5dacad9 2025-12-04 10:32 Committer: Bareos Bot Ported: N/A Details Diff |
docs: Style Guide Specific Formating Volume Status - add rule about Volume Status to be enclosed with backticks, was previously star enclosed. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
| mod - docs/manuals/source/DocumentationStyleGuide/SpecificFormatting.rst | Diff File | ||
|
master 2703a0bc 2025-12-04 10:00 Ported: N/A Details Diff |
autochanger: export release_all_devices in functions.local | ||
| add - systemtests/tests/autochanger/functions.local | Diff File | ||
| mod - systemtests/tests/autochanger/testrunner-label-release-autoselect | Diff File | ||
|
master ae5dd917 2025-12-04 09:59 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2458 webui: make default job list period configurable |
||
| mod - CHANGELOG.md | Diff File | ||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
| mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
| mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
|
master 5e7ecdc5 2025-12-04 09:59 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 42e193b1 2025-12-04 07:24 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
fd-plugins: undo always portable change | ||
| mod - core/src/filed/fd_plugins.cc | Diff File | ||
|
master 134df154 2025-12-02 18:21 Committer: Bareos Bot Ported: N/A Details Diff |
dirconfig: add subscription setting with comment | ||
| mod - core/src/defaultconfigs/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
|
master 7aeb953a 2025-12-02 09:52 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #2466 Add 25.0.0 release to CHANGELOG.md |
||
| mod - CHANGELOG.md | Diff File | ||
|
master 842cfc26 2025-12-02 09:12 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
| mod - CHANGELOG.md | Diff File | ||
|
master 7e59110a 2025-12-01 18:48 Ported: N/A Details Diff |
webui: make joblist default period configurable | ||
| mod - webui/config/autoload/global.php.in | Diff File | ||
| mod - webui/install/configuration.ini.in | Diff File | ||
| mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
| mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
|
master 867d9caa 2025-12-01 17:14 Ported: N/A Details Diff |
allow several concurrent restores | ||
| mod - systemtests/tests/autochanger/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||