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

4984 Commits

Author SHA1 Message Date
7ff247c57f Add trace view for PowerFeed 2020-10-02 14:57:50 -04:00
e9da84f91a Replace legacy trace() method 2020-10-02 14:54:16 -04:00
aa0d4c4145 Replace connection_status filter with is_connected 2020-10-02 12:25:31 -04:00
66355da04c CablePath.origin should be unique 2020-10-02 11:51:23 -04:00
e0abd7ef3e Remove dcim.tests.test_api.ConnectionTest 2020-10-02 11:45:42 -04:00
4fd1219814 Add tests for all PathEndpoint classes 2020-10-02 11:35:17 -04:00
9f242216e6 Rename test elements to be more readable 2020-10-02 10:14:52 -04:00
9d10c57dc9 Remove legacy CablePathTestCase 2020-10-02 09:55:28 -04:00
d50a0d94be Add tests for multiple pass-through breakouts 2020-10-02 09:54:12 -04:00
3b0a75edf8 Add test for updated paths on cable status change 2020-10-01 17:25:44 -04:00
0d07b0346b Add test for connecting cables out of order 2020-10-01 16:53:13 -04:00
c974c5687c Capture path end-to-end status in CablePath 2020-10-01 16:42:57 -04:00
610420c020 Drop support for split paths 2020-10-01 14:24:34 -04:00
cd398b15d8 retrace_paths should ignore case in model names 2020-10-01 13:10:08 -04:00
8abc05544c CircuitTermination and PowerFeed are path endpoints 2020-10-01 13:05:00 -04:00
105c0fd3d2 Introduce retrace_paths management command 2020-10-01 12:18:42 -04:00
19a3a4d4ef Add GenericRelation to originating cable paths on PathEndpoint 2020-10-01 11:30:03 -04:00
46df5a97b2 Remove extraneous test objects 2020-09-30 17:12:38 -04:00
e53ae1d584 Extend cable path tests 2020-09-30 17:10:22 -04:00
cd71799373 Ignore the position stack when traversing single-position rear ports 2020-09-30 17:09:39 -04:00
319329e2b2 Extend cable path tests 2020-09-30 16:17:22 -04:00
985197788b Add initial tests 2020-09-30 15:15:27 -04:00
587e6fcf72 Initial work on cable paths (WIP) 2020-09-30 15:13:06 -04:00
12e2537222 General cleanup of tables 2020-09-25 14:18:29 -04:00
28f0da0bc1 Introduce LinkedCountColumn to standardize approach to counting related items in tables 2020-09-25 12:42:17 -04:00
18a8a91d57 Introduce ChoiceFieldColumn to replace template columns 2020-09-25 10:52:14 -04:00
1b55285167 Relocate CSS classes for ChoiceFields from model to ChoiceSet 2020-09-24 16:35:53 -04:00
47fd9cab1c Add tests for route targets; extend VRF tests 2020-09-24 13:51:17 -04:00
f684d07c61 Model import/export route targets on VRFs 2020-09-24 12:09:28 -04:00
dfb5a06d9d Introduce the RouteTarget model 2020-09-24 11:25:52 -04:00
9b16d6df2e Merge v2.9.4 release 2020-09-23 16:11:00 -04:00
d30874e0de Post-release version bump 2020-09-23 15:39:36 -04:00
31fcad4dbb Release v2.9.4 2020-09-23 15:24:59 -04:00
e2a840ff0b Closes #5053: Mention local_requirements.txt when an ImportError occurs 2020-09-23 15:19:42 -04:00
0a40418614 Fixes #5066: Update view_reportresult to view_report permission 2020-09-23 13:40:15 -04:00
90dbe9bf60 Closes #5171: Introduce the RQ_DEFAULT_TIMEOUT configuration parameter 2020-09-23 13:28:05 -04:00
09dc271eec Fix reference to update_data 2020-09-23 12:20:45 -04:00
1f0a4cc548 Closes #5075: Include a VLAN membership view for VM interfaces 2020-09-23 11:48:32 -04:00
c0b94e4e8e Fixes #5137: Correct permission for viewing report results is extras.view_reportresult 2020-09-23 10:16:22 -04:00
e404f4efd2 Closes #5164: Show total rack count per rack group under site view 2020-09-23 09:46:52 -04:00
116b20cb9f Fix ImageAttachmentTestCase 2020-09-22 16:26:08 -04:00
afa1449f89 Fixes #5167: Support filtering ObjectChanges by multiple users 2020-09-22 16:17:39 -04:00
0c3fafdfef Closes #4897: Allow filtering by content type identified as <app>.<model> string 2020-09-22 16:06:38 -04:00
38ed612cb9 Add test for API bulk updates 2020-09-22 13:50:55 -04:00
5677fab2f9 Support bulk operations for both PUT and PATCH 2020-09-22 11:55:46 -04:00
a998c826a8 Introduce BulkUpdateModelMixin; rename BulkDeleteSerializer 2020-09-22 11:50:43 -04:00
961a491ea4 Merge pull request #5163 from netbox-community/3436-api-bulk-delete
#3436: Support for bulk deletion via REST API
2020-09-22 10:29:41 -04:00
c1b57af771 Monkey-patch DRF to treat bulk_destroy as a built-in operation 2020-09-22 10:06:13 -04:00
d44c2ba8fe Merge branch 'develop-2.10' into 1503-secret-assignment 2020-09-22 09:24:03 -04:00
d540728f50 Closes #5149: Add rack group field to device edit form 2020-09-21 15:26:32 -04:00