jeremystretch 
							
						 
					 
					
						
						
							
						
						0d7851ed9d 
					 
					
						
						
							
							#9072 : Implement a mechanism for dynamically registering model detail views  
						
						 
						
						
						
						
					 
					
						2022-10-06 16:20:35 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Hanson 
							
						 
					 
					
						
						
							
						
						24ba840be7 
					 
					
						
						
							
							10472 graphene 3 ( #10473 )  
						
						 
						
						... 
						
						
						
						* update to Graphene 3.0.0
* 10472 exempt view permissions on tests
* 10472 exempt permission check on graphql tests 
						
						
					 
					
						2022-10-05 15:50:17 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						10352ff5ad 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-09-30 17:17:18 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Hanson 
							
						 
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Hanson 
							
						 
					 
					
						
						
							
						
						af8bb0c4b9 
					 
					
						
						
							
							10348 add decimal custom field ( #10422 )  
						
						 
						
						... 
						
						
						
						* 10348 add decimal custom field
* 10348 fix tests
* 10348 add documentation
* Rearrange custom fields to be ordered consistently
* Rename number_field to integer_field for clarity
* Clean up validation logic
* Apply suggested changes from PR
* Store decimal custom field values natively
* Fix filter test
* Update custom field model migrations to use new encoder
Co-authored-by: jeremystretch <jstretch@ns1.com > 
						
						
					 
					
						2022-09-30 16:03:24 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						ada5c58acf 
					 
					
						
						
							
							Closes   #10529 : Run validation on each value of a multi-value filter  
						
						 
						
						
						
						
					 
					
						2022-09-30 15:05:13 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeremy Stretch 
							
						 
					 
					
						
						
							
						
						c95ad5b208 
					 
					
						
						
							
							Merge pull request  #10441  from netbox-community/9071-plugin-menu  
						
						 
						
						... 
						
						
						
						9071 add header to plugin menu 
						
						
					 
					
						2022-09-28 17:08:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						00d2dcda68 
					 
					
						
						
							
							Refactor navigation resources and menu  
						
						 
						
						
						
						
					 
					
						2022-09-28 15:56:09 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur Hanson 
							
						 
					 
					
						
						
							
						
						20e3fdc782 
					 
					
						
						
							
							#9045   #9046  - remove legacy fields from Provider ( #10377 )  
						
						 
						
						... 
						
						
						
						* #9045  - remove legacy fields from Provider
* Add safegaurd for legacy data to migration
* 9045 remove fields from forms and tables
* Update unrelated tests to use ASN model instead of Provider
* Fix migrations collision
Co-authored-by: jeremystretch <jstretch@ns1.com > 
						
						
					 
					
						2022-09-28 15:22:19 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						a0b17887fd 
					 
					
						
						
							
							Fixes   #10445 : Avoid rounding virtual machine memory values  
						
						 
						
						
						
						
					 
					
						2022-09-26 15:45:58 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeremy Stretch 
							
						 
					 
					
						
						
							
						
						c4b7ab067a 
					 
					
						
						
							
							Fixes   #10247 : Allow changing selected device/VM when creating a new component ( #10312 )  
						
						 
						
						... 
						
						
						
						* Initial work on #10247 
* Continued work on #10247 
* Clean up component creation tests
* Move valdiation of replicated field to form
* Clean up ordering of fields in component creation forms
* Omit fieldset header if none
* Clean up ordering of fields in component template creation forms
* View tests should not move component templates to new device type
* Define replication_fields on VMInterfaceCreateForm
* Clean up expandable field help texts
* Update comments
* Update component bulk update forms & views to support new replication fields
* Fix ModularDeviceComponentForm parent class
* Fix bulk creation of VM interfaces (thanks @kkthxbye-code!) 
						
						
					 
					
						2022-09-15 10:10:32 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Sheppard 
							
						 
					 
					
						
						
							
						
						25a474f9f7 
					 
					
						
						
							
							Fix PEP8 errors  
						
						 
						
						
						
						
					 
					
						2022-09-02 14:05:38 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Sheppard 
							
						 
					 
					
						
						
							
						
						c42f7ab6d3 
					 
					
						
						
							
							Fixes   #9823  - Make validation error from NumericArrayField more verbose.  
						
						 
						
						
						
						
					 
					
						2022-09-02 13:48:15 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andreas Nieß 
							
						 
					 
					
						
						
							
						
						cd6911f83c 
					 
					
						
						
							
							Replace custom JSONField inspector with the one from drf_yasg  
						
						 
						
						
						
						
					 
					
						2022-08-29 07:52:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kkthxbye-code 
							
						 
					 
					
						
						
							
						
						e75e189933 
					 
					
						
						
							
							Render "Set Null" button for custom fields  
						
						 
						
						
						
						
					 
					
						2022-08-26 14:32:17 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arthur 
							
						 
					 
					
						
						
							
						
						41499b189c 
					 
					
						
						
							
							#10094  fix Contact AddAnother  
						
						 
						
						
						
						
					 
					
						2022-08-22 16:33:50 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						c14a5973c7 
					 
					
						
						
							
							Fixes   #10089 : linkify template filter should escape object representation  
						
						 
						
						
						
						
					 
					
						2022-08-22 11:14:36 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						e4bbebf87a 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-08-12 10:18:57 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						a9aaa8939c 
					 
					
						
						
							
							Closes   #9161 : Pretty print JSON custom field data when editing  
						
						 
						
						
						
						
					 
					
						2022-08-10 16:12:04 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						1b88b36820 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-08-08 15:39:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						90317adae7 
					 
					
						
						
							
							Clean up usages of mark_safe()  
						
						 
						
						
						
						
					 
					
						2022-08-08 10:47:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						29a611c729 
					 
					
						
						
							
							Closes   #9896 : Discontinue arbitrary use of OrderedDict  
						
						 
						
						
						
						
					 
					
						2022-08-01 16:51:44 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						562769fb89 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-08-01 14:42:09 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						ff3fcb8134 
					 
					
						
						
							
							#9871 : Tweak display of utilization graph value  
						
						 
						
						
						
						
					 
					
						2022-08-01 12:38:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						d4d73674fc 
					 
					
						
						
							
							Fixes   #9871 : Fix utilization graph value alignments  
						
						 
						
						
						
						
					 
					
						2022-08-01 11:54:39 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						1bbf5d214b 
					 
					
						
						
							
							Closes   #9881 : Increase granularity in utilization graph values  
						
						 
						
						
						
						
					 
					
						2022-08-01 10:23:18 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						9fe5f09742 
					 
					
						
						
							
							Fixes   #9891 : Ensure consistent ordering for tags during object serialization  
						
						 
						
						
						
						
					 
					
						2022-08-01 09:32:52 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						04fb0bd51c 
					 
					
						
						
							
							Closes   #9858 : ChangeLoggedModelFilterSet cleanup  
						
						 
						
						
						
						
					 
					
						2022-07-28 15:41:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						466931d2fb 
					 
					
						
						
							
							Fixes   #9829 : Arrange custom fields by group when editing objects  
						
						 
						
						
						
						
					 
					
						2022-07-26 12:41:51 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						d442f8fd60 
					 
					
						
						
							
							Fixes   #9843 : Fix rendering of custom field values (regression from  #9647 )  
						
						 
						
						
						
						
					 
					
						2022-07-26 11:09:51 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						abf11fbcb8 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-07-20 12:20:33 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						a7a20ad2ea 
					 
					
						
						
							
							Fixes   #9775 : Fix exception when viewing a report with no descripton  
						
						 
						
						
						
						
					 
					
						2022-07-19 13:01:21 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						3eb6b6c07f 
					 
					
						
						
							
							Clean up core API imports  
						
						 
						
						
						
						
					 
					
						2022-07-13 16:18:55 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						a57398b0d6 
					 
					
						
						
							
							Closes   #9647 : Introduce customfield_value template tag  
						
						 
						
						
						
						
					 
					
						2022-07-01 14:45:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						c11af40a06 
					 
					
						
						
							
							prepare_cloned_fields() should always return a QueryDict  
						
						 
						
						
						
						
					 
					
						2022-07-01 13:52:37 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						12c138b341 
					 
					
						
						
							
							Closes   #9074 : Enable referencing the current user when evaluating permission constraints  
						
						 
						
						
						
						
					 
					
						2022-07-01 13:34:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						c6dfdf10e5 
					 
					
						
						
							
							Introduce qs_filter_from_constraints() for constructing object permission QS filters  
						
						 
						
						
						
						
					 
					
						2022-07-01 11:49:36 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						3a6f46bf38 
					 
					
						
						
							
							Closes   #9075 : Introduce AbortRequest exception for cleanly interrupting object mutations  
						
						 
						
						
						
						
					 
					
						2022-06-30 15:15:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						779969f150 
					 
					
						
						
							
							Closes   #9070 : Hide navigation menu items based on user permissions  
						
						 
						
						
						
						
					 
					
						2022-06-29 16:36:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						cd3111ca8d 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-06-28 16:55:49 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						4315c4697c 
					 
					
						
						
							
							Ignore default field values which reference ConfigItems when calculating migrations  
						
						 
						
						
						
						
					 
					
						2022-06-23 17:44:19 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						f9d81fd362 
					 
					
						
						
							
							Closes   #9414 : Add clone() method to NetBoxModel for copying instance attributes  
						
						 
						
						
						
						
					 
					
						2022-06-23 15:21:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						3c15419bd0 
					 
					
						
						
							
							Introduce IPNetworkSerializer to serialize allowed token IPs  
						
						 
						
						
						
						
					 
					
						2022-06-22 21:51:43 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						a38a880e67 
					 
					
						
						
							
							Refactor source IP resolution logic  
						
						 
						
						
						
						
					 
					
						2022-06-22 17:01:07 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						9c214622a1 
					 
					
						
						
							
							Closes   #4350 : Illustrate reservations vertically alongside rack elevations  
						
						 
						
						
						
						
					 
					
						2022-06-21 16:30:27 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						84f0561712 
					 
					
						
						
							
							Initial work on half-height RUs  
						
						 
						
						
						
						
					 
					
						2022-06-20 12:05:06 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								jeremystretch 
							
						 
					 
					
						
						
							
						
						ba12db3019 
					 
					
						
						
							
							Merge branch 'develop' into feature  
						
						 
						
						
						
						
					 
					
						2022-06-20 11:50:23 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kkthxbye-code 
							
						 
					 
					
						
						
							
						
						7c79c90cd2 
					 
					
						
						
							
							Sanitize HTML after rendering markdown  
						
						 
						
						
						
						
					 
					
						2022-06-17 23:16:57 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeremy Stretch 
							
						 
					 
					
						
						
							
						
						723954f0d9 
					 
					
						
						
							
							Merge pull request  #9547  from kkthxbye-code/fix-9533  
						
						 
						
						... 
						
						
						
						Fixes  #9533  - Move markdown documentation to docs 
						
						
					 
					
						2022-06-17 13:14:44 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kkthxbye-code 
							
						 
					 
					
						
						
							
						
						cf76d5c46a 
					 
					
						
						
							
							Move markdown documentation to docs  
						
						 
						
						
						
						
					 
					
						2022-06-16 22:26:37 +02:00