summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-30T8943: migrate mirror wrapper to App-ready uniform stub (rollout 1b Task 5) ↵HEADcurrentYuriy Andamasov
(#16) Switches to secrets: inherit and uniform stub shape. Adds vars.MIRROR_ENABLED kill-switch (default-on). Behavior-neutral against current PAT-using central workflow; prepares for App-token central-workflow update (Task 7). Plan: ~/.claude/plans/2026-05-26-mirror-rollout-1b-revised.md Task 5 🤖 Generated by [robots](https://vyos.io)
2026-05-26Merge pull request #13 from vyos/claude/coderabbit-yaml-t8851Daniil Baturin
coderabbit: T8851: add .coderabbit.yaml for central-config inheritance
2026-05-26Merge pull request #15 from vyos/test/ruleset-validation-2026-05-25Yuriy Andamasov
docs: lift "OS and hypervisor support" from h1 to h2
2026-05-26docs: lift "OS and hypervisor support" from h1 to h2Yuriy Andamasov
The heading was `# OS and hypervisor support` (h1) which made it a sibling of the document title `# hvinfo` rather than a sibling of the other h2 section `## Building`. Demote to h2 so the table of contents nests correctly. Filed as a small operational test PR while validating the T8850 Cat 1 pre-flight ruleset migration on vyos/hvinfo@current (Phase 1 P2, ruleset id 16845685, see ~/.claude/plans/2026-05-25-classic-to-rulesets-migration.md). 🤖 Generated by [robots](https://vyos.io)
2026-05-25Merge pull request #14 from vyos/mergify/configuration-deprecated-updateYuriy Andamasov
ci(mergify): upgrade configuration to current format
2026-05-25coderabbit: T8851: add .coderabbit.yaml for central-config inheritanceYuriy Andamasov
2026-05-24ci(mergify): upgrade configuration to current formatmergify[bot]
2026-05-14Merge pull request #12 from vyos/T8852-mergify-extendsDaniil Baturin
T8852: migrate .github/mergify.yml to extends: mergify
2026-05-13T8852: migrate .github/mergify.yml to extends: mergifyYuriy Andamasov
2026-05-11Merge pull request #8 from vyos/T8531-restrict-mergify-commandsJohn Estabrook
T8531: add Mergify config with commands restrictions
2026-05-10Merge pull request #11 from kumvijaya/currentYuriy Andamasov
T8835: added pr mirror workflow
2026-05-09T8835: added pr mirror workflowkumvijaya
2026-05-08Merge pull request #10 from vyos/T8595-add-agents-mdYevhen Bondarenko
general: T8595: add AGENTS.md
2026-05-07general: T8595: scrub private-org references from public AGENTS.mdYuriy Andamasov
2026-05-07general: T8595: clean leaked internal referencesYuriy Andamasov
2026-05-07general: T8595: incorporate dmbaturin feedback (3 suggestions)Yuriy Andamasov
2026-05-07general: T8595: add AGENTS.mdYuriy Andamasov
2026-05-07T8218: removed unqueue from mergify yaml as it is not supportedYuriy Andamasov
2026-04-26T8531: add Mergify config with commands restrictionsYuriy Andamasov
2025-11-10Small updates in README and packagingDaniil Baturin
2025-07-15Merge pull request #7 from vyos/claChristian Breunig
CI: T7579: fix of the run trigger for CLA
2025-07-14T7579: fix of the run trigger for CLAYevhen Bondarenko
2025-07-06Merge pull request #6 from vyos/claChristian Breunig
T7579: added workflow for CLA
2025-07-04T7579: added workflow for CLAclalemeshovich
2024-10-04Merge pull request #4 from sever-sever/T6763Christian Breunig
T6763: Delete Jenkins file
2024-10-04T6763: Delete Jenkins fileViacheslav Hletenko
2024-09-14Merge pull request #1 from sever-sever/T6674-trigger-rebuils-currentChristian Breunig
T6674: Action add trigger workflow to rebuild package
2024-09-14T6674: Action add trigger workflow to rebuild packageViacheslav Hletenko
2023-04-01Debian: T5003: upgrade dependencies to match bookworm releaseChristian Breunig
2023-03-12Debian: bump compat version 9 -> 12Christian Breunig
2021-06-20Debian: prepare for Debian 11 (Bullseye)Christian Poessinger
2021-03-26Jenkins: enable arm64 buildsChristian Poessinger
2020-06-23Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2020-02-14Debian: T2039: increase dependency to libgnat-8Christian Poessinger
This now supports building for VyOS 1.2 (crux), Debian Jessie and VyOS 1.3, Debian Buster.
2020-02-14Jenkins: use uniform branch independent pipelineChristian Poessinger
2019-05-24Create Jenkinsfile cruxKim Hagen
2019-04-29Merge pull request #4 from c-po/masterDaniil Baturin
Debian: support package build on Debian Buster
2019-04-28Debian: support package build on Debian BusterChristian Poessinger
2019-01-20Update version and Debian package changelog.Daniil Baturin
2019-01-20Enable Debian package build on ARM64 and Debian Stretch.Daniil Baturin
2019-01-20Add a DMI-based check for QEMU vs KVM.Daniil Baturin
This enabled KVM detection on non-x86 machines.
2019-01-20Add an OS-independent check for QEMU > 2.10 (using TCG signature).Daniil Baturin
2019-01-20Add support for detecting QEMU on x86.Daniil Baturin
Side effect: KVM on ARM64 is detected as QEMU (maybe better than not detecting anything).
2019-01-20Make conversion to a char array a responsibility of Command_Succeds, not its ↵Daniil Baturin
users.
2019-01-20Fix a missing semicolon.Daniil Baturin
2018-12-22Add support for correctly detecting VirtualBox using KVM or Hyper-V as its ↵Daniil Baturin
backend.
2018-06-07CPUID check for bhyve is supported too, mention it in the READMEDaniil Baturin
2018-05-03Update the debian changelog.Daniil Baturin
2018-05-03Update version to 1.1, recent changes kinda warrant it.Daniil Baturin