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

6734 Commits

Author SHA1 Message Date
be393a9d10 Merge pull request #989 from digitalocean/develop
Release v1.9.3
v1.9.3
2017-03-23 16:27:06 -04:00
ef59f38ec4 Release v1.9.3 2017-03-23 16:24:35 -04:00
47120fae01 Rack assignment is optional for devices 2017-03-23 15:36:24 -04:00
93a4327921 Merge branch 'api2' into v2-develop 2017-03-23 13:36:09 -04:00
0f2bbd7bfd Merge pull request #986 from alejojo/patch-1
Update Dockerfile
2017-03-23 10:28:10 -04:00
c0417c1989 Closes #972: Add ability to filter connections list by device name 2017-03-23 10:07:02 -04:00
fb6cfa45fd Merge pull request #974 from marc-us/develop
Filter on mac address on interface
2017-03-23 09:35:01 -04:00
b875cea10d Filter on mac address on interface via API 2017-03-23 12:57:35 +01:00
516372e5db Update Dockerfile
change branch MASTER > v2.0-beta1
2017-03-23 18:39:14 +09:00
0899a1052e Only attempt to process session key if user is authenticated 2017-03-22 17:43:29 -04:00
32bf17c076 Closes #978: Allow filtering device types by function and subdevice role 2017-03-22 17:29:47 -04:00
66a6a8f33c Closes #983: Include peer device names when listing circuits in device view 2017-03-22 16:58:56 -04:00
007fe6a030 Markdown fixes 2017-03-22 10:49:20 -04:00
f5f9491811 v2.0 Beta 1 release v2.0-beta1 2017-03-22 10:07:37 -04:00
04e09c0078 Merge branch 'develop' into api2
Conflicts:
	netbox/circuits/filters.py
2017-03-22 09:48:41 -04:00
05b71564d8 Closes #981: Allow filtering primary objects by a given set of IDs 2017-03-22 09:39:30 -04:00
1791a5bb11 Added has_primary_ip filter for Devices 2017-03-21 21:29:03 -04:00
3e6a99fc22 Allow editing of platform RPC client 2017-03-21 17:33:40 -04:00
a5419ecc5c RPC API fixes 2017-03-21 17:24:16 -04:00
a36b138efe Added API doc for working with secrets 2017-03-21 16:00:02 -04:00
6d30fdb83d Finished work on secrets views; removed path from cookie assignment 2017-03-21 15:30:36 -04:00
5c4741c5d4 Added section on pagination 2017-03-21 14:34:52 -04:00
93c748bd3c Merge branch 'develop' into api2 2017-03-21 14:10:53 -04:00
7ba6e320e7 Fixes #843: Implemented CORS headers for API 2017-03-21 13:53:07 -04:00
54468ab1a8 Include the API version in responses 2017-03-21 13:23:56 -04:00
01f5435f63 Tweak how we set the API version 2017-03-21 13:17:50 -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
6cb36a6cee Fixed browsable API breadcrumbs 2017-03-20 21:50:10 -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
ffde2c96c7 Fixed custom renderers to work with paginated data 2017-03-20 17:15:42 -04:00
2bd46230be Converted ChoiceFieldSerializer to display an object 2017-03-20 16:32:59 -04:00
b04fe21d65 Wrote API endpoints, tests for ExportTemplates 2017-03-20 16:21:10 -04:00
266f9cc370 Added API endpoint, tests for Graphs 2017-03-20 15:14:33 -04:00
1682de59df Added a footer link to the GitHub wiki 2017-03-20 14:05:26 -04:00
42fd14f5c0 Introduced HttpStatusMixin to provide more detail on HTTP response status test failures 2017-03-20 13:46:47 -04:00
1988c02b7f Enforce API versioning 2017-03-20 12:33:42 -04:00
517eaa8b80 Expanded API documentation 2017-03-20 12:18:18 -04:00
1f78462f58 Updated RackViewSet() to be compatible with paginated API 2017-03-20 10:38:09 -04:00
36bbcc8559 Fix API JS to read response.results for new API 2017-03-20 10:06:25 -04:00
f26253ec49 Filter on mac address on interface 2017-03-18 21:26:33 +01:00
f2dc287f14 Filter on mac address on interface 2017-03-18 21:21:49 +01:00
3fe3151af7 Filter on mac address on interface
Extension to be able filter on mac address via API
2017-03-18 21:10:36 +01:00
1c1fd8f210 Limit tests to one per major Python version 2017-03-17 21:43:46 -04:00
671d53877a Python3 fixes 2017-03-17 21:39:29 -04:00
97710a4576 Make CI happy 2017-03-17 17:39:56 -04:00
c08fae8bce Restore not-so-extraneous 'id' field to all WritableSerializers 2017-03-17 17:32:43 -04:00
f02dd2f439 Merge branch 'develop' into api2 2017-03-17 17:06:01 -04:00