Changesets: bareos
master e16121dc 2021-10-08 10:29 Ported: N/A Details Diff |
systemtest restapi: enable automatic testing The test has been skipped during automatic testing, as it has been marked as "broken". After the recent changes, we enable automatic testing again. |
||
mod - systemtests/tests/restapi/CMakeLists.txt | Diff File | ||
master 52bf39eb 2021-10-08 10:29 Ported: N/A Details Diff |
restapi: renamed systemtest python-restapi | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
master 50f919b2 2021-10-07 21:09 Ported: N/A Details Diff |
docs: update SLE_15_SP3 pkglist | ||
mod - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||
master 44869c62 2021-10-07 18:49 Ported: N/A Details Diff |
bareos.spec: use gcc10 on sle153 and later | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master 97815a03 2021-10-07 12:53 Ported: N/A Details Diff |
build: add SLE_15_SP3 | ||
mod - .matrix.yml | Diff File | ||
add - docs/pkglists/SLE_15_SP3.x86_64 | Diff File | ||
master e92dd6ff 2021-10-07 11:40 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000943 from bareos/dev/fbergkemper/master/s4915 webui: change retention/expiration column on volume tables to only show retention |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/module/Media/view/media/media/details.phtml | Diff File | ||
mod - webui/module/Media/view/media/media/index.phtml | Diff File | ||
mod - webui/module/Pool/view/pool/pool/details.phtml | Diff File | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 1e52b823 2021-10-07 11:37 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000937 from bareos/dev/fbergkemper/master/s4942 webui: improve log message keyword highlighting |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master bf8fecf4 2021-10-07 01:35 Ported: N/A Details Diff |
webui: redirect to queued jobid details view after rerun confirmation | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
master 951697b2 2021-10-07 00:49 Ported: N/A Details Diff |
webui: show confirmation dialog on cancel and rerun button click | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master fcd9922c 2021-10-06 18:58 Ported: N/A Details Diff |
stored: don't unload tapes from blocked devices This patch changes UnloadOtherDrive() so it won't unload a device that is not blocked. Previously we only checked if the device was busy, which might not be enough. |
||
mod - core/src/stored/autochanger.cc | Diff File | ||
master fd915604 2021-10-06 17:43 Committer: arogge Ported: N/A Details Diff |
python-fd-module-tester.cc: use inttypes macro for formatting | ||
mod - core/src/plugins/filed/python/test/python-fd-module-tester.cc | Diff File | ||
master b210f435 2021-10-06 17:30 Committer: arogge Ported: N/A Details Diff |
droplet: fix warning 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length |
||
mod - core/src/droplet/libdroplet/src/utils.c | Diff File | ||
master 0852dbf5 2021-10-06 16:44 Committer: arogge Ported: N/A Details Diff |
droplet: fix strncopy length warnings | ||
mod - core/src/droplet/libdroplet/src/profile.c | Diff File | ||
mod - core/src/droplet/libdroplet/src/req.c | Diff File | ||
master 2995cf25 2021-10-06 15:02 Alaa Eddine Elamri Ported: N/A Details Diff |
bench: made building benchmarks with a cmake parameter | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/CMakeLists.txt | Diff File | ||
mod - core/src/benchmarks/CMakeLists.txt | Diff File | ||
mod - core/src/benchmarks/restore_browser_stress_test.cc | Diff File | ||
master 9c903385 2021-10-04 17:21 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000947 from bareos/dev/joergs/master/systemtests-python systemtest python-pam: fix typos |
||
mod - core/src/plugins/include/python_plugins_common.h | Diff File | ||
mod - systemtests/tests/python-pam/pamlogintest.py | Diff File | ||
master fb51dbe3 2021-10-04 11:08 Ported: N/A Details Diff |
update CHANGELOG: systemtest db credentials 0000950 | ||
mod - CHANGELOG.md | Diff File | ||
master a7fb34b1 2021-10-01 20:09 Ported: N/A Details Diff |
systemtests: configurable database credentials This changes makes the PostgreSQL database configuration for systemtests simpler. Before it has be necessary to configure two database roles, one for the current system user and one for the database user "regress". The database admin scripts did run as the system user, while the Bareos use the "regress" database user. This did also require to adapt a PostgreSQL configuration file. With this change, only database one role and no change to the PostgreSQL default configuration is required. For using the system user, run cmake with following parameter: cmake -Dsystemtest_db_user=$USER ... When systemtest_db_user is not given as parameter, the old default "regress" is used. |
||
mod - CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
add - core/src/tests/configs/catalog/bareos-dir.d/catalog/.gitignore | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/BuildAndTestBareos/systemtests.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/cmake/BareosSystemtestFunctions.cmake | Diff File | ||
master f6ef8afd 2021-10-01 19:49 Committer: arogge Ported: N/A Details Diff |
droplet: replace deprecated json_object_object_get with json_object_object_get_ex | ||
mod - core/src/droplet/libdroplet/src/backend/cdmi/replyparser.c | Diff File | ||
master 7d0da522 2021-10-01 18:28 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master fae1b2c1 2021-10-01 17:20 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000946 Fix doc typo in StorageBackends |
||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
master 065f72f1 2021-10-01 16:43 Committer: arogge Ported: N/A Details Diff |
python: swap SYSTEM and PUBLIC in target_include_directories | ||
mod - core/src/plugins/dird/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/python/CMakeLists.txt | Diff File | ||
master 8db192bd 2021-10-01 16:17 Committer: arogge Ported: N/A Details Diff |
ndmp_fhdb_mem.cc: avoid ODR warning for "struct fhdb_state" | ||
mod - core/src/dird/ndmp_fhdb_mem.cc | Diff File | ||
master 492d33b8 2021-10-01 15:53 Committer: arogge Ported: N/A Details Diff |
ua_configure.cc: check return value of write | ||
mod - core/src/dird/ua_configure.cc | Diff File | ||
master 3993251e 2021-10-01 15:51 Committer: arogge Ported: N/A Details Diff |
fix problem with odr violation of s_cmds | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/stored/dir_cmd.cc | Diff File | ||
mod - core/src/stored/fd_cmds.cc | Diff File | ||
mod - core/src/stored/sd_cmds.cc | Diff File | ||
master ba1d8740 2021-10-01 15:03 Ported: N/A Details Diff |
python plugin: fix typo in error output | ||
mod - core/src/plugins/include/python_plugins_common.h | Diff File |