1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

284 Commits

Author SHA1 Message Date
1d72436bfc Fixes #4168: Role is not required when creating a virtual machine 2020-02-14 09:13:05 -05:00
335343642b additional status choices for vms 2020-02-12 22:43:40 -05:00
bc7f5fb33a Modify offline status color for vm 2020-02-12 22:19:17 -05:00
ca56fc709a Fixes #4093: Add decommissioning for vms 2020-02-12 22:19:17 -05:00
3b1128f8f3 Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
7177fcfa61 Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
da68968d75 Replace FilterChoiceField with DynamicModelMultipleChoiceField 2020-02-11 09:33:41 -05:00
5ea30c8628 Replace ChainedModelChoiceField with DynamicModelChoiceField 2020-02-10 17:23:52 -05:00
7388fa3556 Fixes #4083: Permit nullifying applicable choice fields via API requests 2020-02-10 15:10:33 -05:00
5ddfde2214 Clean up unneeded code relevant to FilterChoiceField 2020-02-10 09:44:19 -05:00
98de88de90 Standardize URL paths for VM interfaces 2020-02-06 17:40:04 -05:00
a2475ee501 Remove obsolete ComponentForm 2020-02-06 11:36:25 -05:00
a58bbccfd3 Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
0d3ff664b6 Move model_to_dict() into assertInstanceEqual(); clean up test data 2020-02-05 15:47:50 -05:00
b0c0ad7c82 Adapt component creation forms to infer parent device/VM from initial or bound data 2020-02-05 15:31:30 -05:00
0ad613e6b4 Enable bulk creation tests for device components 2020-02-05 15:22:57 -05:00
75906f7591 Move component bulk creation views to new URLs 2020-02-05 12:36:38 -05:00
6b9fa5e76f Enable tests for component bulk edit views 2020-02-05 11:14:07 -05:00
57a0cf0a33 Fix component bulk edit views 2020-02-05 10:28:39 -05:00
f805b57778 Adapt BulkEditView to not require a parent object for device components 2020-02-04 18:08:40 -05:00
3e79b9d26a Add InterfaceTestCase for virtual machines 2020-02-04 16:40:18 -05:00
c1639b7781 Move component bulk delete views to new URLs 2020-02-04 16:06:55 -05:00
0d41d12267 Merge branch 'develop' into 2921-tags-select2 2020-02-04 09:37:31 -05:00
d431efb7d4 Add bulk edit view tests 2020-02-03 13:53:19 -05:00
e50eab2342 Convert virtualization view tests to use StandardTestCases 2020-01-31 15:57:33 -05:00
67fafb2b9d Use assertHttpStatus for evaluating HTTP response codes 2020-01-30 18:08:25 -05:00
61ac7c44ba Migrate view tests to use new TestCase class 2020-01-30 16:37:40 -05:00
52f7ef4864 Merge branch 'develop' into 2921-tags-select2 2020-01-30 17:51:55 +00:00
e6b018909d Introduced CustomFieldModelCSVForm 2020-01-29 13:53:26 -05:00
bc7cf63958 Rename and refactor CustomFieldForm 2020-01-29 10:59:18 -05:00
db3b4505c1 Merge pull request #3885 from hSaria/568-csv-import-cf
Fixes #568: CSV import/export of custom fields
2020-01-29 10:11:40 -05:00
8de9f52151 Fixes #4033: Restore missing comments field label of various bulk edit forms 2020-01-28 16:09:10 -05:00
eb4c2e5d7f Remove obsolete fixtures files 2020-01-24 16:29:23 -05:00
ca035a72bd Merge branch 'develop' into 2921-tags-select2 2020-01-24 20:56:36 +00:00
096814dc33 #3880: Define constants for arbitrary values 2020-01-24 14:42:57 -05:00
66d5cc47a5 Fixes #3950: Cloned Device Form does not retain device type 2020-01-24 03:30:24 -05:00
9128435113 Removed CustomFieldForm class from models without custom fields 2020-01-23 17:03:14 +00:00
bdfead6265 Merge branch 'develop' into 568-csv-import-cf 2020-01-21 21:30:38 +00:00
77c8bcef6d Merge branch 'develop' into 2921-tags-select2 2020-01-21 21:29:21 +00:00
302f87e108 Fixes #3937: Suppress warning messages in tests for requests expected to yield a 4XX response 2020-01-17 14:53:33 -05:00
89e6de3652 Merge branch 'develop' into 568-csv-import-cf 2020-01-16 16:05:01 +00:00
2949bfaaa7 Merge branch 'develop' into 2921-tags-select2 2020-01-16 15:33:42 +00:00
8bd67b2c17 Add tests for browsable API endpoints 2020-01-15 17:47:55 -05:00
28350d84f9 Update model ordering parameters to ensure deterministic ordering 2020-01-15 13:20:44 -05:00
c202c1325b Add test for VM interface type choices 2020-01-15 10:04:12 -05:00
49f027fae7 Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint 2020-01-15 09:59:44 -05:00
857e04e90b Add _choices endpoint tests for all apps 2020-01-14 16:13:11 -05:00
3f37cc461d Reorder operations to avoid "pending trigger events" SQL error 2020-01-14 14:37:50 -05:00
6959785cd1 Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
2615906526 Squashed all migrations 2020-01-14 11:06:05 -05:00