1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

182 Commits

Author SHA1 Message Date
1b55285167 Relocate CSS classes for ChoiceFields from model to ChoiceSet 2020-09-24 16:35:53 -04:00
f684d07c61 Model import/export route targets on VRFs 2020-09-24 12:09:28 -04:00
dfb5a06d9d Introduce the RouteTarget model 2020-09-24 11:25:52 -04:00
9b16d6df2e Merge v2.9.4 release 2020-09-23 16:11:00 -04:00
1f0a4cc548 Closes #5075: Include a VLAN membership view for VM interfaces 2020-09-23 11:48:32 -04:00
e77f1bdd85 Introduce array_to_string() utility function; add port_list property to Service 2020-09-21 13:31:38 -04:00
f97d8963f2 Initial work on #2179: Allow a service to have multiple ports 2020-09-21 13:21:41 -04:00
03b207d154 Fixes #5105: Validation should fail when reassigning a primary IP from device to VM 2020-09-16 11:10:30 -04:00
c5ab89d71e Merge branch 'develop-2.10' into 4878-custom-fields 2020-09-04 16:14:06 -04:00
08c492f1f4 Merge develop into develop-2.10 2020-09-04 16:09:05 -04:00
78d6561e39 Fixes #5040: Limit SLAAC status to IPv6 addresses 2020-08-24 10:51:47 -04:00
9147823305 Fixes #5042: Fix display of SLAAC label for IP addresses status 2020-08-24 10:47:26 -04:00
e7cf87be97 Fixes #5035: Fix exception when modifying an IP address assigned to a VM 2020-08-24 10:39:41 -04:00
2276603ac3 Drop CustomFieldValue 2020-08-21 16:21:11 -04:00
66c91484f5 Clean up display_name for various models 2020-08-14 10:20:34 -04:00
cb36f9fdb3 Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
8d7001fe56 Move abstract ChangeLoggedModel under extras 2020-07-09 17:07:25 -04:00
4f00b5af4a Miscellaneous RestrictedQuerySet cleanup 2020-07-09 15:11:18 -04:00
847fbfd71a Fix unrestricted querysets 2020-07-07 16:46:57 -04:00
eb45ad600e Fix evaluation of RestrictedQuerySets 2020-06-29 11:35:13 -04:00
95965d65c9 Fix some instances where RestrictedQuerySet is evaluated prematurely 2020-06-26 12:22:02 -04:00
4d2c75a824 Restore ability to assign interface when editing an IPAddress 2020-06-24 11:30:28 -04:00
e3820e93b7 Misc cleanup, renaming 2020-06-23 16:39:43 -04:00
40938f0c8a Retain ip_addresses name for related IPAddress objects 2020-06-22 16:13:18 -04:00
31bb70d9a2 Fixed IPAM tests 2020-06-22 14:46:25 -04:00
e76b1f1daa Fix assigned_object field 2020-06-22 13:50:14 -04:00
6cb31a274f Initial work on #4721 (WIP) 2020-06-22 13:10:56 -04:00
e23b2c4c4f Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
07fd92cd4c Fixes #4629: Replicate assigned interface when cloning IP addresses 2020-05-13 16:25:22 -04:00
839e999a71 Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00
718ff4a743 Update help_texts for models, import forms 2020-05-01 15:40:34 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
9466802a95 closes #4368 - extras features model registration 2020-03-14 03:03:22 -04:00
cebe580484 Add a description field to all organizational models 2020-03-13 16:33:28 -04:00
3b4ec5926d Standardize existing description fields to a length of 200 chars 2020-03-13 15:49:58 -04:00
0de857bf7a Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
9fa5004a35 Closes #4324: Add CSV import view for services 2020-03-06 16:33:43 -05:00
b475a575e4 Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
096814dc33 #3880: Define constants for arbitrary values 2020-01-24 14:42:57 -05:00
fdf8211e9a Fixes #3930: Fix API rendering of the family field for aggregates 2020-01-15 13:56:37 -05:00
28350d84f9 Update model ordering parameters to ensure deterministic ordering 2020-01-15 13:20:44 -05:00
c084547dca Move IPAddressManager to a separate file 2020-01-14 12:07:45 -05:00
6959785cd1 Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
a2ead6af94 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
6537f35176 Fixes #3864: Disallow /0 masks 2020-01-09 14:33:49 +00:00
7845d9b25f Add description field to Role model (#3655) 2019-12-10 12:59:10 -05:00
446acbdf82 Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
4ecbfc4e5e Service.protocol to slug (#3569) 2019-11-27 22:27:06 -05:00
213bd1555a VLAN.status to slug (#3569) 2019-11-27 22:15:59 -05:00
14a7a33cc2 IPAddress.role to slug (#3569) 2019-11-27 22:09:16 -05:00