Changesets: bareos
master f21992c1 2022-12-01 12:49 Committer: arogge Ported: N/A Details Diff |
python-fd-module-tester: use vsnprintf | ||
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc | Diff File | ||
master 3170bd38 2022-12-01 12:32 Committer: arogge Ported: N/A Details Diff |
fd_plugins.cc: fix comment | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
master 0627c25b 2022-12-01 11:24 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001324 ndmp_tape.cc: do not log current rctx->rec in joblog |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
master b6bc82a6 2022-12-01 10:54 Committer: pstorz Ported: N/A Details Diff |
devtools: add colors to pr-tool | ||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 0c97af8e 2022-12-01 10:08 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
update documentation example using LockRes | ||
mod - docs/manuals/source/DeveloperGuide/directorConsole.rst | Diff File | ||
master 43225466 2022-12-01 10:08 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
replace lockres and unlockres with ResLocker | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/dird/dbcheck.cc | Diff File | ||
mod - core/src/dird/expand.cc | Diff File | ||
mod - core/src/dird/reload.cc | Diff File | ||
mod - core/src/dird/scheduler_private.cc | Diff File | ||
mod - core/src/dird/stats.cc | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/dird/ua_dotcmds.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_restore.cc | Diff File | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
mod - core/src/dird/ua_server.cc | Diff File | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/filed/verify_vol.cc | Diff File | ||
mod - core/src/lib/res.cc | Diff File | ||
mod - core/src/qt-tray-monitor/monitoritemthread.cc | Diff File | ||
mod - core/src/stored/butil.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
master 0b041849 2022-12-01 10:07 Alaa Eddine Elamri Committer: arogge Ported: N/A Details Diff |
parse_conf: introduce resource locker | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
master 596a385c 2022-12-01 09:39 Committer: pstorz Ported: N/A Details Diff |
devtools: improve pr-tool * Check that PR status is OPEN and not CLOSED or MERGED. * Display url of PR * Add parameter --admin-override to merge. Will call the 'gh pr merge' command with the --admin option to override required checks if possible * Look for github status checks and stop merge if not successful. Provide option --ignore-status-checks in merge to skip this check. |
||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master ebcab838 2022-11-30 19:10 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001273 dird: do device reservation as late as possible, i.e. after `run before job scripts` |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/backup.cc | Diff File | ||
mod - core/src/dird/migrate.cc | Diff File | ||
mod - core/src/dird/msgchan.cc | Diff File | ||
mod - core/src/dird/msgchan.h | Diff File | ||
mod - core/src/dird/ndmp_dma_backup_NDMP_BAREOS.cc | Diff File | ||
mod - core/src/dird/ndmp_dma_restore_NDMP_BAREOS.cc | Diff File | ||
mod - core/src/dird/restore.cc | Diff File | ||
mod - core/src/dird/vbackup.cc | Diff File | ||
mod - core/src/dird/verify.cc | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/reservation.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RunScript.rst.inc | Diff File | ||
rm - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/runscriptjob.conf | Diff File | ||
rm - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/job/slow-backup-small-volumes.conf | Diff File | ||
rm - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf | Diff File | ||
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-dir.d/storage/File2.conf.in | Diff File | ||
add - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/device/FileStorage2.conf | Diff File | ||
rm - systemtests/tests/parallel-jobs/parallel-jobs-small-volumes | Diff File | ||
add - systemtests/tests/parallel-jobs/testrunner-reservation-order | Diff File | ||
master b4d01d0c 2022-11-30 18:43 Committer: pstorz Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master c0a14665 2022-11-30 14:57 Ported: N/A Details Diff |
ndmp_tape.cc: do not log current rctx->rec in joblog This is a debug output used in PR 1013 which was overseen to be removed. |
||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
master d38d3528 2022-11-30 14:45 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 3a8de248 2022-11-30 13:27 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001315 from alaaeddineelamri/dev/alaaeddineelamri/master/s5321-fix-show-directors dird: fix director resource not showing when using `show director` or the `--xc director` cli option |
||
mod - CHANGELOG.md | Diff File | ||
rm - core/src/dird/show_cmd_available_resources.h | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_output.h | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/tests/show_cmd_available_resources_equals_config_resources.cc | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/counter/random-counter.conf | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/schedule/random-schedule.conf | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/user/random-user.conf | Diff File | ||
mod - systemtests/tests/python-bareos/test_list_command.py | Diff File | ||
mod - systemtests/tests/python-bareos/test_show.py | Diff File | ||
master bb3ce339 2022-11-30 12:10 Ported: N/A Details Diff |
update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 60651033 2022-11-30 10:50 Committer: pstorz Ported: N/A Details Diff |
devtools: add pr-tool Introduce a new devtool "pr-tool" that helps merging pull requests. It can check prerequisites, add CHANGELOG.md entries and automatically rebase to avoid CHANGELOG.md merge conflicts. Also add a python version of update-changelog-links.sh that is exposed as a program and used internally by pr-tool. |
||
add - devtools/pip-tools/changelog_utils/__init__.py | Diff File | ||
add - devtools/pip-tools/changelog_utils/add_entry.py | Diff File | ||
add - devtools/pip-tools/changelog_utils/fileio.py | Diff File | ||
add - devtools/pip-tools/changelog_utils/update_links.py | Diff File | ||
mod - devtools/pip-tools/check_sources.egg-info/PKG-INFO | Diff File | ||
mod - devtools/pip-tools/check_sources.egg-info/SOURCES.txt | Diff File | ||
mod - devtools/pip-tools/check_sources.egg-info/entry_points.txt | Diff File | ||
mod - devtools/pip-tools/check_sources.egg-info/top_level.txt | Diff File | ||
add - devtools/pip-tools/pr_tool/main.py | Diff File | ||
add - devtools/pip-tools/pyproject.toml | Diff File | ||
mod - devtools/pip-tools/setup.py | Diff File | ||
add - devtools/pr-tool | Diff File | ||
add - devtools/update-changelog-links | Diff File | ||
master 01181a35 2022-11-30 10:39 Committer: arogge Ported: N/A Details Diff |
fd_plugins.cc: add review suggested changes enum IoStatus: wrap into namespace |
||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.h | Diff File | ||
master 5416e9e9 2022-11-30 10:35 Committer: arogge Ported: N/A Details Diff |
introduced kInvalidFiledescriptor | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/findlib/bfile.cc | Diff File | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/include/bareos.h | Diff File | ||
mod - core/src/plugins/filed/python/module/bareosfd.cc | Diff File | ||
master ae50ae68 2022-11-30 09:31 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001314 webui: cleanup webui source tree |
||
mod - CHANGELOG.md | Diff File | ||
rm - webui/.travis.yml | Diff File | ||
rm - webui/doxygen/README | Diff File | ||
rm - webui/doxygen/bareos-webui.doxy | Diff File | ||
rm - webui/doxygen/create_doxygen_documentation.sh | Diff File | ||
rm - webui/packaging/obs/debian.debtransform | Diff File | ||
master 18633e59 2022-11-29 19:21 Committer: arogge Ported: N/A Details Diff |
other structs: initialize instead of memset() | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
mod - core/src/plugins/filed/gfapi/gfapi-fd.cc | Diff File | ||
master 3e439589 2022-11-29 19:07 Committer: arogge Ported: N/A Details Diff |
struct io_pkt: initialize instead of memset() | ||
mod - core/src/filed/fd_plugins.cc | Diff File | ||
mod - core/src/filed/fd_plugins.h | Diff File | ||
master 61e1976a 2022-11-29 17:17 Alaa Eddine Elamri Committer: joergs Ported: N/A Details Diff |
systemtests: setup test to check resource available in show | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/counter/random-counter.conf | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/schedule/random-schedule.conf | Diff File | ||
add - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/user/random-user.conf | Diff File | ||
mod - systemtests/tests/python-bareos/test_list_command.py | Diff File | ||
mod - systemtests/tests/python-bareos/test_show.py | Diff File | ||
master a19ec5fc 2022-11-29 15:56 Alaa Eddine Elamri Committer: joergs Ported: N/A Details Diff |
dird: fix: export config not showing up director config | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
master 39bab435 2022-11-29 15:35 Alaa Eddine Elamri Committer: joergs Ported: N/A Details Diff |
dird: fix for director resource not showing up | ||
rm - core/src/dird/show_cmd_available_resources.h | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/dird/ua_output.h | Diff File | ||
mod - core/src/tests/show_cmd_available_resources_equals_config_resources.cc | Diff File | ||
master d0d8b375 2022-11-29 13:48 Committer: arogge Ported: N/A Details Diff |
bareosfd.h: remove do_io_in_core from PyIoPacket | ||
mod - core/src/plugins/filed/python/module/bareosfd.h | Diff File | ||
master 0fd6ea24 2022-11-29 13:44 Committer: arogge Ported: N/A Details Diff |
plugin io in core: update PythonPluginAPI docs | ||
mod - docs/manuals/source/DeveloperGuide/PythonPluginAPI.rst | Diff File |