Changesets: bareos

bareos-18.2 90dc1af5

2019-08-30 14:29

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000259 from arogge/fixmac-18.2

Backport of PR-252 to Bareos 18.2
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosCheckIncludes.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
mod - core/cmake/FindReadline.cmake Diff File
add - core/cmake/acltypes.cmake 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
mod - webui/CMakeLists.txt Diff File

master 7cd50650

2019-08-30 14:29

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000252 from bareos/dev/arogge/master/fixmac

cmake: improve building on mac
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosCheckIncludes.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
mod - core/cmake/FindReadline.cmake Diff File
add - core/cmake/acltypes.cmake 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 16425cf5

2019-08-29 20:57

arogge

Ported: N/A

Details Diff
cmake: fix regression of acl detection

Since the migration to cmake, the following cmake-variables have not been
set at all:
- HAVE_ACL_TYPE_DEFAULT_DIR
- HAVE_ACL_TYPE_EXTENDED
- HAVE_ACL_TYPE_NFS4

Also the detection of sys/acl.h requires inclusion of sys/types.h (at
least on MacOS, maybe others) which has been missing, too.

This lead to a regression where at least the MacOS client has not been
built with working ACL support.

This patch fixes the detection of ACL support (at least on MacOS) and
restores the cmake-variables.
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosCheckIncludes.cmake Diff File
add - core/cmake/acltypes.cmake Diff File

bareos-18.2 c84b0904

2019-08-29 20:57

arogge

Ported: N/A

Details Diff
cmake: fix regression of acl detection

Since the migration to cmake, the following cmake-variables have not been
set at all:
- HAVE_ACL_TYPE_DEFAULT_DIR
- HAVE_ACL_TYPE_EXTENDED
- HAVE_ACL_TYPE_NFS4

Also the detection of sys/acl.h requires inclusion of sys/types.h (at
least on MacOS, maybe others) which has been missing, too.

This lead to a regression where at least the MacOS client has not been
built with working ACL support.

This patch fixes the detection of ACL support (at least on MacOS) and
restores the cmake-variables.
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosCheckIncludes.cmake Diff File
add - core/cmake/acltypes.cmake Diff File

master 22c69f83

2019-08-29 19:15

joergs


Committer: franku

Ported: N/A

Details Diff
systemtests: run python-fd-plugin-local-fileset-test only if python-fd is build

- the dependency on PYTHONLIBS_FOUND is too general, the python-fd test
should only be run if the target python-fd was built
mod - systemtests/CMakeLists.txt Diff File

master 61a9068c

2019-08-29 19:13

Jörg Steffens


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000258 from bareos/dev/franku/master/python-plugin-test

systemtests: add test only if pyhton-devel available
mod - systemtests/CMakeLists.txt Diff File

master 2cdd3954

2019-08-29 18:15

arogge

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

arogge

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

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 314 315 316 317 318 319 320 ... 360 ... 420 ... 480 ... 540 ... 600 ... 641 642 643  Next  Last