Mark Boom
891d2a778d
Merge 9792130819
into 1fb67b791f
2018-07-16 15:44:20 +00:00
Jeremy Stretch
1fb67b791f
Fixes #2239 : Pin django-filter to version 1.1.0
2018-07-16 11:39:37 -04:00
Mark Boom
9792130819
Add activity log functionality
...
The new 'acivity' app adds the possibility to
attach log items to devices. When viewing a device,
a new 'Activity' tab appears, where users can add log
items. These items can then be viewed and deleted by
other users. This way a device builds up an activity
log - this might be useful for, for example, keeping
track of how a device is doing.
2018-07-16 16:06:53 +02:00
Jeremy Stretch
108e9722fa
Fixes #2214 : Fix bug when assigning a VLAN to an interface on a VM in a cluster with no assigned site
2018-07-05 13:28:26 -04:00
Jeremy Stretch
72cb1cbfff
Queryset fixes for virtual chassis
2018-07-05 13:20:27 -04:00
Jeremy Stretch
ed84c4b210
Merge pull request #2115 from DanSheps/develop
...
Added VirtualChassis Searching
2018-07-05 13:15:57 -04:00
Jeremy Stretch
77518eaf69
Merge pull request #2218 from alexjhart/develop
...
More verbose LDAP nested groups documentation
2018-07-05 13:11:56 -04:00
Jeremy Stretch
4bd36f0ea9
Closes #2062 : Added a note about parent/child device type role
2018-07-05 12:02:32 -04:00
Jeremy Stretch
b19bf791a4
Closes #2138 : Added documentation for filtering on custom fields
2018-07-05 11:58:07 -04:00
Alex Hart
f70b7cab21
More verbose LDAP nested groups documentation
2018-07-03 15:53:58 -07:00
Jeremy Stretch
b10635a9b1
Added housekeeping as an issue category
2018-07-02 16:39:38 -04:00
Jeremy Stretch
302c14186a
Post-release version bump
2018-07-02 15:55:46 -04:00
Jeremy Stretch
398041c607
Release v2.3.5
2018-07-02 15:54:09 -04:00
Jeremy Stretch
6ce9f8f291
Merge pull request #2210 from eriktm/develop
...
Adding Swagger settings to describe API authentication correctly.
2018-07-02 15:50:37 -04:00
Jeremy Stretch
c2c8a139f3
Merge branch 'develop' into develop
2018-07-02 15:45:36 -04:00
Jeremy Stretch
698c0decb4
Fixes #2021 : Fix recursion error when viewing API docs under Python 3.4
2018-07-02 15:25:49 -04:00
Jeremy Stretch
ef61c70a9d
Fixes 2064: Disable calls to online swagger validator
2018-07-02 14:39:32 -04:00
Jeremy Stretch
97863115ba
Merge pull request #2206 from abeutot/switch_to_pycodestyle
...
Switch to pycodestyle
2018-07-02 13:38:36 -04:00
Anaël Beutot
fa5493a5d8
Update CI to use pycostyle instead of pep8
2018-07-02 19:27:53 +02:00
Jeremy Stretch
3e9cec3e8e
Closes #2159 : Allow custom choice field to specify a default choice
2018-06-29 16:01:28 -04:00
Erik Hetland
943ec0b64b
Adding Swagger settings to describe API authentication correctly. Fixes #1826
2018-06-29 22:01:01 +02:00
Jeremy Stretch
8008015082
Tweaked API error reporting from #2181
2018-06-29 15:18:30 -04:00
Jeremy Stretch
af54d96d30
Fixes #2181 : Raise validation error on invalid prefix_length when allocating next-available prefix
2018-06-29 15:10:30 -04:00
Jeremy Stretch
d98aa03e9d
Fixes #2173 : Fixed IndexError when automaticating allocating IP addresses from large IPv6 prefixes
2018-06-29 14:52:37 -04:00
Jeremy Stretch
8d4c686ae2
Fixes #2192 : Prevent a 0U device from being assigned to a rack position
2018-06-29 14:09:20 -04:00
Jeremy Stretch
982b9454f8
Closes #2194 : Added 'address' filter to IPAddress model
2018-06-29 13:54:21 -04:00
Jeremy Stretch
28a2a37ed2
Fixes #2191 : Added missing static choices to circuits and DCIM API endpoints
2018-06-29 13:17:07 -04:00
Jeremy Stretch
3f019732b3
Merge pull request #2209 from digitalocean/revert-2169-patch-1
...
Revert "Closes #2168 : Add Extreme SummitStack interface form factors"
2018-06-29 12:19:33 -04:00
Jeremy Stretch
007852a48f
Revert "Closes #2168 : Add Extreme SummitStack interface form factors"
2018-06-29 12:18:49 -04:00
Jeremy Stretch
3474697a66
Merge pull request #2169 from tradiuz/patch-1
...
Closes #2168 : Add Extreme SummitStack interface form factors
2018-06-29 12:18:37 -04:00
Anaël Beutot
4e09b32dd9
Fix pycodestyle errors
...
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
Jeremy Stretch
6dde0f030a
Fixes #2182 : ValueError raised when viewing the interface connections table
2018-06-19 13:37:12 -04:00
Jeremy Stretch
d154b4cc9e
Merge pull request #2178 from chowell5/add-serial-to-bubble
...
Add a serial number to the popover in rack elevation number
2018-06-18 13:34:44 -04:00
Chris Howells
7c11fa7b50
Add a serial number to the popover in rack elevation number
2018-06-18 14:35:07 +01:00
tradiuz
264bf6c484
Adding SummitStack-256
2018-06-15 13:43:04 -05:00
tradiuz
3854a9d633
Changes for Issue #2168
...
Adding support for Extreme Networks SummitStack port types.
2018-06-14 16:59:00 -05:00
Jeremy Stretch
8bad3aee74
Post-release version bump
2018-06-07 16:22:36 -04:00
Jeremy Stretch
ff0a0df478
Release v2.3.4
2018-06-07 15:53:05 -04:00
Jeremy Stretch
5dd2f37035
Fixes #2087 : Don't overwrite existing vc_position of master device when creating a virtual chassis
2018-06-07 15:32:19 -04:00
Jeremy Stretch
862e44e96f
Fixes #2148 : Do not force timezone selection when editing sites in bulk
2018-06-07 14:51:27 -04:00
Jeremy Stretch
643b0eaf65
Fixes #2127 : Prevent non-conntectable interfaces from being connected
2018-06-07 14:22:56 -04:00
Jeremy Stretch
0af6df3121
Fixes #2150 : Fix display of LLDP neighbors when interface name contains a colon
2018-06-07 10:55:30 -04:00
Jeremy Stretch
e0616d933f
Merge pull request #2144 from digitalocean/update-site-serializer
...
Fixes #2143 - PUTs to Site Endpoint Requires Value for time_zone
2018-06-06 11:06:51 -04:00
zmoody
1e7fdbc79a
Fixes #2143 - PUTs to Site Endpoint Requires Value for time_zone
...
Allow null values for `time_zone` field in the writeable serializer for the sites endpoint.
2018-06-05 10:26:33 -05:00
dansheps
acc59a9da5
Fix PEP8
2018-05-24 16:03:13 -05:00
dansheps
03ce4bdfca
Added VirtualChassis Searching
2018-05-24 15:27:09 -05:00
Jeremy Stretch
1473d90243
Merge pull request #2110 from mandarg/fix-error-message
...
Add "does" to error messages
2018-05-24 15:19:43 -04:00
Mandar Gokhale
32eee0bede
Add "does" to error messages
...
Those error messages looked a bit strange when I got them, hence the
fix.
2018-05-23 17:41:52 -04:00
Reimann, Timo
131436fc20
Changed upgrading documentation for ease of use
2018-05-22 16:20:10 -04:00
Jeremy Stretch
966c188977
Merge pull request #1939 from dougthor42/patch-1
...
Add note about copying reports to `upgrading.md`
2018-05-22 16:16:43 -04:00