Changesets: bareos
master 2cdd3954 2019-08-29 18:15 Ported: N/A Details Diff |
cpack: rename component client to filedaemon | ||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
mod - core/platforms/darwin/resources/uninstall-bareos.in | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/findlib/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
bareos-18.2 fe549745 2019-08-29 18:15 Ported: N/A Details Diff |
cpack: rename component client to filedaemon (cherry picked from commit 2cdd3954acc111a8900c51e547f8ed9f2537bf0f) |
||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
mod - core/platforms/darwin/resources/uninstall-bareos.in | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/findlib/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
bareos-18.2 74c2cf2c 2019-08-29 16:11 Ported: N/A Details Diff |
Remove Saucelabs status from README.md | ||
mod - README.md | Diff File | ||
master b0e62a19 2019-08-29 15:03 Ported: N/A Details Diff |
Remove Saucelabs status from README.md | ||
mod - README.md | Diff File | ||
master 1f7eb007 2019-08-29 12:49 Ported: N/A Details Diff |
tests: replace all @year@ patterns in add_new_unit_test.sh | ||
mod - core/src/tests/add_new_unit_test.sh | Diff File | ||
master b926f6a1 2019-08-28 21:04 Ported: N/A Details Diff |
python-bareos: improve Exception handling * Raise a SignalReceivedException when a Bareos network signal is received (length of the message is set to a negative value). * Raise a JsonRpcErrorReceivedException when a JSON-RPC error message is received. * Raise a JsonRpcInvalidJsonReceivedException (inherited from JsonRpcErrorReceivedException) when an invalid JSON-RPC message is received (e.g. data is not a valid JSON structure). * Remove a Python >= 3.4 deprecation warnung. |
||
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 | ||
master 725532e6 2019-08-28 21:02 Ported: N/A Details Diff |
dird: whoami command: support JSON output | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
master e861ae32 2019-08-28 20:19 Ported: N/A Details Diff |
systemtests: add test only if pyhton-devel available - python-fd-plugin-local-fileset-test can only be run if the python plugins are built using python-devel, therefore enable the test if python-devel is available or disable the test otherwise |
||
mod - systemtests/CMakeLists.txt | Diff File | ||
master ec3fda40 2019-08-28 19:40 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000254 from joergsteffens/dev/joergs/master/bareos-console-commands-cleanup docs: Bareos Console Commands: cleanup |
||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
master 63d495d6 2019-08-28 18:24 Ported: N/A Details Diff |
macos: set package version in filename correctly previously the version number in the package filename was just based on major/minor/patch. Now we just add the full version so we will see the full version number. |
||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
bareos-18.2 dc07ed76 2019-08-28 18:24 Ported: N/A Details Diff |
macos: set package version in filename correctly previously the version number in the package filename was just based on major/minor/patch. Now we just add the full version so we will see the full version number. |
||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
master 32d76c67 2019-08-28 17:58 Ported: N/A Details Diff |
cmake: link liblzo2 statically on macos on macos liblzo2 is available through homebrew only. To remove a dependency on homebrew we link against this library statically now. |
||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
bareos-18.2 32c7b11b 2019-08-28 17:58 Ported: N/A Details Diff |
cmake: link liblzo2 statically on macos on macos liblzo2 is available through homebrew only. To remove a dependency on homebrew we link against this library statically now. |
||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
bareos-18.2 335f262a 2019-08-28 16:53 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000257 from fbergkemper/dev/fbergkemper/bareos-18.2/story-31-37-backport webui: Fix overflowing top navigation bar content |
||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
master 877e37a3 2019-08-28 16:50 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #256 from fbergkemper/dev/fbergkemper/master/story-3137 webui: Add missing classes in custom @media-query |
||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
master 6cacd5e3 2019-08-28 16:39 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000255 from arogge/dev/arogge/master/add-test-script Overhaul add_new_unit_test.sh and add documentation |
||
mod - core/src/tests/add_new_unit_test.sh | Diff File | ||
mod - core/src/tests/test_cmakelists_template.txt.in | Diff File | ||
add - core/src/tests/test_template.cc.in | Diff File | ||
mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
add - docs/manuals/source/DeveloperGuide/tests.rst | Diff File | ||
master 24c0df2b 2019-08-28 16:34 Ported: N/A Details Diff |
tests: add git reminder to add_new_unit_test.sh | ||
mod - core/src/tests/add_new_unit_test.sh | Diff File | ||
master beac60c3 2019-08-28 16:23 Committer: GitHub Ported: N/A Details Diff |
Merge pull request #246 from bareos/dev/arogge/master/newcrc32 core: replace crc32 implementation |
||
mod - core/LICENSE | Diff File | ||
mod - core/debian/copyright.footer | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/block.cc | Diff File | ||
rm - core/src/stored/crc32.cc | Diff File | ||
add - core/src/stored/crc32/LICENSE | Diff File | ||
add - core/src/stored/crc32/crc32.cc | Diff File | ||
add - core/src/stored/crc32/crc32.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
bareos-18.2 800d9ce4 2019-08-28 15:02 Ported: N/A Details Diff |
webui: Fix overflowing top navigation bar content This is the backport from master branch including follow up fixes. commit 637095dee63b95089cd13eb8eaa7a242cd3513a4 commit 3fe225957a8c1e2b5af36e70802d978f87962420 commit 2d08fb84477fb166fa43be8eef4055a368753764 |
||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
master ac338be1 2019-08-28 14:54 Ported: N/A Details Diff |
docs: add short description for unit tests where you find unit tests, how are they build and executed. Also how to add a new unit test. |
||
mod - docs/manuals/source/DeveloperGuide.rst | Diff File | ||
add - docs/manuals/source/DeveloperGuide/tests.rst | Diff File | ||
master 2d08fb84 2019-08-28 14:39 Ported: N/A Details Diff |
webui: Add missing classes in custom @media-query | ||
mod - webui/module/Application/view/layout/layout.phtml.in | Diff File | ||
master 5ea5fc59 2019-08-28 14:37 Ported: N/A Details Diff |
tests: minor overhaul of add_new_unit_test.sh - improve parameter checking - factor out the c++ template - name the binary like the source-file |
||
mod - core/src/tests/add_new_unit_test.sh | Diff File | ||
mod - core/src/tests/test_cmakelists_template.txt.in | Diff File | ||
add - core/src/tests/test_template.cc.in | Diff File | ||
master 40c851a2 2019-08-28 13:58 Ported: N/A Details Diff |
cmake: set configtemplatedir for macos correctly previously the configuration templates were just installed in the config directory which lead to the configuration being overwritten with each installation. This patch changes the path so that configuration is not overwritten on an update or reinstall. |
||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
bareos-18.2 1e9d4b72 2019-08-28 13:58 Ported: N/A Details Diff |
cmake: set configtemplatedir for macos correctly previously the configuration templates were just installed in the config directory which lead to the configuration being overwritten with each installation. This patch changes the path so that configuration is not overwritten on an update or reinstall. |
||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
master 329f15b8 2019-08-28 13:12 Ported: N/A Details Diff |
core: overhaul macos packaging - split bareos into components - rename bareos-fd service - update pre/postinstall scripts - provide uninstall script - update installer text - change installation path |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
mod - core/platforms/darwin/resources/ReadMe.html.in | Diff File | ||
rm - core/platforms/darwin/resources/bareos-client.plist | Diff File | ||
mod - core/platforms/darwin/resources/postinstall.in | Diff File | ||
mod - core/platforms/darwin/resources/preinstall.in | Diff File | ||
add - core/platforms/darwin/resources/uninstall-bareos.in | Diff File | ||
rm - core/platforms/darwin/resources/uninstall.command | Diff File | ||
rm - core/platforms/darwin/resources/uninstall.command.in | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
mod - core/src/console/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/findlib/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File |