Changesets: bareos

master 9797bbc4

2021-12-15 12:36

pstorz

Ported: N/A

Details Diff
ua_output.cc: refactor UaContext send functions.
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_output.cc Diff File

master edbe96a2

2021-12-15 12:33

Norst

Ported: N/A

Details Diff
docs: rename Autochanger chapter to include Tape drive support
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst Diff File

master 942bc6e0

2021-12-15 12:02

frank


Committer: pstorz

Ported: N/A

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

master 552e3908

2021-12-15 11:55

frank

Ported: N/A

Details Diff
systemtests: add a test for the jobs last status table in webui

This is just a simple test to verify if we got an entry for a
particular client we expect to be present in the jobs last status
table on the dashboard.
mod - systemtests/CMakeLists.txt Diff File
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master a40bb072

2021-12-14 19:15

pstorz

Ported: N/A

Details Diff
dird: prune and purge send messages to console

... and to the job log when a job is calling the functions.

Before, most messages were created via Jmsg().
On interactive usage, the logs were stored in the message buffer
instead of showing up immediately.

With these changes, the logs created during pruning and purging show up
immediately when being used interactively in the console, and will be
logged into the job log if pruning and purging are called during a job
run.
mod - core/src/cats/sql_get.cc Diff File
mod - core/src/dird/ua.cc Diff File
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_output.cc Diff File
mod - core/src/dird/ua_prune.cc Diff File
mod - core/src/dird/ua_purge.cc Diff File

master fa3cbf3c

2021-12-14 18:35

arogge

Ported: N/A

Details Diff
dir: remove old subscription counting

As the original subscription counting is now obsolete, this patch
removes it.
mod - core/src/dird/dird.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/job.cc Diff File

master 5f520055

2021-12-14 18:22

arogge

Ported: N/A

Details Diff
dir: update status subscriptions command

* by default only a summary is shown
* this also displays "remaining" units based on the configured
subscriptions
* keyword "detail" shows clients/filesets
* keyword "unknown" shows uncategorized data
* keyword "all" shows a complete report
mod - core/src/cats/bdb_query_enum_class.h Diff File
mod - core/src/cats/bdb_query_names.inc Diff File
rm - core/src/cats/dml/0080_subscription_select_backup_unit_overview Diff File
add - core/src/cats/dml/0080_subscription_select_backup_unit_overview_0 Diff File
rm - core/src/cats/dml/0081_subscription_select_backup_unit_total Diff File
add - core/src/cats/dml/0081_subscription_select_backup_unit_total_1 Diff File
mod - core/src/cats/mysql_queries.inc Diff File
mod - core/src/cats/postgresql_queries.inc Diff File
mod - core/src/cats/sqlite_queries.inc Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_status.cc Diff File

master 8341a1ed

2021-12-14 16:19

frank

Ported: N/A

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

master db75e890

2021-12-14 16:04

frank

Ported: N/A

Details Diff
webui: return clientname from query instead from route to client view
mod - webui/module/Client/src/Client/Controller/ClientController.php Diff File

master 094f3b49

2021-12-14 15:57

frank

Ported: N/A

Details Diff
webui: use query parameter instead of route segment on clientname links
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master 0c368ddc

2021-12-14 15:54

frank

Ported: N/A

Details Diff
webui: remove duplicate method formatClientName(value, basePath)
mod - webui/public/js/bootstrap-table-formatter.js Diff File

master 49cb664f

2021-12-14 12:46

pstorz

Ported: N/A

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

master f1cd8bc4

2021-12-13 16:41

Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtests: expanded autochanger systemtest

added the following checks to the `autochanger` systemtest:
-Checking `label` command doesn't skip device when `autoselect = no`
-Checking `release` command doesn't skip device when `autoselect = no`
-Checking backups are not affected by newly added change
-Checking tape backups do not use devices that have `autoselect = no`
systemtest: updated systemtest
mod - systemtests/tests/autochanger/testrunner Diff File

master 2064d78d

2021-12-13 14:21

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001022 from bareos/dev/fbergkemper/master/layout-fix

webui: fix a layout corner case where top navbar is hiding navtabs
mod - CHANGELOG.md Diff File
mod - webui/module/Application/view/layout/layout.phtml.in Diff File

master f99d8ba9

2021-12-13 14:11

pstorz


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001020 from bareos/dev/fbergkemper/master/s5028

webui: provide a notification that NDMP restores are NOT supported by webui
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File
mod - webui/module/Restore/src/Restore/Controller/RestoreController.php Diff File
mod - webui/module/Restore/src/Restore/Model/RestoreModel.php 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 76ff42b2

2021-12-13 12:26

arogge


Committer: joergs

Ported: N/A

Details Diff
debian: simplify creation of debian/control

This patch changes the creation of debian/control from a template-based
approach to a snippet-based approach.
Also generating the control-file is now triggered by a custom target
called "generate-debian-control" instead of cmake itself.
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosGenerateDebianInfo.cmake Diff File
mod - core/cmake/BareosSetVariableDefaults.cmake Diff File
add - core/cmake/generate-debian-control.cmake.in Diff File
mod - debian/rules Diff File

master ace013a7

2021-12-10 19:09

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
dird: change from `prune all volumes` to `prune volume all`
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_prune.cc Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - systemtests/tests/volume-pruning/testrunner Diff File

master 0e98d868

2021-12-10 18:36

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
dird: adding bulk pruning option
mod - core/src/dird/ua_prune.cc Diff File

master 2e9c5abd

2021-12-10 18:17

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
cats: added function to get all volumes
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File

master a4038adf

2021-12-10 17:30

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
dird: fetching pool and media dbr of a specific volume name
mod - core/src/dird/ua_select.cc Diff File
mod - core/src/dird/ua_select.h Diff File

master 91ce2b1f

2021-12-10 16:19

frank

Ported: N/A

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

master 6751255e

2021-12-10 16:13

Alaa Eddine Elamri


Committer: pstorz

Ported: N/A

Details Diff
systemtest: extended `volume-pruning` test
mod - systemtests/tests/volume-pruning/testrunner Diff File

master 3be74c77

2021-12-10 16:12

frank

Ported: N/A

Details Diff
webui: fix a layout corner case where top navbar is hiding navtabs

At a certain display width the top navigation bar can overlap and hide
navigation tabs below, this commit fixes the issue by adjusting
padding-top slightly.
mod - webui/module/Application/view/layout/layout.phtml.in Diff File

master d21aa89f

2021-12-10 15:39

Alaa Eddine Elamri

Ported: N/A

Details Diff
systemtest: added python test
add - systemtests/tests/python-bareos/test_update_all_volumes_all_pools.py Diff File

master 8f06599d

2021-12-10 14:52

frank


Committer: pstorz

Ported: N/A

Details Diff
docs: add section that NDMP restore are NOT supported by webui
mod - docs/manuals/source/IntroductionAndTutorial/BareosWebui.rst Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 196 197 198 199 200 201 202 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last