Changesets: bareos

bareos-18.2 74c2cf2c

2019-08-29 16:11

frank

Ported: N/A

Details Diff
Remove Saucelabs status from README.md
mod - README.md Diff File

master b0e62a19

2019-08-29 15:03

frank

Ported: N/A

Details Diff
Remove Saucelabs status from README.md
mod - README.md Diff File

master 1f7eb007

2019-08-29 12:49

franku

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

joergs

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

joergs

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

franku

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

arogge

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

arogge

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

arogge

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

arogge

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

franku


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

franku


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

arogge


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

arogge

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

franku


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

frank

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

arogge

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

frank

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

arogge

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

arogge

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

arogge

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

arogge

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

bareos-18.2 11f20c7a

2019-08-28 13:12

arogge

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

master 9b27c775

2019-08-27 20:26

joergs

Ported: N/A

Details Diff
systemtests: python-bareos-test: implement tests

These test do run inside the Bareos ctest systemtests.
The python-bareos-test itself is based on python unittest
and tests the python-bareos Python module.
mod - systemtests/CMakeLists.txt 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/profile/all.conf Diff File
add - systemtests/tests/python-bareos-test/etc/bareos/bconsole-admin.conf.in Diff File
add - systemtests/tests/python-bareos-test/python-bareos-unittest.py Diff File
mod - systemtests/tests/python-bareos-test/testrunner Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 280 281 282 283 284 285 286 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last