[PR #3755] [MERGED] 3664 configcontext tags #12630

Closed
opened 2025-12-29 22:22:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3755
Author: @jeremystretch
Created: 12/11/2019
Status: Merged
Merged: 12/11/2019
Merged by: @jeremystretch

Base: develop-2.7Head: 3664-configcontext-tags


📝 Commits (5)

📊 Changes

13 files changed (+97 additions, -9 deletions)

View changed files

📝 netbox/extras/api/serializers.py (+7 -1)
📝 netbox/extras/filters.py (+6 -1)
📝 netbox/extras/forms.py (+18 -3)
📝 netbox/extras/middleware.py (+2 -1)
netbox/extras/migrations/0034_configcontext_tags.py (+18 -0)
📝 netbox/extras/models.py (+5 -0)
📝 netbox/extras/querysets.py (+1 -0)
📝 netbox/extras/tests/test_api.py (+5 -0)
netbox/extras/utils.py (+15 -0)
📝 netbox/templates/extras/configcontext.html (+14 -0)
📝 netbox/templates/extras/configcontext_edit.html (+1 -0)
📝 netbox/utilities/utils.py (+3 -2)
📝 netbox/utilities/views.py (+2 -1)

📄 Description

Fixes: #3664

Builds on @kobayashi's work in PR #3752 to complete work on #3664.


🔄 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/3755 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/11/2019 **Status:** ✅ Merged **Merged:** 12/11/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.7` ← **Head:** `3664-configcontext-tags` --- ### 📝 Commits (5) - [`5710f29`](https://github.com/netbox-community/netbox/commit/5710f297f1f8ccc1d29363812b2816b6146851f7) implement 3664 - [`8b189ab`](https://github.com/netbox-community/netbox/commit/8b189abd58495d0d0d439c9b2325127931a8870f) Merge pull request #3752 from kobayashi/3664 - [`ce4a5a3`](https://github.com/netbox-community/netbox/commit/ce4a5a38a31384accbc13168d65c0d26b6cfe44d) Introduce is_taggable utility function for identifying taggable models - [`fd88ba6`](https://github.com/netbox-community/netbox/commit/fd88ba65b2c56db39a657ad11cd81581b23bc45e) Cleanup for #3664 - [`19363ad`](https://github.com/netbox-community/netbox/commit/19363add3015576933d88001c6b766d5a014e165) Represent and assign ConfigContext tags by their slugs ### 📊 Changes **13 files changed** (+97 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/api/serializers.py` (+7 -1) 📝 `netbox/extras/filters.py` (+6 -1) 📝 `netbox/extras/forms.py` (+18 -3) 📝 `netbox/extras/middleware.py` (+2 -1) ➕ `netbox/extras/migrations/0034_configcontext_tags.py` (+18 -0) 📝 `netbox/extras/models.py` (+5 -0) 📝 `netbox/extras/querysets.py` (+1 -0) 📝 `netbox/extras/tests/test_api.py` (+5 -0) ➕ `netbox/extras/utils.py` (+15 -0) 📝 `netbox/templates/extras/configcontext.html` (+14 -0) 📝 `netbox/templates/extras/configcontext_edit.html` (+1 -0) 📝 `netbox/utilities/utils.py` (+3 -2) 📝 `netbox/utilities/views.py` (+2 -1) </details> ### 📄 Description ### Fixes: #3664 Builds on @kobayashi's work in PR #3752 to complete work on #3664. --- <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 22:22:44 +01:00
adam closed this issue 2025-12-29 22:22:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12630