Commit Graph

  • 057a022205 Clean up and improve UI view tests Jeremy Stretch 2020-06-11 16:12:50 -0400
  • d00371c36c Changelog and migrations fix for #4615 Jeremy Stretch 2020-06-11 13:42:20 -0400
  • 7a54bd9f2a Changelog and migrations fix for #4615 Jeremy Stretch 2020-06-11 13:42:20 -0400
  • 7c5a8c959d Merge pull request #4723 from jsenecal/4615_interface_label Jeremy Stretch 2020-06-11 13:03:46 -0400
  • 9b48a26aef
    Merge pull request #4723 from jsenecal/4615_interface_label Jeremy Stretch 2020-06-11 13:03:46 -0400
  • 441b371719 Add label to DeviceBay models and serializers Jonathan Senecal 2020-06-11 10:19:53 -0400
  • a37d06064a Add label to DeviceBay models and serializers Jonathan Senecal 2020-06-11 10:19:53 -0400
  • 3bed2e9b09 Fix tests for LabeledComponentForm * Added docstring * Removed redundant tests since refactoration Jonathan Senecal 2020-06-10 22:58:52 -0400
  • c1eea166c9 Fix tests for LabeledComponentForm * Added docstring * Removed redundant tests since refactoration Jonathan Senecal 2020-06-10 22:58:52 -0400
  • a596b2663c Avoid checking field twice on all iterations Jonathan Senecal 2020-06-10 22:16:46 -0400
  • 25cbab2ea4
    Avoid checking field twice on all iterations Jonathan Senecal 2020-06-10 22:16:46 -0400
  • 95f5b6a1bc Avoid component_type on subclasses Jonathan Senecal 2020-06-10 22:10:45 -0400
  • cf81a8979f Avoid component_type on subclasses Jonathan Senecal 2020-06-10 22:10:45 -0400
  • 31a0d4eea4 Move __str__() to the abstract class Jonathan Senecal 2020-06-10 22:04:45 -0400
  • e3a8638471 Move __str__() to the abstract class Jonathan Senecal 2020-06-10 22:04:45 -0400
  • 46bd859976 Annotated blocked TODO items Jeremy Stretch 2020-06-10 16:56:24 -0400
  • d26fcc9918 Annotated blocked TODO items Jeremy Stretch 2020-06-10 16:56:24 -0400
  • 5bd26815f7 Add EditObjectViewTestCase for VirtualChassis Jeremy Stretch 2020-06-10 16:51:35 -0400
  • 8e9dc9f20e Add EditObjectViewTestCase for VirtualChassis Jeremy Stretch 2020-06-10 16:51:35 -0400
  • c3effc86aa Stay consistent with codebase: i vs pos Jonathan Senecal 2020-06-10 16:41:52 -0400
  • 81d08ac50b Stay consistent with codebase: i vs pos Jonathan Senecal 2020-06-10 16:41:52 -0400
  • 2a09da831e Fix permissions enforcement for VirtualChassisEditView Jeremy Stretch 2020-06-10 16:37:35 -0400
  • e13320f58d Fix permissions enforcement for VirtualChassisEditView Jeremy Stretch 2020-06-10 16:37:35 -0400
  • f88a9cada2 Adopted fix from #4743 and updated API tests Jeremy Stretch 2020-06-10 16:11:28 -0400
  • 1f727f565f Adopted fix from #4743 and updated API tests Jeremy Stretch 2020-06-10 16:11:28 -0400
  • a3091feb7b Fixes #4743: Allow users to create "next available" IPs without needing permission to create prefixes Jeremy Stretch 2020-06-10 16:06:11 -0400
  • 9fd36279ab Fixes #4743: Allow users to create "next available" IPs without needing permission to create prefixes Jeremy Stretch 2020-06-10 16:06:11 -0400
  • f994fa4001 Remove extraneous test Jeremy Stretch 2020-06-10 15:22:49 -0400
  • 4078d9b669 Remove extraneous test Jeremy Stretch 2020-06-10 15:22:49 -0400
  • c71ca04579 No need to reference the model itself Jonathan Senecal 2020-06-10 15:11:47 -0400
  • 3b54d6f8e5 No need to reference the model itself Jonathan Senecal 2020-06-10 15:11:47 -0400
  • 43b5379daa Update v2.9 release notes Jeremy Stretch 2020-06-10 15:05:15 -0400
  • 58b4f6abca Update v2.9 release notes Jeremy Stretch 2020-06-10 15:05:15 -0400
  • d81af40977 Prevent the table cell from rendering empty for interface.label Jonathan Senecal 2020-06-10 14:59:23 -0400
  • f041c762ac
    Prevent the table cell from rendering empty for interface.label Jonathan Senecal 2020-06-10 14:59:23 -0400
  • 8103a31069 Closes #4742: Add tagging for cables, power panels, and rack reservations Jeremy Stretch 2020-06-10 14:55:46 -0400
  • 88ae522c9a Closes #4742: Add tagging for cables, power panels, and rack reservations Jeremy Stretch 2020-06-10 14:55:46 -0400
  • 5512b5df1a Use a single migration for labels Jonathan Senecal 2020-06-10 14:04:55 -0400
  • 5cdaaed311 Use a single migration for labels Jonathan Senecal 2020-06-10 14:04:55 -0400
  • 6cd6f6f253 Merge pull request #4734 from tyler-8/bulk_api_docs Jeremy Stretch 2020-06-10 11:39:44 -0400
  • 40947f8cb2
    Merge pull request #4734 from tyler-8/bulk_api_docs Jeremy Stretch 2020-06-10 11:39:44 -0400
  • 9f3c8b9820 Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels Jeremy Stretch 2020-06-10 11:38:23 -0400
  • 9abc67bbeb Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels Jeremy Stretch 2020-06-10 11:38:23 -0400
  • b2061329c9 Role tag letter color adjast to background in VM view. Fixes #4737 LuPo 2020-06-09 21:24:50 +0200
  • cf78f3d3a1 Fixes #4736: Add cable trace endpoints for pass-through ports Jeremy Stretch 2020-06-09 15:12:10 -0400
  • 16cdf3006f Fixes #4736: Add cable trace endpoints for pass-through ports Jeremy Stretch 2020-06-09 15:12:10 -0400
  • cab84d3e29 Add missing API cable trace test for interfaces Jeremy Stretch 2020-06-09 14:47:05 -0400
  • 15004c654f Add missing API cable trace test for interfaces Jeremy Stretch 2020-06-09 14:47:05 -0400
  • 59515b0356 Add example of bulk object creation Tyler Bigler 2020-06-09 13:35:44 -0400
  • 062a319a7c Add example of bulk object creation Tyler Bigler 2020-06-09 13:35:44 -0400
  • dc370e5ee8 Add missing API tests for pass-through port templates Jeremy Stretch 2020-06-09 13:24:07 -0400
  • ed9ca270a7 Add missing API tests for pass-through port templates Jeremy Stretch 2020-06-09 13:24:07 -0400
  • beb6488d9c pycodestyle Jonathan Senecal 2020-06-08 23:07:53 -0400
  • e0037c7f70 pycodestyle Jonathan Senecal 2020-06-08 23:07:53 -0400
  • 4c03dcfcaa Refactorization into LabeledComponentForm Jonathan Senecal 2020-06-08 23:07:12 -0400
  • 4301c06d17 Refactorization into LabeledComponentForm Jonathan Senecal 2020-06-08 23:07:12 -0400
  • ea18fa7630 Test forms and views with labels Jonathan Senecal 2020-06-08 20:04:31 -0400
  • 90bc1cd951 Test forms and views with labels Jonathan Senecal 2020-06-08 20:04:31 -0400
  • 8988c9228a Merge pull request #4713 from netbox-community/4348-ldap-auth-backend Jeremy Stretch 2020-06-08 17:07:52 -0400
  • 67784c0568
    Merge pull request #4713 from netbox-community/4348-ldap-auth-backend Jeremy Stretch 2020-06-08 17:07:52 -0400
  • 790c6695c9 Changelog for #4674 Jeremy Stretch 2020-06-08 17:00:47 -0400
  • 20ec700045 Changelog for #4674 Jeremy Stretch 2020-06-08 17:00:47 -0400
  • 914b58586e Leftover fix Jonathan Senecal 2020-06-08 17:00:07 -0400
  • 892c0e3d8b Leftover fix Jonathan Senecal 2020-06-08 17:00:07 -0400
  • 4bcb568bb1 Merge pull request #4718 from netbox-community/4674-drf_yasg_definitions Jeremy Stretch 2020-06-08 16:59:04 -0400
  • ecd3963b7c
    Merge pull request #4718 from netbox-community/4674-drf_yasg_definitions Jeremy Stretch 2020-06-08 16:59:04 -0400
  • debec071e7 Merge pull request #4733 from netbox-community/4730-api-test-permissions Jeremy Stretch 2020-06-08 16:53:22 -0400
  • 54dd20cdb4
    Merge pull request #4733 from netbox-community/4730-api-test-permissions Jeremy Stretch 2020-06-08 16:53:22 -0400
  • b8ded3149d Extend assertInstanceEqual() to handle M2M relations to ContentType Jeremy Stretch 2020-06-08 16:32:50 -0400
  • 2f53411efc Extend assertInstanceEqual() to handle M2M relations to ContentType Jeremy Stretch 2020-06-08 16:32:50 -0400
  • fa8541fda8 Extend test_bulk_create_objects() to inspect created objects Jeremy Stretch 2020-06-08 15:58:54 -0400
  • 7a858cea23 Extend test_bulk_create_objects() to inspect created objects Jeremy Stretch 2020-06-08 15:58:54 -0400
  • 29dc8fa857 Introduce NestedObjectPermissionSerializer Jeremy Stretch 2020-06-08 15:40:41 -0400
  • 987414ed7b Introduce NestedObjectPermissionSerializer Jeremy Stretch 2020-06-08 15:40:41 -0400
  • 989fce0c95 Add a third initial object to VirtualChassisTest Jeremy Stretch 2020-06-08 15:27:55 -0400
  • 047286f9c0 Add a third initial object to VirtualChassisTest Jeremy Stretch 2020-06-08 15:27:55 -0400
  • c9670cbe09 Remove extraneous permission class from SecretRoleViewSet Jeremy Stretch 2020-06-08 15:21:11 -0400
  • a2955196af Remove extraneous permission class from SecretRoleViewSet Jeremy Stretch 2020-06-08 15:21:11 -0400
  • 4bad617fa9 Standardize ObjectPermissionTest Jeremy Stretch 2020-06-08 14:01:15 -0400
  • 62224857f0 Standardize ObjectPermissionTest Jeremy Stretch 2020-06-08 14:01:15 -0400
  • 44b03590db Fix managers on Graph and ExportTemplate Jeremy Stretch 2020-06-08 13:41:12 -0400
  • c1a37db871 Fix managers on Graph and ExportTemplate Jeremy Stretch 2020-06-08 13:41:12 -0400
  • fd7987d703 Add permission assignment to custom test methods Jeremy Stretch 2020-06-08 12:22:29 -0400
  • a8145fe4c2 Add permission assignment to custom test methods Jeremy Stretch 2020-06-08 12:22:29 -0400
  • 7ee0f2252e Update API test methods to evaluate permissions assignment Jeremy Stretch 2020-06-08 11:35:01 -0400
  • 3b44e7c1c4 Update API test methods to evaluate permissions assignment Jeremy Stretch 2020-06-08 11:35:01 -0400
  • c005a349b9 Remove duplicate test method Jeremy Stretch 2020-06-08 11:22:12 -0400
  • 830fd5f83a Remove duplicate test method Jeremy Stretch 2020-06-08 11:22:12 -0400
  • e218ceb328 Move APIViewTestCases to api.py Jeremy Stretch 2020-06-08 10:46:53 -0400
  • f83e435a90 Move APIViewTestCases to api.py Jeremy Stretch 2020-06-08 10:46:53 -0400
  • 90f0a72e94 Merge branch 'develop' into develop-2.9 Jeremy Stretch 2020-06-08 10:33:23 -0400
  • 0ebd87bcb9 Merge branch 'develop' into develop-2.9 Jeremy Stretch 2020-06-08 10:33:23 -0400
  • 40096d8446 Merge pull request #4728 from netbox-community/4722-api-tests Jeremy Stretch 2020-06-08 10:16:10 -0400
  • 1ea368856b
    Merge pull request #4728 from netbox-community/4722-api-tests Jeremy Stretch 2020-06-08 10:16:10 -0400
  • 2382066301 Extend assertInstanceEqual() to accommodate REST API data Jeremy Stretch 2020-06-08 09:47:14 -0400
  • a8077e6ed1 Extend assertInstanceEqual() to accommodate REST API data Jeremy Stretch 2020-06-08 09:47:14 -0400
  • 1dbbbf5188 Correct exempted test methods on InterfaceTestCase Jeremy Stretch 2020-06-05 16:13:44 -0400
  • 7def37961a Correct exempted test methods on InterfaceTestCase Jeremy Stretch 2020-06-05 16:13:44 -0400
  • 2d3619c4e1 Fix list_brief tests Jeremy Stretch 2020-06-05 16:09:55 -0400
  • 4f830c9c22 Fix list_brief tests Jeremy Stretch 2020-06-05 16:09:55 -0400