Changesets: bareos
master 383c84c4 2024-10-11 15:46 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 4a5fb044 2024-10-11 07:59 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1953 dir: fix DbLocker usage |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/ua_label.cc | Diff File | ||
mod - core/src/dird/ua_select.cc | Diff File | ||
master 0e4700a7 2024-10-11 07:58 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master f87dee35 2024-10-10 14:49 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
scripts: fix windows detection On our build infrastructure (using cygwin) we get this uname: CYGWIN_NT-10.0-20348 So we need to check a bit more carefully |
||
mod - core/src/cats/grant_bareos_privileges.in | Diff File | ||
mod - core/src/cats/make_bareos_tables.in | Diff File | ||
mod - core/src/cats/update_bareos_tables.in | Diff File | ||
master 074a53f0 2024-10-10 13:46 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
jcr-chain: fix race condition in sd Both device_initialisation as well as the main stored function try to init the jcr chain at the same time. Sadly only device_initialisation takes the lock, meaning that sometimes a race happens and the sd crashes (notices on a test run). |
||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/stored/stored.cc | Diff File | ||
master 4bb54953 2024-10-10 10:48 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
socket-server: fix bad wait | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
master fcbc035d 2024-10-10 10:35 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
make-bareos-tables: add additional debug info | ||
mod - core/src/cats/make_bareos_tables.in | Diff File | ||
master 29393263 2024-10-09 17:14 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1961 FreeBSD: fix sed inplace usage, use bin/sh as shebang for script, pkg make director dependent of database-postgresql |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-director/Makefile | Diff File | ||
mod - core/scripts/bareos-config-lib.sh.in | Diff File | ||
mod - core/src/cats/grant_bareos_privileges.in | Diff File | ||
mod - core/src/cats/make_bareos_tables.in | Diff File | ||
mod - core/src/cats/update_bareos_tables.in | Diff File | ||
mod - core/src/tests/cram_md5.cc | Diff File | ||
master b57d131b 2024-10-09 17:13 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master d06d3db9 2024-10-09 14:18 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
globbing-test: fix (newly) broken test SplitFileAndPath is not totally correct. E.g. a lone directory /dir/ should be converted to (/dir/, "") and not (/, "dir"). Also updated the test to the fact that now the return value shows how many _new_ files were marked. |
||
mod - core/src/tests/globbing_test.cc | Diff File | ||
master 957c8bd1 2024-10-09 14:14 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
tree: change mark command strings | ||
mod - core/src/dird/ua_tree.cc | Diff File | ||
master 2a84163f 2024-10-09 14:12 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
always-incremental: fix broken test Sometimes the consolidate job did not consider all three jobs like it should, if it was started too fast. I added a sleep to make sure that the job retention time (1s) is always over. |
||
mod - systemtests/tests/always-incremental-consolidate/testrunner-02-empty-incrementals | Diff File | ||
master b6d7f865 2024-10-09 11:40 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
core: remove unused files | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lib/btimers.h | Diff File | ||
rm - core/src/lib/timer_thread.cc | Diff File | ||
rm - core/src/lib/timer_thread.h | Diff File | ||
rm - core/src/lib/watchdog_timer.cc | Diff File | ||
rm - core/src/lib/watchdog_timer.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
rm - core/src/tests/timer_thread.cc | Diff File | ||
rm - core/src/tests/watchdog_timer.cc | Diff File | ||
master 8f043380 2024-10-09 10:53 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
stored: restrict jit reservation to native jobs | ||
mod - core/src/stored/reserve.cc | Diff File | ||
master 242f7623 2024-10-09 10:19 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
tests: fix reservation tests by disabling jit reservation The reservation related tests cannot run with jit reservation as they try to check for an actual reservation which may not have taken place yet; or was announced differently. Either way the test will fail with jit reservation = Yes, so we need to explicitly disable it as it is the default now. |
||
mod - core/src/tests/configs/sd_reservation/bareos-sd.d/storage/myself.conf.in | Diff File | ||
mod - systemtests/tests/parallel-jobs/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
master 993c63ac 2024-10-09 07:57 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
stored-conf: change jit reservation default value to yes | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master 33bb266a 2024-10-09 07:48 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
docs: add example configuration and fix since-version | ||
mod - docs/manuals/source/TasksAndConcepts/StorageBackends.rst | Diff File | ||
add - docs/manuals/source/include/config/SdDeviceDeviceOptionsDedupable.conf | Diff File | ||
master c0eb5235 2024-10-09 07:19 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
debian-control: fix not renaming DEDUP into DEDUPABLE | ||
mod - debian/control.bareos-storage | Diff File | ||
master 06b0f92a 2024-10-07 15:55 Committer: Bareos Bot Ported: N/A Details Diff |
tests: fix SIGUSR2 and SIGPIPE initialization - add `#include <signal.h>` for build success on FreeBSD |
||
mod - core/src/tests/cram_md5.cc | Diff File | ||
master 70799ace 2024-10-04 15:27 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1966 github actions python-bareos: add workflow_dispatch |
||
mod - .github/workflows/publish-python-packages-to-pypi.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
master 3918677f 2024-10-04 15:27 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 3f0b3a01 2024-10-03 11:28 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1950 console.cc: forbid @exec etc. as privileged user |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/Makefile | Diff File | ||
mod - core/scripts/bareos-ctl-fd.in | Diff File | ||
mod - core/scripts/bareos.in | Diff File | ||
mod - core/src/console/console.cc | Diff File | ||
mod - core/src/lib/scsi_lli.cc | Diff File | ||
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst | Diff File | ||
mod - systemtests/environment.in | Diff File | ||
mod - systemtests/scripts/functions | Diff File | ||
add - systemtests/tests/chflags/environment.local | Diff File | ||
mod - systemtests/tests/chflags/testrunner | Diff File | ||
master 18ee075e 2024-10-03 11:28 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master e9b2f4f6 2024-10-03 09:46 Ported: N/A Details Diff |
console.cc: apply check-sources format | ||
mod - core/src/console/console.cc | Diff File | ||
master f5bc3056 2024-10-02 19:58 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1972 fix include-ordering on FreeBSD that could cause build issues |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File |