a5419ecc5c
RPC API fixes
2017-03-21 17:24:16 -04:00
22768ff6c6
Renamed Module to InventoryItem (prep for #824 )
2017-03-21 12:54:08 -04:00
6cb36a6cee
Fixed browsable API breadcrumbs
2017-03-20 21:50:10 -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
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
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
94a29be415
Removed deprecated GraphListView
2017-03-09 14:28:52 -05:00
9dfda83946
Closes #855 : Added an API endpoint for recent activity
2017-03-09 14:26:39 -05:00
41826fc3cb
Fixed serialization of CustomFieldChoices
2017-03-09 13:50:30 -05:00
6c2ed1be22
Standardized API URL definitions
2017-03-09 13:24:02 -05:00
c19725506d
Cleanup
2017-03-08 16:30:32 -05:00
a6ceaf8d96
Moved custom field serializers to their own module to avoid circular dependency
2017-03-08 16:18:41 -05:00
f43fbffdf7
Moved TopologyMaps from DCIM to extras
2017-03-08 16:12:14 -05:00
02e89d77bb
Merge branch 'develop' into api2
...
Conflicts:
netbox/dcim/api/views.py
2017-03-07 14:08:06 -05:00
f8381628d4
Fixes #941 : Corrected old references to rack.site on Device
2017-03-06 10:23:24 -05:00
0e04d20762
Re-implemented CustomFieldSerializer (read-only for now)
2017-02-09 16:55:54 -05:00
bb1f97abc2
Implemented static writable ModelSerializers for all models
2017-01-31 15:35:09 -05:00
fa900d5dbb
Converted nested serializers to HyperlinkedModelSerializer
2017-01-27 12:22:29 -05:00
062a5bfe8d
Initial work on API v2.0
2017-01-24 17:12:16 -05:00
80439c495e
Basic Support for Python 3 ( #827 )
...
* Rudimentary python3 support
* update docs and trigger Travis
* fix some of the tests
* fix all python3 errors
* change env calls to just python
* add @python_2_unicode_compatible decorator to models for python2 compatibility
* switch netbox.configuration to from netbox import configuration
2017-01-23 16:44:29 -05:00
7f297b4733
Fixes #769 : Show default value for boolean custom fields
2017-01-04 09:47:26 -05:00
b56e37ad84
Closes #722 : Enabled custom fields for device types
2016-12-16 10:54:45 -05:00
4a9b4c5387
Fixes #732 : Allow custom select field values to be deselected if the field is not required
2016-12-07 14:00:52 -05:00
6e5950be77
Fixes #720 : Display user action links properly in admin UI
2016-12-06 13:16:42 -05:00
9ea3383fde
#702 : Fix lingering Unicode incompatibility
2016-11-29 17:33:22 -05:00
8bff8bcbe2
Fixes #702 : Improved Unicode support for custom fields
2016-11-29 13:34:22 -05:00
ea92e92c5a
Fixes #632 : Use semicolons instead of commas to separate regexes in topology maps
2016-11-03 14:49:02 -04:00
96eaea7db9
Miscellaneous cleanup
2016-11-03 14:15:57 -04:00
73945899fe
Fixes #527 : Support for nullifying custom fields during bulk editing
2016-10-05 15:17:17 -04:00
36066068d4
#527 : Initial work to allow nullifying fields during bulk edit
2016-09-30 16:17:41 -04:00
35b3d8e33a
Fixes #581 : Corrected initialization of custom boolean and select fields
2016-09-28 09:58:59 -04:00
187a6dee17
Closes #579 : Add a description field to ExportTemplate
2016-09-27 16:31:18 -04:00
796b131f73
Fixes #577 : Correct initialization of custom boolean fields
2016-09-27 13:42:10 -04:00
bdb8d62cef
Closes #575 : Allow all valid URL schemes in custom fields
2016-09-27 11:42:20 -04:00
d049c1c244
Fixes #576 : Delete all relevant CustomFieldValues ehen deleting a CustomFieldChoice
2016-09-27 10:51:33 -04:00
33694030b7
Tweaked ExportTemplate admin display
2016-09-21 11:57:05 -04:00
325d96dabb
Quick fix for v1.6.1 related to #561
2016-09-21 11:43:22 -04:00
b10e29aaac
Closes #561 : Make custom fields accessible from within export templates
2016-09-19 16:11:37 -04:00
64326e7c9d
Closes #552 : Added a None filter option for custom select fields
2016-09-16 13:42:07 -04:00
afe805bd28
Corrected filtering of boolean custom fields
2016-09-12 15:59:43 -04:00
99510a990a
Fixes #544 : Strip CRLF-style line terminators from rendered export templates
2016-09-12 10:42:59 -04:00
d74d85a042
Added URL custom field type; added is_filterable toggle; fixed bulk editing
2016-08-23 16:45:26 -04:00
25c46894b4
Corrected CustomField ordering
2016-08-23 12:25:23 -04:00
4a2e80aeee
Added a weight to CustomField for ordering fields within a form
2016-08-23 12:11:27 -04:00
74a5960992
Added custom field support to filter forms
2016-08-23 12:05:28 -04:00
28b9dda55d
Implemented dynamic filters for custom fields
2016-08-23 11:18:00 -04:00
3b36a35b9a
Fixed API tests
2016-08-22 17:15:20 -04:00