Changesets: bareos
master a3eac867 2024-04-15 18:43 Committer: Bareos Bot Ported: N/A Details Diff |
devtools: add update-license (sub-)command Add update-license subcommand to the pr-tool. It will be called automatically when merging a PR. |
||
mod - LICENSE.template | Diff File | ||
mod - LICENSE.txt | Diff File | ||
add - devtools/pip-tools/license_utils/__init__.py | Diff File | ||
add - devtools/pip-tools/license_utils/update_license.py | Diff File | ||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
mod - devtools/pip-tools/setup.py | Diff File | ||
rm - devtools/update-license-file.sh | Diff File | ||
mod - third-party/README.md | Diff File | ||
master 8d7a7790 2024-04-15 16:40 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1753 Generate LICENSE.txt from LICENSE.template |
||
mod - CHANGELOG.md | Diff File | ||
add - LICENSE.txt | Diff File | ||
mod - core/LICENSE | Diff File | ||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
add - core/platforms/darwin/bareos-logo.png | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
rm - debian/Makefile | Diff File | ||
mod - debian/bareos-common.docs | Diff File | ||
rm - debian/copyright | Diff File | ||
add - debian/copyright | Diff File | ||
rm - debian/copyright.core_exceptions | Diff File | ||
rm - debian/copyright.header | Diff File | ||
add - devtools/update-license-file.sh | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/testrunner-debian | Diff File | ||
mod - third-party/README.md | Diff File | ||
mod - webui/copyright | Diff File | ||
master cf0a2ee5 2024-04-15 16:40 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 2e923b4e 2024-04-15 14:19 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1722 stored: fix some sd error messages; add additional check during restore; split up always-incremental-consolidate test |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/filed/restore.cc | Diff File | ||
mod - core/src/stored/ansi_label.cc | Diff File | ||
mod - core/src/stored/mount.cc | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
mod - systemtests/tests/always-incremental-consolidate/CMakeLists.txt | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/test-setup | Diff File | ||
rm - systemtests/tests/always-incremental-consolidate/testrunner | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/testrunner-01-full+incr | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/testrunner-03-zero-file | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/testrunner-04-virtualfull | Diff File | ||
add - systemtests/tests/always-incremental-consolidate/testrunner-05-priority | Diff File | ||
mod - systemtests/tests/gfapi-fd/testrunner | Diff File | ||
mod - systemtests/tests/restore/CMakeLists.txt | Diff File | ||
mod - systemtests/tests/restore/test-setup | Diff File | ||
mod - systemtests/tests/restore/testrunner-archive-restore-dir | Diff File | ||
mod - systemtests/tests/restore/testrunner-check-hints | Diff File | ||
mod - systemtests/tests/restore/testrunner-create-backup | Diff File | ||
mod - systemtests/tests/restore/testrunner-error-full-restore | Diff File | ||
mod - systemtests/tests/restore/testrunner-full-restore | Diff File | ||
mod - systemtests/tests/restore/testrunner-multi | Diff File | ||
mod - systemtests/tests/restore/testrunner-restore-dir | Diff File | ||
mod - systemtests/tests/restore/testrunner-restore-file | Diff File | ||
mod - systemtests/tests/restore/testrunner-restore-fileregex | Diff File | ||
mod - systemtests/tests/restore/testrunner-restore-old-archive | Diff File | ||
master 1cf8e01b 2024-04-15 14:19 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4757f3fb 2024-04-11 13:52 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: move BareosGenerateDebianInfo Moved file from core/cmake to cmake, as it is not specific for core. |
||
master 4952696a 2024-04-11 09:34 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
gfapi-test: fix not cleaning up previous test double quotes stop globbing and as such we tried to delete a file/directory called '*', which did not exist. Also adds tracing to the fd since this tests an fd plugin. |
||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/tests/gfapi-fd/testrunner | Diff File | ||
master 003af077 2024-04-11 09:16 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1763 pr-tool: give hint about commit headline length limits |
||
mod - CHANGELOG.md | Diff File | ||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 9cbf9543 2024-04-11 09:15 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 6198c100 2024-04-10 23:12 Committer: Bareos Bot Ported: N/A Details Diff |
macos: link license path and add missing logo | ||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
add - core/platforms/darwin/bareos-logo.png | Diff File | ||
master 45bca804 2024-04-10 19:32 Committer: Bareos Bot Ported: N/A Details Diff |
license: updated LICENSE.txt by calling: devtools/update-license-file.sh |
||
mod - LICENSE.txt | Diff File | ||
master 3594fb5a 2024-04-10 19:27 Committer: Bareos Bot Ported: N/A Details Diff |
license: core/license: remove section 1.j ... as this third-party library is alredy covered in LICENSE.txt |
||
mod - core/LICENSE | Diff File | ||
master 96342599 2024-04-10 17:34 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1761 docs: improve handling of ResourceItem descriptions |
||
mod - CHANGELOG.md | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
mod - core/src/lib/resource_item.h | Diff File | ||
mod - core/src/lib/tls_resource_items.h | Diff File | ||
mod - docs/manuals/scripts/generate-resource-descriptions.py | Diff File | ||
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/BareosConfiguration.rst | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-tray-monitor-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bconsole-config-schema.json | Diff File | ||
master f3e6b11c 2024-04-10 17:34 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 3bfbbf21 2024-04-10 17:16 Committer: Bareos Bot Ported: N/A Details Diff |
cats: fix subscription view missing mariabackup plugin - add missing mariabackup plugin - increase catalog version to 2240 Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/ddl/creates/postgresql.sql | Diff File | ||
add - core/src/cats/ddl/updates/postgresql.2230_2240.sql | Diff File | ||
master 89eab59e 2024-04-10 12:32 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1724 [percona-xtrabackup] prevent High memory usage for no reason (IO_CLOSE) |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/plugins/filed/python/percona-xtrabackup/bareos-fd-percona-xtrabackup.py | Diff File | ||
master 2ae120eb 2024-04-10 12:32 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master a029aea9 2024-04-10 09:58 Sebastian Sura Ported: N/A Details Diff |
parse-conf: replace outdated SHGetFolderPath | ||
mod - core/src/lib/parse_conf.cc | Diff File | ||
mod - core/src/win32/compat/winapi.cc | Diff File | ||
mod - core/src/win32/include/winapi.h | Diff File | ||
master 7ab98c2b 2024-04-10 09:50 Sebastian Sura Ported: N/A Details Diff |
winapi: add easier way to add dynamic win functions | ||
mod - core/src/win32/compat/winapi.cc | Diff File | ||
mod - core/src/win32/include/winapi.h | Diff File | ||
master 71fa2786 2024-04-10 07:14 Sebastian Sura Ported: N/A Details Diff |
fill-proc-address: remove diagnostic | ||
mod - core/src/win32/include/fill_proc_address.h | Diff File | ||
master 2d8403a2 2024-04-09 18:42 Committer: Bareos Bot Ported: N/A Details Diff |
license: move from debian/copyright to LICENSE.txt Create LICENSE.txt by calling devtools/update-license-file.sh which merges LICENSE.template and core/LICENSE. core/LICENSE covers the code in core/ and stays unchanged, at it has been setup with legal help. Before there has been a mechanism to update debian/copyright. Now debian/copyright is just a link to LICENSE.txt, which is formated according to https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Co-authored-by: Bruno Friedmann @Bareos <89836284+bruno-at-bareos@users.noreply.github.com> |
||
add - LICENSE.txt | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
rm - debian/Makefile | Diff File | ||
mod - debian/bareos-common.docs | Diff File | ||
rm - debian/copyright | Diff File | ||
add - debian/copyright | Diff File | ||
rm - debian/copyright.core_exceptions | Diff File | ||
rm - debian/copyright.header | Diff File | ||
add - devtools/update-license-file.sh | Diff File | ||
mod - third-party/README.md | Diff File | ||
master dfc87f6f 2024-04-08 19:43 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: make docs-only and docs-build-json options | ||
mod - CMakeLists.txt | Diff File | ||
master c7795aa3 2024-04-08 19:42 Committer: Bareos Bot Ported: N/A Details Diff |
docs: update configuration schema files | ||
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-fd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-tray-monitor-config-schema.json | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bconsole-config-schema.json | Diff File | ||
master 3ced2b77 2024-04-08 19:41 Committer: Bareos Bot Ported: N/A Details Diff |
TLS: rewrite description wihout RST formatting Also clarifiy the description and fix the resource type to STRING. Co-authored-by: Bruno Friedmann @Bareos <89836284+bruno-at-bareos@users.noreply.github.com> |
||
mod - core/src/lib/tls_resource_items.h | Diff File | ||
master 648f46c5 2024-04-08 18:00 Committer: Bareos Bot Ported: N/A Details Diff |
matrix.yml: add newer FreeBSD versions - FreeBSD 13.3 - FreeBSD 14.0 |
||
mod - .matrix.yml | Diff File |