Jeremy Stretch
|
7dc4f8d5cc
|
Remove TagField
|
2020-06-12 10:01:39 -04:00 |
|
Jeremy Stretch
|
057a022205
|
Clean up and improve UI view tests
|
2020-06-11 16:12:50 -04:00 |
|
Jeremy Stretch
|
d26fcc9918
|
Annotated blocked TODO items
|
2020-06-10 16:56:24 -04:00 |
|
Jeremy Stretch
|
1f727f565f
|
Adopted fix from #4743 and updated API tests
|
2020-06-10 16:11:28 -04:00 |
|
Jeremy Stretch
|
a8145fe4c2
|
Add permission assignment to custom test methods
|
2020-06-08 13:40:46 -04:00 |
|
Jeremy Stretch
|
0ebd87bcb9
|
Merge branch 'develop' into develop-2.9
|
2020-06-08 10:33:23 -04:00 |
|
Jeremy Stretch
|
4f830c9c22
|
Fix list_brief tests
|
2020-06-05 16:09:55 -04:00 |
|
Jeremy Stretch
|
032f87caec
|
Merge branch 'develop' into 4722-api-tests
|
2020-06-05 15:50:14 -04:00 |
|
Jeremy Stretch
|
e616aad911
|
Fixes #4725: Fix "brief" rendering of various REST API endpoints
|
2020-06-05 15:49:06 -04:00 |
|
Jeremy Stretch
|
b5ebfd0b07
|
Standardize IPAM API tests
|
2020-06-05 14:09:54 -04:00 |
|
Jeremy Stretch
|
56f6698ba5
|
Fixes #4707: Fix prefix_count population on VLAN API serializer
|
2020-06-02 13:40:14 -04:00 |
|
Jeremy Stretch
|
3c334a0238
|
Update views to restrict all querysets
|
2020-06-01 11:43:49 -04:00 |
|
Jeremy Stretch
|
e23b2c4c4f
|
Implement RestrictedQuerySet as a manager
|
2020-05-29 16:27:36 -04:00 |
|
Jeremy Stretch
|
486f1a74ab
|
Standardize base classes for view test cases
|
2020-05-28 12:05:54 -04:00 |
|
Jeremy Stretch
|
03da9348e5
|
Merge branch 'develop-2.9' into 554-object-permissions
|
2020-05-26 16:42:39 -04:00 |
|
Jeremy Stretch
|
635fefcb5c
|
Update exempted tests
|
2020-05-22 16:33:56 -04:00 |
|
Jeremy Stretch
|
3ef4287d57
|
Add additional_permissions to ObjectPermissionRequiredMixin
|
2020-05-22 12:41:20 -04:00 |
|
Jeremy Stretch
|
ab60a5d73d
|
Enforce object-level permissions for IPAddressAssignView, VLANGroupVLANsView
|
2020-05-22 09:51:57 -04:00 |
|
Jeremy Stretch
|
91362b0f82
|
Transition BulkCreateView to use ObjectPermissionRequiredMixin
|
2020-05-21 15:53:50 -04:00 |
|
Jeremy Stretch
|
e61fc1f709
|
Introduce ObjectView to enforce object-level permissions for individual object views
|
2020-05-21 15:53:00 -04:00 |
|
Jeremy Stretch
|
8fd860a413
|
Transition BulkDeleteView to use ObjectPermissionRequiredMixin
|
2020-05-21 15:14:29 -04:00 |
|
Jeremy Stretch
|
82c247f3cf
|
Transition BulkEditView to use ObjectPermissionRequiredMixin
|
2020-05-21 15:07:20 -04:00 |
|
Jeremy Stretch
|
5e5038d780
|
Transition BulkImportView to use ObjectPermissionRequiredMixin
|
2020-05-21 14:43:27 -04:00 |
|
Jeremy Stretch
|
2b32430a10
|
Transition ObjectDeleteView to use ObjectPermissionRequiredMixin
|
2020-05-21 14:34:40 -04:00 |
|
Jeremy Stretch
|
406b076b95
|
Transition ObjectEditView to use ObjectPermissionRequiredMixin
|
2020-05-21 13:59:19 -04:00 |
|
Jeremy Stretch
|
993ee8c900
|
Transition ObjectListView to use ObjectPermissionRequiredMixin
|
2020-05-21 13:22:09 -04:00 |
|
Jeremy Stretch
|
cc6e74dfd5
|
Move ObjectPermissionRequiredMixin to utilities.views
|
2020-05-21 13:12:15 -04:00 |
|
Jeremy Stretch
|
40c590f445
|
Add queryset to all BulkImportViews
|
2020-05-21 12:01:42 -04:00 |
|
Jeremy Stretch
|
5486cff441
|
Add object permission support, tests for bulk import/edit/delete views
|
2020-05-21 11:49:50 -04:00 |
|
Jeremy Stretch
|
64f60228ec
|
Add web UI view tests for object-level permissions
|
2020-05-20 13:35:54 -04:00 |
|
Jeremy Stretch
|
f3b22acc9a
|
Merge branch 'develop' into develop-2.9
|
2020-05-15 11:29:07 -04:00 |
|
Jeremy Stretch
|
3c8e7e739d
|
Fixes #4649: Fix interface assignment for bulk-imported IP addresses
|
2020-05-15 09:44:00 -04:00 |
|
Jeremy Stretch
|
8394ff5537
|
Fixes #4644: Fix ordering of services table by parent
|
2020-05-15 09:02:56 -04:00 |
|
John Anderson
|
14744da8f6
|
fixes #4647 - caching invalidation related to assinging new IP addresses to interfaces
|
2020-05-15 02:45:48 -04:00 |
|
Jeremy Stretch
|
e0ebb8e7d8
|
Fixes #4617: Restore IP prefix depth notation in list view
|
2020-05-13 17:08:48 -04:00 |
|
Jeremy Stretch
|
07fd92cd4c
|
Fixes #4629: Replicate assigned interface when cloning IP addresses
|
2020-05-13 16:25:22 -04:00 |
|
Jeremy Stretch
|
1461be2004
|
Fixes #4613: Fix tag assignment on config contexts (regression from #4527)
|
2020-05-13 10:28:48 -04:00 |
|
Jeremy Stretch
|
3abb52a085
|
#4624: Refactor ObjectDeleteView to use a queryset
|
2020-05-11 12:47:01 -04:00 |
|
Jeremy Stretch
|
87fa6bc252
|
#4624: Refactor ObjectEditView to use a queryset
|
2020-05-11 12:37:22 -04:00 |
|
Jeremy Stretch
|
cd0eb0d8ce
|
Fixes #4588: Restore ability to add/remove tags on services, virtual chassis in bulk
|
2020-05-06 15:00:01 -04:00 |
|
Jeremy Stretch
|
a4dbd2dae5
|
Closes #3064: Include tags in object lists as a toggleable table column
|
2020-05-06 14:42:51 -04:00 |
|
Jeremy Stretch
|
1ccb3162ff
|
Ensure all model FilterSets support the 'id' field
|
2020-05-06 12:33:52 -04:00 |
|
Jeremy Stretch
|
9312dea2b2
|
Merge pull request #4564 from netbox-community/3147-csv-import-fields
Closes #3147: Allow dynamic access to related objects during CSV import
|
2020-05-06 10:15:00 -04:00 |
|
Jeremy Stretch
|
270d61ce1b
|
Remove boilerplate error messages from CSV model choice fields
|
2020-05-06 09:58:12 -04:00 |
|
Jeremy Stretch
|
70d0a5f665
|
Introduce CSVModelChoiceField to provide better validation for CSV model choices
|
2020-05-06 09:43:10 -04:00 |
|
Jeremy Stretch
|
839e999a71
|
Introduce CSVModelForm for dynamic CSV imports
|
2020-05-05 16:15:09 -04:00 |
|
Jeremy Stretch
|
718ff4a743
|
Update help_texts for models, import forms
|
2020-05-01 15:40:34 -04:00 |
|
Jeremy Stretch
|
4b8ef6b09a
|
Removed FlexibleModelChoiceField
|
2020-05-01 13:40:52 -04:00 |
|
Jeremy Stretch
|
6e9e6af2f0
|
#492: Extend IPAM tables
|
2020-04-29 11:29:30 -04:00 |
|
Jeremy Stretch
|
f535ef4924
|
Update development docs to remove squashing instructions
|
2020-04-29 09:44:41 -04:00 |
|