Changesets: bareos
bareos-18.2 8dbdc1cc 2019-11-27 12:30 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000349 from fbergkemper/dev/fbergkemper/bareos-18.2/story-3420-docs-cleanup docs: Remove reference to roadmap from release notes (Backport 18.2) |
||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master a4f21bb3 2019-11-27 12:30 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000350 from fbergkemper/dev/fbergkemper/master/story-3420-docs-cleanup docs: Remove reference to roadmap from release notes |
||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master 212c9d4e 2019-11-27 12:22 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000345 from fbergkemper/dev/fbergkemper/master/bootstrap-table-ext-update webui: Update bootstrap-table extension |
||
mod - webui/public/css/bootstrap-table.css | Diff File | ||
mod - webui/public/css/bootstrap-table.min.css | Diff File | ||
mod - webui/public/js/bootstrap-table-cookie.js | Diff File | ||
mod - webui/public/js/bootstrap-table-cookie.min.js | Diff File | ||
mod - webui/public/js/bootstrap-table-locale-all.js | Diff File | ||
mod - webui/public/js/bootstrap-table-locale-all.min.js | Diff File | ||
mod - webui/public/js/bootstrap-table.js | Diff File | ||
mod - webui/public/js/bootstrap-table.min.js | Diff File | ||
master f70d86f0 2019-11-27 12:20 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000343 from fbergkemper/dev/fbergkemper/master/story-3434-client-job-listing-improvement webui: Display all available job records in the client details view |
||
mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
master a923dc2e 2019-11-27 12:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000340 from fbergkemper/dev/fbergkemper/master/story-3432-add-job-link webui: add missing jobid link |
||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
master fcfe1296 2019-11-27 10:36 Ported: N/A Details Diff |
core: include BareosLocalBuildDefinitions later Previously BareosLocalBuildDefinitions has been included after determining the version. This made it impossible to override a lot of things. For example, you could not reconfigure a target with the local definitions. This patch moves the inclusion after the inclusion of subdirectories. This allows you to override virtually anything that is configured inside the core/ directory with your local definitions. The patch also removes BareosLocalBuildDefinitions.cmake as it is not required, but an optional local addition. |
||
mod - core/CMakeLists.txt | Diff File | ||
rm - core/cmake/BareosLocalBuildDefinitions.cmake | Diff File | ||
master c91294c6 2019-11-26 20:37 Ported: N/A Details Diff |
tests: improve catalog unittest - fixed: systemtests now delete the database and drop all tables before continuing - add insert statements for job and client table - use std::vector& for the result output buffer - the testrunner of the catalog systemtest clears the database and then calls the catalog unittest - correct paths to database cleanup scripts - build catalog unittest using the new cmake macro - improve catalog systemtest for sqlite3 |
||
mod - .cmake-format.py | Diff File | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_find.cc | Diff File | ||
mod - core/src/dird/run_on_incoming_connect_interval.cc | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/catalog.cc | Diff File | ||
mod - core/src/tests/configs/catalog/bareos-dir.d/catalog/MyCatalog.conf | Diff File | ||
mod - core/src/tests/configs/catalog/bareos-dir.d/director/bareos-dir.conf | Diff File | ||
mod - core/src/tests/run_on_incoming_connect_interval.cc | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/cleanup | Diff File | ||
mod - systemtests/tests/catalog/testrunner | Diff File | ||
bareos-18.2 2e53b1e6 2019-11-26 19:20 Ported: N/A Details Diff |
docs: Remove reference to roadmap from release notes | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master 8072cb6e 2019-11-26 19:17 Ported: N/A Details Diff |
docs: Remove reference to roadmap from release notes | ||
mod - docs/manuals/source/Appendix/ReleaseNotes.rst | Diff File | ||
master b9ee2427 2019-11-26 18:41 Ported: N/A Details Diff |
webui: improve selenium test 2 Rebase to new master. Rename method. Configure Brwoser Resolution by environment variable. |
||
mod - systemtests/tests/webui-common/testrunner.in | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master ef8c9598 2019-11-26 18:29 Ported: N/A Details Diff |
systemtests: fix string comparison | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master ef7472ea 2019-11-26 17:41 Ported: N/A Details Diff |
webui: Update bootstrap-table extension Update bootstrap-table extension from v1.15.2 to v1.15.5. Changelog: https://github.com/wenzhixin/bootstrap-table/releases |
||
mod - webui/public/css/bootstrap-table.css | Diff File | ||
mod - webui/public/css/bootstrap-table.min.css | Diff File | ||
mod - webui/public/js/bootstrap-table-cookie.js | Diff File | ||
mod - webui/public/js/bootstrap-table-cookie.min.js | Diff File | ||
mod - webui/public/js/bootstrap-table-locale-all.js | Diff File | ||
mod - webui/public/js/bootstrap-table-locale-all.min.js | Diff File | ||
mod - webui/public/js/bootstrap-table.js | Diff File | ||
mod - webui/public/js/bootstrap-table.min.js | Diff File | ||
master d7967650 2019-11-26 17:05 Ported: N/A Details Diff |
docs: Remove version information from conf.py This doesn't work with the new versioning scheme and never worked completely accurately when using sphinx-versioning. |
||
mod - docs/manuals/source/conf.py | Diff File | ||
mod - docs/manuals/source/index.rst | Diff File | ||
bareos-18.2 a97c51ce 2019-11-26 17:05 Ported: N/A Details Diff |
docs: Remove version information from conf.py This doesn't work with the new versioning scheme and never worked completely accurately when using sphinx-versioning. (cherry picked from commit d7967650c7f22dcb888d91527555906145940d30) |
||
mod - docs/manuals/source/conf.py | Diff File | ||
mod - docs/manuals/source/index.rst | Diff File | ||
master 30d0a5a8 2019-11-26 16:22 Ported: N/A Details Diff |
tests: windows working and not working tests | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master fd0d73be 2019-11-26 16:11 Ported: N/A Details Diff |
tests: add_new_unit_test is not needed anymore | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
rm - core/src/tests/add_new_unit_test.sh | Diff File | ||
master 22cdadc5 2019-11-26 16:04 Ported: N/A Details Diff |
dird: add .users command | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/dird/ua_dotcmds.cc | Diff File | ||
master 60040869 2019-11-26 15:56 Ported: N/A Details Diff |
tests: introduced first version of bareos_add_test() macro | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master 2c36fb20 2019-11-26 14:31 Ported: N/A Details Diff |
tests: move more tests to macro bareos_add_test() | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
master b247b121 2019-11-26 14:24 Ported: N/A Details Diff |
systemtests: run the catalog unittest from a systemtest only - do not run the catalog unittest with 'make test' or 'ctest' - the catalog-'unittest' will be run from the catalog-'systemtest' |
||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/catalog.cc | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/catalog/testrunner | Diff File | ||
master d4562d7e 2019-11-26 14:17 Ported: N/A Details Diff |
systemtests: add environment variable and run unittest | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/catalog/testrunner | Diff File | ||
master 4b26cda3 2019-11-26 14:09 Ported: N/A Details Diff |
tests: introduce macro bareos_gtest_add_tests | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/test_config_parser_console.cc | Diff File | ||
master b0a288bd 2019-11-26 13:45 Ported: N/A Details Diff |
webui: Display all available job records in the client details view "llist backups" delivers records of successful backup jobs only. This commit changes the underlying bconsole command in the client model from "llist backups" to "llist jobs" to get all job records regardless of their job status. |
||
mod - webui/module/Client/src/Client/Model/ClientModel.php | Diff File | ||
mod - webui/module/Client/view/client/client/details.phtml | Diff File | ||
master dfc24c41 2019-11-26 13:00 Ported: N/A Details Diff |
winbareos: compress using solid compression Previously individual NSIS installer files have been compressed one by one. By enabling solid compression the compressor is only run once for the whole package. This saves both time and space. |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
master 4af065f6 2019-11-26 12:50 Ported: N/A Details Diff |
docs: clarify upgrade to Full backup on FileSet changes | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-fileset-IgnoreFileSetChanges.rst.inc | Diff File |