Changesets: bareos

master 09f916cf

2022-03-25 14:30

frank

Ported: N/A

Details Diff
jstreegrid: remove handling of IE < 8 using navigator interface

Starting in Chrome 101, the amount of information available in the
User Agent string will be reduced.

This PR removes the specific handling of IE < 8, to avoid issues
in Chrome >= 101.
mod - webui/public/js/jstreegrid.js Diff File

bareos-19.2 4d96b169

2022-03-25 14:30

frank

Ported: N/A

Details Diff
jstreegrid: remove handling of IE < 8 using navigator interface

Starting in Chrome 101, the amount of information available in the
User Agent string will be reduced.

This PR removes the specific handling of IE < 8, to avoid issues
in Chrome >= 101.

(cherry picked from commit 09f916cfa1fac5faebe5a088fd7bf55d3654febf)
mod - webui/public/js/jstreegrid.js Diff File

master 59c4a593

2022-03-25 12:25

Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest: fix python list test
mod - systemtests/tests/python-bareos/test_list_command.py Diff File

master 26864097

2022-03-25 11:22

Alaa Eddine Elamri

Ported: N/A

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

master 9c1830f9

2022-03-25 11:22

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

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

master 84e23ea9

2022-03-24 19:57

arogge


Committer: pstorz

Ported: N/A

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

master d5afd6f6

2022-03-24 16:05

Alaa Eddine Elamri

Ported: N/A

Details Diff
unittest: setting up test

Test crashes in case the checks do not work properly
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/configs/dir_fd_connection/dir_to_fd_connection_no/bareos-dir.d/client/fd-no-connection.conf Diff File
add - core/src/tests/dir_fd_connection.cc Diff File
mod - core/src/tests/testing_common.h Diff File
mod - core/src/tests/testing_dir_common.cc Diff File

master 1d178581

2022-03-24 15:58

frank

Ported: N/A

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

master 90dbf701

2022-03-24 15:49

frank

Ported: N/A

Details Diff
webui: get volume and pool params from query instead of route

Fixes 0001441: Unable to view the pool details, when the pool name contains an space char
Affected Issues
0001441
mod - webui/module/Media/src/Media/Controller/MediaController.php Diff File
mod - webui/module/Pool/src/Pool/Controller/PoolController.php Diff File
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master 9af9bff6

2022-03-24 15:10

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
ua_status.cc: remove redundant comments
mod - core/src/dird/ua_status.cc Diff File

master 2d21b780

2022-03-24 14:48

arogge


Committer: pstorz

Ported: N/A

Details Diff
bvfs: refactor cache to use unordered_set

This patch replaces the complicated pathid_cache based on htable with a
much simpler one based on std::unordered_set. It also changes the
interface to use uint64_t instead of char*
mod - core/src/cats/bvfs.cc Diff File

master 8a8e15f1

2022-03-24 14:07

pstorz


Committer: Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest ai-consolidate-ignore-duplicate-job: print logfile on failure
mod - systemtests/tests/always-incremental-consolidate/testrunner Diff File

master baa7c016

2022-03-24 11:37

bruno-at-bareos

Ported: N/A

Details Diff
update CHANGELOG.md

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - CHANGELOG.md Diff File

master 25f8bcc3

2022-03-24 11:21

bruno-at-bareos

Ported: N/A

Details Diff
docs: bareos sphinx extension clarify status of parallel_read_safe.

- Set explicit parallel_read_safe to False
- Set explicit parallel_write_safe to True (default)

References: https://www.sphinx-doc.org/en/master/extdev/#extension-metadata

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/_extensions/bareos-ext.py Diff File
mod - docs/manuals/source/_extensions/limitation.py Diff File

master 2029ae27

2022-03-23 17:38

Alaa Eddine Elamri

Ported: N/A

Details Diff
stored: only do checkpoints when interval value is set

For the moment, we only enable any type of checkpoints
(on cancel, on volume change, or on time interval) when the
interval value is set.
mod - core/src/stored/append.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File

master 2647f865

2022-03-23 16:25

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001135

cats: include only jobtypes in `list jobtotals` that write data to volumes
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql_list.cc Diff File

master f68b07b3

2022-03-23 16:00

Alaa Eddine Elamri

Ported: N/A

Details Diff
append.cc: change how checkpoint time is updated
mod - core/src/stored/append.cc Diff File

master ca0239f5

2022-03-23 12:48

Alaa Eddine Elamri

Ported: N/A

Details Diff
cats: dird: refactored job table update
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_update.cc Diff File
mod - core/src/dird/catreq.cc Diff File

master 009cbcb5

2022-03-22 16:46

pstorz

Ported: N/A

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

master feba96f3

2022-03-22 15:58

frank


Committer: pstorz

Ported: N/A

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

master 17bc5319

2022-03-22 15:38

frank


Committer: pstorz

Ported: N/A

Details Diff
cats: include only jobtypes in `list jobtotals` that write data to volumes

The list jobtotals command should only summarize jobs
that have actually written to a storage.

These are the jobtypes B, A, a and C. Other jobtypes
like O and R should be excluded from jobtotals.
mod - core/src/cats/sql_list.cc Diff File

master a09f2176

2022-03-22 13:55

pstorz

Ported: N/A

Details Diff
message.cc: introduce MessageTypeToLogPriority

In the case that normal logging is not possible, Qmsg() logs to syslog.
Instead of logging with priority LOG_ERR in this case without regarding
the message type, we now translate the bareos message type to a syslog
priority.
mod - core/src/lib/message.cc Diff File

master d15583f1

2022-03-18 13:30

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001072

console: multicolumn output: fill columns first
mod - CHANGELOG.md Diff File
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/dird/ua_select.h Diff File
mod - core/src/tests/multicolumn_prompts.cc Diff File
mod - pull_request_template.md Diff File

master 45704ddd

2022-03-18 13:19

Alaa Eddine Elamri

Ported: N/A

Details Diff
dird: refactored multicolumn prompts and added new tests
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/tests/multicolumn_prompts.cc Diff File

master 1e362b95

2022-03-18 12:47

Alaa Eddine Elamri

Ported: N/A

Details Diff
updated pull_request_template.md
mod - pull_request_template.md Diff File
 First  Prev  1 2 3 ... 60 ... 108 109 110 111 112 113 114 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 608 609 610  Next  Last