Changesets: bareos
bareos-17.2 0f8b78eb 2019-09-25 23:46 Ported: N/A Details Diff |
windows: change qmake binary name to use standard fedora qmake | ||
mod - src/win32/Makefile.inc | Diff File | ||
master 0e0b87d9 2019-09-25 17:47 Ported: N/A Details Diff |
windows: removed unneeded comment from winbareos-nsi.spec | ||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
master 3c9b252f 2019-09-25 17:47 Ported: N/A Details Diff |
systemtests: python-bareos-unittest: changes according to PEP8 Uses pylint for testing and yapf for automated fixes. |
||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master 35884824 2019-09-25 17:31 Ported: N/A Details Diff |
systemtests: python-bareos-unittest: add test for list jobs and Job ACL | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/job-backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-job-backup-bareos-fd.conf.in | Diff File | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master 6d092dcf 2019-09-25 15:40 Ported: N/A Details Diff |
webui: remove autogenerated file | ||
rm - webui/module/Application/view/layout/layout.phtml | Diff File | ||
master 378e966f 2019-09-25 15:35 Ported: N/A Details Diff |
dird: fix llist jobid= ACL handling | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
master 6b3947e6 2019-09-25 15:19 Ported: N/A Details Diff |
docs: fix indentation | ||
mod - docs/manuals/source/conf.py | Diff File | ||
master 359fdc07 2019-09-25 15:15 Ported: N/A Details Diff |
docs: add hint to example inclusion in package | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master d03f0d45 2019-09-25 15:11 Ported: N/A Details Diff |
docs: add all possible configuration resources | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master d0fa33c3 2019-09-25 14:37 Ported: N/A Details Diff |
packaging: adapt rpm spec to internalized fastlz | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 7992dac0 2019-09-25 14:36 Ported: N/A Details Diff |
core: cleanup HAVE_FASTLZ and friends | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosCheckIncludes.cmake | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/plugins/stored/autoxflate-sd.cc | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master c4e4cda9 2019-09-25 14:35 Ported: N/A Details Diff |
docs: remove redundant note | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master bd19f46d 2019-09-25 14:34 Ported: N/A Details Diff |
core: Make Bareos build with internal fastlz | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/filed/compression.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/compression.cc | Diff File | ||
mod - core/src/plugins/stored/autoxflate-sd.cc | Diff File | ||
master 396244b7 2019-09-25 14:26 Ported: N/A Details Diff |
core: add new cmake subproject bareosfastlz | ||
mod - core/src/CMakeLists.txt | Diff File | ||
add - core/src/fastlz/CMakeLists.txt | Diff File | ||
add - core/src/fastlz/include/fastlz/fastlz.h | Diff File | ||
add - core/src/fastlz/include/fastlz/fastlzlib.h | Diff File | ||
add - core/src/fastlz/include/fastlz/lz4.h | Diff File | ||
add - core/src/fastlz/include/fastlz/lz4hc.h | Diff File | ||
add - core/src/fastlz/src/fastlz.c | Diff File | ||
add - core/src/fastlz/src/fastlzlib.c | Diff File | ||
add - core/src/fastlz/src/lz4.c | Diff File | ||
add - core/src/fastlz/src/lz4hc.c | Diff File | ||
master ec5674dc 2019-09-25 14:22 Ported: N/A Details Diff |
docs: fix typo | ||
mod - docs/manuals/source/DeveloperGuide/Webui.rst | Diff File | ||
master 6897aada 2019-09-25 14:06 Ported: N/A Details Diff |
docs: fix typo | ||
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst | Diff File | ||
master 041d25ea 2019-09-25 13:58 Ported: N/A Details Diff |
docs: change caption to fit section title | ||
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst | Diff File | ||
master d0dfbd8e 2019-09-25 13:36 Ported: N/A Details Diff |
webui: rename variable unknown_commands to invalid_commands Rename variable unknown_commands to invalid_commands so it matches with the returned message from DIR and the controller plugin method named getInvalidCommands(). |
||
mod - webui/module/Application/src/Application/Controller/Plugin/CommandACLPlugin.php | Diff File | ||
mod - webui/module/Client/src/Client/Controller/ClientController.php | Diff File | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
mod - webui/module/Client/view/client/client/index.phtml | Diff File | ||
mod - webui/module/Client/view/client/client/status.phtml | Diff File | ||
mod - webui/module/Console/src/Console/Controller/ConsoleController.php | Diff File | ||
mod - webui/module/Console/view/console/console/index.phtml | Diff File | ||
mod - webui/module/Dashboard/src/Dashboard/Controller/DashboardController.php | Diff File | ||
mod - webui/module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - webui/module/Director/src/Director/Controller/DirectorController.php | Diff File | ||
mod - webui/module/Director/view/director/director/index.phtml | Diff File | ||
mod - webui/module/Director/view/director/director/messages.phtml | Diff File | ||
mod - webui/module/Fileset/src/Fileset/Controller/FilesetController.php | Diff File | ||
mod - webui/module/Fileset/view/fileset/fileset/details.phtml | Diff File | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
mod - webui/module/Job/view/job/job/actions.phtml | Diff File | ||
mod - webui/module/Job/view/job/job/cancel.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/Media/src/Media/Controller/MediaController.php | Diff File | ||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/src/Pool/Controller/PoolController.php | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/index.phtml | Diff File | ||
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php | Diff File | ||
mod - webui/module/Restore/view/restore/restore/index.phtml | Diff File | ||
mod - webui/module/Restore/view/restore/restore/versions.phtml | Diff File | ||
mod - webui/module/Schedule/src/Schedule/Controller/ScheduleController.php | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/details.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/index.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/overview.phtml | Diff File | ||
mod - webui/module/Schedule/view/schedule/schedule/status.phtml | Diff File | ||
mod - webui/module/Storage/src/Storage/Controller/StorageController.php | Diff File | ||
mod - webui/module/Storage/view/storage/storage/details.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/index.phtml | Diff File | ||
mod - webui/module/Storage/view/storage/storage/status.phtml | Diff File | ||
master 7ee2fc70 2019-09-25 12:57 Committer: pstorz Ported: N/A Details Diff |
Changes to comply with flake8 --max-line-length | ||
mod - core/src/plugins/filed/BareosFdPluginOvirt.py | Diff File | ||
master 35e7e147 2019-09-25 12:57 Ported: N/A Details Diff |
Changes to comply with flake8 --max-line-length | ||
mod - fd-plugins/ovirt-plugin/BareosFdPluginOvirt.py | Diff File | ||
master e4724394 2019-09-25 09:42 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request #271 from joergsteffens/DataTypesCleanup docs: cleanup Data Types section |
||
mod - docs/manuals/source/Configuration/CustomizingTheConfiguration.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-RescheduleInterval.rst.inc | Diff File | ||
master 1c666630 2019-09-24 17:39 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000274 from joergsteffens/dev/joergs/master/python python-bareos and dird commands improvments |
||
mod - core/src/cats/dml/0077_list_volumes_select_long_0 | Diff File | ||
mod - core/src/cats/mysql_queries.inc | Diff File | ||
mod - core/src/cats/postgresql_queries.inc | Diff File | ||
mod - core/src/cats/sqlite_queries.inc | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsolejson.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/exceptions.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/check_for_zombie_jobs | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/noapicommand.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/noautodisplaycommand.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/poolfull.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/console/poolnotfull.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/profile/all.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-admin.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
add - systemtests/tests/python-bareos-test/testrunner | Diff File | ||
master 2b03c0bd 2019-09-24 17:39 Ported: N/A Details Diff |
webui: add profile examples for limited and read-only access | ||
add - webui/install/bareos/bareos-dir.d/profile/webui-limited.conf | Diff File | ||
add - webui/install/bareos/bareos-dir.d/profile/webui-readonly.conf | Diff File | ||
master 0c5489fc 2019-09-24 14:55 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000276 from arogge/TT4200535 Fix nullptr cornercase in mtx-changer parser |
||
mod - core/src/dird/sd_cmds.cc | Diff File | ||
master c7c32d3d 2019-09-23 14:37 Ported: N/A Details Diff |
Revert "removed icu from qt libs to save space" This reverts commit fffe2f0df47e5acf65860497d0f73260e2308bb3. |
||
mod - core/platforms/win32/winbareos-nsi.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File |