Changesets: bareos
master 55c8e6cc 2024-07-08 20:20 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1857 dir: fix crash on purge with job without client |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/ua_purge.cc | Diff File | ||
master 15def15f 2024-07-08 20:19 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 942311fb 2024-07-08 19:35 Committer: Bareos Bot Ported: N/A Details Diff |
fix output format | ||
mod - core/src/dird/ua_run.cc | Diff File | ||
master 1aa8fe29 2024-07-08 19:12 Committer: Bareos Bot Ported: N/A Details Diff |
systemtests python-bareos: extend ACL test | ||
mod - systemtests/tests/python-bareos/etc/bareos/bareos-dir.d/console/limited-operator.conf | Diff File | ||
mod - systemtests/tests/python-bareos/test_acl.py | Diff File | ||
master 982c4cfb 2024-07-08 19:05 Committer: Bareos Bot Ported: N/A Details Diff |
Apply suggestions from code review Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com> |
||
mod - core/src/dird/ua_acl.cc | Diff File | ||
master 6d112f10 2024-07-08 15:53 Ported: N/A Details Diff |
tests: postgresql increase start timeout to 15 Avoid failure on loaded hosts Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||
master fc1e45d1 2024-07-08 15:52 Ported: N/A Details Diff |
matrix.yml: add sle156, leap15.6, remove eol centos stream 8 - set sle156 as new default Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
mod - .matrix.yml | Diff File | ||
master 4d623611 2024-07-08 14:31 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql-get: fix missing locks | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_get.cc | Diff File | ||
master b3ff4210 2024-07-08 14:09 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql-delete: replace ad-hoc vector implementation | ||
mod - core/src/cats/sql_delete.cc | Diff File | ||
master 3e371396 2024-07-08 14:02 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
cats: fixup sql-create.cc | ||
mod - core/src/cats/cats.h | Diff File | ||
mod - core/src/cats/sql_create.cc | Diff File | ||
master 955d8a13 2024-07-08 14:01 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
backup: fix missing db lock | ||
mod - core/src/dird/backup.cc | Diff File | ||
master e2fc6f08 2024-07-08 14:01 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bsr: fix missing db lock | ||
mod - core/src/dird/bsr.cc | Diff File | ||
master dd9d380d 2024-07-08 13:33 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql-create: remove AssertOwnership As this is a private function, it can assume that everything is ok. |
||
mod - core/src/cats/sql_create.cc | Diff File | ||
master cb168be5 2024-07-08 13:33 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
fix: add some missing database locks | ||
mod - core/src/dird/backup.cc | Diff File | ||
mod - core/src/dird/catreq.cc | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/vbackup.cc | Diff File | ||
master d2daf3ff 2024-07-08 13:32 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql: add AssertOwnership to public functions where necessary | ||
mod - core/src/cats/sql.cc | Diff File | ||
master 292fd919 2024-07-08 13:32 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
sql: remove unused state | ||
mod - core/src/cats/sql.cc | Diff File | ||
master fb78e452 2024-07-08 13:31 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
cats: make some functions private These functions are just used internally, so we make them private. |
||
mod - core/src/cats/cats.h | Diff File | ||
master 28260d65 2024-07-08 12:51 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
cats: make SqlNumRows private | ||
mod - core/src/cats/cats.h | Diff File | ||
master c8499fc6 2024-07-08 11:39 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
postgresql: refactor SqlUpdateField into a free function This also removes the need to AssertOwnership() inside of it |
||
mod - core/src/cats/postgresql.cc | Diff File | ||
mod - core/src/cats/postgresql.h | Diff File | ||
master 6e9f2dd6 2024-07-08 11:38 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1878 docs: improve Restoring a Bareos Server section |
||
mod - AUTHORS | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - docs/manuals/source/Appendix/DisasterRecoveryUsingBareos.rst | Diff File | ||
master 0201caab 2024-07-08 11:38 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 588be06b 2024-07-08 11:38 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
cats: make name const As this is always a pointer into private PQresult data, we should make sure (at compile time) that we do not write into it. |
||
mod - core/src/cats/cats.h | Diff File | ||
master b5843d9a 2024-07-08 07:04 Sebastian Sura Ported: N/A Details Diff |
console: fix comment | ||
mod - core/src/console/console.cc | Diff File | ||
master d95a473c 2024-07-08 07:04 Sebastian Sura Ported: N/A Details Diff |
refactor: move optarg definition to getopt inclusion | ||
mod - core/src/tools/drivetype.cc | Diff File | ||
mod - core/src/tools/fstype.cc | Diff File | ||
master 3ecf96a2 2024-07-05 16:20 Philipp Storz Committer: Sebastian Sura Ported: N/A Details Diff |
restored tests/catalog/testrunner | ||
mod - systemtests/tests/catalog/testrunner | Diff File |