TW
3f6282c3bc
Merge pull request #9366 from mr-raj12/fix-benchmark-compact-warnings
...
Lint / lint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / security (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / asan_ubsan (push) Has been cancelled
CI / native_tests (push) Has been cancelled
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Has been cancelled
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Has been cancelled
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Has been cancelled
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Has been cancelled
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Has been cancelled
CI / windows_tests (push) Has been cancelled
benchmark crud: suppress compact warnings during benchmark runs, fixes #9365
2026-02-17 20:55:16 +01:00
Mrityunjay Raj
c7261ae5aa
benchmark crud: suppress compact warnings during benchmark runs, fixes #9365
2026-02-18 00:45:36 +05:30
Mrityunjay Raj
1c0bf36275
remove handwritten bash/zsh shell completions, fixes #9178
...
Remove the handwritten bash and zsh shell completion scripts now that
auto-generated completions via borg completion bash/zsh (powered by
shtab, #9172 ) are tested and working. Fish completions are kept as
shtab does not yet support fish.
Replace string-matching tests with focused behavior tests: script size
sanity, shell syntax validation (bash -n / zsh -n), and tests that
invoke the custom preamble functions in bash (sortby key dedup,
filescachemode mutual exclusivity, archive name and aid: prefix
completion against a real repository).
2026-02-17 19:33:54 +01:00
TW
a4bfc185df
Merge pull request #9335 from mr-raj12/enhance-pr-template
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
github: enhance pull request template, fixes #9334
2026-02-17 15:25:02 +01:00
TW
4e3352ed58
Merge pull request #9327 from ThomasWaldmann/fixes-master
...
Misc. fixes (master)
2026-02-17 15:16:02 +01:00
TW
60928f380a
Merge pull request #9333 from ThomasWaldmann/pw-env-var-ambiguity-master
...
passphrase: fail if multiple passphrase env vars are set, fixes #8834
2026-02-17 15:13:41 +01:00
TW
786a27519f
Merge pull request #9354 from mr-raj12/benchmark-crud-json-lines
...
benchmark crud: add --json-lines output option, fixes #9165
2026-02-17 10:13:43 +01:00
Mrityunjay Raj
1150b8d8f7
benchmark crud: add --json-lines output option, fixes #9165
...
Add --json-lines flag to 'borg benchmark crud' that outputs
each measurement as a JSON object (one per line) for easy
machine parsing. Also improve test coverage to validate both
human-readable and JSON-lines output formats.
2026-02-17 14:08:10 +05:30
TW
6e1fd9e0ec
Merge pull request #9360 from borgbackup/dependabot/pip/requirements.d/pip-dependencies-a5918913ce
...
build(deps-dev): bump the pip-dependencies group across 1 directory with 13 updates
2026-02-17 08:43:52 +01:00
dependabot[bot]
f3c5d5bb02
build(deps-dev): bump the pip-dependencies group across 1 directory with 13 updates
...
Bumps the pip-dependencies group with 13 updates in the /requirements.d directory:
| Package | From | To |
| --- | --- | --- |
| [setuptools](https://github.com/pypa/setuptools ) | `78.1.1` | `80.9.0` |
| [setuptools-scm](https://github.com/pypa/setuptools-scm ) | `8.3.1` | `9.2.2` |
| [pip](https://github.com/pypa/pip ) | `26.0` | `26.0.1` |
| [wheel](https://github.com/pypa/wheel ) | `0.46.2` | `0.46.3` |
| [build](https://github.com/pypa/build ) | `1.2.2.post1` | `1.4.0` |
| [tox](https://github.com/tox-dev/tox ) | `4.27.0` | `4.34.1` |
| [pytest](https://github.com/pytest-dev/pytest ) | `8.4.1` | `9.0.1` |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) | `3.7.0` | `3.8.0` |
| [coverage[toml]](https://github.com/coveragepy/coveragepy ) | `7.9.1` | `7.13.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov ) | `6.2.1` | `7.0.0` |
| [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark ) | `5.1.0` | `5.2.3` |
| [cython](https://github.com/cython/cython ) | `3.2.3` | `3.2.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit ) | `4.2.0` | `4.5.1` |
Updates `setuptools` from 78.1.1 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v78.1.1...v80.9.0 )
Updates `setuptools-scm` from 8.3.1 to 9.2.2
- [Release notes](https://github.com/pypa/setuptools-scm/releases )
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pypa/setuptools-scm/compare/v8.3.1...v9.2.2 )
Updates `pip` from 26.0 to 26.0.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/26.0...26.0.1 )
Updates `wheel` from 0.46.2 to 0.46.3
- [Release notes](https://github.com/pypa/wheel/releases )
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst )
- [Commits](https://github.com/pypa/wheel/compare/0.46.2...0.46.3 )
Updates `build` from 1.2.2.post1 to 1.4.0
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.2.2.post1...1.4.0 )
Updates `tox` from 4.27.0 to 4.34.1
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.27.0...4.34.1 )
Updates `pytest` from 8.4.1 to 9.0.1
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...9.0.1 )
Updates `pytest-xdist` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.7.0...v3.8.0 )
Updates `coverage[toml]` from 7.9.1 to 7.13.1
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.9.1...7.13.1 )
Updates `pytest-cov` from 6.2.1 to 7.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0 )
Updates `pytest-benchmark` from 5.1.0 to 5.2.3
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.3 )
Updates `cython` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/cython/cython/releases )
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst )
- [Commits](https://github.com/cython/cython/compare/3.2.3...3.2.4 )
Updates `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-version: 80.9.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: setuptools-scm
dependency-version: 9.2.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pip
dependency-version: 26.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: wheel
dependency-version: 0.46.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: build
dependency-version: 1.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: tox
dependency-version: 4.34.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pytest-xdist
dependency-version: 3.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: coverage[toml]
dependency-version: 7.13.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: pytest-cov
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: pip-dependencies
- dependency-name: pytest-benchmark
dependency-version: 5.2.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
- dependency-name: cython
dependency-version: 3.2.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: pip-dependencies
- dependency-name: pre-commit
dependency-version: 4.5.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: pip-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-17 07:37:52 +00:00
TW
119e517645
Merge pull request #9359 from ThomasWaldmann/dependabot-config
...
improve dependabot configuration: more stability
2026-02-17 08:36:12 +01:00
Thomas Waldmann
ee569784de
improve dependabot configuration: more stability
2026-02-17 08:35:45 +01:00
TW
13b010c4ec
Merge pull request #9353 from mr-raj12/benchmark-cpu-json
...
benchmark cpu: add --json output option, fixes #9166
2026-02-17 08:22:36 +01:00
TW
045701558e
Merge pull request #9343 from mr-raj12/fix-http-urls-master
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
upgrade http:// URLs to https:// and remove dead librelist.com link, fixes #9342
2026-02-16 18:40:51 +01:00
TW
2489109fdd
Merge pull request #9357 from mr-raj12/fix-man-pages-broken-refs
...
docs: fix broken :ref: references in man pages, fixes #7239
2026-02-16 18:38:51 +01:00
Mrityunjay Raj
4fcde8ad0f
benchmark cpu: add --json output option, fixes #9166
...
Add --json flag to 'borg benchmark cpu' that outputs all benchmark
results as a single JSON object for easy machine parsing. Size values
use integers (bytes) in JSON and format_file_size() for human-readable
text output. Also add tests for both plain-text and JSON output formats.
2026-02-16 22:51:32 +05:30
Mrityunjay Raj
f1ed09965f
docs: fix broken :ref: references in man pages, fixes #7239
2026-02-16 22:36:07 +05:30
TW
eb7502ee50
Merge pull request #9350 from mr-raj12/ci-expand-dependabot-pip
...
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
ci: expand Dependabot config to monitor pip dependencies, fixes #9349
2026-02-16 07:25:17 +01:00
TW
6f49bfd766
Merge pull request #9347 from mr-raj12/docs-update-security-md-version-table
...
docs: update SECURITY.md version table, fixes #9346
2026-02-16 07:24:10 +01:00
Mrityunjay Raj
ca2a5ac1ff
docs: update SECURITY.md version table, fixes #9346
...
- 2.0.x: mark as beta (not yet stable release)
- 1.2.x: no new releases, critical fixes may still be backported
- Keep 1.4.x as supported, 1.1.x and below as unsupported
2026-02-16 02:20:18 +05:30
Mrityunjay Raj
7189954a56
ci: expand Dependabot config to monitor pip dependencies, fixes #9349
2026-02-16 02:10:34 +05:30
Mrityunjay Raj
fc89a66dc7
upgrade http:// URLs to https:// and remove dead librelist.com link, fixes #9342
2026-02-16 01:42:09 +05:30
TW
e43800bcc3
Merge pull request #9345 from mr-raj12/ci-add-top-level-permissions
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
ci: add top-level permissions for least-privilege security, fixes #9344
2026-02-15 20:55:54 +01:00
Mrityunjay Raj
3349cdcc1e
ci: add top-level permissions for least-privilege security, fixes #9344
2026-02-16 00:38:44 +05:30
TW
e7ad8ef54b
Merge pull request #9338 from mr-raj12/fix-pypi-urls-master
...
docs: update deprecated pypi.python.org URLs to pypi.org, fixes #9337
2026-02-15 17:51:41 +01:00
Mrityunjay Raj
44693da753
docs: remove unused targz_url extlink from Sphinx config
2026-02-15 21:42:36 +05:30
Mrityunjay Raj
c7d62c0ebd
docs: update deprecated pypi.python.org URLs to pypi.org, fixes #9337
2026-02-15 16:53:42 +05:30
Mrityunjay Raj
1212c9c828
github: enhance pull request template, fixes #9334
2026-02-15 03:05:33 +05:30
Thomas Waldmann
a963011004
passphrase: fail if multiple passphrase env vars are set, fixes #8834
...
If multiple environment variables for the same passphrase context are
provided (e.g., both BORG_PASSPHRASE and BORG_PASSCOMMAND), Borg now
terminates with an error instead of silently choosing one.
This prevents the issue where an old BORG_PASSPHRASE in the environment
could override a newly intended BORG_PASSCOMMAND or BORG_PASSPHRASE_FD.
2026-02-14 22:16:55 +01:00
TW
079aebb26c
Merge pull request #9331 from ThomasWaldmann/fix-cockpit-commandline
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
cockpit: fix subprocess invocation in frozen binaries
2026-02-14 22:06:34 +01:00
TW
feb81cf292
Merge pull request #9330 from ThomasWaldmann/remove-check-python-master
...
Remove some checks (master)
2026-02-14 21:27:45 +01:00
Thomas Waldmann
054194f4cb
cockpit: fix subprocess invocation in frozen binaries
...
When running as a Pyinstaller-made binary, sys.executable points to the
borg binary itself. Invoking it with "-m borg" resulted in an incorrect
command line (e.g., "borg -m borg ..."), which confused the argument
parser in the subprocess.
This change checks sys.frozen to determine the correct invocation:
- If frozen: [sys.executable, ...args]
- If not frozen: [sys.executable, "-m", "borg", ...args]
2026-02-14 21:22:30 +01:00
TW
4e35c373ee
Merge pull request #9329 from mr-raj12/add-workflow-path-filters
...
ci: add path filters to lint and codeql workflows, fixes #9328
2026-02-14 20:54:55 +01:00
Thomas Waldmann
391252476d
remove API_VERSION check
...
we now have better build tools and these exceptions have
not been seen since long.
2026-02-14 20:45:09 +01:00
Thomas Waldmann
013edcd558
cleanup: remove check_python() compatibility shim
...
The check_python() function verified that the Python runtime supported
'follow_symlinks' for os.stat, os.utime, and os.chown. This check is no
longer necessary because:
1. Borg now requires Python >= 3.10.
2. On POSIX systems (Linux, macOS, *BSD, Haiku, OmniOS), support for these
operations relies on the *at syscalls (fstatat, etc.), which have been
implemented in standard libc for well over a decade (e.g., FreeBSD 8.0+,
NetBSD 6.0+, Solaris 11+).
3. On Windows (MSYS2/MinGW), Python has supported follow_symlinks for
os.stat since Python 3.2. The removed check specifically inspected only
os.stat on Windows, avoiding the problematic os.utime/os.chown checks.
Any platform capable of running Python 3.10 will inherently support these
standard file operations.
2026-02-14 20:25:56 +01:00
Mrityunjay Raj
802ec2f980
ci: include workflow files in their own path filters
2026-02-15 00:50:49 +05:30
Thomas Waldmann
d537f0d80d
CI: build linux binaries with pyfuse3
2026-02-14 19:32:40 +01:00
Thomas Waldmann
de51d24464
pyinstaller binary: do not exclude ssl, needed for pyfuse3/trio, fixes #9196
2026-02-14 19:32:38 +01:00
Thomas Waldmann
d73a88ebbe
rename Dockerfile to match script name
2026-02-14 19:32:32 +01:00
TW
40dcfe4d99
Merge pull request #9276 from ThomasWaldmann/fix-build-master
...
binary build: install cockpit,s3,sftp extras
2026-02-14 19:31:10 +01:00
Thomas Waldmann
94d56e1c89
pyinstaller: cockpit: add tcss file, add unicode data
2026-02-14 19:05:37 +01:00
Thomas Waldmann
92ebb97ecb
CI: add borg.exe to PATH
2026-02-14 19:03:33 +01:00
Thomas Waldmann
ce7d3ee843
binary build: install cockpit,s3,sftp extras
2026-02-14 19:03:31 +01:00
Mrityunjay Raj
7ca00c0f70
ci: add path filters to lint and codeql workflows, fixes #9328
2026-02-14 23:26:41 +05:30
TW
e60874ecbd
Merge pull request #9313 from trxvorr/fix-9279-drive-letters
...
windows: normalize drive letters fixes #9279
2026-02-14 18:55:44 +01:00
trxvorr
6430564adb
Fix #9279 : normalize drive letters on Windows
2026-02-14 20:22:42 +05:30
TW
b9d636934b
Merge pull request #9322 from ThomasWaldmann/linux-container-testing-master
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
linux-run: run commands (e.g. tox) in a podman linux container
2026-02-14 12:26:03 +01:00
Thomas Waldmann
40a2bb7032
linux-run: run commands (e.g. tox) in a podman linux container
...
this is useful to run the linux tests on a mac, e.g. to test fuse stuff.
2026-02-14 12:19:32 +01:00
TW
632893ba36
Merge pull request #9320 from ThomasWaldmann/windows-fixes-master
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
cygwin: skip ~root base dir test
2026-02-13 23:53:16 +01:00
TW
0c989a0e38
Merge pull request #9318 from mr-raj12/pin-black-action-sha
...
Lint / lint (push) Waiting to run
CI / lint (push) Waiting to run
CI / security (push) Waiting to run
CI / asan_ubsan (push) Blocked by required conditions
CI / native_tests (push) Blocked by required conditions
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Blocked by required conditions
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Blocked by required conditions
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Blocked by required conditions
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Blocked by required conditions
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Blocked by required conditions
CI / windows_tests (push) Blocked by required conditions
CodeQL / Analyze (push) Waiting to run
ci: pin psf/black action to commit SHA, fixes #9317
2026-02-13 19:57:36 +01:00