Changesets: bareos

master 50ed450f

2020-05-08 18:54

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000506 from arogge/dev/arogge/master/story-3403

docs: add warning about job-intermixing
mod - docs/manuals/source/Configuration/Director.rst Diff File

master f785cb26

2020-05-08 18:52

arogge

Ported: N/A

Details Diff
core: fix more clang warnings

* unused function swap() in crc32
* braces instead of parentheses for initialization
mod - core/src/stored/crc32/crc32.cc Diff File
mod - core/src/tests/bsock_test_connection_setup.cc Diff File

master 9f086f5e

2020-05-08 18:32

arogge

Ported: N/A

Details Diff
ndmp: disable warnings for rpc code

disable unused-variable warnings in rpc code when building with clang.
mod - core/src/ndmp/ndmp0.x Diff File
mod - core/src/ndmp/ndmp2.x Diff File
mod - core/src/ndmp/ndmp3.x Diff File
mod - core/src/ndmp/ndmp4.x Diff File
mod - core/src/ndmp/ndmp9.x Diff File

master b0257afd

2020-05-08 18:27

arogge

Ported: N/A

Details Diff
core: use nullptr in alist.h and dlist.h

Also fix a compiler warning in dlist.h so pragmas can be reduced
mod - core/src/lib/alist.h Diff File
mod - core/src/lib/dlist.h Diff File

master 63509672

2020-05-08 09:58

Alvaro Flaño


Committer: GitHub

Ported: N/A

Details Diff
Update details.phtml

This fixes the problem that occurs when multiple joblog messages have the same time. It uses the id field added in eda19fcd0bbb859b41ad6fb96a3d4fbb488d82f6
mod - webui/module/Job/view/job/job/details.phtml Diff File

master eda19fcd

2020-05-08 09:24

Alvaro Flaño


Committer: GitHub

Ported: N/A

Details Diff
Update JobModel.php

Add an id to each joblog entry to fix the sorting problem on the details page.
mod - webui/module/Job/src/Job/Model/JobModel.php Diff File

master 4d758a94

2020-05-08 09:17

Alvaro Flaño


Committer: GitHub

Ported: N/A

Details Diff
Update RunJobForm.php

Added VirtualFull option for manual defined Jobs. In my case, sometimes you have a Full Job and some Incremental ones and you just one to merge them into a new Virtual Full. From the UI it is really simple to do it if we add this option to the menu.
mod - webui/module/Job/src/Job/Form/RunJobForm.php Diff File

master b1a7943b

2020-05-08 02:22

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000502 from bareos/dev/maik/master/postgres-backup-cleanup

Python Postgres Plugin
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py Diff File
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py Diff File
add - core/src/plugins/filed/BareosFdPluginPostgres.py Diff File
mod - core/src/plugins/filed/CMakeLists.txt Diff File
add - core/src/plugins/filed/bareos-fd-postgres.py Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins.rst Diff File
mod - systemtests/CMakeLists.txt Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/database/setup_local_db.sh Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/pool/Differential.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/pool/Full.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/pool/Incremental.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/pool/Scratch.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/profile/operator.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/storage/File.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-fd.d/client/myself.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-fd.d/messages/Standard.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-sd.d/messages/Standard.conf Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bconsole.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/python-modules/BareosFdPluginLocalFilesetWithRestoreObjects.py Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/python-modules/bareos-fd-local-fileset-with-restoreobjects.py Diff File
add - systemtests/tests/python-fd-plugin-postgres-test/testrunner Diff File

master e0c2a120

2020-05-07 21:48

frank

Ported: N/A

Details Diff
webui: replace document.ready with window.onload

Ensure everything is loaded before we retrieve package update
information via Ajax.
mod - webui/module/Auth/view/auth/auth/login.phtml Diff File

master 2b897a64

2020-05-07 21:20

frank

Ported: N/A

Details Diff
webui: add missing default value to fix possible login problems

This commit adds a missing default value to a hidden form element.

It fixes a possible login problem, which could occur when you send login
form data before fetching package update information in the background
finished with success or an error.

Special thanks goes to Alvaro Flaño who reported the issue and also has
put some effort into solving it.
mod - webui/module/Auth/src/Auth/Form/LoginForm.php Diff File

master aefe6df1

2020-05-07 21:01

franku

Ported: N/A

Details Diff
stored: rename variables and move a struct out of global scope

- cleanup backend loader code
mod - core/src/stored/sd_backends.cc Diff File
mod - core/src/stored/sd_backends.h Diff File

master 9cd0ee79

2020-05-07 17:38

franku

Ported: N/A

Details Diff
stored: rename backend device calls
mod - core/src/stored/backends/cephfs_device.cc Diff File
mod - core/src/stored/backends/droplet_device.cc Diff File
mod - core/src/stored/backends/elasto_device.cc Diff File
mod - core/src/stored/backends/gfapi_device.cc Diff File
mod - core/src/stored/backends/object_store_device.cc Diff File
mod - core/src/stored/backends/rados_device.cc Diff File
mod - core/src/stored/backends/unix_fifo_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/sd_backends.cc Diff File
mod - core/src/stored/sd_backends.h Diff File

master e1a54b6d

2020-05-07 16:42

frank

Ported: N/A

Details Diff
webui: add missing required attribute on form elements
mod - webui/module/Auth/src/Auth/Form/LoginForm.php Diff File

master e5fe1980

2020-05-07 14:56

arogge

Ported: N/A

Details Diff
docs: document Verify VolumeToCatalog limitation
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-Level.rst.inc Diff File

master e87e0fcb

2020-05-07 01:29

franku


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000503 from bareos/dev/pstorz/master/override-since-time

run command: use specified since time
mod - core/src/dird/fd_cmds.cc Diff File
mod - core/src/dird/job.cc Diff File
mod - core/src/dird/ua_run.cc Diff File
mod - core/src/include/jcr.h Diff File
mod - core/src/lib/util.cc Diff File

master 60042d66

2020-05-06 21:21

arogge

Ported: N/A

Details Diff
docs: add warning about job-intermixing

The intermixing of jobs with the same client and fileset is considered
counter-intuitive by some users.
This patch adds a warning to the documentation that clarifies the
situation.
mod - docs/manuals/source/Configuration/Director.rst Diff File

master f9db2bc3

2020-05-06 18:52

franku

Ported: N/A

Details Diff
stored: rename device alist to device_resource in class AutochangerResource
mod - core/src/stored/autochanger.cc Diff File
mod - core/src/stored/autochanger_resource.cc Diff File
mod - core/src/stored/autochanger_resource.h Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/status.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/tests/multiplied_device_test.cc Diff File

master 4645d7cc

2020-05-06 18:05

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000499 from bareos/dev/fbergkemper/master/s3384

dird: fix status schedule(r) command behaviour
mod - core/src/dird/ua_status.cc Diff File

master c8f3f9f5

2020-05-06 18:02

frank

Ported: N/A

Details Diff
webui: exclude director selection from selenium test at login time
mod - webui/tests/selenium/webui-selenium-test.py Diff File

master 2cd28cba

2020-05-06 17:48

frank

Ported: N/A

Details Diff
webui: improve login dialog DIRD selection

Don't provide an input select field when there is only one DIRD
configured, instead automatically provide the configured DIRD
as default and set the input field to read-only.
mod - webui/module/Auth/src/Auth/Controller/AuthController.php Diff File
mod - webui/module/Auth/src/Auth/Form/LoginForm.php Diff File
mod - webui/module/Auth/view/auth/auth/login.phtml Diff File

master fec22192

2020-05-06 15:49

franku

Ported: N/A

Details Diff
stored: rename device to device_resource in class ReserveContext
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/reserve.h Diff File

master 9d5b3291

2020-05-06 15:33

franku

Ported: N/A

Details Diff
cleanup: rename device by device_resource
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/stored/autochanger_resource.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/label.cc Diff File
mod - core/src/stored/sd_stats.cc Diff File
mod - core/src/stored/status.cc Diff File
mod - core/src/stored/stored.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/tests/multiplied_device_test.cc Diff File
mod - core/src/tests/sd_reservation.cc Diff File
mod - core/src/win32/stored/backends/win32_fifo_device.cc Diff File
mod - core/src/win32/stored/backends/win32_file_device.cc Diff File

master 58f7162b

2020-05-06 15:24

franku

Ported: N/A

Details Diff
stored: rename device to device_resource in class DeviceControlRecord
mod - core/src/plugins/stored/autoxflate-sd.cc Diff File
mod - core/src/stored/acquire.cc Diff File
mod - core/src/stored/ansi_label.cc Diff File
mod - core/src/stored/append.cc Diff File
mod - core/src/stored/autochanger.cc Diff File
mod - core/src/stored/block.cc Diff File
mod - core/src/stored/btape.cc Diff File
mod - core/src/stored/device_control_record.h Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/label.cc Diff File
mod - core/src/stored/read.cc Diff File
mod - core/src/stored/sd_plugins.cc Diff File
mod - core/src/stored/sd_stats.cc Diff File
mod - core/src/stored/spool.cc Diff File
mod - core/src/stored/status.cc Diff File

master 71204c0a

2020-05-06 15:01

franku

Ported: N/A

Details Diff
btape: cleanup local variables
mod - core/src/stored/btape.cc Diff File

master fee0dbbc

2020-05-06 15:00

franku

Ported: N/A

Details Diff
cleanup: rename device by device_resource
mod - core/src/dird/sd_cmds.cc Diff File
mod - core/src/dird/ua_dotcmds.cc Diff File
mod - core/src/plugins/stored/scsicrypto-sd.cc Diff File
mod - core/src/plugins/stored/scsitapealert-sd.cc Diff File
mod - core/src/stored/autochanger.cc Diff File
mod - core/src/stored/backends/generic_tape_device.cc Diff File
mod - core/src/stored/backends/unix_fifo_device.cc Diff File
mod - core/src/stored/backends/unix_file_device.cc Diff File
mod - core/src/stored/butil.cc Diff File
mod - core/src/stored/device_status_information.h Diff File
mod - core/src/stored/status.cc Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 214 215 216 217 218 219 220 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 607 608 609  Next  Last