Changesets: bareos
master 2efadbe2 2020-05-22 13:55 Ported: N/A Details Diff |
libcloud-plugin: correct some python attribute errors | ||
mod - core/src/plugins/filed/BareosFdPluginLibcloud.py | Diff File | ||
mod - core/src/plugins/filed/bareos_libcloud_api/get_libcloud_driver.py | Diff File | ||
master e246780b 2020-05-22 13:10 Ported: N/A Details Diff |
systemtests: cleanup testrunner of postgres test | ||
mod - systemtests/tests/python-fd-plugin-postgres-test/testrunner | Diff File | ||
master f44bb9b1 2020-05-22 13:05 Ported: N/A Details Diff |
systemtests: fix systemtest-fd-plugin-postgresql | ||
mod - core/src/plugins/filed/BareosFdPluginPostgres.py | Diff File | ||
mod - systemtests/tests/python-fd-plugin-postgres-test/database/setup_local_db.sh | Diff File | ||
mod - systemtests/tests/python-fd-plugin-postgres-test/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/python-fd-plugin-postgres-test/testrunner | Diff File | ||
master 27091623 2020-05-19 16:32 Ported: N/A Details Diff |
webui: fix a wrong find_element_by_xpath call After recent login dialog changes, the button number we need to click changed from 2 to 1 in our test environment. |
||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
master cf7b6bf7 2020-05-18 18:06 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000524 from bareos/dev/franku/master/dbcopy-speedup dbcopy: improve copy speed a lot |
||
mod - core/src/dird/dbcopy/column_description.cc | Diff File | ||
mod - core/src/dird/dbcopy/column_description.h | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.h | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/row_data.h | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
bareos-19.2 4fb297a8 2020-05-18 18:06 Ported: N/A Details Diff |
Merge pull request 0000524 from bareos/dev/franku/master/dbcopy-speedup dbcopy: improve copy speed a lot |
||
mod - core/src/dird/dbcopy/column_description.cc | Diff File | ||
mod - core/src/dird/dbcopy/column_description.h | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.h | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/row_data.h | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
master 795b887e 2020-05-18 15:24 Ported: N/A Details Diff |
dbcopy: improve copy speed a lot - convert names to lower case when loading the table - lookup names by map not by linear search |
||
mod - core/src/dird/dbcopy/column_description.cc | Diff File | ||
mod - core/src/dird/dbcopy/column_description.h | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_column_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_export_postgresql.h | Diff File | ||
mod - core/src/dird/dbcopy/database_import_mysql.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.cc | Diff File | ||
mod - core/src/dird/dbcopy/database_table_descriptions.h | Diff File | ||
mod - core/src/dird/dbcopy/row_data.h | Diff File | ||
mod - core/src/lib/util.cc | Diff File | ||
mod - core/src/lib/util.h | Diff File | ||
master 7acc4d7a 2020-05-18 13:08 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000516 from sduehr/dev/sduehr/master/fix_bscan_restoreobjects Fix bscan handling of restore object data |
||
mod - core/src/stored/bscan.cc | Diff File | ||
master d188c6b7 2020-05-17 08:58 Alvaro Flaño Ported: N/A Details Diff |
webui: improve JobLog message formatting Signed-off-by: Alvaro Flaño <tikoflano@gmail.com> |
||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master d6a6033b 2020-05-17 08:49 Alvaro Flaño Ported: N/A Details Diff |
webui: set default action button on jobs | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 83f863f1 2020-05-17 08:37 Alvaro Flaño Ported: N/A Details Diff |
webui: show the details action button on consolidation jobs | ||
mod - webui/public/js/bootstrap-table-formatter.js | Diff File | ||
master 2469c2b9 2020-05-15 20:41 Committer: pstorz Ported: N/A Details Diff |
python-plugins: improve statp handling in LocalFileset plugin - make own test for localfilest with rop - include weird files in test with disabled links - format pep8 / black - TODO: timestamp still not working for links (python 2 limitation in os.utime) |
||
mod - core/src/plugins/filed/BareosFdPluginBaseclass.py | Diff File | ||
mod - core/src/plugins/filed/BareosFdPluginLocalFileset.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
mod - systemtests/tests/pyplug-fd-local-fileset/testrunner | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/console/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/job/BackupCatalog.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-fd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-sd.d/director/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/client/FileDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/director/Director-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/monitor/bareos-mon.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/etc/bareos/tray-monitor.d/storage/StorageDaemon-local.conf.in | Diff File | ||
add - systemtests/tests/python-fd-plugin-local-fileset-rop-test/testrunner | Diff File | ||
master 4b96a350 2020-05-15 14:09 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000523 from bareos/dev/pstorz/master/encrypt-doc-enhancement docs: encryption: use same name for example certificate. |
||
mod - docs/manuals/source/TasksAndConcepts/DataEncryption.rst | Diff File | ||
mod - docs/manuals/source/include/config/FdClientPki.conf | Diff File | ||
master 60caf4b4 2020-05-15 13:55 Ported: N/A Details Diff |
docs: encryption: use same name for example certificate. The name used in the documentation how to create the certificates was "fd-example", while the example configuration file used "client1-fd". Now both use "example-fd", as the filedaemons usually are called "<name>-fd" everywhere. |
||
mod - docs/manuals/source/TasksAndConcepts/DataEncryption.rst | Diff File | ||
mod - docs/manuals/source/include/config/FdClientPki.conf | Diff File | ||
bareos-19.2 35de72c7 2020-05-15 13:55 Ported: N/A Details Diff |
docs: encryption: use same name for example certificate. The name used in the documentation how to create the certificates was "fd-example", while the example configuration file used "client1-fd". Now both use "example-fd", as the filedaemons usually are called "<name>-fd" everywhere. |
||
mod - docs/manuals/source/TasksAndConcepts/DataEncryption.rst | Diff File | ||
mod - docs/manuals/source/include/config/FdClientPki.conf | Diff File | ||
bareos-19.2 2c49b5af 2020-05-15 13:48 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000522 from joergsteffens/dev/joergs/bareos-19.2/github-action-publish-to-pypi python-bareos: publish to PyPI.org by using Github Actions (bareos-19.2) |
||
add - .github/workflows/publish-release-to-pypi.yml | Diff File | ||
add - .github/workflows/publish-to-test-pypi.yml | Diff File | ||
mod - python-bareos/setup.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master 8bda99fe 2020-05-15 12:56 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000521 from joergsteffens/master python-bareos: fix for adapting version number to PEP-440 |
||
mod - python-bareos/setup.py | Diff File | ||
master 02f8a658 2020-05-15 12:51 Ported: N/A Details Diff |
python-bareos: fix for adapting version number to PEP-440 | ||
mod - python-bareos/setup.py | Diff File | ||
bareos-19.2 f94cca2e 2020-05-15 12:51 Ported: N/A Details Diff |
python-bareos: fix for adapting version number to PEP-440 | ||
mod - python-bareos/setup.py | Diff File | ||
master 2e5fec63 2020-05-15 12:19 Jörg Steffens Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000514 from joergsteffens/dev/joergs/master/github-action-publish-to-pypi python-bareos: publish to PyPI.org by using Github Actions |
||
add - .github/workflows/publish-release-to-pypi.yml | Diff File | ||
add - .github/workflows/publish-to-test-pypi.yml | Diff File | ||
mod - python-bareos/setup.py | Diff File | ||
mod - systemtests/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master aa01a9bf 2020-05-15 12:12 Ported: N/A Details Diff |
systemtests: setup_data: exit immediately, if it fails. Before, it just returns an error code (1). However, this code have never been checked, making it hard to find the real problem of failing tests. |
||
mod - systemtests/scripts/functions | Diff File | ||
master 80bb3316 2020-05-14 22:18 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000517 from AlD/patch-1 Fix a few typos |
||
mod - AUTHORS | Diff File | ||
mod - docs/manuals/source/Appendix/OperatingSystems.rst | Diff File | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/messages.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/CatalogMaintenance.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
master c83d4573 2020-05-14 13:33 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000515 from bareos/dev/fbergkemper/master/update-authors update AUTHORS |
||
mod - AUTHORS | Diff File | ||
master 0a656413 2020-05-13 21:49 Alvaro Flaño Ported: N/A Details Diff |
webui: add next pool selection to custom job run form | ||
mod - webui/module/Job/src/Job/Controller/JobController.php | Diff File | ||
mod - webui/module/Job/src/Job/Form/RunJobForm.php | Diff File | ||
mod - webui/module/Job/src/Job/Model/Job.php | Diff File | ||
mod - webui/module/Job/src/Job/Model/JobModel.php | Diff File | ||
mod - webui/module/Job/view/job/job/run.phtml | Diff File | ||
mod - webui/module/Pool/src/Pool/Model/PoolModel.php | Diff File | ||
master 804a1cb5 2020-05-12 21:44 Daniel Albers Ported: N/A Details Diff |
docs: Correct some typos | ||
mod - AUTHORS | Diff File | ||
mod - docs/manuals/source/Appendix/OperatingSystems.rst | Diff File | ||
mod - docs/manuals/source/Configuration/Director.rst | Diff File | ||
mod - docs/manuals/source/DeveloperGuide/messages.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/AutochangerSupport.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/CatalogMaintenance.rst | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File |