Changesets: bareos
master 71f47935 2020-05-11 17:11 Ported: N/A Details Diff |
core: remove unused source-files | ||
rm - core/src/cats/dbi.cc | Diff File | ||
rm - core/src/lib/libbareos_globals.cc | Diff File | ||
rm - core/src/lib/libbareos_globals.h | Diff File | ||
master 3da31129 2020-05-11 16:38 Ported: N/A Details Diff |
core: remove support for tcp-wrappers The core for tcp-wrappers has been disabled since the switch to cmake. This patch removes the dead code and build-parameters |
||
mod - core/cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - core/debian/rules | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
mod - core/platforms/gentoo/bareos.ebuild | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/lib/bnet_server_tcp.cc | Diff File | ||
rm - core/src/lib/tcpd.h | Diff File | ||
mod - core/src/stored/ndmp_tape.cc | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
mod - regress/prototype.conf | Diff File | ||
mod - regress/scripts/regress-config.in | Diff File | ||
master 666b92aa 2020-05-11 16:29 Ported: N/A Details Diff |
dird: fix an too early FreeJCR call | ||
mod - core/src/dird/ua_run.cc | Diff File | ||
master e260945e 2020-05-11 14:23 Ported: N/A Details Diff |
core: replace intentional SEGFAULTs Previously, Bareos used intentional SEGFAULTs to terminate the program when a fatal error occurs. This patch replaces these with calls to abort() that will terminate the program using SIGABRT. |
||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/mem_pool.cc | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
master 9ae73c92 2020-05-11 13:52 Ported: N/A Details Diff |
core: remove ASSERT2() macro The macro was only used once and could be replaced by Emsg1(M_ABORT,...) and as such was unnecessary. This patch removes the macro and related code. |
||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/message.cc | Diff File | ||
mod - core/src/lib/message.h | Diff File | ||
mod - core/src/stored/lock.cc | Diff File | ||
master d1c5d893 2020-05-11 13:13 Ported: N/A Details Diff |
lib: remove unused macros form lockmgr.cc | ||
mod - core/src/lib/lockmgr.cc | Diff File | ||
master 1f2e9285 2020-05-11 12:36 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000507 from arogge/dev/arogge/master/story-4024 docs: document Verify VolumeToCatalog limitation |
||
mod - docs/manuals/source/manually_added_config_directive_descriptions/dir-job-Level.rst.inc | Diff File | ||
master a4f2c529 2020-05-09 20:31 Alvaro Flaño Committer: GitHub Ported: N/A Details Diff |
Update details.phtml It makes more sense to call the column just "#" |
||
mod - webui/module/Job/view/job/job/details.phtml | Diff File | ||
master 50ed450f 2020-05-08 18:54 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 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 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 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 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 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 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 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 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 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 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 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 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 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 |