Changesets: bareos

master 6703160f

2019-11-27 13:17

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000348 from fbergkemper/dev/fbergkemper/master/fix-webui-selenium-test

systemtests: fix string comparison
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master 018b058c

2019-11-27 12:42

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000351 from arogge/dev/arogge/master/move-local-builddefs

core: move included BareosLocalBuildDefinitions down
mod - core/CMakeLists.txt Diff File
rm - core/cmake/BareosLocalBuildDefinitions.cmake Diff File

master 2af75ef4

2019-11-27 12:34

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000342 from arogge/dev/arogge/master/nsis-solid-compression

winbareos: compress using solid compression
mod - core/platforms/win32/winbareos.nsi Diff File

bareos-18.2 8dbdc1cc

2019-11-27 12:30

frank


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

frank


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

frank


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

frank


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

frank


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

arogge

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

franku

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

frank

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

frank

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

joergs

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

frank

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

frank

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

arogge

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

arogge

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

pstorz

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

pstorz

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

joergs

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

pstorz

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

pstorz

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

franku

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

franku

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

pstorz

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
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 259 260 261 262 263 264 265 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last