Matthew Hawkins
022f6356a1
Merge ea9e23bf46
into 5a1877087f
2017-05-25 18:43:29 +00:00
Jeremy Stretch
5a1877087f
Release v2.0.4
2017-05-25 14:42:58 -04:00
Jeremy Stretch
50462ec15d
Added notes to discourage the prepending of arbitrary tags to issue titles
2017-05-25 14:38:33 -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
ebddc46bc0
PEP8 fix
2017-05-24 14:22:37 -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
9aad8a7774
Fixes #1219 : Fix image attachment URLs when BASE_PATH is set
2017-05-24 10:34:01 -04:00
Jeremy Stretch
68b6c7d886
Fixes #1210 : Fix TemplateDoesNotExist errors on browsable API views
2017-05-24 09:40:24 -04:00
Jeremy Stretch
1c489e57cc
Added a warning to note "untracked migrations" warnings during an upgrade
2017-05-23 22:36:40 -04:00
Jeremy Stretch
6719578f14
Fixes #1212 : Allow assigning new VLANs to global VLAN groups
2017-05-23 22:23:50 -04:00
Jeremy Stretch
d5587de316
Fixes #1213 : Corrected table header ordering links
2017-05-23 22:15:13 -04:00
Jeremy Stretch
77f28e3441
Fixes #1214 : Add status to list of required fields on child device import form
2017-05-23 22:12:17 -04:00
Jeremy Stretch
3fa63b774e
Converted home view to a CBV
2017-05-19 16:03:51 -04:00
Jeremy Stretch
713c7cd8e3
Cleaned up 500 error template
2017-05-19 16:03:04 -04:00
Jeremy Stretch
e6b4d87939
Converted all user views to CBVs
2017-05-19 15:47:19 -04:00
Jeremy Stretch
27c94d9874
Fixes #1206 : Fix redirection in admin UI after activating secret keys when BASE_PATH is set
2017-05-19 13:23:17 -04:00
Jeremy Stretch
eece8a0e26
Fixes #1207 : Include nested LAG serializer when showing interface connections (API)
2017-05-19 12:59:27 -04:00
Matthew Hawkins
ea9e23bf46
Preference Python 3
...
Make Python 3 the preferred option, and ensure pip is correctly invoked on systems like Debian that support coexistent python installations.
Assume on other systems that we either win with Python 3 by default, or we were going to lose in any case and just fall back to python 2.
2017-05-19 11:11:25 +10:00
Jeremy Stretch
fb85867d72
Converted all object views to class-based views
2017-05-18 17:00:57 -04:00
Jeremy Stretch
c454bfcd84
Fixed incorrect message
2017-05-18 14:53:35 -04:00
Jeremy Stretch
769232f368
Post-release version bump
2017-05-18 14:32:11 -04:00
Jeremy Stretch
9cf10eecd1
Release v2.0.3
2017-05-18 14:31:48 -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
f7969d91b3
Fixes #1199 : Bulk import of secrets does not prompt user to generate a session key
2017-05-18 09:17:41 -04:00
Jeremy Stretch
92aafb9043
Added WSGIPassAuthorization to example Apache config
2017-05-17 17:23:08 -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
f1cbc7da33
Fixes #1157 : Hide nav menu search bar on small displays
2017-05-17 16:00:46 -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
3bc51c8e69
Fixes #1191 : Bulk selection of IPs under a prefix incorrect when "select all" is used
2017-05-17 14:23:08 -04:00
Jeremy Stretch
d206be91d5
Fixes #1130 : Added zlib1g-dev to Ubuntu/Debian packages list
2017-05-17 12:48:31 -04:00
Jeremy Stretch
6e69c9e375
Restored the option to hide the paginator on panel tables
2017-05-17 12:18:32 -04:00
Jeremy Stretch
f2846af4ec
Fixes #1189 : Enforce consistent ordering of objects returned by a global search
2017-05-17 12:16:57 -04:00
Jeremy Stretch
657eed1dc9
Merge pull request #1185 from ryanmerolle/patch-1
...
Added vagrant alternative installation link
2017-05-16 16:53:01 -04:00
Jeremy Stretch
e351ab0171
Fixes #1186 : Corrected VLAN edit form so that site assignment is not required
2017-05-16 16:30:28 -04:00
Jeremy Stretch
779446da64
Fixes #1187 : Fixed table pagination by introducing a custom table template
2017-05-16 16:19:55 -04:00
ryanmerolle
2ff0d7aa83
Added vagrant alternative installation link
2017-05-16 07:13:05 -04:00
Jeremy Stretch
7ceb64b57b
Post-release version bump
2017-05-15 13:24:37 -04:00
Jeremy Stretch
a1c12cfd77
Release v2.0.2
2017-05-15 13:19:18 -04:00
Jeremy Stretch
aa6ca21a34
PEP8 fix
2017-05-15 13:18:49 -04:00
Jeremy Stretch
a49521d683
#1177 : Render planned connections as dashed lines on topology maps
2017-05-15 13:11:20 -04:00
Jeremy Stretch
3be6e5b015
Closes #1179 : Adjust topology map text color based on node background
2017-05-15 12:56:16 -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
ab30ba1e1b
Fixed dynamic selection of device type filter on devices list
2017-05-12 22:20:21 -04:00
Jeremy Stretch
7f23cb9bf5
Closes #1122 : Include NAT inside IPs in IP address list
2017-05-12 22:11:20 -04:00
Jeremy Stretch
c9d3cf301e
Fixes #1173 : Tweak interface manager to fall back to naive ordering
2017-05-12 16:10:18 -04:00