19f577ccaf
Closes : #13918 - Add facility field ( #15456 )
...
* Fixes : #13918 - Add facilities field to Location model.
* Stupidly forgot to `git add`
* Fix errant reference to site.
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-18 10:09:50 -04:00
709eac6b98
Closes #15292 : Remove obsolete device_role attribute from Device model
2024-03-01 11:31:47 -05:00
1f2f0860fe
Merge branch 'develop' into feature
2023-12-27 16:34:38 -05:00
031b7540b3
Fixes #13741 : Update docs to correctly reflect inventory item uniqueness requirements
2023-12-26 13:35:03 -05:00
944008d475
Closes #12135 : Prevent the deletion of interfaces with children ( #14091 )
...
* Closes #12135 : Prevent the deletion of interfaces with children
* Change PROTECT to RESTRICT
* Extend handle_protectederror() to also handle RestrictedError
* Fix string translation
* Update migrations
* Support bulk removal of parent interfaces via UI if all children are included
* Add support for the bulk deletion of restricted objects via REST API
2023-11-01 13:47:14 -04:00
272d2c54d4
removes napalm references #13628
2023-08-31 09:54:35 -04:00
1937c1fad6
#12175 : Misc cleanup
2023-08-02 11:04:28 -04:00
154b8236a2
Oob ip (devices) ( #13013 )
...
* initial oob_ip support for devices
* add primary ip and oob ip checkmark to ip address view
* add oob ip to device view and device edit view
* pep8
* make is_oob_ip and is_primary_ip generic for other models
* refactor oob_ip
* fix oob ip signal
* string capitalisation
* Misc cleanup
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-07-25 14:40:40 -04:00
4f76dcd2ea
11305 Add GPS coordinates to device ( #12782 )
...
* 11305 add lat/long to devices
* 11305 update docs
* 11305 update tests
2023-06-14 14:18:50 -04:00
2c756873aa
Fix broken links
2023-05-04 08:43:17 -04:00
d5c4b1e27c
#10520 : Remove obsolete NAPALM documentation
2023-04-21 11:22:38 -04:00
9ce29f9edc
#9653 : Cleanup
2023-03-20 16:00:08 -04:00
73a7a2d27a
Closes #11559 : Implement config template rendering ( #11769 )
...
* WIP
* Add config_template field to Device
* Pre-fetch referenced templates
* Correct up_to_date callable
* Add config_template FK to Device
* Update & merge migrations
* Add config_template FK to Platform
* Add tagging support for ConfigTemplate
* Catch exceptions when rendering device templates in UI
* Refactor ConfigTemplate.render()
* Add support for returning plain text content
* Add ConfigTemplate model documentation
* Add feature documentation for config rendering
2023-02-19 20:09:52 -05:00
0b100b8fc8
Closes #10675 : Add max_weight field to track maximum load capacity for racks
2022-12-09 12:45:02 -05:00
97aa40f7a8
Closes #10371 : Add operational status field for modules
2022-12-09 10:43:29 -05:00
2cc2d2cc37
Changelog & documentation for #7854
2022-11-11 08:25:44 -05:00
3b0a84969b
Closes #10820 : Switch timezone library from pytz to zoneinfo
2022-11-02 15:54:41 -04:00
d773f4e62a
Closes #9832 : Add mounting_depth field to rack model
2022-10-27 10:50:54 -04:00
204c10c053
9654 device weight ( #10448 )
...
* 9654 add weight fields to devices
* 9654 changes from code review
* 9654 change _abs_weight to grams
* Resolve migrations conflict
* 9654 code-review changes
* 9654 total weight on devices
* Misc cleanup
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-09-30 16:31:04 -04:00
0ba45caabf
Update virtualization models documentation
2022-08-16 15:57:29 -04:00
4307f078ed
Finish refreshing DCIM models documentation
2022-08-15 15:16:02 -04:00
f76ce172e0
Update model docs for device components
2022-08-15 11:57:38 -04:00
e4bbebf87a
Merge branch 'develop' into feature
2022-08-12 10:18:57 -04:00
8f1e70f01d
Fixes #9961 : Correct typo
2022-08-10 15:24:45 -04:00
2c43c8d077
Closes #9793 : Add PoE attributes to interface templates
2022-07-28 15:20:25 -04:00
43b27cc052
Misc cleanup
2022-07-12 16:29:26 -04:00
e4aa933d57
Closes #7744 : Add status field to Location
2022-06-22 13:33:19 -04:00
4587b83d85
Closes #1099 : Add PoE mode & type for interfaces
2022-06-21 21:22:24 -04:00
a5f25726cd
Closes #8913 : Improve documentation regarding VC masters interfaces
2022-04-08 19:39:18 +02:00
3e277de82d
Closes #7852 : Enable assigning interfaces to VRFs
2022-01-07 14:57:43 -05:00
1edf80db8e
Changelog & documentation for #8118
2021-12-29 16:40:03 -05:00
6e9afccfd7
#8037 : Add role field to InventoryItem
2021-12-27 10:45:33 -05:00
04fb5e544d
#3087 : Add InvetoryItemRole
2021-12-27 10:18:39 -05:00
e35aa4bd1e
Add documentation for modules
2021-12-20 10:31:18 -05:00
f93d6813a9
Merge branch 'develop' into feature
2021-11-09 16:52:36 -05:00
e5d7578663
Fixes #7750 : Fix cable trace image link
2021-11-05 11:10:17 -04:00
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
b5e8157700
Fix #7685 : Doc image links ( #7698 )
...
* Fix image link in custom-script.md
* Fix image link in cable.md
* Fix image link in power.md
2021-11-01 09:13:18 -04:00
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
4a7159389e
Add wireless documentation
2021-10-20 11:22:56 -04:00
7c56b21095
Closes #7354 : Relax uniqueness constraints on region, site group, and location names
2021-10-19 13:46:35 -04:00
33ea8763d5
3839: Add airflow field to Device
2021-10-14 16:15:08 -04:00
baf045aed6
Clean up documentation build warnings
2021-09-15 11:46:58 -04:00
a3069239e9
Fixes #7159 : Remove NAPALM link
2021-09-02 15:55:41 -04:00
ab1a5f32ef
Update references to NAPALM in docs
2021-08-30 11:51:18 -04:00
5b4dacf0f5
Merge branch 'develop' into feature
2021-05-25 13:19:17 -04:00
744792452f
Closes : #5278 - Remove Secrets ( #6397 )
...
* Remove Secrets
* #5278 : Remove secrets javascript from netbox core
* Remove userkey references
* Fix PEP8
* Remove a few more instances of secrets. Rebundle
* Remove Secrets
Co-authored-by: checktheroads <matt@allroads.io>
2021-05-17 16:26:02 -04:00
f74b47ca16
Typo in powerfeed.md
...
pot -> port
2021-05-09 12:33:09 +07:00
08ef5c9a02
Update docs to indicate location assignment ability
2021-03-29 11:55:34 -04:00
042f3590c8
Update interfaces documentation
2021-03-29 10:35:07 -04:00