| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-17 | Fix Cookiebot consent dialog rendering unstyled and breaking the page ↵1.4 | mergify[bot] | |
| (#2108) (#2110) On a fresh (no-consent) load the consent banner could render completely unstyled and expand to full page height. Cookiebot delivers its dialog CSS as a constructed stylesheet on document.adoptedStyleSheets; ReadTheDocs' readthedocs-addons.js reassigns that whole-array property with a destructive replace, and when that lands after Cookiebot's network-gated adoption it drops Cookiebot's sheet, leaving #CybotCookiebotDialog at position:static expanded to ~6700px. It is a race, so it is intermittent and clears once consent is given (the dialog then never renders). - layout.html: a small adoptedStyleSheets shim, installed before any page script, that preserves Cookiebot's sheet so another library cannot drop it. - custom.css: a leak-safe safety net that keeps the dialog contained even if its adopted sheet is ever absent. It uses only properties Cookiebot itself sets, so it has verifiably no effect on the normal, styled banner. 🤖 Generated by [robots](https://vyos.io) (cherry picked from commit dce7bb521e3947af59fe18895b609ec353e0450e) Co-authored-by: Yuriy Andamasov <yuriy@vyos.io> | |||
| 2026-06-11 | docs: fix stale .png/.jpg image refs to match .webp assets in Sagitta (#2098) | LiudmylaNad | |
| Signed-off-by: MilaNad <l.nadolina@vyos.io> | |||
| 2026-06-09 | Revert "docs: Update OpenFabric page to VyOS 1.5 standards (#2060) (#2094)" ↵ | Daniil Baturin | |
| (#2096) This reverts commit b4cffbf38e970b2683d07e063cac455371da681e. | |||
| 2026-06-09 | docs: Update OpenFabric page to VyOS 1.5 standards (#2060) (#2094) | mergify[bot] | |
| * docs: Update OpenFabric page to VyOS 1.5 standards * Update openfabric.md * Update openfabric.md * Update openfabric.md (cherry picked from commit 754295dcb7c048e8142b36eb90b9a0b18cad506d) # Conflicts: # docs/configuration/protocols/openfabric.md Co-authored-by: LiudmylaNad <l.nadolina@vyos.io> | |||
| 2026-06-02 | high-availability: T7059: Add persistence-timeout option in virtual-server | Nataliia Solomko | |
| (cherry picked from commit dc04c30291806195311e585450b490d0c672c356) | |||
| 2026-05-14 | Merge pull request #2039 from vyos/yuriy/rst-leftovers-sagitta | Yuriy Andamasov | |
| docs: fix sagitta interface include text cleanup | |||
| 2026-05-14 | docs: fix 3 grammar/spelling issues across openvpn/ipoe-server/vrf ↵ | Yuriy Andamasov | |
| (CodeRabbit review) preferrably → preferably (openvpn.md:81) used from → used for (ipoe-server.md:301) 'It and can be' → 'It can be'; wan't → want (vrf/index.md:76) 🤖 Generated by [robots](https://vyos.io) | |||
| 2026-05-14 | docs: rewrap long prose lines in documentation to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in testing to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in development to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in debugging to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in vrf/index to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in sstp to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in pppoe-server to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in ipoe-server to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: rewrap long prose lines in openvpn to fit 80-char limit | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from documentation | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from testing | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from issues-features | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from development | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from debugging | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from vrf/index | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from sstp | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from lcd | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from pppoe-server | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from ipoe-server | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from openvpn | Yuriy Andamasov | |
| 2026-05-14 | docs: fix interface include text cleanup | Yuriy Andamasov | |
| 2026-05-14 | docs: remove spurious mid-sentence blank lines in 4 admonition bodies ↵ | Yuriy Andamasov | |
| (Copilot review) | |||
| 2026-05-14 | Revert "drop unused {include} /_include/common-references.txt" — defer to ↵ | Yuriy Andamasov | |
| follow-up PR Reverts the 11 commits ee2fe1dc..678c612a that removed plain `{include} /_include/common-references.txt` from 11 sagitta MD pages. The removal IS the right fix for the live RST-content leak on those pages, but touching them triggers doc-lint to scan their full content and flag 50+ pre-existing line-length warnings (the lint check only runs on PR-modified files). Rewrapping those long lines is a much bigger surface area than this PR's MyST→RST cleanup scope. Splitting: the common-references {include} removal belongs in a separate follow-up PR that explicitly takes on the long-line cleanup as part of its scope. PR #2035 returns to its pre-common-references state (commit f0e93bce equivalent): 19 MyST→RST conversions of _include/interface-*.txt files, the doc-lint fix on dhcpv6-options + ipv6, plus 5 follow-up files with MyST cmdincludemd fences. 🤖 Generated by [robots](https://vyos.io) | |||
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from ↵ | Yuriy Andamasov | |
| documentation.md | |||
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from testing.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from ↵ | Yuriy Andamasov | |
| issues-features.md | |||
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from development.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from debugging.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from vrf/index.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from sstp.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from lcd.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from pppoe-server.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from ipoe-server.md | Yuriy Andamasov | |
| 2026-05-14 | docs: drop unused {include} /_include/common-references.txt from openvpn.md | Yuriy Andamasov | |
| 2026-05-14 | docs: fix .. stop_vyoslinter placement in interface-dhcpv6-options.txt ↵ | Yuriy Andamasov | |
| (Copilot review) | |||
| 2026-05-14 | docs: re-wrap interface-disable-flow-control.txt to fit 80-char limit (doc-lint) | Yuriy Andamasov | |
| 2026-05-14 | docs: convert _include/interface-vlan-8021ad.txt MyST cmdincludemd -> RST | Yuriy Andamasov | |
| 2026-05-14 | docs: convert _include/interface-common.txt MyST cmdincludemd -> RST | Yuriy Andamasov | |
| 2026-05-14 | docs: convert _include/interface-common-without-mac.txt MyST cmdincludemd -> RST | Yuriy Andamasov | |
| 2026-05-14 | docs: convert _include/interface-common-without-dhcp.txt MyST cmdincludemd ↵ | Yuriy Andamasov | |
| -> RST | |||
| 2026-05-14 | docs: convert _include/interface-common-with-dhcp.txt MyST cmdincludemd -> RST | Yuriy Andamasov | |
| 2026-05-14 | docs: fix cfgcmd body indent in interface-disable-flow-control.txt (Copilot ↵ | Yuriy Andamasov | |
| review) | |||
| 2026-05-14 | docs: fix cfgcmd body indent in interface-mirror.txt (Copilot review) | Yuriy Andamasov | |
