Jeremy Stretch
|
c0c5f52ed9
|
Reorganize REST API components under netbox app
|
2020-10-13 15:57:21 -04:00 |
|
Jeremy Stretch
|
96650b0216
|
Merge branch 'develop' into develop-2.10
|
2020-10-09 13:52:16 -04:00 |
|
Daniel Sheppard
|
eadecf3eda
|
Fixes: #5221 - Fix bulk component creation over multiple VMs
|
2020-10-08 12:39:20 -05:00 |
|
Jeremy Stretch
|
9738257aa2
|
Fixes #5217: Prevent erroneous removal of prefetched GenericForeignKey data from tables
|
2020-10-07 13:09:08 -04:00 |
|
Jeremy Stretch
|
693b32077a
|
Update the netbox-discuss mailing list URL
|
2020-10-07 08:53:04 -04:00 |
|
Jeremy Stretch
|
b846f631a4
|
Rename connection_status to connected_endpoint_reachable
|
2020-10-05 11:32:39 -04:00 |
|
Jeremy Stretch
|
12e2537222
|
General cleanup of tables
|
2020-09-25 14:18:29 -04:00 |
|
Jeremy Stretch
|
28f0da0bc1
|
Introduce LinkedCountColumn to standardize approach to counting related items in tables
|
2020-09-25 12:42:17 -04:00 |
|
Jeremy Stretch
|
18a8a91d57
|
Introduce ChoiceFieldColumn to replace template columns
|
2020-09-25 10:52:14 -04:00 |
|
Jeremy Stretch
|
9b16d6df2e
|
Merge v2.9.4 release
|
2020-09-23 16:11:00 -04:00 |
|
Jeremy Stretch
|
09dc271eec
|
Fix reference to update_data
|
2020-09-23 12:20:45 -04:00 |
|
Jeremy Stretch
|
0c3fafdfef
|
Closes #4897: Allow filtering by content type identified as <app>.<model> string
|
2020-09-22 16:06:38 -04:00 |
|
Jeremy Stretch
|
38ed612cb9
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
Jeremy Stretch
|
5677fab2f9
|
Support bulk operations for both PUT and PATCH
|
2020-09-22 11:55:46 -04:00 |
|
Jeremy Stretch
|
a998c826a8
|
Introduce BulkUpdateModelMixin; rename BulkDeleteSerializer
|
2020-09-22 11:50:43 -04:00 |
|
Jeremy Stretch
|
961a491ea4
|
Merge pull request #5163 from netbox-community/3436-api-bulk-delete
#3436: Support for bulk deletion via REST API
|
2020-09-22 10:29:41 -04:00 |
|
Jeremy Stretch
|
3a90366538
|
Fix filtering services by port number
|
2020-09-21 14:36:58 -04:00 |
|
Jeremy Stretch
|
e77f1bdd85
|
Introduce array_to_string() utility function; add port_list property to Service
|
2020-09-21 13:31:38 -04:00 |
|
Jeremy Stretch
|
0cc2a6b2cf
|
Closes #5003: CSV import now accepts slug values for choice fields
|
2020-09-18 13:03:38 -04:00 |
|
Jeremy Stretch
|
2bc524a2ee
|
Standardize usage of BooleanColumn
|
2020-09-16 14:25:07 -04:00 |
|
Jeremy Stretch
|
43f1fbf5b3
|
Fixes #5136: Fix exception when bulk editing interface 802.1Q mode
|
2020-09-16 13:07:55 -04:00 |
|
Jeremy Stretch
|
a743102567
|
Fix serialization of custom_fields for change logging
|
2020-09-15 15:53:59 -04:00 |
|
Jeremy Stretch
|
eba2ea06ff
|
Add test for bulk API deletions
|
2020-09-15 14:36:38 -04:00 |
|
Jeremy Stretch
|
6694ec78bc
|
Implement support for bulk deletion of objects via a single REST API request
|
2020-09-15 13:36:36 -04:00 |
|
Jeremy Stretch
|
695e9ec5d7
|
Fixes #5111: Allow use of tuples when specifying ObjectVar query_params
|
2020-09-09 09:52:57 -04:00 |
|
Jeremy Stretch
|
c5ab89d71e
|
Merge branch 'develop-2.10' into 4878-custom-fields
|
2020-09-04 16:14:06 -04:00 |
|
Jeremy Stretch
|
08c492f1f4
|
Merge develop into develop-2.10
|
2020-09-04 16:09:05 -04:00 |
|
Jeremy Stretch
|
b559c827d2
|
Fixes #5091: Avoid KeyError when handling invalid table preferences
|
2020-09-02 13:30:19 -04:00 |
|
Jeremy Stretch
|
53e09a924c
|
Restore and rename CustomChoiceFieldInspector
|
2020-08-26 15:04:22 -04:00 |
|
Jeremy Stretch
|
bde25e69f8
|
Add CustomFieldsDataFieldInspector for OpenAPI spec
|
2020-08-26 14:36:45 -04:00 |
|
Jeremy Stretch
|
0b7d019c02
|
Remove unused CustomChoiceFieldInspector
|
2020-08-25 15:16:20 -04:00 |
|
Jeremy Stretch
|
2276603ac3
|
Drop CustomFieldValue
|
2020-08-21 16:21:11 -04:00 |
|
Jeremy Stretch
|
802af06c0f
|
Closes #4991: Add Python and NetBox versions to error page
|
2020-08-21 12:58:48 -04:00 |
|
Jeremy Stretch
|
bf4fee1592
|
Fixes #5020: Correct handling of dependent objects during bulk deletion
|
2020-08-20 09:44:45 -04:00 |
|
Jeremy Stretch
|
3ebef04a11
|
Closes #5016: assertHttpStatus() should report form validation errors
|
2020-08-18 17:02:47 -04:00 |
|
Jeremy Stretch
|
c482dcd8cb
|
Dump full response content on unexpected status code
|
2020-08-18 10:41:28 -04:00 |
|
Jeremy Stretch
|
0e5d0a43f9
|
Fix serialization of tags for REST API updates
|
2020-08-17 16:18:47 -04:00 |
|
Jeremy Stretch
|
81c72739b5
|
Attach object modification signals before running a custom script
|
2020-08-17 13:43:48 -04:00 |
|
Jeremy Stretch
|
ff5a3c1055
|
Cache custom fields on instance during bulk edit
|
2020-08-17 12:29:40 -04:00 |
|
Jeremy Stretch
|
4ee8e473eb
|
Move ObjectChange creation into signal receivers
|
2020-08-14 17:03:45 -04:00 |
|
Jeremy Stretch
|
b4299241fe
|
Cast all query param values to string
|
2020-08-14 11:38:15 -04:00 |
|
Jeremy Stretch
|
fd139a77f5
|
Closes #4997: Introduce OrderedDefaultRouter; move root API views to views.py
|
2020-08-13 12:49:49 -04:00 |
|
Jeremy Stretch
|
b891b407d4
|
Add brief_mode to DynamicModelChoiceMixin
|
2020-08-12 14:15:34 -04:00 |
|
Jeremy Stretch
|
5372492785
|
Clean up Select2 widget Javascript
|
2020-08-12 14:03:58 -04:00 |
|
Jeremy Stretch
|
c40df97ffa
|
Rename add_additional_query_param()
|
2020-08-12 13:59:11 -04:00 |
|
Jeremy Stretch
|
9e14e28d89
|
Remove unused arguments from APISelect widget
|
2020-08-12 13:57:34 -04:00 |
|
Jeremy Stretch
|
e9e77fc689
|
Add disabled_indicator to DynamicModelChoiceMixin
|
2020-08-12 13:30:49 -04:00 |
|
Jeremy Stretch
|
09849391e3
|
Remove filter_for argument from Select2 widgets
|
2020-08-12 13:03:59 -04:00 |
|
Jeremy Stretch
|
100c8fef20
|
Add support for referencing peer field values in query_params
|
2020-08-12 12:37:17 -04:00 |
|
Jeremy Stretch
|
8a8b4e728a
|
Move null_option to DynamicModelChoiceMixin
|
2020-08-12 09:47:13 -04:00 |
|