Commit Graph

6618 Commits

Author SHA1 Message Date
Jeremy Stretch
cfa04e3642 Add connection column for path endpoints 2020-10-16 11:41:24 -04:00
Jeremy Stretch
b46c0a72af Extend device component tables to include cable peer 2020-10-16 11:11:41 -04:00
Jeremy Stretch
38cfe0225b Add compatible types for PowerFeed 2020-10-16 11:05:42 -04:00
Jeremy Stretch
3b262f1cbe Reorganize DCIM tables 2020-10-16 10:39:13 -04:00
Jeremy Stretch
3b5929e6e2 Note REST API change for #4967 2020-10-16 10:04:33 -04:00
Daniel Sheppard
9324116ba8 Update Change Notes 2020-10-15 21:23:32 -05:00
Daniel Sheppard
87d0ad984d Closes: #4967 - Adds Tenancy to Aggregate model 2020-10-15 20:40:19 -05:00
Jeremy Stretch
76dfd7b6ce Fixes #5243: Redirect user to appropriate tab after modifying device components 2020-10-15 16:55:20 -04:00
Jeremy Stretch
2865224b4f Closes #5011: Standardized name field lengths across all models 2020-10-15 15:37:34 -04:00
Jeremy Stretch
61a6a47455 Closes #609: Add min/max value and regex validation for custom fields 2020-10-15 15:06:01 -04:00
John Anderson
a03f8d3476 fixes #5113 - incorrect caching of permission object assignments to user groups in the admin panel 2020-10-14 20:10:21 -04:00
Jeremy Stretch
ed1a5db2d1 Move Cable and CablePath to cables.py 2020-10-14 16:54:30 -04:00
Jeremy Stretch
8d437d80cb #4711: Rename CustomField.obj_type to content_types 2020-10-14 15:26:46 -04:00
Jeremy Stretch
97ae161aae Add schema migrations to plugins installation doc 2020-10-14 10:42:31 -04:00
Jeremy Stretch
c25b86ce44 Fix plugin name resolution 2020-10-13 17:18:13 -04:00
Jeremy Stretch
dc1d2442af Closes #4918: Add a REST API endpoint which returns NetBox's current operational status 2020-10-13 16:57:45 -04:00
Jeremy Stretch
219d07f997 Reorganize REST API components under netbox app 2020-10-13 15:57:21 -04:00
Jeremy Stretch
76158ec165 Merge branch 'develop' into develop-2.10 2020-10-12 09:51:54 -04:00
Jeremy Stretch
46ffb11d9a Post-release version bump 2020-10-12 09:51:11 -04:00
Jeremy Stretch
d63f5b60bf Merge pull request #5236 from netbox-community/develop
Release v2.9.7
2020-10-12 09:49:51 -04:00
Jeremy Stretch
fa06b5d8d2 Release v2.9.7 2020-10-12 09:39:39 -04:00
Jeremy Stretch
53428478d2 Fixes #5231: Fix KeyError exception when viewing object with custom link and debugging is disabled 2020-10-09 15:53:45 -04:00
Jeremy Stretch
d270e89750 Ditch hard-coded filtering of ContentTypes API endpoint 2020-10-09 15:11:56 -04:00
Jeremy Stretch
62e79b8e8e Closes #5190: Add a REST API endpoint for content types 2020-10-09 15:08:29 -04:00
Jeremy Stretch
3abcae1ad4 Add RouteTarget to __all__ 2020-10-09 14:38:21 -04:00
Jeremy Stretch
cd032585a3 Closes #5225: CircuitTermination port_speed is now optional 2020-10-09 14:06:24 -04:00
Jeremy Stretch
c1fefe135a Merge branch 'develop' into develop-2.10 2020-10-09 13:52:16 -04:00
Jeremy Stretch
18e2a4290d Post-release version bump 2020-10-09 13:31:28 -04:00
Jeremy Stretch
47548e5ef2 Merge pull request #5230 from netbox-community/develop
Release v2.9.6
2020-10-09 13:27:42 -04:00
Jeremy Stretch
5aed34efe8 Release v2.9.6 2020-10-09 13:17:16 -04:00
Jeremy Stretch
8d838a69c1 Fixes #5229: Fix AttributeError exception when LDAP authentication is enabled 2020-10-09 13:16:07 -04:00
Jeremy Stretch
25010ef37a Merge pull request #5228 from netbox-community/develop
Release v2.9.5
2020-10-09 13:01:24 -04:00
Jeremy Stretch
60ceb11d5c Post-release version bump 2020-10-09 13:01:01 -04:00
Jeremy Stretch
e75275eea8 Release v2.9.5 2020-10-09 12:57:14 -04:00
Jeremy Stretch
0678b295fd Add scope warning to plugins development doc 2020-10-09 12:56:32 -04:00
Jeremy Stretch
7844d6a705 Closes #5202: Extend the available context data when rendering custom links 2020-10-09 12:36:09 -04:00
Jeremy Stretch
87abc6bc75 Fixes #5211: Add missing has_primary_ip filter for virtual machines 2020-10-09 11:46:16 -04:00
Jeremy Stretch
d952d77684 Fixes #5226: Custom choice fields should be blank initially if no default choice has been designated 2020-10-09 11:34:50 -04:00
Jeremy Stretch
c2b20c1a47 Fixes #5224: Don't allow a rear port to have fewer positions than the number of mapped front ports 2020-10-08 16:24:08 -04:00
Jeremy Stretch
6f742ef9a7 Exempt InventoryItem from queryset caching (MPTT) 2020-10-08 15:30:59 -04:00
Jeremy Stretch
ca19edc480 Merge pull request #5212 from netbox-community/4900-cable-paths
#4900: New model for cable paths
2020-10-08 15:15:40 -04:00
Jeremy Stretch
e8e9a450dd Delete obsolete LoopDetected exception 2020-10-08 15:01:55 -04:00
Jeremy Stretch
430fd8c848 Rewrite cablepath tests to create components within each test 2020-10-08 14:55:13 -04:00
Jeremy Stretch
11cd595f23 Handle split paths 2020-10-08 14:01:47 -04:00
Jeremy Stretch
a52cf93b2f Add /trace API endpoints for CircuitTermination and PowerFeed 2020-10-08 13:55:29 -04:00
Daniel Sheppard
cdf7855e9a Fixes: #5220 - Fix API patch request against IP-Address endpoint with null assigned_object_type 2020-10-08 12:50:29 -05:00
Jeremy Stretch
6c25408f2d Handle traces which split at a RearPort 2020-10-08 13:45:47 -04:00
Daniel Sheppard
8a8c88c1d9 Fixes: #5221 - Fix bulk component creation over multiple VMs 2020-10-08 12:39:20 -05:00
Jeremy Stretch
d0f296e6ef Update REST API changes 2020-10-08 11:26:02 -04:00
Jeremy Stretch
2e55470d5e Standardize cable/connection field ordering 2020-10-08 11:23:24 -04:00