Jeremy Stretch
|
c53990c739
|
Closes #5307: Add a region selector for every site form field
|
2020-11-04 15:27:41 -05:00 |
|
Jeremy Stretch
|
7598b891c1
|
Add initial_params to all forms
|
2020-11-04 11:09:13 -05:00 |
|
Jeremy Stretch
|
b5a65bc66c
|
Fixes #5211: Add missing has_primary_ip filter for virtual machines
|
2020-10-09 11:46:16 -04:00 |
|
Jeremy Stretch
|
523c32b8af
|
Fixes #5061: Allow adding/removing tags when bulk editing virtual machine interfaces
|
2020-08-27 13:26:41 -04:00 |
|
Jeremy Stretch
|
6e28490b84
|
Fixes #5038: Fix validation of primary IPs assigned to virtual machines
|
2020-08-24 09:41:04 -04:00 |
|
Jeremy Stretch
|
53f9f82317
|
Set display_field where needed
|
2020-08-13 09:27:21 -04:00 |
|
Jeremy Stretch
|
b891b407d4
|
Add brief_mode to DynamicModelChoiceMixin
|
2020-08-12 14:15:34 -04:00 |
|
Jeremy Stretch
|
c40df97ffa
|
Rename add_additional_query_param()
|
2020-08-12 13:59:11 -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
|
d8d752b623
|
Fix form for adding devices to a cluster
|
2020-08-12 10:14:21 -04:00 |
|
Jeremy Stretch
|
b917403c93
|
Replace 'nullable' attribute with null_option
|
2020-08-12 10:05:12 -04:00 |
|
Jeremy Stretch
|
8a8b4e728a
|
Move null_option to DynamicModelChoiceMixin
|
2020-08-12 09:47:13 -04:00 |
|
Jeremy Stretch
|
f3fb85933f
|
Add query_params attribute to DynamicModelChoiceMixin
|
2020-08-12 09:28:24 -04:00 |
|
Jeremy Stretch
|
a831e525da
|
Remove value_field from APISelect; reference to_field_name on field
|
2020-08-11 17:19:40 -04:00 |
|
Jeremy Stretch
|
fdc43f8279
|
Add display_field kwarg to DynamicModelChoiceMixin
|
2020-08-11 17:00:28 -04:00 |
|
Jeremy Stretch
|
013a2a35e0
|
Add cluster and virtual machine filters to VM interfaces list
|
2020-07-13 15:43:54 -04:00 |
|
Jeremy Stretch
|
b1686c2db9
|
Fix bulk editing, deletion of VM interfaces
|
2020-07-10 10:26:43 -04:00 |
|
Jeremy Stretch
|
052555c3f7
|
Add bulk renaming function for VM interfaces
|
2020-06-24 10:02:40 -04:00 |
|
Jeremy Stretch
|
6663844a86
|
Rename 'vm_interface' to 'vminterface'; misc cleanup
|
2020-06-24 09:27:30 -04:00 |
|
Jeremy Stretch
|
afda46d587
|
Fix VMInterface bulk creation
|
2020-06-23 17:28:34 -04:00 |
|
Jeremy Stretch
|
603c804535
|
Add VMInterface CSV import view
|
2020-06-23 17:09:21 -04:00 |
|
Jeremy Stretch
|
e3820e93b7
|
Misc cleanup, renaming
|
2020-06-23 16:39:43 -04:00 |
|
Jeremy Stretch
|
75354a8a78
|
Rename Interface to VMInterface
|
2020-06-23 13:21:44 -04:00 |
|
Jeremy Stretch
|
fc2d08c407
|
Set related_query_name for GenericRelations to IPAddress
|
2020-06-22 16:27:13 -04:00 |
|
Jeremy Stretch
|
f2b26282b8
|
Disable VM interface bulk creation testing
|
2020-06-22 15:09:16 -04:00 |
|
Jeremy Stretch
|
6cb31a274f
|
Initial work on #4721 (WIP)
|
2020-06-22 13:10:56 -04:00 |
|
Jeremy Stretch
|
7dc4f8d5cc
|
Remove TagField
|
2020-06-12 10:01:39 -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
|
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
|
7b50f2b0eb
|
Fix tag assignment when bulk creating components
|
2020-04-22 14:05:27 -04:00 |
|
Jeremy Stretch
|
6a61f0911d
|
Update InterfaceBulkCreateForm for VMs
|
2020-04-22 12:09:40 -04:00 |
|
John Anderson
|
09e09e43ba
|
Merge branch 'develop' into develop-2.8
|
2020-03-18 14:44:18 -04:00 |
|
Jeremy Stretch
|
0068108c57
|
Remove APISelect widget/api_url argument from dynamic fields
|
2020-03-16 14:08:48 -04:00 |
|
Jeremy Stretch
|
cebe580484
|
Add a description field to all organizational models
|
2020-03-13 16:33:28 -04:00 |
|
Jeremy Stretch
|
8687226cc7
|
Update family filters in querysets
|
2020-02-14 15:11:12 -05:00 |
|
Jeremy Stretch
|
6bc7be7ba5
|
Merge pull request #3925 from hSaria/3840-limit-vlan-choices
Fixes #3840: Only show valid interface VLAN choices
|
2020-02-14 11:48:29 -05:00 |
|
Saria Hajjar
|
7aba8e3ec4
|
Added back clean
|
2020-02-14 16:43:42 +00:00 |
|
Jeremy Stretch
|
1d72436bfc
|
Fixes #4168: Role is not required when creating a virtual machine
|
2020-02-14 09:13:05 -05:00 |
|
Jeremy Stretch
|
7177fcfa61
|
Use DynamicModelChoiceField for all fields using APISelect
|
2020-02-11 12:25:40 -05:00 |
|
Jeremy Stretch
|
da68968d75
|
Replace FilterChoiceField with DynamicModelMultipleChoiceField
|
2020-02-11 09:33:41 -05:00 |
|
Jeremy Stretch
|
5ea30c8628
|
Replace ChainedModelChoiceField with DynamicModelChoiceField
|
2020-02-10 17:23:52 -05:00 |
|
Jeremy Stretch
|
5ddfde2214
|
Clean up unneeded code relevant to FilterChoiceField
|
2020-02-10 09:44:19 -05:00 |
|
Saria Hajjar
|
f0c83e168e
|
Merge branch 'develop' into 3840-limit-vlan-choices
|
2020-02-08 16:14:10 +00:00 |
|
Jeremy Stretch
|
a2475ee501
|
Remove obsolete ComponentForm
|
2020-02-06 11:36:25 -05:00 |
|
Jeremy Stretch
|
b0c0ad7c82
|
Adapt component creation forms to infer parent device/VM from initial or bound data
|
2020-02-05 15:31:30 -05:00 |
|
Jeremy Stretch
|
0ad613e6b4
|
Enable bulk creation tests for device components
|
2020-02-05 15:22:57 -05:00 |
|
Jeremy Stretch
|
75906f7591
|
Move component bulk creation views to new URLs
|
2020-02-05 12:36:38 -05:00 |
|