1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

94 Commits

Author SHA1 Message Date
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
206c465e02 Merge branch 'develop' into develop-2.4 2018-07-18 17:51:57 -04:00
d665d4d62a Fixes #1992: Isolate errors when one of multiple NAPALM methods fails 2018-07-18 14:46:15 -04:00
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
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
28a2a37ed2 Fixes #2191: Added missing static choices to circuits and DCIM API endpoints 2018-06-29 13:17:07 -04:00
b9bdd666da Closes #2200: Replaced detail_route API view decorator with action (DRF change) 2018-06-29 11:48:21 -04:00
35d58d2f7c Closes #2029: Added optional NAPALM arguments to Platform model 2018-06-29 11:21:00 -04:00
c13e4858d7 Initial work on config contexts 2018-06-27 16:02:34 -04:00
7241783249 Started merging writable serializers (WIP) 2018-04-04 17:01:24 -04:00
b5f1d74d6f Definition for /dcim/connected-device/ endpoint 2018-03-16 16:48:08 -04:00
25ad58d42c Cleaned up API for virtual chassis 2018-02-01 13:02:34 -05:00
a4019be28c Collapsed VCMembership into the Device model (WIP) 2018-01-31 22:47:27 -05:00
5037283b62 Removed support for NAPALM 1.x 2018-01-25 14:35:19 -05:00
d7354f4dab Completed virtual chassis API serializers 2018-01-19 13:34:37 -05:00
e5c13d2d72 Fix bulk creation of VCMemberships via API 2018-01-02 16:40:52 -05:00
9984238f2a Closes #1744: Allow associating a platform with a specific manufacturer 2017-12-19 16:15:26 -05:00
3b801d43bc Moved VC master designation to membership model 2017-11-27 15:59:13 -05:00
55e07c1c9a Initial work on virtual chassis support 2017-11-17 16:47:26 -05:00
1c09570805 Added nested representations of user and tenant to the rack reservation serializer 2017-11-15 14:15:44 -05:00
3df8c63d5c Merge branch 'develop' into develop-2.3 2017-11-14 14:38:32 -05:00
9d50b78b69 Fixes #1696: Fix for NAPALM v2.0+ 2017-11-08 09:51:37 -05:00
198170ca48 Closes #1553: Introduced support for bulk object creation via the API 2017-11-07 15:36:10 -05:00
00986fd7bf Closes #1691: Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
f824d1eb3b Closes #1556: Added API endpoints listing static field choices for each app 2017-10-10 16:41:35 -04:00
fd6df8e52a Fixes #1385: Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED=False 2017-08-02 11:17:57 -04:00
65a633f42d Closes #1374: Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters 2017-07-26 11:47:59 -04:00
d2c6d79589 Closes #1375: Renamed NETBOX_USERNAME and NETBOX_PASSWORD configuration parameters to NAPALM_USERNAME and NAPALM_PASSWORD 2017-07-26 11:24:19 -04:00
e85cc0d856 Removed legacy LLDP neighbors API endpoint 2017-07-17 13:21:38 -04:00
12472a2612 Live device status PoC 2017-07-14 16:07:28 -04:00
f6a8d32880 Initial work on NAPALM integration 2017-07-14 14:42:56 -04:00
87e5687d03 Closes #1203: Implemented query filters for all models 2017-06-19 16:10:18 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00
2d52b9fb39 Fixes #1059: Allow filtering of interface connections via API 2017-04-10 16:15:36 -04:00
d4ac6dbfe4 Fixes #1043: Corrected queryset in WritableDeviceSerializer validation 2017-04-05 13:38:23 -04:00
178f7b4643 Added API endpoints for console and power connections 2017-04-05 11:29:12 -04:00
a67fc64afb Fixes #1025: Applied missing API view filters 2017-04-03 11:04:17 -04:00
22768ff6c6 Renamed Module to InventoryItem (prep for #824) 2017-03-21 12:54:08 -04:00
122526a9d0 Custom name for ConnectedDeviceViewSet 2017-03-20 21:54:01 -04:00
925afe0999 Added test case for ConnectedDeviceViewSet 2017-03-20 21:39:40 -04:00
f743410b4e Renamed rack-units API and added a test 2017-03-20 21:18:37 -04:00
4a2206ecb1 Removed custom renderers 2017-03-20 17:47:18 -04:00
266f9cc370 Added API endpoint, tests for Graphs 2017-03-20 15:14:33 -04:00
1f78462f58 Updated RackViewSet() to be compatible with paginated API 2017-03-20 10:38:09 -04:00
79a9ac3bc8 Assign RackReservation user from request context 2017-03-17 14:45:14 -04:00
8825a03033 Removed unneeded services endpoint from DCIM API 2017-03-17 12:23:23 -04:00
f33269e50b First batch of DCIM API tests 2017-03-16 16:50:18 -04:00
ddec424429 Replaced RelatedConnectionsView with views.ConnectedDeviceViewSet 2017-03-09 12:18:53 -05:00
f43fbffdf7 Moved TopologyMaps from DCIM to extras 2017-03-08 16:12:14 -05:00
90fe556e5f Corrected region serializers 2017-02-28 16:23:39 -05:00