John Anderson
|
722d0d5554
|
Webhook signal refactor - fixes #2282 (#2260)
Refactor of webhook signaling system to use the same middleware mechanics of Changelogging
|
2018-07-30 14:23:49 -04:00 |
|
Jeremy Stretch
|
c2416411c1
|
Renamed ChoiceFieldSerializer and ContentTypeFieldSerializer
|
2018-07-30 12:41:20 -04:00 |
|
Jeremy Stretch
|
b7c2a26155
|
Closes #2259: Add changelog tab to interface view
|
2018-07-23 15:09:37 -04:00 |
|
Jeremy Stretch
|
beac676a6e
|
Cleaned up BulkEditView and BulkDeleteView
|
2018-07-20 21:18:10 -04:00 |
|
Jeremy Stretch
|
206c465e02
|
Merge branch 'develop' into develop-2.4
|
2018-07-18 17:51:57 -04:00 |
|
Jeremy Stretch
|
d665d4d62a
|
Fixes #1992: Isolate errors when one of multiple NAPALM methods fails
|
2018-07-18 14:46:15 -04:00 |
|
Jeremy Stretch
|
29d9b32b67
|
Fixes #1977: Don't default master vc_position to 1 when creating a new virtual chassis
|
2018-07-18 14:17:35 -04:00 |
|
Jeremy Stretch
|
00d218118c
|
Fixes #2231: Remove get_absolute_url() from DeviceRole
|
2018-07-18 11:24:36 -04:00 |
|
Jeremy Stretch
|
aa0e4406eb
|
Merge pull request #2167 from lampwins/feature/2166
implements #2166 - asset tag partial string search
|
2018-07-18 10:40:12 -04:00 |
|
Jeremy Stretch
|
6cc9ceb198
|
Enabled bulk add/remove tags for interfaces
|
2018-07-17 10:25:16 -04:00 |
|
Jeremy Stretch
|
d7e40de9da
|
Merged v2.3.6
|
2018-07-16 12:03:32 -04:00 |
|
Jeremy Stretch
|
67dbe02deb
|
Enabled export templates for virtual chassis
|
2018-07-12 16:55:23 -04:00 |
|
Jeremy Stretch
|
f7f7764a6e
|
Miscellaneous cleanup for tags
|
2018-07-12 11:34:35 -04:00 |
|
Jeremy Stretch
|
f048cf36ce
|
Implemented a view for interfaces
|
2018-07-11 15:30:54 -04:00 |
|
Jeremy Stretch
|
43ed38a6e9
|
Enabled tags for device components and virtual chassis
|
2018-07-10 15:36:28 -04:00 |
|
Jeremy Stretch
|
208409110f
|
Added bulk tag addition/removal
|
2018-07-10 10:00:21 -04: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
|
25b36d6d42
|
Remove separate config-context API endpoints; include rendered config context when retrieving a single device/VM
|
2018-07-03 12:29:20 -04:00 |
|
Jeremy Stretch
|
d0308e0f58
|
Merge branch 'develop' into develop-2.4
|
2018-07-02 17:01:14 -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 |
|
Jeremy Stretch
|
cd56e51a61
|
Closes #1851: Standardize usage of GetReturnURLMixin
|
2018-07-02 11:54:41 -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
|
28a2a37ed2
|
Fixes #2191: Added missing static choices to circuits and DCIM API endpoints
|
2018-06-29 13:17:07 -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 |
|
Jeremy Stretch
|
bf1c7cacc6
|
Improved rendering of boolean fields in tables
|
2018-06-29 12:05:56 -04:00 |
|
Jeremy Stretch
|
b9bdd666da
|
Closes #2200: Replaced detail_route API view decorator with action (DRF change)
|
2018-06-29 11:48:21 -04:00 |
|
Jeremy Stretch
|
35d58d2f7c
|
Closes #2029: Added optional NAPALM arguments to Platform model
|
2018-06-29 11:21:00 -04:00 |
|
Jeremy Stretch
|
62989ecb6e
|
Moved object context rendering to ObjectConfigContextView and standardized the template
|
2018-06-28 13:48:12 -04:00 |
|
Jeremy Stretch
|
c13e4858d7
|
Initial work on config contexts
|
2018-06-27 16:02:34 -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
|
06143b6c70
|
Fixes interface logging error
|
2018-06-25 13:29:23 -04:00 |
|
Jeremy Stretch
|
0af36eb99b
|
Log interface connection changes
|
2018-06-25 13:12:03 -04:00 |
|
Jeremy Stretch
|
66c4911298
|
Fixed Region model declaration
|
2018-06-22 16:34:07 -04:00 |
|
Jeremy Stretch
|
2d198403c7
|
Extend ObjectChange to optionally indicate a related object (e.g. a parent device)
|
2018-06-22 15:05:40 -04:00 |
|
Jeremy Stretch
|
9d419de9dc
|
Merge branch 'develop-2.4' into 1898-activity-logging
|
2018-06-21 16:53:15 -04:00 |
|
Jeremy Stretch
|
258373f1a1
|
Closes #2118: Added latitude and longitude fields to Site
|
2018-06-21 14:55:10 -04:00 |
|
Jeremy Stretch
|
a1f6ed1713
|
Disabled the creation of new UserActions
|
2018-06-21 10:56:33 -04:00 |
|
Jeremy Stretch
|
09212691e2
|
Added changelog links for organizational models
|
2018-06-20 14:54:04 -04:00 |
|
Jeremy Stretch
|
ddd878683d
|
Implemented changelog views
|
2018-06-20 13:52:54 -04:00 |
|
Jeremy Stretch
|
6dde0f030a
|
Fixes #2182: ValueError raised when viewing the interface connections table
|
2018-06-19 13:37:12 -04: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
|
3c2e0b0b17
|
Added changelog views
|
2018-06-14 16:15:14 -04:00 |
|
Jeremy Stretch
|
21c4085c51
|
Moved object header templates into object base templates
|
2018-06-14 13:34:37 -04:00 |
|
John Anderson
|
82189de78e
|
implements #2166 - asset tag partial string search
|
2018-06-14 13:17:06 -04:00 |
|
Jeremy Stretch
|
b556d2d626
|
Renamed CreatedUpdatedModel to ChangeLoggedModel and applied it to all primary and organizational models
|
2018-06-13 15:40:16 -04:00 |
|
Jeremy Stretch
|
90abeedc3e
|
Fix natural ordering within object tables
|
2018-06-11 15:10:31 -04:00 |
|
Jeremy Stretch
|
e4f336a843
|
Establish tests for the utilities app
|
2018-06-08 14:32:41 -04:00 |
|