Jeremy Stretch
|
8959d2e0a7
|
#4416: Add individual delete views for organizational objects
|
2020-07-01 12:08:26 -04:00 |
|
Jeremy Stretch
|
4613b69c28
|
Extend GetReturnURLMixin to automatically resolve default return URL for querysets
|
2020-07-01 11:50:31 -04:00 |
|
Jeremy Stretch
|
95965d65c9
|
Fix some instances where RestrictedQuerySet is evaluated prematurely
|
2020-06-26 12:22:02 -04:00 |
|
Jeremy Stretch
|
99c72c78c1
|
Update VMInterface view names
|
2020-06-24 10:09:22 -04:00 |
|
Jeremy Stretch
|
052555c3f7
|
Add bulk renaming function for VM interfaces
|
2020-06-24 10:02:40 -04:00 |
|
Jeremy Stretch
|
603c804535
|
Add VMInterface CSV import view
|
2020-06-23 17:09:21 -04:00 |
|
Jeremy Stretch
|
fce19a363d
|
Add VMInterface list view
|
2020-06-23 16:52:05 -04:00 |
|
Jeremy Stretch
|
e3820e93b7
|
Misc cleanup, renaming
|
2020-06-23 16:39:43 -04:00 |
|
Jeremy Stretch
|
5ad5994b9d
|
Update interface view templates
|
2020-06-23 15:09:32 -04:00 |
|
Jeremy Stretch
|
75354a8a78
|
Rename Interface to VMInterface
|
2020-06-23 13:21:44 -04:00 |
|
Jeremy Stretch
|
40938f0c8a
|
Retain ip_addresses name for related IPAddress objects
|
2020-06-22 16:13:18 -04:00 |
|
Jeremy Stretch
|
f2b26282b8
|
Disable VM interface bulk creation testing
|
2020-06-22 15:09:16 -04:00 |
|
Jeremy Stretch
|
2608b3f9f3
|
Separate VM interface view and template
|
2020-06-22 14:33:53 -04:00 |
|
Jeremy Stretch
|
6cb31a274f
|
Initial work on #4721 (WIP)
|
2020-06-22 13:10:56 -04:00 |
|
Jeremy Stretch
|
3c334a0238
|
Update views to restrict all querysets
|
2020-06-01 11:43:49 -04:00 |
|
Jeremy Stretch
|
1bce148be2
|
Enforce object-level permissions for ObjectConfigContextView
|
2020-05-22 11:55:56 -04:00 |
|
Jeremy Stretch
|
5282ae2250
|
Enforce object-level permissions for cluster add/remove devices views
|
2020-05-22 11:30:46 -04:00 |
|
Jeremy Stretch
|
7e64d3e653
|
Transition BulkComponentCreateView to use ObjectPermissionRequiredMixin
|
2020-05-22 09:23:00 -04:00 |
|
Jeremy Stretch
|
f36c797e98
|
Transition ComponentCreateView to use ObjectPermissionRequiredMixin
|
2020-05-21 16:28:11 -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
|
40c590f445
|
Add queryset to all BulkImportViews
|
2020-05-21 12:01:42 -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
|
81ffa0811e
|
Closes #4556: Update form for adding devices to clusters
|
2020-04-29 15:50:16 -04:00 |
|
Jeremy Stretch
|
6a61f0911d
|
Update InterfaceBulkCreateForm for VMs
|
2020-04-22 12:09:40 -04:00 |
|
Jeremy Stretch
|
440f754fec
|
Clean up TODO notes
|
2020-02-14 13:30:53 -05:00 |
|
Jeremy Stretch
|
6884404957
|
Migrate virtualization views to use common object list template
|
2020-02-13 14:24:22 -05:00 |
|
Jeremy Stretch
|
75906f7591
|
Move component bulk creation views to new URLs
|
2020-02-05 12:36:38 -05:00 |
|
Jeremy Stretch
|
6b9fa5e76f
|
Enable tests for component bulk edit views
|
2020-02-05 11:14:07 -05:00 |
|
Jeremy Stretch
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
Jeremy Stretch
|
49a6a36f4c
|
Renamed virtualization FilterSets
|
2020-01-09 20:42:32 -05:00 |
|
Fredrik Lönnegren
|
3262805938
|
Add tenancy to cluster
fix pep8
|
2019-10-07 16:20:14 +02:00 |
|
John Anderson
|
ade844f7a7
|
fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
|
2019-08-19 01:53:39 -04:00 |
|
Jeremy Stretch
|
c2d0e8fd95
|
Cleanup from earlier work on caching
|
2019-04-22 14:49:31 -04:00 |
|
John Anderson
|
2580b026fe
|
change cacheing to use cacheops
|
2019-04-17 12:29:21 -04:00 |
|
John Anderson
|
4723ddb5ce
|
move caching to views
|
2019-04-15 14:41:04 -04:00 |
|
Jeremy Stretch
|
e710ccb0e6
|
Enforce view permissions for UI views
|
2019-04-11 17:27:38 -04:00 |
|
Jeremy Stretch
|
aca57ec281
|
Fixes #2698: Remove pagination restriction on bulk component creation for devices/VMs
|
2018-12-19 10:59:12 -05:00 |
|
Jeremy Stretch
|
2ac60bdf48
|
Merge branch 'develop' into develop-2.5 (v2.4.4 release)
|
2018-08-22 12:10:44 -04:00 |
|
Jeremy Stretch
|
2804d89c5e
|
Fixes #2368: Record change in device changelog when altering cluster assignment
|
2018-08-17 14:26:50 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
beac676a6e
|
Cleaned up BulkEditView and BulkDeleteView
|
2018-07-20 21:18:10 -04:00 |
|
Jeremy Stretch
|
cd56e51a61
|
Closes #1851: Standardize usage of GetReturnURLMixin
|
2018-07-02 11:54:41 -04:00 |
|
Jeremy Stretch
|
62989ecb6e
|
Moved object context rendering to ObjectConfigContextView and standardized the template
|
2018-06-28 13:48:12 -04:00 |
|