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

94 Commits

Author SHA1 Message Date
cb36f9fdb3 Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
1692fbf5d8 #4837: Fix API tests 2020-07-09 12:06:13 -04:00
c5362f5931 Fix permissions evaluation for nonstandard tests 2020-07-02 11:43:03 -04:00
15f32bdd73 Wrap ComponentTraceMixin in a parent class 2020-06-29 15:14:12 -04:00
5ed6136915 Introduce ComponentTraceMixin to minimize boilerplate 2020-06-29 14:40:36 -04:00
a47a100cb7 Fix unrestricted evaluations of RestrictedQuerySet 2020-06-29 13:31:26 -04:00
0dbe248df8 Call restrict() when retrieving related Graphs 2020-06-29 10:14:43 -04:00
59c1e34024 Initial work on #2018: Add name to VirtualChassis 2020-06-24 15:21:42 -04:00
e917535380 Merge branch 'develop' into develop-2.9 2020-06-15 16:04:32 -04:00
4078d9b669 Remove extraneous test 2020-06-10 15:22:49 -04:00
16cdf3006f Fixes #4736: Add cable trace endpoints for pass-through ports 2020-06-09 15:12:10 -04:00
15004c654f Add missing API cable trace test for interfaces 2020-06-09 14:47:05 -04:00
ed9ca270a7 Add missing API tests for pass-through port templates 2020-06-09 13:24:07 -04:00
047286f9c0 Add a third initial object to VirtualChassisTest 2020-06-08 15:27:55 -04:00
a8145fe4c2 Add permission assignment to custom test methods 2020-06-08 13:40:46 -04:00
4f830c9c22 Fix list_brief tests 2020-06-05 16:09:55 -04:00
279ae7ea10 Standardize DCIM API tests 2020-06-05 13:23:33 -04:00
e0f819691f Fixes #4496: Fix exception when validating certain models via REST API 2020-04-15 09:37:30 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
a53f854187 Remove tests for API _choices endpoints 2020-03-12 10:48:53 -04:00
84de0458aa Implement nested RackGroups 2020-03-11 14:40:29 -04:00
a504f5f309 closes #4340 - Enforce unique constraints for device and virtual machine names in the API 2020-03-10 19:15:24 -04:00
c85bcbcf31 Merge branch 'develop' into develop-2.8 2020-03-03 13:20:00 -05:00
62efe0621f Fixes #4272: Interface type should be required by API serializer 2020-02-25 11:20:43 -05:00
2b75e05ea7 Fixes: #4230 - Fixes filtering by position on elevation endpoint
* Add tests for rack elevation filtering
* Add q variable to serializers for RackElevationDetailFilterSerializer
* Add code to allow filtering of position on the rack elevation
2020-02-22 08:24:26 -06:00
be23230938 Update tests to match new string representation of ContentTypes 2020-02-19 15:31:15 -05:00
8cb6aed8fa Closes #3753: Remove rack units endpoint (replaced with elevation) 2020-02-14 13:59:07 -05:00
ddd9f86031 Add tests for rack elevation API endpoint 2020-01-21 17:36:38 -05:00
03436b729d Add test for device graphs API endpoint 2020-01-21 17:11:26 -05:00
d123664503 Add tests for front/rear port API endpoints 2020-01-21 17:00:30 -05:00
10917123fd Add tests for cable tracing endpoints 2020-01-21 16:24:03 -05:00
8bd67b2c17 Add tests for browsable API endpoints 2020-01-15 17:47:55 -05:00
f8dad1744c #3892: Convert CABLE_TERMINATION_TYPES to a Q object 2020-01-15 15:51:51 -05:00
8df53eac91 Add tests for dynamic choices 2020-01-14 16:38:14 -05:00
857e04e90b Add _choices endpoint tests for all apps 2020-01-14 16:13:11 -05:00
12657ebd7c Cable.status to slug (#3569) 2019-12-10 09:55:10 -05:00
7518174374 Closes #3731: Change Graph.type to a ContentType foreign key field 2019-12-06 10:32:59 -05:00
62494f295e PowerFeed.type to slug (#3569) 2019-11-25 21:03:11 -05:00
dead5b42be Front/RearPort.type to slug (#3569) 2019-11-25 19:39:25 -05:00
5c95927a43 Site.status to slug (#3569) 2019-11-21 22:54:01 -05:00
3fa4ceadb0 Interface.mode to slug (#3569) 2019-11-21 22:50:01 -05:00
5f5081f719 Interface.type to slug (#3569) 2019-11-21 22:11:02 -05:00
afd82fd9d3 DeviceType.subdevice_role to slug (#3569) 2019-11-18 22:08:33 -05:00
a46b43bff6 Added child counts to API serializers (WIP) 2019-04-12 17:07:56 -04:00
1a2c9e3bba Rename form_factor to type on dcim.Interface 2019-04-12 13:42:56 -04:00
3b06251720 Added tests for power panels, power feeds 2019-04-11 12:29:43 -04:00
e521508de9 #2350 - added virtual machines and test cases 2019-02-18 22:10:05 -05:00
3b4bcc881f Fix broken test 2019-02-13 10:09:33 -05:00
64d37cd450 Closes #2648: Include the connection_status field in nested represenations of connectable device components 2018-12-06 12:14:54 -05:00
bd7aee7c1f Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00