[PR #3580] [MERGED] [management] Add network traffic events pagination #20868

Closed
opened 2026-08-05 05:07:48 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3580
Author: @bcmmbaga
Created: 3/26/2025
Status: Merged
Merged: 4/30/2025
Merged by: @bcmmbaga

Base: mainHead: add-network-events-pagination


📝 Commits (4)

  • dfe0871 Add network traffic events pagination schema
  • a02a714 Add query parameters for filtering network traffic events
  • a131533 Merge branch 'refs/heads/main' into add-network-events-pagination
  • cd81ef4 Rename events to data in NetworkTrafficEventsResponse

📊 Changes

2 files changed (+160 additions, -3 deletions)

View changed files

📝 management/server/http/api/openapi.yml (+91 -3)
📝 management/server/http/api/types.gen.go (+69 -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/3580 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `add-network-events-pagination` --- ### 📝 Commits (4) - [`dfe0871`](https://github.com/netbirdio/netbird/commit/dfe0871977b2f382a0589a577f0051d25ee53a46) Add network traffic events pagination schema - [`a02a714`](https://github.com/netbirdio/netbird/commit/a02a714ab75ed7c79534caa4cd4b7fdc8471a966) Add query parameters for filtering network traffic events - [`a131533`](https://github.com/netbirdio/netbird/commit/a1315334f17842f87b5bec3b78052930a6cc711b) Merge branch 'refs/heads/main' into add-network-events-pagination - [`cd81ef4`](https://github.com/netbirdio/netbird/commit/cd81ef4251263f47377509235694465f56eccdab) Rename events to data in NetworkTrafficEventsResponse ### 📊 Changes **2 files changed** (+160 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `management/server/http/api/openapi.yml` (+91 -3) 📝 `management/server/http/api/types.gen.go` (+69 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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:48 -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#20868