Changesets: bareos
master dbafa0fa 2022-03-30 18:55 Alaa Eddine Elamri Ported: N/A Details Diff |
ua_output.cc: renaming and ordering variables | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
master d52964d2 2022-03-30 17:51 Ported: N/A Details Diff |
Add run_depends bareos-dbcheck to bareos-director package. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-director/Makefile | Diff File | ||
master 5ed1d9af 2022-03-30 16:07 Alaa Eddine Elamri Ported: N/A Details Diff |
dird: check if connection is allowed before proceeding to connection | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
master 2f15e024 2022-03-30 15:11 Ported: N/A Details Diff |
update CHANGELOG.md Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - CHANGELOG.md | Diff File | ||
master 8886d127 2022-03-30 15:07 Ported: N/A Details Diff |
Add missing ddl/update postgresql files, reorder by version the list Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.database-postgresql | Diff File | ||
master 7616325c 2022-03-30 15:03 Ported: N/A Details Diff |
Remove leftover unused files Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-common/plist | Diff File | ||
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon/Makefile.orig | Diff File | ||
master 7a2ce282 2022-03-29 19:45 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
dir config: JT_SYSTEM do not count | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/ua_server.cc | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
master 1239b638 2022-03-29 19:00 Hedi Committer: arogge Ported: N/A Details Diff |
Updated CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 444b27f9 2022-03-29 19:00 Hedi Committer: arogge Ported: N/A Details Diff |
added entry in AUTHORS file | ||
mod - AUTHORS | Diff File | ||
master 84513550 2022-03-29 17:25 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
jcr_private: add res_head_container shared pointer | ||
mod - core/src/dird/jcr_private.h | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
master dad0ea1f 2022-03-29 15:50 Committer: Alaa Eddine Elamri Ported: N/A Details Diff |
config: introduce ResHeadContainer | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/ua_output.cc | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
mod - core/src/tests/test_config_parser_dir.cc | Diff File | ||
master d1f97ed4 2022-03-29 15:43 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001139 webui: get volume and pool params from query instead of route |
||
mod - CHANGELOG.md | Diff File | ||
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 fd4e2bcb 2022-03-29 15:42 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001140 jstreegrid: remove handling of IE < 8 using navigator interface to avoid warnings in chrome |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jstreegrid.js | Diff File | ||
bareos-19.2 d4c3772c 2022-03-29 15:41 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0001143 jstreegrid: remove handling of IE < 8 using navigator interface to avoid warnings in chrome |
||
mod - CHANGELOG.md | Diff File | ||
mod - webui/public/js/jstreegrid.js | Diff File | ||
bareos-19.2 7bd6ee86 2022-03-28 14:39 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master e9f6a2fc 2022-03-25 15:58 Ported: N/A Details Diff |
dird: add command line feature to print resources The bareos-dir prints its configuration when called with the -xc parameter. This change allows to print only specific resources: # print full configuration bareos-dir -xc # print all Job resources baroes-dir -xcJob # print the Job resource BackupCatalog bareos-dir -xcJob=BackupCatalog Co-authored-by: Alaa Eddine Elamri <46047750+alaaeddineelamri@users.noreply.github.com> |
||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/lib/parse_conf.h | Diff File | ||
add - systemtests/tests/config-dump/etc/compare/Console-admin.conf | Diff File | ||
add - systemtests/tests/config-dump/etc/compare/Console.conf | Diff File | ||
mod - systemtests/tests/config-dump/testrunner | Diff File | ||
master 782beb8b 2022-03-25 14:34 Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 09f916cf 2022-03-25 14:30 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 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 00738b72 2022-03-25 12:05 Committer: Bareos Bot Ported: N/A Details Diff |
plugins: adapt python-module test to new printf The changes to printf lead to slight differences in some output. This patch adapts the existing test to the new outputs. |
||
mod - core/src/plugins/filed/python/test/bareosfd_test.py | Diff File | ||
master 32cf8674 2022-03-25 12:04 Committer: Bareos Bot Ported: N/A Details Diff |
lib: replace Bvsprintf() implementation Replace the existing code with a simple wrapper around the standard library. |
||
mod - core/src/lib/bsnprintf.cc | Diff File | ||
mod - core/src/tests/test_bsnprintf.cc | 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 Committer: pstorz Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File |