Changesets: bareos

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

master 9d15218e

2022-03-18 12:31

Alaa Eddine Elamri

Ported: N/A

Details Diff
dird: renamed FormatMulticolumnPrompts() to FormatPrompts()

`FormatPrompts` instead of `FormatMulticolumnPrompts` makes
more sense since the function does multicolumn only on certain
conditions
Changed test names accordingly
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

master 9c4a806e

2022-03-17 18:17

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001131

fix director crash when there are no jobs to consolidate
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql_get.cc Diff File

master d173e714

2022-03-17 18:11

arogge

Ported: N/A

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

master cb6b2bcf

2022-03-17 17:41

Alaa Eddine Elamri

Ported: N/A

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

master d6c7f013

2022-03-17 14:56

arogge

Ported: N/A

Details Diff
cats: don't try to filter an empty job-list

This fixes an issue where an empty job-list was passed to the sql-query
which made the query fail, which eventually crashes the director.
mod - core/src/cats/sql_get.cc Diff File

master c9b3558b

2022-03-17 14:13

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001093

docs howto improve dbcopy migration
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/Appendix/Howtos/MigrateABareosCatalogFromMySqlToPostgresql.rst.inc Diff File

master cfde3857

2022-03-16 16:24

Bruno Friedmann @Bareos


Committer: GitHub

Ported: N/A

Details Diff
Update docs/manuals/source/Appendix/Howtos/MigrateABareosCatalogFromMySqlToPostgresql.rst.inc

Co-authored-by: Alaa Eddine Elamri <46047750+alaaeddineelamri@users.noreply.github.com>
mod - docs/manuals/source/Appendix/Howtos/MigrateABareosCatalogFromMySqlToPostgresql.rst.inc Diff File

master 07b6973c

2022-03-16 16:16

bruno-at-bareos

Ported: N/A

Details Diff
Update CHANGELOG.md fix lowercase used in comment

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

master a86c713e

2022-03-16 16:15

bruno-at-bareos

Ported: N/A

Details Diff
Move warning to not start bareos-dir on top position

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/Appendix/Howtos/MigrateABareosCatalogFromMySqlToPostgresql.rst.inc Diff File

master e4d0350e

2022-03-16 13:57

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001127

webui: fix restore file tree rendering
mod - CHANGELOG.md Diff File
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master e4d37e5e

2022-03-16 13:54

frank

Ported: N/A

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

master e6e69fae

2022-03-16 12:33

frank

Ported: N/A

Details Diff
webui: fix tree rendering (file version restore view)
mod - webui/module/Restore/view/restore/restore/versions.phtml Diff File

master 3bdc8254

2022-03-16 12:33

frank

Ported: N/A

Details Diff
webui: fix tree rendering (multiple file restore view)
mod - webui/module/Restore/view/restore/restore/index.phtml Diff File

master f46907c3

2022-03-15 14:54

arogge

Ported: N/A

Details Diff
lib: avoid integer overflows in Bmicrosleep()
mod - core/src/lib/bsys.cc Diff File

master 2990f1bb

2022-03-15 12:22

arogge

Ported: N/A

Details Diff
fix memory-leaks in PrintConfigSchemaJson()
mod - core/src/console/console_conf.cc Diff File
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/filed/filed_conf.cc Diff File
mod - core/src/qt-tray-monitor/tray_conf.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File

master f91caadc

2022-03-14 14:47

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001120

webui: add pool column to volume lists
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

bareos-19.2 acf18909

2022-03-14 14:24

arogge

Ported: N/A

Details Diff
Start development of 19.2.13
mod - CHANGELOG.md Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 174 175 176 177 178 179 180 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 673 674 675  Next  Last