Changesets: bareos

master 7b70cae0

2021-10-08 13:51

pstorz


Committer: arogge

Ported: N/A

Details Diff
Apply suggestions from code review

Co-authored-by: Andreas Rogge <andreas.rogge@bareos.com>
mod - core/src/lib/bsys.cc Diff File
mod - core/src/lib/crypto_cache.cc Diff File

master edba498b

2021-10-08 13:43

pstorz


Committer: arogge

Ported: N/A

Details Diff
droplet replyparser: analyze return value of json_object_object_get_ex()
mod - core/src/droplet/libdroplet/src/backend/cdmi/replyparser.c Diff File

master 824c01ee

2021-10-08 13:43

pstorz


Committer: arogge

Ported: N/A

Details Diff
console.cc: use strdup instead of self-made bstrdup
mod - core/src/console/console.cc Diff File

master ac1d5355

2021-10-08 11:09

pstorz

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master e16121dc

2021-10-08 10:29

joergs

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

joergs

Ported: N/A

Details Diff
restapi: renamed systemtest python-restapi
mod - systemtests/tests/CMakeLists.txt Diff File

master 50f919b2

2021-10-07 21:09

pstorz

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

pstorz

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

pstorz

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

pstorz


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

pstorz


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

frank

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

frank

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

arogge

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

pstorz


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

pstorz


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

pstorz


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

joergs


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

joergs

Ported: N/A

Details Diff
update CHANGELOG: systemtest db credentials 0000950
mod - CHANGELOG.md Diff File

master a7fb34b1

2021-10-01 20:09

joergs

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

pstorz


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

frank

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master fae1b2c1

2021-10-01 17:20

arogge


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

pstorz


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
 First  Prev  1 2 3 ... 60 ... 120 ... 139 140 141 142 143 144 145 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last