[PR #14380] [MERGED] Closes #14361: Add a description field to Webhook model #14373

Closed
opened 2025-12-29 23:24:07 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14380
Author: @jeremystretch
Created: 11/29/2023
Status: Merged
Merged: 11/30/2023
Merged by: @jeremystretch

Base: featureHead: 14361-webhook-description


📝 Commits (2)

  • 7bfbe46 Closes #14361: Add a description field to Webhook
  • b850ad2 Merge branch 'feature' into 14361-webhook-description

📊 Changes

12 files changed (+49 additions, -17 deletions)

View changed files

📝 netbox/extras/api/serializers.py (+3 -3)
📝 netbox/extras/filtersets.py (+1 -0)
📝 netbox/extras/forms/bulk_edit.py (+6 -1)
📝 netbox/extras/forms/bulk_import.py (+1 -1)
📝 netbox/extras/forms/model_forms.py (+1 -1)
📝 netbox/extras/migrations/0101_eventrule.py (+5 -0)
📝 netbox/extras/models/models.py (+5 -0)
📝 netbox/extras/search.py (+9 -0)
📝 netbox/extras/tables/tables.py (+2 -2)
📝 netbox/extras/tests/test_api.py (+1 -0)
📝 netbox/extras/tests/test_views.py (+11 -9)
📝 netbox/templates/extras/webhook.html (+4 -0)

📄 Description

Closes: #14361

  • Add a description field to Webhook
  • Update related resources & tests

NOTE: PR #14267 should be merged first, after which point this can be refactored to address the merge conflicts & merge the migrations.


🔄 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/netbox-community/netbox/pull/14380 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/29/2023 **Status:** ✅ Merged **Merged:** 11/30/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14361-webhook-description` --- ### 📝 Commits (2) - [`7bfbe46`](https://github.com/netbox-community/netbox/commit/7bfbe4674d06211b2220e66bd3e2830822f8d322) Closes #14361: Add a description field to Webhook - [`b850ad2`](https://github.com/netbox-community/netbox/commit/b850ad2798a79207f950bf2c672c304213026664) Merge branch 'feature' into 14361-webhook-description ### 📊 Changes **12 files changed** (+49 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers.py` (+3 -3) 📝 `netbox/extras/filtersets.py` (+1 -0) 📝 `netbox/extras/forms/bulk_edit.py` (+6 -1) 📝 `netbox/extras/forms/bulk_import.py` (+1 -1) 📝 `netbox/extras/forms/model_forms.py` (+1 -1) 📝 `netbox/extras/migrations/0101_eventrule.py` (+5 -0) 📝 `netbox/extras/models/models.py` (+5 -0) 📝 `netbox/extras/search.py` (+9 -0) 📝 `netbox/extras/tables/tables.py` (+2 -2) 📝 `netbox/extras/tests/test_api.py` (+1 -0) 📝 `netbox/extras/tests/test_views.py` (+11 -9) 📝 `netbox/templates/extras/webhook.html` (+4 -0) </details> ### 📄 Description ### Closes: #14361 - Add a `description` field to Webhook - Update related resources & tests **NOTE:** PR #14267 should be merged first, after which point this can be refactored to address the merge conflicts & merge the migrations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:24:07 +01:00
adam closed this issue 2025-12-29 23:24:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14373