Jeremy Stretch
|
8eb9c451a1
|
Renamed AddViews to CreateViews for consistency
|
2017-06-13 16:48:21 -04:00 |
|
Jeremy Stretch
|
469c52be28
|
Fixes #1263: Differentiate add and edit permissions for objects
|
2017-06-13 16:41:57 -04:00 |
|
Jeremy Stretch
|
cfff69a715
|
Closes #1180: Simplified the process of finding related devices when viewing a device
|
2017-06-09 17:04:09 -04:00 |
|
Jeremy Stretch
|
08883d86ef
|
Closes #913: Added headers to object CSV exports
|
2017-06-09 16:24:59 -04:00 |
|
Jeremy Stretch
|
aab1fab445
|
PEP8 fix
|
2017-06-07 15:56:59 -04:00 |
|
Jeremy Stretch
|
65b6fe576f
|
Converted device fields to use FlexibleModelChoiceField; misc cleanup
|
2017-06-07 15:51:11 -04:00 |
|
Jeremy Stretch
|
4671829ad8
|
Removed obsolete validation from InterfaceConnectionCSVForm
|
2017-06-07 15:33:10 -04:00 |
|
Jeremy Stretch
|
293be752ca
|
Form cleanup and fixed child device import
|
2017-06-07 15:30:28 -04:00 |
|
Jeremy Stretch
|
0a6e4f31d5
|
Updated CSVForm validation
|
2017-06-07 14:19:08 -04:00 |
|
Jeremy Stretch
|
e6c4ce51f7
|
Replaced all CSVForm ChoiceFields with CSVChoiceField
|
2017-06-07 13:22:06 -04:00 |
|
Jeremy Stretch
|
3924063060
|
Converted ConnectionStatusCSVField to a ChoiceField
|
2017-06-06 22:35:41 -04:00 |
|
Jeremy Stretch
|
d122f9f700
|
Added dynamic examples for CSV form fields
|
2017-06-06 17:27:26 -04:00 |
|
Jeremy Stretch
|
ec9d0d4008
|
Implemented ConnectionStatusCSVField
|
2017-06-05 16:12:51 -04:00 |
|
Jeremy Stretch
|
08c8bd3049
|
Renamed new import view to BulkImportView
|
2017-06-05 15:53:41 -04:00 |
|
Jeremy Stretch
|
2520d9f400
|
Converted console/power import views to new scheme
|
2017-06-05 15:53:03 -04:00 |
|
Jeremy Stretch
|
0e863ff9ca
|
Converted interface connections import view to new scheme
|
2017-06-05 15:04:23 -04:00 |
|
Jeremy Stretch
|
7e660d4d8e
|
Converted site/rack/device import views to new scheme
|
2017-06-02 14:49:25 -04:00 |
|
Jeremy Stretch
|
1dd5e2c926
|
Fixes #1229: Fix validation error on forms where API search is used
|
2017-05-25 14:33:50 -04:00 |
|
Jeremy Stretch
|
138cbf9761
|
Created migrations for transition to Unicode literals
|
2017-05-24 14:18:52 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
eece8a0e26
|
Fixes #1207: Include nested LAG serializer when showing interface connections (API)
|
2017-05-19 12:59:27 -04:00 |
|
Jeremy Stretch
|
fb85867d72
|
Converted all object views to class-based views
|
2017-05-18 17:00:57 -04:00 |
|
Jeremy Stretch
|
f927d5b8f5
|
Closes #1198: Allow filtering unracked devices on device list
|
2017-05-18 14:27:07 -04:00 |
|
Jeremy Stretch
|
7fa696dace
|
Fixes #1195: Unable to create an interface connection when searching for peer device
|
2017-05-18 13:33:26 -04:00 |
|
Jeremy Stretch
|
feac93389c
|
Fixes #1200: Form validation error when connecting power ports to power outlets
|
2017-05-18 12:11:14 -04:00 |
|
Jeremy Stretch
|
f9328d53b4
|
Fixes #1197: Fixed status assignment during bulk import of devices, prefixes, IPs, and VLANs
|
2017-05-17 17:16:02 -04:00 |
|
Jeremy Stretch
|
01becd21de
|
Closes #1196: Added a lag_id filter to the API interfaces view
|
2017-05-17 14:43:44 -04:00 |
|
Jeremy Stretch
|
7768b94279
|
Fixes #1188: Serialize interface LAG as nested objected (API)
|
2017-05-17 14:32:39 -04:00 |
|
Jeremy Stretch
|
ca1725b98c
|
Fixes #1178: Fix API representation of connected interface's form factor
|
2017-05-15 11:03:11 -04:00 |
|
Jeremy Stretch
|
d11dfe2ced
|
Closes #1137: Allow filtering devices list by rack
|
2017-05-12 22:41:27 -04:00 |
|
Jeremy Stretch
|
c9d3cf301e
|
Fixes #1173: Tweak interface manager to fall back to naive ordering
|
2017-05-12 16:10:18 -04:00 |
|
Jeremy Stretch
|
67282882fa
|
Fixed RelatedObjectDoesNotExist error when trying to create a new device
|
2017-05-12 15:55:18 -04:00 |
|
Jeremy Stretch
|
73bf4f45c3
|
Adapted model get_display_name() to better handle unsaved instances
|
2017-05-12 15:31:34 -04:00 |
|
Jeremy Stretch
|
e239045688
|
PEP8 fixes
|
2017-05-11 17:54:43 -04:00 |
|
Jeremy Stretch
|
ed80bfaf02
|
Fixed selector initializations for TenancyForms
|
2017-05-11 17:52:23 -04:00 |
|
Jeremy Stretch
|
473b35f9a3
|
Added tenant_group/tenant form section to all objects with tenancy
|
2017-05-11 17:35:20 -04:00 |
|
Jeremy Stretch
|
58bb029666
|
Closes #1167: Introduced ChainedModelChoiceFields
|
2017-05-11 16:30:16 -04:00 |
|
Jeremy Stretch
|
83688fceb7
|
Fixes #1158: Exception thrown when creating a device component with an invalid name
|
2017-05-10 11:23:54 -04:00 |
|
Jeremy Stretch
|
0fb12bcc9c
|
Fixes #1151: name 'escape' is not defined
|
2017-05-09 17:06:17 -04:00 |
|
Jeremy Stretch
|
44d78ef92a
|
Fixes #1149: Port list does not populate when creating a console or power connection
|
2017-05-09 17:01:43 -04:00 |
|
Jeremy Stretch
|
a35f8bddde
|
PEP8 fix
|
2017-05-09 14:44:32 -04:00 |
|
Jeremy Stretch
|
f039b0b6e9
|
Closes #960: Added form factor for Juniper VCP interfaces
|
2017-05-09 12:00:49 -04:00 |
|
Jeremy Stretch
|
5c7db04465
|
Closes #853: Add 'status' field to device bulk import form
|
2017-05-09 10:25:30 -04:00 |
|
Jeremy Stretch
|
5ca87c0f20
|
Merge branch 'develop' into v2-develop
|
2017-05-08 15:02:06 -04:00 |
|
Jeremy Stretch
|
af4edff370
|
Related to #1144: Allow multiple status selections when filtering device list
|
2017-05-08 14:56:25 -04:00 |
|
Jeremy Stretch
|
77247cccbe
|
Closes #154: Expand device status field options
|
2017-05-08 13:55:19 -04:00 |
|
Jeremy Stretch
|
c047f943de
|
Fixes #403: Record console/power/interface connects and disconnects as user actions
|
2017-05-03 17:12:34 -04:00 |
|
Jeremy Stretch
|
3c631902e1
|
Closes #1100: Add a "view all" link to completed bulk import views is_pool for prefixes
|
2017-05-03 15:27:26 -04:00 |
|
Jeremy Stretch
|
aea5612c39
|
Closes #1110: Expand bulk edit forms to include boolean fields (e.g. toggle is_pool for prefixes)
|
2017-04-28 12:32:27 -04:00 |
|
Jeremy Stretch
|
c174c0cc6d
|
Converted all necessary serializers to CustomFieldModelSerializers
|
2017-04-27 12:50:43 -04:00 |
|