Changesets: bareos
master 05be5018 2020-03-09 13:18 Ported: N/A Details Diff |
webui: fix action button generation | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master bf56f386 2020-03-09 11:51 Ported: N/A Details Diff |
webui: fix typo | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 3ca59990 2020-03-06 18:24 Ported: N/A Details Diff |
webui: adjust modal text to fit latest changes | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master ea5d1054 2020-03-06 16:58 Ported: N/A Details Diff |
webui: remove no longer used job controller code | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
master 37b461c0 2020-03-06 16:48 Ported: N/A Details Diff |
webui: remove updateQueryParams function from job view Remove the JS function updateQueryParams as it is no longer used. |
||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 2df2042c 2020-03-05 19:31 Ported: N/A Details Diff |
webui: introduce a range slider Introduce a range slider to select the data display range on the job table. This replaces the old input select element to determine which time period of data should be retrieved and displayed. |
||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 6d0cda7d 2020-03-05 19:27 Ported: N/A Details Diff |
webui: fix indentation | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
bareos-16.2 2e8405a1 2020-03-05 15:46 Ported: N/A Details Diff |
packaging: update debian/{control,control.in} Updated the build-dependencies work with the distributions we currenty build on. (based on commit 796d53bd672cfbd7427eb54d08d12322a5fa21cb) (cherry picked from commit 2062077015643f6c4fd88830b578f3fe4664424f) |
||
mod - debian/control | Diff File | ||
mod - debian/control.in | Diff File | ||
bareos-17.2 20620770 2020-03-05 15:46 Ported: N/A Details Diff |
packaging: update debian/{control,control.in} Updated the build-dependencies work with the distributions we currenty build on. (based on commit 796d53bd672cfbd7427eb54d08d12322a5fa21cb) |
||
mod - debian/control | Diff File | ||
mod - debian/control.in | Diff File | ||
master d0dc1d3c 2020-03-05 15:39 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000441 from bareos-testing/master Adapt debian build to work in obs and our docker build-environment |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/cmake/distname.sh | Diff File | ||
mod - core/debian/control | Diff File | ||
mod - core/debian/control.in | Diff File | ||
mod - core/platforms/debian/CMakeLists.txt | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/include/host.h.in | Diff File | ||
mod - vmware/debian/control | Diff File | ||
master 714ab306 2020-03-04 18:26 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000443 from arogge/dev/arogge/master/univention-repotemplate univention: revise sources.list template |
||
mod - core/platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list.in | Diff File | ||
master fdc3184e 2020-03-04 14:30 Ported: N/A Details Diff |
stored: separated DeviceStatusInformation | ||
mod - core/src/plugins/stored/scsicrypto-sd.cc | Diff File | ||
mod - core/src/stored/backends/chunked_device.cc | Diff File | ||
mod - core/src/stored/backends/chunked_device.h | Diff File | ||
mod - core/src/stored/dev.h | Diff File | ||
add - core/src/stored/device_status_information.h | Diff File | ||
mod - core/src/stored/status.cc | Diff File | ||
master 5f3341c3 2020-03-04 14:14 Ported: N/A Details Diff |
stored: separated VolumeCatalogInfo | ||
mod - core/src/stored/dev.h | Diff File | ||
add - core/src/stored/volume_catalog_info.h | Diff File | ||
master f94b5699 2020-03-04 13:35 Ported: N/A Details Diff |
univention: revise sources.list template Previously the sources.list template in univention required building in open build-service, as one of the OBS variables had been used. This patch now makes the template independent of OBS and also ensures that you'll get a reasonable error-message in the generated sources.list if something goes wrong (e.g. you provided wrong credentials). |
||
mod - core/platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list.in | Diff File | ||
bareos-18.2 8313d88a 2020-03-04 13:35 Ported: N/A Details Diff |
univention: revise sources.list template Previously the sources.list template in univention required building in open build-service, as one of the OBS variables had been used. This patch now makes the template independent of OBS and also ensures that you'll get a reasonable error-message in the generated sources.list if something goes wrong (e.g. you provided wrong credentials). (cherry picked from commit f94b5699de5cfe076178d6ffd89f78f087b52f8d) |
||
mod - core/platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list.in | Diff File | ||
bareos-19.2 13804e06 2020-03-04 13:35 Ported: N/A Details Diff |
univention: revise sources.list template Previously the sources.list template in univention required building in open build-service, as one of the OBS variables had been used. This patch now makes the template independent of OBS and also ensures that you'll get a reasonable error-message in the generated sources.list if something goes wrong (e.g. you provided wrong credentials). (cherry picked from commit f94b5699de5cfe076178d6ffd89f78f087b52f8d) |
||
mod - core/platforms/univention/conffiles/etc/apt/sources.list.d/60_bareos.list.in | Diff File | ||
master 24d4fec5 2020-03-04 13:35 Ported: N/A Details Diff |
webui: introduce custom job table toolbar To provide the user a function to clear all column filters at once we introduce a custom toolbar with a button for that purpose. |
||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 5372a3bd 2020-03-03 19:22 Ported: N/A Details Diff |
webui: introduce formatClientName function | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 4ee8653e 2020-03-03 19:21 Ported: N/A Details Diff |
webui: introduce formatJobName function | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master 35a5a5fb 2020-03-03 19:20 Ported: N/A Details Diff |
webui: introduce formatJobId function | ||
mod - webui/module/Job/view/job/job/index.phtml | Diff File | ||
master af465359 2020-03-03 19:13 Ported: N/A Details Diff |
webui: fix typo | ||
mod - webui/public/js/custom-functions.js | Diff File | ||
bareos-19.2 06be52e9 2020-03-03 16:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000442 from bareos/dev/pstorz/bareos-19.2/ai-prune-problem backport of PR#423 :Always Incremental: address early prune problem when vol retentions are too small . |
||
mod - core/src/dird/ua_prune.cc | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/AlwaysIncrementalBackupScheme.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/testrunner | Diff File | ||
master 4d45f390 2020-03-03 16:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000423 from bareos/dev/pstorz/master/ai-prune-problem Always Incremental: address early prune problem when vol retentions are too small |
||
mod - core/src/dird/ua_prune.cc | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/AlwaysIncrementalBackupScheme.rst | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/device/FileStorage.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/volume-pruning-test/testrunner | Diff File | ||
master beff2574 2020-03-03 13:22 Ported: N/A Details Diff |
core: remove references to OBS this patch removes references to open build-service as we're not going to use this anymore. |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/cmake/distname.sh | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/include/host.h.in | Diff File | ||
bareos-18.2 76c4b6d2 2020-03-03 13:22 Ported: N/A Details Diff |
core: remove references to OBS this patch removes references to open build-service as we're not going to use this anymore. (cherry picked from commit beff257488c1a54795d841b381fee0806da988b5) |
||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGetDistInfo.cmake | Diff File | ||
mod - core/cmake/distname.sh | Diff File | ||
mod - core/src/dird/ua_cmds.cc | Diff File | ||
mod - core/src/filed/dir_cmd.cc | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/include/host.h.in | Diff File |