Jeremy Stretch
|
6cae4d7ee4
|
Fix CustomFieldSerializer content_types queryset
|
2020-11-23 18:55:17 -05:00 |
|
Jeremy Stretch
|
a05fe69043
|
Add REST API endpoint for custom fields
|
2020-11-23 15:54:42 -05:00 |
|
Jeremy Stretch
|
c0c5f52ed9
|
Reorganize REST API components under netbox app
|
2020-10-13 15:57:21 -04:00 |
|
Jeremy Stretch
|
3df3706f27
|
Closes #5190: Add a REST API endpoint for content types
|
2020-10-09 15:08:29 -04:00 |
|
Jeremy Stretch
|
9b16d6df2e
|
Merge v2.9.4 release
|
2020-09-23 16:11:00 -04:00 |
|
Jeremy Stretch
|
4466458076
|
Fixes #5118: Specifying an empty list of tags should clear assigned tags (REST API)
|
2020-09-09 13:43:10 -04:00 |
|
Jeremy Stretch
|
ec66e1a5c0
|
Closes #4349: Drop support for embedded graphs
|
2020-08-21 11:57:46 -04:00 |
|
Jeremy Stretch
|
d1071b79e3
|
Closes #4360: Drop support for the Django template language in export templates
|
2020-08-21 11:16:30 -04:00 |
|
Jeremy Stretch
|
0e5d0a43f9
|
Fix serialization of tags for REST API updates
|
2020-08-17 16:18:47 -04:00 |
|
Jeremy Stretch
|
59091efa86
|
Closes #4840: Enable change logging for config contexts
|
2020-07-09 17:09:03 -04:00 |
|
Jeremy Stretch
|
924f319343
|
Closes #4806: Add a url field to all API serializers
|
2020-07-06 16:41:08 -04:00 |
|
Jeremy Stretch
|
1f905e72d9
|
Fix stray reference to LOG_LEVEL_CODES
|
2020-07-06 11:51:28 -04:00 |
|
John Anderson
|
f092c107b5
|
PR review updates
|
2020-07-06 02:00:16 -04:00 |
|
John Anderson
|
f48a079ae6
|
fix tests and cleanup
|
2020-06-29 14:34:42 -04:00 |
|
John Anderson
|
3777fbccc3
|
Implements #2006 - run reports and scripts in the background
|
2020-06-29 03:50:05 -04:00 |
|
Jeremy Stretch
|
448dc1442c
|
Replace TaggitSerializer and TagListSerializerField with TaggedObjectSerializer
|
2020-06-17 09:57:17 -04:00 |
|
John Anderson
|
901143b72a
|
Merge branch 'develop' into develop-2.8
|
2020-03-16 12:17:00 -04:00 |
|
John Anderson
|
9a38586e13
|
rename FeatureQuery class
|
2020-03-16 11:58:35 -04:00 |
|
John Anderson
|
9df238c5f2
|
Merge branch 'develop' into develop-2.8
|
2020-03-15 00:18:32 -04:00 |
|
John Anderson
|
9466802a95
|
closes #4368 - extras features model registration
|
2020-03-14 03:03:22 -04:00 |
|
Jeremy Stretch
|
d4f6909859
|
Rename Tag.comments to description
|
2020-03-13 17:00:00 -04:00 |
|
Jeremy Stretch
|
12602a95ea
|
All fields on RenderedGraphSerializer should be read-only
|
2020-02-21 14:45:07 -05:00 |
|
Jeremy Stretch
|
11d012de4e
|
Fixes #4235: Fix API representation of content_type for export templates
|
2020-02-21 14:38:38 -05:00 |
|
Saria Hajjar
|
8849f4b0a5
|
Added cluster groups and clusters to serializers
|
2020-01-28 17:30:26 +00:00 |
|
Jeremy Stretch
|
c28684a8b3
|
Remove obsolete utility function model_names_to_filter_dict()
|
2020-01-15 16:21:41 -05:00 |
|
Jeremy Stretch
|
f81e7d30e2
|
#3892: Convert GRAPH_MODELS to a Q object
|
2020-01-15 16:08:19 -05:00 |
|
Jeremy Stretch
|
deec10efe7
|
Rename ExportTemplateLanguageChoices to TemplateLanguageChoices
|
2020-01-15 09:40:05 -05:00 |
|
Jeremy Stretch
|
69a696a8d6
|
Fix graph:type choices under /api/extras/_choices/
|
2020-01-10 12:18:56 -05:00 |
|
Jeremy Stretch
|
9399652dd0
|
Add template_language field to Graph
|
2020-01-10 11:28:50 -05:00 |
|
Jeremy Stretch
|
19363add30
|
Represent and assign ConfigContext tags by their slugs
|
2019-12-11 16:04:43 -05:00 |
|
kobayashi
|
5710f297f1
|
implement 3664
|
2019-12-11 04:58:42 -05:00 |
|
Jeremy Stretch
|
7518174374
|
Closes #3731: Change Graph.type to a ContentType foreign key field
|
2019-12-06 10:32:59 -05:00 |
|
Jeremy Stretch
|
89e720cb77
|
ExportTemplate.template_language to slug (#3569)
|
2019-12-05 17:01:00 -05:00 |
|
Jeremy Stretch
|
2bcbcd3458
|
ObjectChange.action to slug (#3569)
|
2019-12-05 16:30:15 -05:00 |
|
Jeremy Stretch
|
93d28e6a72
|
Improve script output serialization
|
2019-10-29 16:17:59 -04:00 |
|
Jeremy Stretch
|
1cfb8aea23
|
Initial work on #3538: script execution API
|
2019-10-28 15:02:21 -04:00 |
|
Jeremy Stretch
|
778e5bed3c
|
Merge branch 'develop' into develop-2.7
|
2019-09-25 13:44:29 -04:00 |
|
Jeremy Stretch
|
d183a9e7b5
|
Closes #3352: Enable filtering changelog API by changed_object_id
|
2019-09-25 10:11:41 -04:00 |
|
Jeremy Stretch
|
dccda62f2d
|
Closes #2745: Remove topology maps
|
2019-08-08 21:33:20 -04:00 |
|
Jeremy Stretch
|
4f9b666eee
|
Merge branch 'develop' into develop-2.6
|
2019-04-09 14:11:26 -04:00 |
|
Jeremy Stretch
|
6f8591f769
|
Closes #3052: Add Jinja2 support for export templates
|
2019-04-08 12:20:24 -04:00 |
|
Jeremy Stretch
|
858be6d216
|
Fixes #3039: Fix exception when retrieving change object for a component template via API
|
2019-04-04 15:00:59 -04:00 |
|
Jeremy Stretch
|
c8cccc30d1
|
Merge branch 'develop' into develop-2.6
|
2019-04-02 13:12:34 -04:00 |
|
Jeremy Stretch
|
3f5f75c71f
|
Fixes #3001: Fix API representation of ObjectChange action and add changed_object_type
|
2019-03-28 09:57:26 -04:00 |
|
Jeremy Stretch
|
fc76c8eb0f
|
FieldChoicesViewSet should infer field choices from serializer, not model
|
2019-03-22 16:24:53 -04:00 |
|
Jeremy Stretch
|
d9c8c0cbc1
|
Fixes #2968: Correct API documentation for SerializerMethodFields
|
2019-03-08 10:25:09 -05:00 |
|
John Anderson
|
fc2bb724fa
|
initial pass on migrating to custom tag model with color and comments fields
|
2019-02-20 03:52:47 -05:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
75f0d8ee90
|
Closes #2578: Reorganized nested serializers
|
2018-11-12 11:36:44 -05:00 |
|
Jeremy Stretch
|
f8a961b568
|
Cleaned up import statements
|
2018-11-02 15:20:08 -04:00 |
|