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

64 Commits

Author SHA1 Message Date
11a247edc2 Fix up tests 2020-06-18 10:32:22 -04:00
2d4694e72d Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
2020-06-17 12:28:04 -04:00
e917535380 Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
9fc4a4f24a Closes #4755: Enable creation of rack reservations directly from navigation menu 2020-06-12 15:11:27 -04:00
e905a36fb2 Update tests for tag changes 2020-06-12 11:33:23 -04:00
057a022205 Clean up and improve UI view tests 2020-06-11 16:12:50 -04:00
9b48a26aef Merge pull request #4723 from jsenecal/4615_interface_label
Closes: #4615 Physical labels
2020-06-11 13:03:46 -04:00
8e9dc9f20e Add EditObjectViewTestCase for VirtualChassis 2020-06-10 16:51:35 -04:00
88ae522c9a Closes #4742: Add tagging for cables, power panels, and rack reservations 2020-06-10 14:55:46 -04:00
90bc1cd951 Test forms and views with labels 2020-06-08 20:04:31 -04:00
486f1a74ab Standardize base classes for view test cases 2020-05-28 12:05:54 -04:00
03da9348e5 Merge branch 'develop-2.9' into 554-object-permissions 2020-05-26 16:42:39 -04:00
74c29b0bb7 Fixes #4684: Fix ignored comment when importing DeviceType 2020-05-26 01:17:10 -04:00
635fefcb5c Update exempted tests 2020-05-22 16:33:56 -04:00
607744813a Extend tests for CSV import 2020-05-05 16:49:16 -04:00
839e999a71 Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00
d8cb58c746 #4416: Add bulk edit & delete views for VirtualChassis 2020-04-24 15:20:52 -04:00
a72d5c899e Merge branch 'develop' into develop-2.8 2020-03-27 12:53:55 -04:00
058c78d8be Closes #4389: Add a bulk edit view for device bays 2020-03-19 16:32:08 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
cebe580484 Add a description field to all organizational models 2020-03-13 16:33:28 -04:00
c5776d9da4 Closes #4369: Add a dedicated view for rack reservations 2020-03-13 13:53:44 -04:00
5e971994ff Closes #4362: Standardize URL for creation of RackReservations 2020-03-12 17:43:11 -04:00
84de0458aa Implement nested RackGroups 2020-03-11 14:40:29 -04:00
e364a25e46 Add test for RackReservation import 2020-03-09 13:35:44 -04:00
2a5bf2a222 Fixes #4323: Add bulk edit view for power panels 2020-03-06 16:05:26 -05:00
3b1128f8f3 Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
a966a4c8ac Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00
4563749fd9 Enable bulk edit/delete views for all device components 2020-02-06 20:58:14 -05:00
1b5969a5ee Add tests for DeviceType component bulk edit views 2020-02-06 15:33:47 -05:00
5620fdc63e Add tests for device type component views 2020-02-06 14:39:36 -05:00
c1c8b5e816 Introduce InventoryItemCreateView to bring inventory items up to par with other components 2020-02-06 10:59:13 -05:00
0d3ff664b6 Move model_to_dict() into assertInstanceEqual(); clean up test data 2020-02-05 15:47:50 -05:00
0ad613e6b4 Enable bulk creation tests for device components 2020-02-05 15:22:57 -05:00
6b9fa5e76f Enable tests for component bulk edit views 2020-02-05 11:14:07 -05:00
c1639b7781 Move component bulk delete views to new URLs 2020-02-04 16:06:55 -05:00
763d9b9cf7 Convert all DCIM component view tests to use StandardTestCases 2020-02-04 14:25:02 -05:00
bece1155ee Introduce create_test_device() to reduce test setup boilerplate 2020-02-04 11:58:52 -05:00
eef79e1443 Fixes #4079: Fix assignment of power panel when bulk editing power feeds 2020-02-03 14:34:47 -05:00
3f13441a5d Add view tests for power panels and power feeds 2020-02-03 14:25:06 -05:00
d431efb7d4 Add bulk edit view tests 2020-02-03 13:53:19 -05:00
24ab082674 Add bulk delete view tests 2020-02-03 10:04:09 -05:00
f632b5bc29 Fixes #4067: Correct permission checked when creating a rack (vs. editing) 2020-01-31 16:12:46 -05:00
3668aa21fe Fix DeviceTypeTestCase permissions assignment for custom tests 2020-01-31 14:29:56 -05:00
86ef739c12 Migrate (most) DCIM view tests to use StandardTestCases 2020-01-31 12:32: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
f170a579de Add test for DeviceType YAML export 2020-01-13 15:35:01 -05:00
aaf5523378 Add view tests for device components 2019-12-12 11:58:57 -05:00
fae2469dd7 Add DCIM CSV import tests 2019-12-12 10:30:15 -05:00