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

140 Commits

Author SHA1 Message Date
77e5450746 Removed all device-specific API endpoints 2017-02-01 14:34:19 -05:00
bb1f97abc2 Implemented static writable ModelSerializers for all models 2017-01-31 15:35:09 -05:00
e1cd846c9a Enabled creation of device components 2017-01-31 12:19:41 -05:00
1fcc2b0029 Namespaced all API URLs 2017-01-31 10:40:53 -05:00
173a6eee03 Moved rack units and device LLDP neighbors views into model viewsets 2017-01-30 17:24:04 -05:00
d9e4017677 Moved graph views into model viewsets 2017-01-30 17:00:58 -05:00
7beac0b105 Converted device component views to a router 2017-01-30 16:15:12 -05:00
f0fef94a4f Re-implemented interface/connection serializers 2017-01-30 15:35:01 -05:00
0cf029edd4 Added Service serializers 2017-01-27 16:19:38 -05:00
12d263999b Introduced WritableSerializerMixin 2017-01-27 14:36:13 -05:00
fa900d5dbb Converted nested serializers to HyperlinkedModelSerializer 2017-01-27 12:22:29 -05:00
ddc2c8d110 Cleaned up device component nested serializers 2017-01-26 22:37:17 -05:00
acfba410dd Standardized implementation of nested ViewSets 2017-01-26 17:58:36 -05:00
0b228ed6d3 Merge branch 'develop' into api2 2017-01-25 16:26:45 -05:00
f3db914e9d Fixes #844: Apply order_naturally() to API interfaces list 2017-01-25 14:34:34 -05:00
062a5bfe8d Initial work on API v2.0 2017-01-24 17:12:16 -05:00
bbc633b004 Closes #782: Allow filtering devices list by manufacturer 2017-01-24 10:53:59 -05:00
0d4b2a6e92 Fixes #772: Fix TypeError in API RackUnitListView when no device is excluded 2017-01-04 10:58:11 -05:00
e647065e63 Improved device interface list performance 2016-12-27 13:21:19 -05:00
ae8f40ed8d Fixes #563: Allow a device to be flipped from one rack face to the other 2016-12-21 11:06:42 -05:00
b56e37ad84 Closes #722: Enabled custom fields for device types 2016-12-16 10:54:45 -05:00
bf817eb69e Closes #49: Introduction of circuit terminations 2016-12-14 13:47:22 -05:00
3b36a35b9a Fixed API tests 2016-08-22 17:15:20 -04:00
f0a85b1dd3 Optimized API performance 2016-08-22 15:16:49 -04:00
76f0463290 Extended API to include custom fields 2016-08-22 13:20:30 -04:00
ed03449164 Closes #241: Introduced rack roles 2016-08-10 11:52:27 -04:00
47a89999b8 Extended DCIM API to include a device modules list 2016-08-10 10:44:37 -04:00
483ad256a8 Miscellaneous API query optimizations 2016-07-27 14:40:19 -04:00
300e67388b Tenancy-related API cleanup 2016-07-27 13:42:17 -04:00
275223ec53 Fixes #359: Use standard serializers for related objects 2016-07-21 14:48:02 -04:00
c65b9fcb0b Add an api endpoint for listing all connections 2016-07-19 09:08:14 -07:00
4e4bb01a55 Initial work on #93: Primary IPv4/IPv6 support 2016-07-11 16:24:46 -04:00
97fbfeecc3 Extended API to include DeviceBays 2016-07-05 13:43:19 -04:00
72f62f949d Removed DeviceType component templates from the list view 2016-06-21 15:01:21 -04:00
741f93999b PEP8 clenaup 2016-06-16 15:02:01 -04:00
112e2ccde7 Code cleanup 2016-05-18 16:02:53 -04:00
10d28f2fe2 Merge pull request #6 from digitalocean/flat-renderer
dcim: added json flat renderer.
2016-03-09 11:51:12 -06:00
0acf56d773 Corrected DeviceTypeDetailView 2016-03-08 22:07:47 -05:00
8f5543fe88 dcim: added json flat renderer. 2016-03-08 11:58:20 -06:00
27b289ee3b Initial push to public repo 2016-03-01 11:23:03 -05:00