Jeremy Stretch
|
2d90fc608e
|
Introduced CableView and CableEditView
|
2018-10-25 15:51:12 -04:00 |
|
Jeremy Stretch
|
f134a6ec63
|
Introduced CableTermination abstract model to ptovide Cable access from termination points
|
2018-10-25 15:21:16 -04:00 |
|
Jeremy Stretch
|
266429101b
|
Removed 'is_patch_panel' from DeviceType
|
2018-10-25 12:44:28 -04:00 |
|
Jeremy Stretch
|
b19e2037af
|
Dropped 'Panel' from FrontPanelPort/RearPanelPort names
|
2018-10-25 12:11:13 -04:00 |
|
Jeremy Stretch
|
e79a156e1f
|
Improved cable tracing
|
2018-10-25 10:56:47 -04:00 |
|
Jeremy Stretch
|
35f80f5085
|
First stab at cable path tracing and automatic endpoint connections
|
2018-10-24 16:17:01 -04:00 |
|
Jeremy Stretch
|
47c523a40b
|
Fixed interface connection rendering
|
2018-10-24 15:07:11 -04:00 |
|
Jeremy Stretch
|
cca44d44f7
|
Added cable filter form
|
2018-10-24 14:59:46 -04:00 |
|
Jeremy Stretch
|
54c917beff
|
Renamed Cable endpoints to terminations
|
2018-10-24 14:38:44 -04:00 |
|
Jeremy Stretch
|
9985f2cb82
|
Added CableListView
|
2018-10-24 14:26:08 -04:00 |
|
Jeremy Stretch
|
f30367e094
|
Deprecated the InterfaceConnection model
|
2018-10-24 13:59:44 -04:00 |
|
Jeremy Stretch
|
2ec8dc8319
|
Renamed PowerPort.power_outlet to connected_endpoint
|
2018-10-24 11:00:13 -04:00 |
|
Jeremy Stretch
|
1595a5ecd7
|
Renamed ConsolePort.cs_port to connected_endpoint
|
2018-10-24 10:37:54 -04:00 |
|
Jeremy Stretch
|
ea0de629df
|
Fixed cable creation form
|
2018-10-23 13:40:10 -04:00 |
|
Jeremy Stretch
|
471bddea09
|
WIP: Initial work on the cable connection form
|
2018-10-22 16:58:24 -04:00 |
|
Jeremy Stretch
|
a36b120c8b
|
Merge branch 'develop-2.5' into 20-physical-cabling
|
2018-10-19 13:34:21 -04:00 |
|
Jeremy Stretch
|
4cfe9fe182
|
Merge branch 'develop' into develop-2.5
|
2018-10-19 13:34:03 -04:00 |
|
Jeremy Stretch
|
59af8cc924
|
Remove ConnectableModel
|
2018-10-19 11:56:12 -04:00 |
|
Jeremy Stretch
|
d908dffab7
|
Fixed content type assignment within migration
|
2018-10-19 10:38:15 -04:00 |
|
Jeremy Stretch
|
ea5121ffe1
|
Preliminary work on Cables
|
2018-10-18 15:43:55 -04:00 |
|
Jeremy Stretch
|
0bb5d229e8
|
Fixes #2514: Prevent new connections to already connected interfaces
|
2018-10-16 16:42:23 -04:00 |
|
Jeremy Stretch
|
22ed4f1b53
|
Merge release v2.4.6
|
2018-10-10 09:36:51 -04:00 |
|
Tobias Genannt
|
c31c7b50b7
|
Fix #2395: Modify only when webhooks are enabled
This only adds the RQ link when the webhooks setting is enabled.
|
2018-10-08 07:34:56 +02:00 |
|
Jeremy Stretch
|
7d1f6b7049
|
Post-release version bump
|
2018-10-05 15:49:51 -04:00 |
|
Jeremy Stretch
|
c2f4cf3407
|
Release v2.4.6
|
2018-10-05 15:43:43 -04:00 |
|
Jeremy Stretch
|
44d3606ce1
|
Fixes #2492: Sanitize hostname and port values returned through LLDP
|
2018-10-05 15:38:32 -04:00 |
|
Jeremy Stretch
|
470d22c835
|
PEP8 fix
|
2018-10-05 15:36:48 -04:00 |
|
Jeremy Stretch
|
4c37628784
|
Fixes #2393: Fix Unicode support for CSV import under Python 2
|
2018-10-05 15:33:29 -04:00 |
|
Marc Heckmann
|
1daf7f8e2b
|
Sanitize hostname and port values returned through LLDP
If hostname or port are null set to empty string ("").
This avoids breaking the LLDP neighbors (NAPALM) view
|
2018-10-05 14:30:54 -04:00 |
|
Jeremy Stretch
|
841db3b0c2
|
Fixes #2491: Fix exception when importing devices with invalid device type
|
2018-10-05 12:22:46 -04:00 |
|
Jeremy Stretch
|
5d10d8418e
|
Closes #2479: Add user permissions for creating/modifying API tokens
|
2018-10-05 11:06:59 -04:00 |
|
Jeremy Stretch
|
2fee977b4c
|
Fixes #2485: Fix cancel button when assigning a service to a device/VM
|
2018-10-05 10:30:13 -04:00 |
|
Jeremy Stretch
|
259da2d18a
|
#2487: Added API tests
|
2018-10-04 16:20:01 -04:00 |
|
Jeremy Stretch
|
bf47e7cae3
|
#2487: Require the 'brief' parameter to evaluate True
|
2018-10-04 14:50:57 -04:00 |
|
Jeremy Stretch
|
db2721c581
|
Enable brief API output utilizing nested serializers
|
2018-10-04 13:43:50 -04:00 |
|
John Anderson
|
1b2e9a6d06
|
fixes #2484 - Local config context not available on the Virtual Machine Edit Form
|
2018-10-03 17:16:01 -04:00 |
|
Jeremy Stretch
|
99848aab6a
|
Fixes #2483: Set max item count of API-populated form fields to MAX_PAGE_SIZE
|
2018-10-03 16:17:17 -04:00 |
|
Jeremy Stretch
|
3eddeeadc5
|
Initial work on #20 - patch panels
|
2018-10-03 14:04:16 -04:00 |
|
Jeremy Stretch
|
364bbdeab8
|
Merged release v2.4.5
|
2018-10-03 11:23:21 -04:00 |
|
Jeremy Stretch
|
7583912de7
|
Post-release version bump
|
2018-10-02 15:30:28 -04:00 |
|
Jeremy Stretch
|
20fed375d1
|
Release v2.4.5
|
2018-10-02 15:24:42 -04:00 |
|
Jeremy Stretch
|
aed2a3cd1b
|
Closes #2438: API optimizations for tagged objects
|
2018-09-28 16:44:05 -04:00 |
|
Jeremy Stretch
|
15babeb584
|
Fixes #2414: Tags field missing from device/VM component creation forms
|
2018-09-28 16:26:08 -04:00 |
|
Jeremy Stretch
|
020b5ea870
|
Fixes #2470: Log the creation of device/VM components as object changes
|
2018-09-28 16:04:51 -04:00 |
|
Jeremy Stretch
|
2ee5b2344e
|
Changelog and misc cleanup
|
2018-09-28 14:21:49 -04:00 |
|
Jeremy Stretch
|
7616bcad3d
|
Merge pull request #2445 from digitalocean/local-config-context
Local config context
|
2018-09-28 14:03:28 -04:00 |
|
John Anderson
|
f76ce980e3
|
remove templates no longer needed for local config context
|
2018-09-26 10:30:34 -04:00 |
|
Jeremy Stretch
|
9440ac7640
|
Fixes #2455: Ignore unique address enforcement for IPs with a shared/virtual role
|
2018-09-24 16:59:33 -04:00 |
|
Jeremy Stretch
|
b4445dfdf8
|
Fixes #2442: Nullify "next" link in API when limit=0 is passed
|
2018-09-18 13:59:50 -04:00 |
|
John Anderson
|
fb5dca2711
|
Merge branch 'develop' of github.com:digitalocean/netbox into local-config-context
|
2018-09-18 12:16:07 -04:00 |
|
Jeremy Stretch
|
6cdff955dc
|
Fixes #2444: Improve validation of interface MAC addresses
|
2018-09-18 12:02:59 -04:00 |
|
John Anderson
|
4039753b2f
|
refactored UI for local config context
|
2018-09-18 11:52:12 -04:00 |
|
Jeremy Stretch
|
9df33cef8b
|
Fixes #2443: Enforce JSON object format when creating config contexts
|
2018-09-18 11:46:22 -04:00 |
|
John Anderson
|
e3e9211e8a
|
PEP8 fix
|
2018-09-16 00:30:51 -04:00 |
|
John Anderson
|
0da113b723
|
implemnted #2392 - local config context for devices and VMs
|
2018-09-16 00:25:20 -04:00 |
|
John Anderson
|
57b225b680
|
fixes #2423 - interface connection links
|
2018-09-15 17:23:58 -04:00 |
|
Jeremy Stretch
|
292647da14
|
Closes #2402: Order and format JSON data in form fields
|
2018-09-13 11:31:34 -04:00 |
|
Jeremy Stretch
|
3a88e43103
|
Fixes #2406: Remove hard-coded limit of 1000 objects from API-populated form fields
|
2018-09-13 11:21:40 -04:00 |
|
Jeremy Stretch
|
2ac60bdf48
|
Merge branch 'develop' into develop-2.5 (v2.4.4 release)
|
2018-08-22 12:10:44 -04:00 |
|
Jeremy Stretch
|
010765e131
|
Post-release version bump
|
2018-08-22 11:55:51 -04:00 |
|
Jeremy Stretch
|
cde6e9757b
|
Release v2.4.4
|
2018-08-22 11:51:15 -04:00 |
|
Jeremy Stretch
|
ac36339491
|
Closes #2168: Added Extreme SummitStack interface form factors
|
2018-08-22 11:33:43 -04:00 |
|
Jeremy Stretch
|
dbbf7ab664
|
Fixes #2353: Handle DoesNotExist exception when deleting a device with connected interfaces
|
2018-08-22 10:35:56 -04:00 |
|
Jeremy Stretch
|
66400a98f1
|
Fixes #2354: Increased maximum MTU for interfaces to 65536 bytes
|
2018-08-22 10:25:07 -04:00 |
|
Jeremy Stretch
|
aa50e2e385
|
Fixes #2378: Corrected "edit" link for virtual machine interfaces
|
2018-08-22 10:06:01 -04:00 |
|
Jeremy Stretch
|
e1e41a768a
|
Fixes #2369: Corrected time zone validation on site API serializer
|
2018-08-20 16:53:23 -04:00 |
|
Jeremy Stretch
|
c333af33dc
|
Fixes #2370: Redirect to parent device after deleting device bays
|
2018-08-20 14:40:19 -04:00 |
|
Jeremy Stretch
|
9e5b482b1d
|
Fixes #2374: Fix toggling display of IP addresses in virtual machine interfaces list
|
2018-08-20 13:49:15 -04:00 |
|
John Anderson
|
bc49979243
|
added rack group search #2254
|
2018-08-17 18:37:48 -04:00 |
|
Jeremy Stretch
|
2804d89c5e
|
Fixes #2368: Record change in device changelog when altering cluster assignment
|
2018-08-17 14:26:50 -04:00 |
|
Jeremy Stretch
|
29380b1120
|
Merge branch 'develop' into develop-2.5
|
2018-08-16 16:31:54 -04:00 |
|
Jeremy Stretch
|
c4be440cd1
|
Closes #2367: Remove deprecated RPCClient functionality
|
2018-08-16 12:21:24 -04:00 |
|
Jeremy Stretch
|
5dce7c4e48
|
Closes #2356: Include cluster site as read-only field in VirtualMachine serializer
|
2018-08-16 11:57:20 -04:00 |
|
Jeremy Stretch
|
4bfc32ec99
|
Closes #2355: Added item count to inventory tab on device view
|
2018-08-16 10:20:22 -04:00 |
|
Jeremy Stretch
|
ff65f7fd7b
|
Fixes #2362: Implemented custom admin site to properly handle BASE_PATH
|
2018-08-16 09:44:00 -04:00 |
|
Jeremy Stretch
|
7145f86a6e
|
#2359: Extended exempt attributes to 'migrate' command
|
2018-08-15 15:02:58 -04:00 |
|
Jeremy Stretch
|
7ec4155845
|
Closes #2359: Implement custom makemigrations command to ignore extraneous field attributes
|
2018-08-15 14:18:52 -04:00 |
|
Jeremy Stretch
|
6dd62dc891
|
Refactored log_change() methods for device components
|
2018-08-14 14:06:16 -04:00 |
|
Jeremy Stretch
|
5f66710fcd
|
Closes #2292: Remove the deprecated UserAction model
|
2018-08-14 12:13:43 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
ac546a9711
|
Closes #2000: Remove support for Python 2
|
2018-08-14 11:48:12 -04:00 |
|
Jeremy Stretch
|
cd2aee3053
|
Post-release version bump
|
2018-08-09 16:41:11 -04:00 |
|
Jeremy Stretch
|
9d9318f38a
|
Corrected typo
|
2018-08-09 16:37:58 -04:00 |
|
Jeremy Stretch
|
f43d861b50
|
Release v2.4.3
|
2018-08-09 16:36:23 -04:00 |
|
Jeremy Stretch
|
17714b0c12
|
Fixes #2342: IntegrityError raised when attempting to assign an invalid IP address as the primary for a VM
|
2018-08-09 16:34:17 -04:00 |
|
Jeremy Stretch
|
9914576eaa
|
Fixes #2344: AttributeError when assigning VLANs to an interface on a device/VM not assigned to a site
|
2018-08-09 15:46:18 -04:00 |
|
Jeremy Stretch
|
bf8eff11ea
|
Closes #2333: Added search filters for ConfigContexts
|
2018-08-09 12:22:34 -04:00 |
|
Jeremy Stretch
|
a6c78b99c4
|
Fixes #2340: API requires manufacturer field when creating/updating an inventory item
|
2018-08-09 09:34:54 -04:00 |
|
Jeremy Stretch
|
6a56ffc650
|
Fixes #2337: Attempting to create the next available prefix within a parent assigned to a VRF raises an AssertionError
|
2018-08-08 16:16:49 -04:00 |
|
Jeremy Stretch
|
05059606c5
|
Fixes #2336: Bulk deleting power outlets and console server ports from a device redirects to home page
|
2018-08-08 15:22:26 -04:00 |
|
Jeremy Stretch
|
a2ff21fab9
|
Fixes #2334: TypeError raised when WritableNestedSerializer receives a non-integer value
|
2018-08-08 15:09:30 -04:00 |
|
Jeremy Stretch
|
134370f48d
|
Fixes #2335: API requires group field when creating/updating a rack
|
2018-08-08 14:58:16 -04:00 |
|
Jeremy Stretch
|
c7fa610842
|
Post-release version bump
|
2018-08-08 09:19:33 -04:00 |
|
Jeremy Stretch
|
edb49c7f0a
|
Release v2.4.2
|
2018-08-08 09:12:10 -04:00 |
|
Jeremy Stretch
|
cfab9a6a0a
|
Fixes #2330: Incorrect tab link in VRF changelog view
|
2018-08-08 08:49:23 -04:00 |
|
Jeremy Stretch
|
91b5f6d799
|
Fixes #2323: DoesNotExist raised when deleting devices or virtual machines
|
2018-08-07 17:30:26 -04:00 |
|
Jeremy Stretch
|
d5488ca7da
|
Fixes #2322: Webhooks firing on non-enabled event types
|
2018-08-07 15:41:31 -04:00 |
|
Jeremy Stretch
|
f9911bff0d
|
Added a "view all" link to the changelog panel
|
2018-08-07 15:19:01 -04:00 |
|
Jeremy Stretch
|
d5239191fe
|
Fixes #2320: TypeError when dispatching a webhook with a secret key configured
|
2018-08-07 14:19:46 -04:00 |
|
Jeremy Stretch
|
db7148350e
|
Fixes #2321: Allow explicitly setting a null value on nullable ChoiceFields
|
2018-08-07 14:05:07 -04:00 |
|
Jeremy Stretch
|
c51c20a301
|
Fixes #2319: Extend ChoiceField to properly handle true/false choice keys
|
2018-08-07 13:48:29 -04:00 |
|
Jeremy Stretch
|
f4485dc72a
|
Restore reports directory
|
2018-08-07 13:47:36 -04:00 |
|
Jeremy Stretch
|
f59682a7c9
|
Fixes #2318: ImportError when viewing a report
|
2018-08-07 12:10:14 -04:00 |
|
Jeremy Stretch
|
507a023f41
|
Post-release version bump
|
2018-08-07 09:26:17 -04:00 |
|
Jeremy Stretch
|
81479ac177
|
Release v2.4.1
|
2018-08-07 09:23:49 -04:00 |
|
Jeremy Stretch
|
c7acddbc5c
|
Fixes #2312: Running a report yields a ValueError exception
|
2018-08-07 09:12:05 -04:00 |
|
Jeremy Stretch
|
1905516536
|
Fixes #2314: Serialized representation of object in change log does not incldue assigned tags
|
2018-08-07 08:52:57 -04:00 |
|
Jeremy Stretch
|
64f34d9cd7
|
Fixes #2311: Redirect to parent after editing interface from device/VM view
|
2018-08-07 08:46:41 -04:00 |
|
Jeremy Stretch
|
98bdb0cb3c
|
Fixes #2310: False validation error on certain nested serializers
|
2018-08-06 17:40:45 -04:00 |
|
Jeremy Stretch
|
bba88b2be4
|
Fixes #2303: Always redirect to parent object when bulk editing/deleting components
|
2018-08-06 14:14:40 -04:00 |
|
Jeremy Stretch
|
12dfd4b6e0
|
Fixes #2308: Custom fields panel absent from object view in UI
|
2018-08-06 13:32:52 -04:00 |
|
Jeremy Stretch
|
209e721219
|
Post-release version bump
|
2018-08-06 12:45:46 -04:00 |
|
Jeremy Stretch
|
d039b9e23d
|
Merge branch 'develop-2.4' into develop
|
2018-08-06 12:28:23 -04:00 |
|
Jeremy Stretch
|
af796871aa
|
Release v2.4.0
|
2018-08-06 12:18:44 -04:00 |
|
Jeremy Stretch
|
24520717e4
|
Fixes #2305: Make VLAN fields optional when creating a VM interface via the API
|
2018-08-06 10:35:51 -04:00 |
|
Jeremy Stretch
|
bd5e860be0
|
Refactored the tests to remove a lot of boilerplate
|
2018-08-03 11:39:26 -04:00 |
|
Jeremy Stretch
|
1bdfcd1dbe
|
Fixes #2301: Fix model validation on assignment of ManyToMany fields via API patch
|
2018-08-03 10:45:53 -04:00 |
|
Jeremy Stretch
|
b4f29978b3
|
Merge pull request #2300 from explody/fix_2299
Updated IPAddressInterfaceSerializer to subclass WritableNestedSerial…
|
2018-08-03 10:11:37 -04:00 |
|
Jeremy Stretch
|
f1bc88fc0c
|
Adopt django-taggit-serializer for representation of assigned tags in the API
|
2018-08-03 09:43:03 -04:00 |
|
Mike Culbertson
|
aee01af2a1
|
Updated IPAddressInterfaceSerializer to subclass WritableNestedSerializer
Also added readonly args to device and virtual_machine attrs to prevent unnecessary validation
|
2018-08-02 19:00:41 -04:00 |
|
Jeremy Stretch
|
ab37264ae1
|
Added tests for assigning tags during POST/PATCH
|
2018-08-02 14:23:30 -04:00 |
|
Jeremy Stretch
|
8f127e86ac
|
Mark UserAction as deprecated
|
2018-08-02 09:38:09 -04:00 |
|
Vas Sadvariy
|
33e45a5292
|
Closes #971: Implement VLANGroup VLANs view to show available VLANs within a group
|
2018-08-01 15:59:00 -04:00 |
|
Jeremy Stretch
|
475e0e6c1e
|
Follow-up to #2272: subdevice_role should not be required
|
2018-08-01 14:22:32 -04:00 |
|
Jeremy Stretch
|
5e97f87a64
|
PEP8 fix
|
2018-08-01 14:05:26 -04:00 |
|
Jeremy Stretch
|
4ae7f2337a
|
Closes #2213: Added squashed migrations
|
2018-08-01 14:01:20 -04:00 |
|
Jeremy Stretch
|
5e5b9683f9
|
Merge pull request #2290 from lampwins/bug/2137
Force webhooks to use the same JSONEncoder class as DRF - fixes #2137
|
2018-08-01 12:57:05 -04:00 |
|
John Anderson
|
2f33e9724d
|
force webhooks to use the same JSONEncoder class as DRF - fixes #2137
|
2018-07-31 16:17:24 -04:00 |
|
Jeremy Stretch
|
5f7e21faa0
|
Fixes #1786: Correct loading of reports from a custom file path
|
2018-07-31 13:48:07 -04:00 |
|
Jeremy Stretch
|
d4ccaf60cf
|
Fixes #2272: Allow subdevice_role to be null on DeviceTypeSerializer
|
2018-07-31 11:52:58 -04:00 |
|
Jeremy Stretch
|
45ab08aa76
|
Closes #2288: Fix exception when assigning objects to a ConfigContext via the API
|
2018-07-31 11:32:49 -04:00 |
|
Marc Hagen
|
c5339c255a
|
Fixes #2286: Fix non working 'mark installed' button
|
2018-07-31 10:37:57 +02:00 |
|
Jeremy Stretch
|
249c3d0e81
|
Fixes #2284: Record object deletions before the request finishes
|
2018-07-30 16:33:37 -04:00 |
|
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
|
f7aa259995
|
Misc cleanup
|
2018-07-30 14:00:37 -04:00 |
|
Jeremy Stretch
|
f664998d9b
|
Misc cleanup
|
2018-07-30 12:49:08 -04:00 |
|
Jeremy Stretch
|
c2416411c1
|
Renamed ChoiceFieldSerializer and ContentTypeFieldSerializer
|
2018-07-30 12:41:20 -04:00 |
|
Jeremy Stretch
|
524da5a2ff
|
Closes #2225: Add "view elevations" button for site rack groups
|
2018-07-27 16:25:48 -04:00 |
|
Jeremy Stretch
|
838af2b2d8
|
Closes #2264: Added "map it" link for site GPS coordinates
|
2018-07-27 16:15:56 -04:00 |
|
Jeremy Stretch
|
64e86013bf
|
Remove admin UI views for ConfigContexts and ObjectChanges
|
2018-07-27 16:00:50 -04:00 |
|
Jeremy Stretch
|
a1e8397b6b
|
Closes #2229: Allow mapping of ConfigContexts to tenant groups
|
2018-07-27 15:47:29 -04:00 |
|
Jeremy Stretch
|
7476f522e1
|
Fixes #2265: Include parent regions when filtering applicable ConfigContexts (credit: lampwins)
|
2018-07-27 15:10:43 -04:00 |
|
Jeremy Stretch
|
40efa55ec7
|
Merged release v2.3.7
|
2018-07-27 11:43:27 -04:00 |
|
Jeremy Stretch
|
55f93184d3
|
Post-release version bump
|
2018-07-26 14:58:15 -04:00 |
|
Jeremy Stretch
|
0497539ef2
|
Release v2.3.7
|
2018-07-26 14:24:16 -04:00 |
|
Jeremy Stretch
|
e82bf66a76
|
ExceptionHandlingMiddleware: Use server_error view for custom templates
|
2018-07-23 23:12:41 -04:00 |
|
Jeremy Stretch
|
c8a73b5b15
|
Fixes #2266: Permit additional logging of exceptions beyond custom middleware
|
2018-07-23 23:00:09 -04:00 |
|
Jeremy Stretch
|
b518258e6d
|
Closes #2250: Include stat counters on report result navigation
|
2018-07-23 16:10:46 -04:00 |
|
Jeremy Stretch
|
a1d45023ab
|
Fixes #2256: Prevent navigation overlap when jumping to test results on report page
|
2018-07-23 15:50:44 -04:00 |
|
Jeremy Stretch
|
b7c2a26155
|
Closes #2259: Add changelog tab to interface view
|
2018-07-23 15:09:37 -04:00 |
|
Jeremy Stretch
|
86a67e7f32
|
Fixes #2258: Include changed object type on home page changelog
|
2018-07-23 15:02:07 -04:00 |
|
Jeremy Stretch
|
ba3ae0d80a
|
Fixes #2257: Corrected casting of RIR utilization stats as floats
|
2018-07-23 14:52:51 -04:00 |
|
Jeremy Stretch
|
beac676a6e
|
Cleaned up BulkEditView and BulkDeleteView
|
2018-07-20 21:18:10 -04:00 |
|
Jeremy Stretch
|
97b6038be2
|
Cleaned up custom fields panel template
|
2018-07-20 19:56:04 -04:00 |
|
Jeremy Stretch
|
0907a6ce5b
|
Convert CustomFieldModel from object to abstract model
|
2018-07-20 19:44:04 -04:00 |
|
Jeremy Stretch
|
d04727f4b5
|
Fixes #2255: Corrected display of report results in report list
|
2018-07-20 09:39:55 -04:00 |
|
Jeremy Stretch
|
206c465e02
|
Merge branch 'develop' into develop-2.4
|
2018-07-18 17:51:57 -04:00 |
|
Jeremy Stretch
|
c2573774bf
|
Fixes #2222: IP addresses created via the available-ips API endpoint should have the same mask as their parent prefix (not /32)
|
2018-07-18 15:27:45 -04:00 |
|
Jeremy Stretch
|
6e037e91d3
|
Fixes #2202: Ditched half-baked concept of tenancy inheritance via VRF
|
2018-07-18 15:10:12 -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
|
02b6ffd59a
|
Added note about passphrase-protected keys (#2189)
|
2018-07-18 11:03:22 -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
|
8937362433
|
Release v2.4-beta1
|
2018-07-17 11:22:25 -04:00 |
|
Jeremy Stretch
|
5cf38b5ce9
|
Enabled export templates for secrets
|
2018-07-17 10:34:50 -04:00 |
|
Jeremy Stretch
|
6cc9ceb198
|
Enabled bulk add/remove tags for interfaces
|
2018-07-17 10:25:16 -04:00 |
|
Jeremy Stretch
|
0c0799f3bf
|
Closes #1739: Enabled custom fields for secrets
|
2018-07-17 09:43:57 -04:00 |
|
Jeremy Stretch
|
9e2ac7b3f4
|
Cleaned up imports
|
2018-07-16 17:09:21 -04:00 |
|
Jeremy Stretch
|
8bc8cf5e2d
|
Include django-rq queues link in admin UI until we implement something cleaner
|
2018-07-16 16:33:06 -04:00 |
|
Jeremy Stretch
|
ea09023616
|
Webhook admin form cleanup
|
2018-07-16 13:54:50 -04:00 |
|
Jeremy Stretch
|
92de67a2ae
|
Enabled webhooks for device components
|
2018-07-16 13:34:00 -04:00 |
|
Jeremy Stretch
|
57487f38de
|
Link to related object if changed object has no URL
|
2018-07-16 13:29:57 -04:00 |
|
Jeremy Stretch
|
d334bd4477
|
Corrected exception handling in get_serializer_for_model()
|
2018-07-16 13:26:26 -04:00 |
|
Jeremy Stretch
|
d7e40de9da
|
Merged v2.3.6
|
2018-07-16 12:03:32 -04:00 |
|
Jeremy Stretch
|
786f389be8
|
Post-release version bump
|
2018-07-16 11:56:12 -04:00 |
|
Jeremy Stretch
|
456b058462
|
Release v2.3.6
|
2018-07-16 11:52:12 -04:00 |
|
Jeremy Stretch
|
81b1d54859
|
Enabled export templates for services
|
2018-07-12 16:59:22 -04:00 |
|
Jeremy Stretch
|
67dbe02deb
|
Enabled export templates for virtual chassis
|
2018-07-12 16:55:23 -04:00 |
|
Jeremy Stretch
|
85efdf8e00
|
Cleaned up objectchange table
|
2018-07-12 13:54:22 -04:00 |
|
Jeremy Stretch
|
bbaa3a2058
|
Enabled change logging for circuit terminations
|
2018-07-12 13:46:30 -04:00 |
|
Jeremy Stretch
|
931c58bc9a
|
Enabled export templates for VRFs
|
2018-07-12 13:16:34 -04:00 |
|
Jeremy Stretch
|
abd5f17916
|
Enabled webhooks for all (and only) primary models
|
2018-07-12 13:09:13 -04:00 |
|
Jeremy Stretch
|
50f4c74688
|
Tweaked migration to include Service model
|
2018-07-12 13:08: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 |
|
zmoody
|
b6e354085e
|
Fixes #2125 - Show child status in device bay list
Exposes devicebay.installed_device.status in the parent device detail view.
|
2018-07-10 20:40:48 -05:00 |
|
Jeremy Stretch
|
484a74defd
|
Misc cleanup for config contexts
|
2018-07-10 16:16:23 -04:00 |
|
Jeremy Stretch
|
43ed38a6e9
|
Enabled tags for device components and virtual chassis
|
2018-07-10 15:36:28 -04:00 |
|
Jeremy Stretch
|
0c4495eb39
|
Order tags by name only, not item count
|
2018-07-10 14:25:04 -04:00 |
|
Jeremy Stretch
|
864d49f54d
|
Fixed regex casting to satisfy pycodestyle
|
2018-07-10 14:21:40 -04:00 |
|
Jeremy Stretch
|
bd2219276f
|
Force custom field values to strings for object change serialization
|
2018-07-10 14:16:16 -04:00 |
|
Jeremy Stretch
|
df1f33992a
|
Adapted change logging to queue changes in thread-local storage and record them at the end of the request
|
2018-07-10 13:33:54 -04:00 |
|
Jeremy Stretch
|
663bbd025e
|
Updated custom fields inclusion tag to use 'with'
|
2018-07-10 11:02:37 -04:00 |
|
Jeremy Stretch
|
4802e516e5
|
Arranged object tags into a separate panel
|
2018-07-10 10:48:33 -04:00 |
|
Jeremy Stretch
|
f2512c4fdc
|
Include link to parent object changelog when viewing a change
|
2018-07-10 10:15:56 -04:00 |
|
Jeremy Stretch
|
29172d045d
|
Added missing import statement
|
2018-07-10 10:11:09 -04:00 |
|
Jeremy Stretch
|
289a762bf1
|
Record tags when serializing an object for an ObjectChange
|
2018-07-10 10:10:22 -04:00 |
|
Jeremy Stretch
|
208409110f
|
Added bulk tag addition/removal
|
2018-07-10 10:00:21 -04:00 |
|
Jeremy Stretch
|
e27765d965
|
Added autocompletion for tags form widget
|
2018-07-05 16:51:38 -04:00 |
|
Jeremy Stretch
|
96d81d7074
|
Include return_url when editing interfaces in bulk
|
2018-07-05 15:36:25 -04:00 |
|
Jeremy Stretch
|
edf53d4516
|
Flip the order of tag and URL name for the tag template tag
|
2018-07-05 15:20:13 -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
|
ed84c4b210
|
Merge pull request #2115 from DanSheps/develop
Added VirtualChassis Searching
|
2018-07-05 13:15:57 -04:00 |
|
Jeremy Stretch
|
9eb9715e05
|
Cleaned up IP addresses list under device/VM interfaces
|
2018-07-03 17:05:04 -04:00 |
|
Jeremy Stretch
|
49ecf5aa8a
|
Wrote tests for config contexts
|
2018-07-03 15:47:54 -04:00 |
|
Jeremy Stretch
|
3ad8850ada
|
Fixed required fields on ConfigContextSerializer
|
2018-07-03 15:47:32 -04:00 |
|
Jeremy Stretch
|
d1c9a18d04
|
Replaced home page user activity with changelog
|
2018-07-03 14:07:46 -04:00 |
|
Jeremy Stretch
|
89e196e86d
|
Tweak ConfigContext manager to allow for objects with a regionless site
|
2018-07-03 13:40:47 -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
|
6ddbd79fe6
|
Fixed object return_url resolution for bulk editing
|
2018-07-03 09:49:36 -04:00 |
|
Jeremy Stretch
|
d70ef4d3b3
|
Cleaned up tags table
|
2018-07-03 09:47:44 -04:00 |
|
Jeremy Stretch
|
d0308e0f58
|
Merge branch 'develop' into develop-2.4
|
2018-07-02 17:01:14 -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
|
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 |
|
Jeremy Stretch
|
cd56e51a61
|
Closes #1851: Standardize usage of GetReturnURLMixin
|
2018-07-02 11:54:41 -04: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
|
acfbe9c1b1
|
Merge branch 'develop-2.4' of https://github.com/digitalocean/netbox into develop-2.4
|
2018-06-29 12:27:08 -04:00 |
|
Jeremy Stretch
|
4824c75563
|
Merge pull request #2204 from lampwins/bug/2203
Fix #2203 - webhook content type check
|
2018-06-29 12:26:54 -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
|
f5f16ce64b
|
Include custom fields in ObjectChange data
|
2018-06-29 10:40:57 -04:00 |
|
Jeremy Stretch
|
7857480978
|
Added missing description field
|
2018-06-29 09:56:04 -04:00 |
|
Jeremy Stretch
|
278bacbce8
|
Fixed rendered config context ordering
|
2018-06-29 09:53:33 -04:00 |
|
Jeremy Stretch
|
743cf6d398
|
Added description to ConfigContext
|
2018-06-29 09:44:32 -04:00 |
|
Jeremy Stretch
|
ace7e3b108
|
Fixed is_active table column
|
2018-06-28 14:19:26 -04:00 |
|
Jeremy Stretch
|
1edc73179a
|
Sort rendered config context
|
2018-06-28 14:10:20 -04:00 |
|
Jeremy Stretch
|
65dd7a5938
|
Applied JSON rederer to ConfigContext data
|
2018-06-28 14:05:57 -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
|
b952ec73ce
|
Introduced the render_json template filter
|
2018-06-28 10:49:52 -04:00 |
|
John Anderson
|
65e18e057f
|
fixed #2203
|
2018-06-27 22:17:17 -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 |
|