Changesets: bareos

bareos-19.2 541cc164

2020-05-25 13:45

frank


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0000529 from bareos/dev/fbergkemper/bareos-19.2/release-notes

add 18.2.8 release notes
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File

master c6c87f92

2020-05-24 10:19

pstorz

Ported: N/A

Details Diff
systemtests: shutdown bareos in cleanup script
mod - systemtests/scripts/cleanup Diff File

master 730e2cee

2020-05-23 23:19

pstorz

Ported: N/A

Details Diff
systemtests: all testrunners to use "bash -e -u"
mod - systemtests/tests/bareos/testrunner Diff File
mod - systemtests/tests/bconsole-pam/testrunner Diff File
mod - systemtests/tests/bconsole-status-client/testrunner Diff File
mod - systemtests/tests/bscan/testrunner Diff File
mod - systemtests/tests/catalog/testrunner Diff File
mod - systemtests/tests/client-initiated/testrunner Diff File
mod - systemtests/tests/config-syntax-crash/testrunner Diff File
mod - systemtests/tests/copy-bscan/testrunner Diff File
mod - systemtests/tests/copy-remote-bscan/testrunner Diff File
mod - systemtests/tests/dbcopy-mysql-postgresql/testrunner Diff File
mod - systemtests/tests/encrypt-signature-tls-cert/testrunner Diff File
mod - systemtests/tests/encrypt-signature/testrunner Diff File
mod - systemtests/tests/glusterfs-backend/testrunner Diff File
mod - systemtests/tests/messages/testrunner Diff File
mod - systemtests/tests/multiplied-device/testrunner Diff File
mod - systemtests/tests/notls/testrunner Diff File
mod - systemtests/tests/passive/testrunner Diff File
mod - systemtests/tests/pyplug-dir/testrunner Diff File
mod - systemtests/tests/pyplug-fd-local-fileset-restoreobject/testrunner Diff File
mod - systemtests/tests/pyplug-fd-ovirt/testrunner Diff File
mod - systemtests/tests/pyplug-sd/testrunner Diff File
mod - systemtests/tests/python-bareos/testrunner Diff File
mod - systemtests/tests/python-pam/testrunner Diff File
mod - systemtests/tests/reload-add-client/testrunner Diff File
mod - systemtests/tests/reload-add-duplicate-job/testrunner Diff File
mod - systemtests/tests/reload-add-empty-job/testrunner Diff File
mod - systemtests/tests/reload-add-second-director/testrunner Diff File
mod - systemtests/tests/reload-add-uncommented-string/testrunner Diff File
mod - systemtests/tests/reload-unchanged-config/testrunner Diff File
mod - systemtests/tests/scheduler-backup/testrunner Diff File
mod - systemtests/tests/upgrade-database/testrunner Diff File
mod - systemtests/tests/virtualfull-bscan/testrunner Diff File
mod - systemtests/tests/virtualfull/testrunner Diff File
mod - systemtests/tests/volume-pruning/testrunner Diff File
mod - systemtests/tests/webui-common/testrunner.in Diff File

master 8f153cc4

2020-05-23 23:05

pstorz

Ported: N/A

Details Diff
systemtests: enable set -u in all tests
mod - systemtests/environment.in Diff File
mod - systemtests/scripts/functions Diff File
mod - systemtests/tests/encrypt-signature/testrunner Diff File

master 10e34403

2020-05-23 22:33

pstorz

Ported: N/A

Details Diff
systemtests: run all systemtests with "bash -e"
mod - systemtests/scripts/functions Diff File

master 2efadbe2

2020-05-22 13:55

franku

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

franku

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

franku

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

frank

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

franku


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

franku

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

franku

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

stephand


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

readonly


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

franku


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

pstorz

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

pstorz

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

joergs

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

joergs

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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 292 293 294 295 296 297 298 ... 350 ... 420 ... 490 ... 560 ... 630 ... 688 689 690  Next  Last