[PR #2729] [CLOSED] a #20352

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2729
Author: @Flerpharos
Created: 10/11/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

18 files changed (+318 additions, -1116 deletions)

View changed files

.github/workflows/golang-test-darwin.yml (+0 -45)
.github/workflows/golang-test-linux.yml (+0 -121)
.github/workflows/golang-test-windows.yml (+0 -52)
.github/workflows/golangci-lint.yml (+0 -52)
.github/workflows/install-script-test.yml (+0 -36)
.github/workflows/mobile-build-validation.yml (+0 -65)
📝 .github/workflows/release.yml (+35 -216)
.github/workflows/sync-main.yml (+0 -22)
.github/workflows/sync-tag.yml (+0 -23)
.github/workflows/test-infrastructure-files.yml (+0 -211)
.github/workflows/update-docs.yml (+0 -22)
📝 .goreleaser.yaml (+132 -167)
Dockerfile (+19 -0)
fake file to test workflows (+2 -0)
📝 management/Dockerfile (+11 -5)
📝 management/server/idp/idp.go (+1 -0)
📝 management/server/idp/zitadel.go (+114 -79)
📝 management/server/jwtclaims/jwtValidator.go (+4 -0)

📄 Description

Describe your changes

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

🔄 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/2729 **Author:** [@Flerpharos](https://github.com/Flerpharos) **Created:** 10/11/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`b000d1f`](https://github.com/netbirdio/netbird/commit/b000d1f07ae737dfe6533b46a3b8979b0fdb485e) Update zitadel.go - [`83f8c88`](https://github.com/netbirdio/netbird/commit/83f8c883bfe31674dcb987ca3da6f85fe32bffa3) Create fake file to test workflows - [`b598659`](https://github.com/netbirdio/netbird/commit/b598659c981020238a791563e2bffa1d2b2c2fcb) Update release.yml - [`372b7e0`](https://github.com/netbirdio/netbird/commit/372b7e02b8cc6281eb7e4d829769284cf67137ff) Update release.yml - [`a8398dd`](https://github.com/netbirdio/netbird/commit/a8398dd417afb3952f34bf54da9cc0120ad774fb) Update release.yml - [`8b938aa`](https://github.com/netbirdio/netbird/commit/8b938aaec90f41a360f0afa4b20a888976a3e6db) Update release.yml - [`99774f1`](https://github.com/netbirdio/netbird/commit/99774f1072d3a90d8317fd4727a529c0335830f7) Update .goreleaser.yaml - [`d92898f`](https://github.com/netbirdio/netbird/commit/d92898f42937e2595f1bcedaf3eadc29d08acdcc) Update fake file to test workflows - [`4cc2cde`](https://github.com/netbirdio/netbird/commit/4cc2cde2dd18478a6e9e10f2327c1cc9fa2f341d) Update .goreleaser.yaml - [`2bab9c7`](https://github.com/netbirdio/netbird/commit/2bab9c726e260778d9a3c456ec87e2e8dcef6e8d) Update Dockerfile ### 📊 Changes **18 files changed** (+318 additions, -1116 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/golang-test-darwin.yml` (+0 -45) ➖ `.github/workflows/golang-test-linux.yml` (+0 -121) ➖ `.github/workflows/golang-test-windows.yml` (+0 -52) ➖ `.github/workflows/golangci-lint.yml` (+0 -52) ➖ `.github/workflows/install-script-test.yml` (+0 -36) ➖ `.github/workflows/mobile-build-validation.yml` (+0 -65) 📝 `.github/workflows/release.yml` (+35 -216) ➖ `.github/workflows/sync-main.yml` (+0 -22) ➖ `.github/workflows/sync-tag.yml` (+0 -23) ➖ `.github/workflows/test-infrastructure-files.yml` (+0 -211) ➖ `.github/workflows/update-docs.yml` (+0 -22) 📝 `.goreleaser.yaml` (+132 -167) ➕ `Dockerfile` (+19 -0) ➕ `fake file to test workflows` (+2 -0) 📝 `management/Dockerfile` (+11 -5) 📝 `management/server/idp/idp.go` (+1 -0) 📝 `management/server/idp/zitadel.go` (+114 -79) 📝 `management/server/jwtclaims/jwtValidator.go` (+4 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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 --- <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 05:07:09 -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#20352