[PR #3888] [CLOSED] Build test #18874

Open
opened 2026-08-05 04:09:02 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3888
Author: @pappz
Created: 5/27/2025
Status: Closed

Base: mainHead: build-test


📝 Commits (8)

  • 8982d98 Do not propogate empty routes
  • 0260f1f Use isDynamic
  • 1bd3bc5 Enable server route feature on Android
  • 2c8cfbf Run notifications on goroutins and fix deadlock
  • d531afa - save last known ip, fqdn
  • 2499c97 Run peers changed callback on goroutine
  • 7e6dd0b Merge branch 'main' into fix/notifier-threading
  • 36692f1 Install i386 dependencies

📊 Changes

2 files changed (+73 additions, -37 deletions)

View changed files

📝 .github/workflows/golang-test-linux.yml (+8 -0)
📝 client/internal/peer/notifier.go (+65 -37)

📄 Description

Describe your changes

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/3888 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `build-test` --- ### 📝 Commits (8) - [`8982d98`](https://github.com/netbirdio/netbird/commit/8982d98917098807798fc365860aacc0fa85785a) Do not propogate empty routes - [`0260f1f`](https://github.com/netbirdio/netbird/commit/0260f1f2f4e4ef16e21b6c4f0aab9cef5f8f0dbb) Use isDynamic - [`1bd3bc5`](https://github.com/netbirdio/netbird/commit/1bd3bc51c4e6ca4b1eddf74a3121c08f87363448) Enable server route feature on Android - [`2c8cfbf`](https://github.com/netbirdio/netbird/commit/2c8cfbfd870f46d707c6bfb82898f2325db120e0) Run notifications on goroutins and fix deadlock - [`d531afa`](https://github.com/netbirdio/netbird/commit/d531afa4d3c494da3ad2b78af0e2c84b121e7c58) - save last known ip, fqdn - [`2499c97`](https://github.com/netbirdio/netbird/commit/2499c97f01a3d6c11da490f19ad1546f32b921b9) Run peers changed callback on goroutine - [`7e6dd0b`](https://github.com/netbirdio/netbird/commit/7e6dd0bee95797eefd2d233b2afa5501af769e9c) Merge branch 'main' into fix/notifier-threading - [`36692f1`](https://github.com/netbirdio/netbird/commit/36692f1eb1b514e864ec3671eb4feac5ba0a5bd7) Install i386 dependencies ### 📊 Changes **2 files changed** (+73 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-linux.yml` (+8 -0) 📝 `client/internal/peer/notifier.go` (+65 -37) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:09:02 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18874