| Age | Commit message (Collapse) | Author |
|
Add a checkbox for reviewing code produced by GenAI tools in the PR template.
|
|
Rollout 1c PR #5241 renamed the default branch current->rolling and updated
the 7 workflow files, but missed two files that still referenced the old
branch name:
- .github/config/smoketest-branches.json: the branch config is keyed by
github.ref_name. package-smoketest.yml already triggers on `rolling`, then
looks up `.branches["rolling"]`, which returned null -> the workflow errored
out ("No smoketest configuration found for branch 'rolling'") on every push
and PR to the rolling branch. Rename the key current->rolling. The entry's
vyos_mirror and container_image are also moved to the now-canonical `rolling`
release stream (packages.vyos.net/repositories/rolling/, vyos/vyos-build:rolling
-- both live; the rolling docker tag is actively rebuilt while `current` froze
at 2026-03-27), matching the self-consistent circinus/sagitta entries where
key == mirror == image == branch name.
- .github/PULL_REQUEST_TEMPLATE.md: two github.com/vyos/vyos-1x/{blob,tree}/current/
links repointed to /rolling/ (the default branch).
A full-repo scan confirmed no other current->rolling git-branch references
remain; all other "current" occurrences are the VyOS release-stream/version/
config vocabulary and are intentionally left unchanged.
🤖 Generated by [robots](https://vyos.io)
|
|
Fix typos and mistakes
No functional changes
|
|
|
|
|
|
conntrack: T5571: Refactor conntrack using vyos.configdep
|
|
Add the `Smoketest result` option to the default PR template
|
|
|
|
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev
|
|
|
|
|
|
|
|
|
|
|