Changesets: bareos
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 | ||
master 84c79217 2022-11-29 11:28 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001317 from bruno-at-bareos/dev/bruno/master/s5311-doc-error-vss-snapshots-cant-grow doc: add new VSS troubleshooting instruction to Windows chapter. |
||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/Appendix/Debugging.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosSecurityIssues.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst | Diff File | ||
master a6dab237 2022-11-29 11:17 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master e1e81d46 2022-11-28 17:41 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001281 from fbergkemper/dev/fbergkemper/master/s5160 webui: introduce themes |
||
mod - CHANGELOG.md | Diff File | ||
mod - README.md | Diff File | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
mod - webui/config/autoload/global.php.in | Diff File | ||
mod - webui/install/configuration.ini.in | Diff File | ||
mod - webui/module/Application/view/layout/error.phtml | Diff File | ||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
mod - webui/module/Application/view/layout/login.phtml.in | Diff File | ||
mod - webui/module/Auth/src/Auth/Controller/AuthController.php | Diff File | ||
mod - webui/module/Auth/view/auth/auth/login.phtml | Diff File | ||
add - webui/public/css/login.css | Diff File | ||
rm - webui/public/img/bareos-logo.png | Diff File | ||
add - webui/public/themes/default/css/login.css | Diff File | ||
add - webui/public/themes/default/img/bareos-logo-small.png | Diff File | ||
add - webui/public/themes/default/img/bareos.png | Diff File | ||
add - webui/public/themes/default/img/favicon.ico | Diff File | ||
add - webui/public/themes/sunflower/css/login.css | Diff File | ||
add - webui/public/themes/sunflower/img/background.jpg | Diff File | ||
master f39707e8 2022-11-28 16:21 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Frank Bergkemper <frank.bergkemper@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master afe4b0e5 2022-11-28 10:48 Committer: pstorz Ported: N/A Details Diff |
build: remove Ubuntu 18.04 | ||
mod - .matrix.yml | Diff File | ||
master c9bec1d9 2022-11-25 15:55 Alaa Eddine Elamri Committer: bruno-at-bareos Ported: N/A Details Diff |
bscrypto: update to use CLI11 for command line parsing | ||
mod - core/src/tools/CMakeLists.txt | Diff File | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
master 9786466d 2022-11-25 15:28 Alaa Eddine Elamri Committer: bruno-at-bareos Ported: N/A Details Diff |
refactor: bscrypto: unify duplicated read keyfile code | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
master efe73ac7 2022-11-25 15:15 Alaa Eddine Elamri Committer: bruno-at-bareos Ported: N/A Details Diff |
refactor: bscrypto: remove bailout | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
master b80fbd69 2022-11-25 15:06 Alaa Eddine Elamri Committer: bruno-at-bareos Ported: N/A Details Diff |
refactor: bscrypto: keyfiles from C strings to std::string | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
master 9d4347a1 2022-11-25 13:27 Alaa Eddine Elamri Ported: N/A Details Diff |
gtest: set `thread_list_startup_and_shutdown` as broken on windows | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 9d696e3c 2022-11-25 13:18 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Frank Bergkemper <frank.bergkemper@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 3b3a0a48 2022-11-25 13:17 Ported: N/A Details Diff |
update README.md | ||
mod - README.md | Diff File |