|
1317c0dd8c
|
Closes #841: Merged search and filter forms on all object lists
|
2017-01-24 12:05:39 -05:00 |
|
|
c264281530
|
Add an empty label (global) to IPAddressBulkAddForm VRF field
|
2017-01-17 15:33:55 -05:00 |
|
|
07997b24ca
|
Fixes #785: Trigger validation error when importing a prefix assigned to a nonexistent VLAN
|
2017-01-17 15:01:30 -05:00 |
|
|
8edaff860c
|
Fixes #658: Added is_pool field to Prefix model
|
2016-12-27 15:07:52 -05:00 |
|
|
37b2ff02e7
|
Standardized inheritance order of BootstrapMixin
|
2016-12-21 14:15:18 -05:00 |
|
|
9fd9719d0b
|
Closes #181: Implemented support for bulk IP address creation
|
2016-12-20 15:39:22 -05:00 |
|
|
f02c222d4f
|
Closes #539: Implemented L4 services for devices
|
2016-12-15 15:32:58 -05:00 |
|
|
f007b0dbde
|
Closes #695: Added is_private field to RIR
|
2016-12-06 13:59:13 -05:00 |
|
|
9c7f55d8d0
|
Fixes #674: Correct status assignment on IP address import
|
2016-11-10 15:01:05 -05:00 |
|
|
96eaea7db9
|
Miscellaneous cleanup
|
2016-11-03 14:15:57 -04:00 |
|
|
ad1c3d4910
|
Fixed typo in error message
|
2016-11-01 15:44:10 -04:00 |
|
|
f2137683f9
|
Closes #647: Extend form used when assigning an IP to a device
|
2016-11-01 13:59:24 -04:00 |
|
|
e22eafc4a7
|
Closes #211: Allow device assignment and removal from IP address view
|
2016-10-24 15:07:11 -04:00 |
|
|
fc2ac8a02b
|
Attributed all model ValidationErrors to specific fields (where appropriate)
|
2016-10-21 15:39:13 -04:00 |
|
|
13243785f1
|
Closes #87: Added status field to IP addresses
|
2016-10-21 12:34:02 -04:00 |
|
|
464797858f
|
Fixes #604: Correct display of unnamed devices in form selection fields
|
2016-10-13 15:21:36 -04:00 |
|
|
36066068d4
|
#527: Initial work to allow nullifying fields during bulk edit
|
2016-09-30 16:17:41 -04:00 |
|
|
0444ac7db9
|
Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations
|
2016-09-20 15:48:58 -04:00 |
|
|
b2684aeefc
|
status filter fields should not be required
|
2016-09-20 11:29:30 -04:00 |
|
|
6ccc6244dd
|
Corrected PrefixFilterForm
|
2016-09-20 11:25:16 -04:00 |
|
|
e618bf40ec
|
Reimplemented FilterChoiceField
|
2016-09-20 11:08:25 -04:00 |
|
|
9dea5656ad
|
Added 'none' options to filters for optional fields
|
2016-09-15 17:12:53 -04:00 |
|
|
daadf7a49b
|
Fixes #557: Add 'global' choice to VRF filter for prefixes and IP addresses
|
2016-09-15 16:03:53 -04:00 |
|
|
824d2d8205
|
Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate
|
2016-09-14 16:27:26 -04:00 |
|
|
9591fb9330
|
PEP8 fix
|
2016-09-13 12:10:21 -04:00 |
|
|
bef9a0c77f
|
Added address family filters to aggregate and prefix lists
|
2016-09-13 10:35:55 -04:00 |
|
|
74a5960992
|
Added custom field support to filter forms
|
2016-08-23 12:05:28 -04:00 |
|
|
b14afaa687
|
Updated bulk edit forms to support custom fields
|
2016-08-22 13:11:57 -04:00 |
|
|
6cdb62b67e
|
Minimal implemtnation of custom fields
|
2016-08-15 15:24:23 -04:00 |
|
|
31ebbb3324
|
Fixes #444: Corrected prefix model validation
|
2016-08-09 09:50:50 -04:00 |
|
|
ededd3f464
|
Fixes #253: Added ability to search by prefix to IP address filters
|
2016-08-06 16:02:57 -04:00 |
|
|
249faffe42
|
Fixes #409: Filter IPs and prefixes by tenant slug rather than by its PK
|
2016-08-02 10:39:42 -04:00 |
|
|
397943b222
|
Allow unassigning VRF and tenants when editing objects in bulk
|
2016-07-28 15:59:49 -04:00 |
|
|
e6c06b39e8
|
Adds tenant assignment to Prefix and IPAddress objects
|
2016-07-28 13:50:46 -04:00 |
|
|
76efea87ff
|
Closes #394: Added global option to VRF selection widget during bulk editing
|
2016-07-27 16:29:30 -04:00 |
|
|
4cc84aed5a
|
PEP8 fix
|
2016-07-27 13:59:18 -04:00 |
|
|
2abee211a2
|
Implemented tenancy for VRFs and VLANs
|
2016-07-27 11:29:20 -04:00 |
|
|
bd6e68fe6c
|
Fixes #384: Corrected max_length in description fields
|
2016-07-25 17:12:45 -04:00 |
|
|
450c51604c
|
Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView
|
2016-07-25 17:02:53 -04:00 |
|
|
d241cce502
|
ipam.VLAN: Added description field, extended name to 64 chars
|
2016-07-25 14:58:49 -04:00 |
|
|
8ee083f7c1
|
Fixed Unicode support in forms
|
2016-07-21 10:47:38 -04:00 |
|
|
783341017f
|
Fixes #331: Add group field to VLAN bulk edit form
|
2016-07-19 11:11:16 -04:00 |
|
|
cb4643d810
|
Added support for group assignment during VLAN import
|
2016-07-18 11:59:55 -04:00 |
|
|
4f95ce4984
|
Fixes #311: Correct IPAddress family evaluation on import
|
2016-07-15 15:14:49 -04:00 |
|
|
da10b34738
|
Closes #42: Allow VLAN assignment during prefix import
|
2016-07-15 14:25:30 -04:00 |
|
|
45a8ee7325
|
Closes #111: Implement VLAN groups
|
2016-07-15 13:26:54 -04:00 |
|
|
4a00971d44
|
Fixes #43: Introduce toggle to enforce unique IP space per VRF
|
2016-07-14 16:13:02 -04:00 |
|
|
4e4bb01a55
|
Initial work on #93: Primary IPv4/IPv6 support
|
2016-07-11 16:24:46 -04:00 |
|
|
aa000bf26d
|
Fixes #110: Added status field to bulk editing form for Prefixes and VLANs
|
2016-06-29 10:52:06 -04:00 |
|
|
85a50c67de
|
Tweaked display names for Racks, VLANs
|
2016-06-22 17:12:12 -04:00 |
|