Page MenuHomeVyOS Platform
Feed All Stories

Fri, Sep 13

Viacheslav reopened T6674: Add build packages without Jenkins, a subtask of T6529: Jenkins Build System Deprecation, as Open.
Fri, Sep 13, 7:24 PM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav reopened T6674: Add build packages without Jenkins as "Open".
Fri, Sep 13, 7:24 PM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fmertz added a comment to T6458: Extend support for Lanner appliances with serial LCDs.

First step would be to make the driver work. We would need to first know what "breaks" it. Best is to play around with the various command line options of the lcdproc client. As you mentioned, some client functions just call for characters, but others invoke big numbers, horizontal or vertical bars. These invoke a bit of contortion in the code involving swapping bitmaps for what is generally a very limited number of custom/graphic characters. Once we know what breaks, we can look into the best path forward for a code fix:

Fri, Sep 13, 6:40 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Restricted Repository Identity closed T6674: Add build packages without Jenkins, a subtask of T6529: Jenkins Build System Deprecation, as Resolved.
Fri, Sep 13, 4:29 PM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Restricted Repository Identity closed T6674: Add build packages without Jenkins as Resolved by committing Restricted Diffusion Commit.
Fri, Sep 13, 4:29 PM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
jestabro closed T6007: Improvements to migration system, a subtask of T6302: The root task for bugs and improvements related to commit time and boot, as Resolved.
Fri, Sep 13, 3:27 PM · Restricted Project, VyOS 1.5 Circinus
jestabro closed T6007: Improvements to migration system as Resolved.
Fri, Sep 13, 3:27 PM · VyOS 1.5 Circinus
jestabro closed T6710: Migration scripts fails for the circinus as Resolved.
Fri, Sep 13, 3:26 PM · VyOS 1.5 Circinus
jestabro closed T6710: Migration scripts fails for the circinus, a subtask of T6007: Improvements to migration system, as Resolved.
Fri, Sep 13, 3:26 PM · VyOS 1.5 Circinus
natali-rs1985 changed the status of T6626: show dhcpv6 server leases fails from Open to In progress.
Fri, Sep 13, 12:50 PM · Restricted Project, VyOS 1.4 Sagitta
Viacheslav added a comment to T5284: Update Realtek r8152 + 8168 driver.

@cuongdt1994 Could you check this build (in PR)?

Fri, Sep 13, 12:27 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a comment to T6713: Update Realtek r8152 driver.

Unfortunately the version: v2.18.1 (2024/05/20) does not work correctly and previous versions 2.17.1 are not compatible with the newest kernel version

make -C /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux M=/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1 modules
make[2]: Entering directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49'
  CC [M]  /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.o
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c: In function ‘r8152_csum_workaround’:
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c:2114:24: error: implicit declaration of function ‘skb_gso_segment’; did you mean ‘skb_gso_reset’? [-Werror=implicit-function-declaration]
 2114 |                 segs = skb_gso_segment(skb, features);
      |                        ^~~~~~~~~~~~~~~
      |                        skb_gso_reset
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c:2114:22: warning: assignment to ‘struct sk_buff *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
 2114 |                 segs = skb_gso_segment(skb, features);
      |                      ^
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:243: /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.o] Error 1
make[3]: *** [/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49/Makefile:1921: /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1] Error 2
make[2]: *** [Makefile:234: __sub-make] Error 2
make[2]: Leaving directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49'
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 2
make[1]: Leaving directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
Traceback (most recent call last):
  File "/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/./build-driver-realtek-r8152.py", line 88, in <module>
    run(debuild_cmd, cwd=PACKAGE_DIR, check=True)
  File "/usr/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['debuild']' returned non-zero exit status 29.
Fri, Sep 13, 12:09 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a comment to T5284: Update Realtek r8152 + 8168 driver.

PR https://github.com/vyos/vyos-build/pull/762

Fri, Sep 13, 11:01 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav added a comment to T6713: Update Realtek r8152 driver.

PR https://github.com/vyos/vyos-build/pull/762

Fri, Sep 13, 11:00 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
natali-rs1985 moved T6181: A feature for checking popular ports. from Need Triage to In Progress on the VyOS 1.5 Circinus board.
Fri, Sep 13, 9:37 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)
natali-rs1985 added a project to T6181: A feature for checking popular ports.: VyOS 1.5 Circinus.
Fri, Sep 13, 9:37 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)
natali-rs1985 moved T6676: Invalid route-map caused bgpd to crash from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, Sep 13, 9:32 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav triaged T6714: NAT66 Interface Group Support as Wishlist priority.
Fri, Sep 13, 5:35 AM · VyOS 1.5 Circinus

Thu, Sep 12

c-po added a comment to T5367: Syslog doesn't send timezone information to the server.

https://github.com/vyos/vyos-1x/pull/4061

Thu, Sep 12, 7:34 PM · Restricted Project, VyOS 1.5 Circinus, Restricted Project, VyOS 1.4 Sagitta (1.4.1)
c-po added a project to T6703: Support amd pstate driver: Restricted Project.
Thu, Sep 12, 7:00 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
trae32566 created T6714: NAT66 Interface Group Support.
Thu, Sep 12, 6:51 PM · VyOS 1.5 Circinus
c-po added a project to T6711: 'restart vrrp` Functionality Broken: Restricted Project.
Thu, Sep 12, 5:05 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
c-po added a project to T6709: Add EAPOL Bonding Support: Restricted Project.
Thu, Sep 12, 5:02 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav edited projects for T6713: Update Realtek r8152 driver, added: VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1); removed VyOS 1.4 Sagitta.
Thu, Sep 12, 4:27 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po claimed T6709: Add EAPOL Bonding Support.
Thu, Sep 12, 4:19 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav raised the priority of T6713: Update Realtek r8152 driver from Normal to High.
Thu, Sep 12, 1:38 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav triaged T6713: Update Realtek r8152 driver as Normal priority.
Thu, Sep 12, 1:32 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav created T6713: Update Realtek r8152 driver.
Thu, Sep 12, 1:31 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav triaged T6712: Add nonproduction banner as Normal priority.
Thu, Sep 12, 11:08 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T6712: Add nonproduction banner.
Thu, Sep 12, 11:07 AM · Restricted Project, VyOS 1.5 Circinus
natali-rs1985 claimed T6682: show vpn ike sa peer always shows all SAs.
Thu, Sep 12, 10:20 AM · Restricted Project, VyOS 1.5 Circinus
alainlamar updated the task description for T6693: WiFi: Enable WiFi6 (IEEE 802.11ax) for 2.4GHz AccesPoints.
Thu, Sep 12, 9:14 AM · VyOS 1.5 Circinus
alainlamar closed T6425: WiFi: Beamformer support for 802.11ac (VHT at 5GHz) is broken as Resolved.
Thu, Sep 12, 9:13 AM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav renamed T6706: Ansible impove support for new 1.4 Firewall Rules Syntax from Impove support for new 1.4 Firewall Rules Syntax to Ansible impove support for new 1.4 Firewall Rules Syntax.
Thu, Sep 12, 7:43 AM · Restricted Project, VyOS Ansible Collection
Viacheslav triaged T6706: Ansible impove support for new 1.4 Firewall Rules Syntax as Normal priority.
Thu, Sep 12, 7:42 AM · Restricted Project, VyOS Ansible Collection
Viacheslav changed the status of T6711: 'restart vrrp` Functionality Broken from Confirmed to In progress.
Thu, Sep 12, 7:01 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T6711: 'restart vrrp` Functionality Broken.

PR https://github.com/vyos/vyos-1x/pull/4054

Thu, Sep 12, 7:00 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
Viacheslav claimed T6711: 'restart vrrp` Functionality Broken.
Thu, Sep 12, 6:46 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
Apachez added a comment to T6694: Move commands that do not fit anywhere else in the new "execute" family.

Here are my €0.05:

Thu, Sep 12, 2:41 AM · VyOS 1.5 Circinus
jestabro added a comment to T6007: Improvements to migration system.

PR for backport to circinus:
https://github.com/vyos/vyos-1x/pull/4050

Thu, Sep 12, 12:49 AM · VyOS 1.5 Circinus
jestabro added a comment to T6710: Migration scripts fails for the circinus.

PR for circinus:
https://github.com/vyos/vyos-1x/pull/4050

Thu, Sep 12, 12:48 AM · VyOS 1.5 Circinus
fernando triaged T6711: 'restart vrrp` Functionality Broken as Normal priority.
Thu, Sep 12, 12:24 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
fernando changed the status of T6711: 'restart vrrp` Functionality Broken from Open to Confirmed.
Thu, Sep 12, 12:24 AM · Restricted Project, Restricted Project, VyOS 1.5 Circinus

Wed, Sep 11

trae32566 created T6711: 'restart vrrp` Functionality Broken.
Wed, Sep 11, 11:42 PM · Restricted Project, Restricted Project, VyOS 1.5 Circinus
artooro added a comment to T6458: Extend support for Lanner appliances with serial LCDs.

Update on current discoveries.
So pfSense has the same issue with garbage showing on the screen if I kill it's lcdproc_client.php process. That PHP script loads all the custom stats and writes them to the LCDd socket. But it only prints plain text which is why I assume it has no issues.

Wed, Sep 11, 8:29 PM · VyOS 1.2 Crux (VyOS 1.2.7)
jestabro added a parent task for T6710: Migration scripts fails for the circinus: T6007: Improvements to migration system.
Wed, Sep 11, 6:02 PM · VyOS 1.5 Circinus
jestabro added a subtask for T6007: Improvements to migration system: T6710: Migration scripts fails for the circinus.
Wed, Sep 11, 6:02 PM · VyOS 1.5 Circinus
jestabro changed the status of T6710: Migration scripts fails for the circinus from Open to In progress.

Backport of https://github.com/vyos/vyos-1x/pull/3692 in progress.

Wed, Sep 11, 4:12 PM · VyOS 1.5 Circinus
jestabro claimed T6710: Migration scripts fails for the circinus.
Wed, Sep 11, 1:20 PM · VyOS 1.5 Circinus
Viacheslav renamed T6710: Migration scripts fails for the circinus from Migration scripts without execution flag fails for the circinus to Migration scripts fails for the circinus.
Wed, Sep 11, 9:18 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T6710: Migration scripts fails for the circinus.

It seems we should migrate it to the circinus https://github.com/vyos/vyos-1x/pull/3692
https://github.com/vyos/vyos-1x/blob/current/python/vyos/migrate.py

Wed, Sep 11, 9:02 AM · VyOS 1.5 Circinus
Viacheslav triaged T6710: Migration scripts fails for the circinus as High priority.
Wed, Sep 11, 8:55 AM · VyOS 1.5 Circinus
Viacheslav created T6710: Migration scripts fails for the circinus.
Wed, Sep 11, 8:55 AM · VyOS 1.5 Circinus
natali-rs1985 changed the status of T6676: Invalid route-map caused bgpd to crash from Open to In progress.
Wed, Sep 11, 8:11 AM · Restricted Project, VyOS 1.5 Circinus
natali-rs1985 claimed T6676: Invalid route-map caused bgpd to crash.
Wed, Sep 11, 8:02 AM · Restricted Project, VyOS 1.5 Circinus

Tue, Sep 10

dmbaturin renamed T6685: Add PPPoE server options to accept any service name and blank service name from Possibility of any services name or blank in pppoe to Add PPPoE server options to accept any service name and blank service name.
Tue, Sep 10, 1:13 PM · VyOS 1.5 Circinus
diodep closed T6681: IPv6 SLAAC: Option to suppress Interval advertisement on RA packet as Resolved.
Tue, Sep 10, 12:10 PM · VyOS 1.4 Sagitta (1.4.1), Restricted Project, VyOS 1.5 Circinus
natali-rs1985 changed the status of T6694: Move commands that do not fit anywhere else in the new "execute" family from Open to In progress.
Tue, Sep 10, 10:59 AM · VyOS 1.5 Circinus
natali-rs1985 changed the status of T6685: Add PPPoE server options to accept any service name and blank service name from Open to In progress.
Tue, Sep 10, 7:27 AM · VyOS 1.5 Circinus
Viacheslav triaged T6709: Add EAPOL Bonding Support as Normal priority.
Tue, Sep 10, 6:38 AM · Restricted Project, VyOS 1.5 Circinus

Mon, Sep 9

trae32566 created T6709: Add EAPOL Bonding Support.
Mon, Sep 9, 9:39 PM · Restricted Project, VyOS 1.5 Circinus
dmbaturin added a subtask for T6708: Automatically mirror PRs between /vyos and /VyOS-Networks organizations: T6660: Mirror PR: Remove temp feature branch after merge.
Mon, Sep 9, 4:21 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin added a parent task for T6660: Mirror PR: Remove temp feature branch after merge: T6708: Automatically mirror PRs between /vyos and /VyOS-Networks organizations.
Mon, Sep 9, 4:21 PM · Restricted Project, GitHub Infrastructure
dmbaturin created T6708: Automatically mirror PRs between /vyos and /VyOS-Networks organizations.
Mon, Sep 9, 4:21 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6397: Triger action on merge.
Mon, Sep 9, 4:19 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6397: Triger action on merge, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:19 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6397: Triger action on merge.
Mon, Sep 9, 4:19 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6606: duplicate conflict labels to be fixed.
Mon, Sep 9, 4:18 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin edited parent tasks for T6606: duplicate conflict labels to be fixed, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:18 PM · GitHub Infrastructure
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6606: duplicate conflict labels to be fixed.
Mon, Sep 9, 4:18 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6443: fix pr title regex check issue.
Mon, Sep 9, 4:17 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6443: fix pr title regex check issue.
Mon, Sep 9, 4:17 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6443: fix pr title regex check issue, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:17 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6415: Repo sync.
Mon, Sep 9, 4:17 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6415: Repo sync.
Mon, Sep 9, 4:17 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6415: Repo sync, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:17 PM · GitHub Infrastructure
dmbaturin renamed T6309: Check code quality with CodeQL from GitHub integration CodeQL root task to Check code quality with CodeQL.
Mon, Sep 9, 4:15 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:15 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin added a parent task for T6309: Check code quality with CodeQL: T6707: Implement a new build and release workflow based on GitHub Actions.
Mon, Sep 9, 4:15 PM · GitHub Infrastructure
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6509: Add PR comment in case of unused import check fails.
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6509: Add PR comment in case of unused import check fails, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6509: Add PR comment in case of unused import check fails.
Mon, Sep 9, 4:14 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin edited parent tasks for T6508: vyos-build update pr title check workflow update (current branch), added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6508: vyos-build update pr title check workflow update (current branch).
Mon, Sep 9, 4:14 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6508: vyos-build update pr title check workflow update (current branch).
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6467: Add sagitta for vyos-1x workflows trigger branch list, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6467: Add sagitta for vyos-1x workflows trigger branch list.
Mon, Sep 9, 4:14 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6467: Add sagitta for vyos-1x workflows trigger branch list.
Mon, Sep 9, 4:14 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6469: Remove J2Lint workflow from vyos-1x.
Mon, Sep 9, 4:13 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6469: Remove J2Lint workflow from vyos-1x.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6469: Remove J2Lint workflow from vyos-1x, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6449: PR title/commit message check workfow to add comment to PR incase of title is not compliant.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6449: PR title/commit message check workfow to add comment to PR incase of title is not compliant.
Mon, Sep 9, 4:13 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin edited parent tasks for T6449: PR title/commit message check workfow to add comment to PR incase of title is not compliant, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6466: Add PR checks as mandatory for vyos-1x.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6466: Add PR checks as mandatory for vyos-1x.
Mon, Sep 9, 4:13 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin edited parent tasks for T6466: Add PR checks as mandatory for vyos-1x, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin added a subtask for T6707: Implement a new build and release workflow based on GitHub Actions: T6410: separate subset of workflows for documentation.
Mon, Sep 9, 4:13 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin removed a subtask for T6309: Check code quality with CodeQL: T6410: separate subset of workflows for documentation.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure
dmbaturin edited parent tasks for T6410: separate subset of workflows for documentation, added: T6707: Implement a new build and release workflow based on GitHub Actions; removed: T6309: Check code quality with CodeQL.
Mon, Sep 9, 4:13 PM · GitHub Infrastructure