Commit Graph

10880 Commits

Author SHA1 Message Date
jeremystretch
81ee92f9ab Fixes #10957: Add missing VDCs column to interface tables 2022-11-17 12:29:30 -05:00
jeremystretch
9c55672799 Clean up tests 2022-11-17 10:50:05 -05:00
kkthxbye-code
d19c57481d Check that device has a platform set before rendering napalm tab 2022-11-17 08:25:06 -05:00
kkthxbye-code
04edb4dcdd Linkify primary IP for VDC 2022-11-17 08:22:42 -05:00
jeremystretch
fa003f6764 Use strings to specify prerequisite models 2022-11-16 17:22:09 -05:00
jeremystretch
cda6301e82 Introduce panel template for services 2022-11-16 16:52:35 -05:00
jeremystretch
f5ed6791bf Add note to update model's SearchIndex 2022-11-16 16:40:01 -05:00
jeremystretch
2dd94435bd Fix typo 2022-11-16 16:38:29 -05:00
jeremystretch
a5065dfbfd Merge branch 'develop' into feature 2022-11-16 11:42:32 -05:00
jeremystretch
7ed914e5d3 PRVB 2022-11-16 11:34:45 -05:00
Jeremy Stretch
17faa9f196 Merge pull request #10937 from netbox-community/develop
Release v3.3.8
2022-11-16 11:32:44 -05:00
jeremystretch
cd5b5aa547 Release v3.3.8 2022-11-16 10:45:29 -05:00
jeremystretch
2120c704ef Changelog for #10356, #10904, #10920 2022-11-16 10:40:18 -05:00
jeremystretch
0957466516 Closes #10920: Include request cookies when queuing a custom script 2022-11-16 10:37:06 -05:00
jeremystretch
d130a8a519 Closes #10934: Update release package URL 2022-11-16 10:36:30 -05:00
Patrick Hurrelmann
3e4c23d561 Fixes: #10356 backplane connections (#10554)
* Fixes: #10356 Add interface type and cable for backplane connections

* Allow Backplone for front and readports , too.

* Correct tyo in port definition

* pep8 fix (blank lines)

* Remove port type and changed name/description of backplane cable

* Omit backplane cable type

Co-authored-by: Patrick Hurrelmann <patrick.hurrelmann@nfon.com>
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-16 10:26:46 -05:00
Derick Vigne
b741865519 Closes #10904: Added Colors to SVG for Front and Rear Ports (#10905)
* Added Colors to SVG for Front and Reaer Ports

Fix for feature request 10904 thanks to @TheZackCodec

* Simplify termination color resolution

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-16 09:57:49 -05:00
jeremystretch
05e0c3f2b7 Changelog for #9439, #10902, #10914, #10915, #10919 2022-11-16 09:43:11 -05:00
Arthur Hanson
4375ab81c0 10902 add location to power feed form (#10913)
* 10902 add location to power feed form

* Bind location field to selected site

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-16 09:27:49 -05:00
Arthur
7d0891c425 10919 add location to cable termination panels 2022-11-16 09:22:39 -05:00
jeremystretch
e04f29ed49 Update features docs for v3.4 2022-11-16 09:11:03 -05:00
jeremystretch
c4ca9e155f Document save_object() on BulkImportView 2022-11-16 08:47:45 -05:00
jeremystretch
8c4c216a30 Split core views into separate modules 2022-11-16 08:43:22 -05:00
jeremystretch
1b6c8f2cae #10608: Use register_model_view() for token views 2022-11-16 08:11:42 -05:00
jeremystretch
3df5875a05 Clean up plugins documentation 2022-11-15 16:55:18 -05:00
jeremystretch
a69fba423c #10052: Serialize date fields 2022-11-15 16:10:20 -05:00
jeremystretch
84423ec872 Cleanup for #9654 2022-11-15 15:30:39 -05:00
jeremystretch
2350557d90 #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
jeremystretch
d4717a4889 #8366: name scheduled_time to scheduled for consistency with other fields 2022-11-15 13:37:13 -05:00
jeremystretch
e5f3ff8ff9 #4347: Rename NetBoxModelCSVForm to NetBoxModelImportForm 2022-11-15 12:24:57 -05:00
jeremystretch
78ca856046 Cleanup for #4347 2022-11-15 12:09:03 -05:00
jeremystretch
ef75940cde Cleanup for #7854 2022-11-15 11:24:36 -05:00
jeremystretch
6e3e0567e1 #9887: Add missing model documentation links 2022-11-15 11:00:13 -05:00
jeremystretch
a2517a7ee7 Add missing model documentation 2022-11-15 10:50:26 -05:00
jeremystretch
6f4e5eae07 #9623: Add slug field to SavedFilter 2022-11-15 10:44:12 -05:00
jeremystretch
c6c9170c45 #10560: Add new fields to indexers 2022-11-15 10:37:35 -05:00
jeremystretch
e051526da0 #10560: Build search index as part of migration 2022-11-15 10:37:16 -05:00
jeremystretch
20afa9b2c3 Add missing milestones to release notes 2022-11-14 17:07:39 -05:00
Arthur
87e8af7aa6 10903 add module type on manufacturer page 2022-11-14 14:17:06 -05:00
Arthur
a06bae53d6 10909 add l2vpn to tenant stats 2022-11-14 14:16:18 -05:00
jeremystretch
0a49ecbfac Changelog for #4751, #10694, #10851 2022-11-14 14:06:30 -05:00
Jeremy Stretch
af1398c64f Closes #10851: New staging mechanism (#10890)
* WIP

* Convert checkout() context manager to a class

* Misc cleanup

* Drop unique constraint from Change model

* Extend staging tests

* Misc cleanup

* Incorporate M2M changes

* Don't cancel wipe out creation records when an object is deleted

* Rename Change to StagedChange

* Add documentation for change staging
2022-11-14 13:55:03 -05:00
Arthur Hanson
f7c8b37b69 4751 Enable plugins to inject content within object list views (#10901)
* 4751 add plugin buttons to list templates

* 4751 add plugin buttons to list templates

* 4751 add documentation

* 4751 fix object reference

* 4751 update docs
2022-11-14 13:51:58 -05:00
Jeremy Stretch
515f1cb692 #10694: Emit post_save signal when creating/updating device components in bulk (#10900)
* Emit post_save signal when creating/updating device components in bulk

* Fix post_save for bulk_update()
2022-11-14 13:46:32 -05:00
jeremystretch
11321bae46 Permanently connect change logging & webhook receivers 2022-11-14 09:31:25 -05:00
jeremystretch
0c98740663 Use context vars instead of thread-local storage for change logging 2022-11-14 09:31:25 -05:00
jeremystretch
3d1b73be12 Fixes #10891: Populate tag selection list for service filter form 2022-11-14 09:28:03 -05:00
jeremystretch
4498981b0a Fixes #10897: Fix form widget styling on FHRP group form 2022-11-14 09:24:12 -05:00
jeremystretch
3daf424388 Fixes #10910: Fix cable creation links on power port view 2022-11-14 09:20:02 -05:00
Arthur
b06845e666 10300 initial translation support use gettext 2022-11-11 08:47:29 -05:00