Jeremy Stretch
|
e905a36fb2
|
Update tests for tag changes
|
2020-06-12 11:33:23 -04:00 |
|
Jeremy Stretch
|
7dc4f8d5cc
|
Remove TagField
|
2020-06-12 10:01:39 -04:00 |
|
Jeremy Stretch
|
da906f48d9
|
Standardize add, import, and export functionality for tags
|
2020-06-12 09:48:23 -04:00 |
|
Jeremy Stretch
|
057a022205
|
Clean up and improve UI view tests
|
2020-06-11 16:12:50 -04:00 |
|
Jeremy Stretch
|
7a54bd9f2a
|
Changelog and migrations fix for #4615
|
2020-06-11 13:42:20 -04:00 |
|
Jeremy Stretch
|
9b48a26aef
|
Merge pull request #4723 from jsenecal/4615_interface_label
Closes: #4615 Physical labels
|
2020-06-11 13:03:46 -04:00 |
|
Jonathan Senecal
|
a37d06064a
|
Add label to DeviceBay models and serializers
|
2020-06-11 10:19:53 -04:00 |
|
Jonathan Senecal
|
c1eea166c9
|
Fix tests for LabeledComponentForm
* Added docstring
* Removed redundant tests since refactoration
|
2020-06-10 22:58:52 -04:00 |
|
Jonathan Senecal
|
25cbab2ea4
|
Avoid checking field twice on all iterations
Yields a small performance improvement
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
|
2020-06-10 22:16:46 -04:00 |
|
Jonathan Senecal
|
cf81a8979f
|
Avoid component_type on subclasses
|
2020-06-10 22:10:45 -04:00 |
|
Jonathan Senecal
|
e3a8638471
|
Move __str__() to the abstract class
|
2020-06-10 22:04:45 -04:00 |
|
Jeremy Stretch
|
d26fcc9918
|
Annotated blocked TODO items
|
2020-06-10 16:56:24 -04:00 |
|
Jeremy Stretch
|
8e9dc9f20e
|
Add EditObjectViewTestCase for VirtualChassis
|
2020-06-10 16:51:35 -04:00 |
|
Jonathan Senecal
|
81d08ac50b
|
Stay consistent with codebase: i vs pos
|
2020-06-10 16:41:52 -04:00 |
|
Jeremy Stretch
|
e13320f58d
|
Fix permissions enforcement for VirtualChassisEditView
|
2020-06-10 16:37:35 -04:00 |
|
Jeremy Stretch
|
1f727f565f
|
Adopted fix from #4743 and updated API tests
|
2020-06-10 16:11:28 -04:00 |
|
Jeremy Stretch
|
4078d9b669
|
Remove extraneous test
|
2020-06-10 15:22:49 -04:00 |
|
Jonathan Senecal
|
3b54d6f8e5
|
No need to reference the model itself
|
2020-06-10 15:11:47 -04:00 |
|
Jonathan Senecal
|
f041c762ac
|
Prevent the table cell from rendering empty for interface.label
Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
|
2020-06-10 14:59:23 -04:00 |
|
Jeremy Stretch
|
88ae522c9a
|
Closes #4742: Add tagging for cables, power panels, and rack reservations
|
2020-06-10 14:55:46 -04:00 |
|
Jonathan Senecal
|
5cdaaed311
|
Use a single migration for labels
|
2020-06-10 14:04:55 -04:00 |
|
Jonathan Senecal
|
e0037c7f70
|
pycodestyle
|
2020-06-08 23:07:53 -04:00 |
|
Jonathan Senecal
|
4301c06d17
|
Refactorization into LabeledComponentForm
|
2020-06-08 23:07:12 -04:00 |
|
Jonathan Senecal
|
90bc1cd951
|
Test forms and views with labels
|
2020-06-08 20:04:31 -04:00 |
|
Jeremy Stretch
|
67784c0568
|
Merge pull request #4713 from netbox-community/4348-ldap-auth-backend
Closes #4348: Introduce LDAPBackend
|
2020-06-08 17:07:52 -04:00 |
|
Jonathan Senecal
|
892c0e3d8b
|
Leftover fix
|
2020-06-08 17:00:07 -04:00 |
|
Jeremy Stretch
|
2f53411efc
|
Extend assertInstanceEqual() to handle M2M relations to ContentType
|
2020-06-08 16:32:50 -04:00 |
|
Jeremy Stretch
|
7a858cea23
|
Extend test_bulk_create_objects() to inspect created objects
|
2020-06-08 15:58:54 -04:00 |
|
Jeremy Stretch
|
987414ed7b
|
Introduce NestedObjectPermissionSerializer
|
2020-06-08 15:44:16 -04:00 |
|
Jeremy Stretch
|
047286f9c0
|
Add a third initial object to VirtualChassisTest
|
2020-06-08 15:27:55 -04:00 |
|
Jeremy Stretch
|
a2955196af
|
Remove extraneous permission class from SecretRoleViewSet
|
2020-06-08 15:21:11 -04:00 |
|
Jeremy Stretch
|
62224857f0
|
Standardize ObjectPermissionTest
|
2020-06-08 14:01:15 -04:00 |
|
Jeremy Stretch
|
c1a37db871
|
Fix managers on Graph and ExportTemplate
|
2020-06-08 13:41:12 -04:00 |
|
Jeremy Stretch
|
a8145fe4c2
|
Add permission assignment to custom test methods
|
2020-06-08 13:40:46 -04:00 |
|
Jeremy Stretch
|
3b44e7c1c4
|
Update API test methods to evaluate permissions assignment
|
2020-06-08 11:52:29 -04:00 |
|
Jeremy Stretch
|
830fd5f83a
|
Remove duplicate test method
|
2020-06-08 11:22:12 -04:00 |
|
Jeremy Stretch
|
f83e435a90
|
Move APIViewTestCases to api.py
|
2020-06-08 10:46:53 -04:00 |
|
Jeremy Stretch
|
0ebd87bcb9
|
Merge branch 'develop' into develop-2.9
|
2020-06-08 10:33:23 -04:00 |
|
Jeremy Stretch
|
a8077e6ed1
|
Extend assertInstanceEqual() to accommodate REST API data
|
2020-06-08 09:47:14 -04:00 |
|
Jeremy Stretch
|
7def37961a
|
Correct exempted test methods on InterfaceTestCase
|
2020-06-05 16:17:10 -04:00 |
|
Jeremy Stretch
|
4f830c9c22
|
Fix list_brief tests
|
2020-06-05 16:09:55 -04:00 |
|
Jeremy Stretch
|
032f87caec
|
Merge branch 'develop' into 4722-api-tests
|
2020-06-05 15:50:14 -04:00 |
|
Jeremy Stretch
|
e616aad911
|
Fixes #4725: Fix "brief" rendering of various REST API endpoints
|
2020-06-05 15:49:06 -04:00 |
|
Jeremy Stretch
|
c2f6f5a7cd
|
Fix ProviderTest
|
2020-06-05 15:18:18 -04:00 |
|
Jeremy Stretch
|
d3fbaca228
|
Standardize virtualization API tests
|
2020-06-05 15:06:08 -04:00 |
|
Jeremy Stretch
|
ae913f14ce
|
Standardize tenancy API tests
|
2020-06-05 14:30:01 -04:00 |
|
Jeremy Stretch
|
1ee79ee61e
|
Standardize SecretRoleTest
|
2020-06-05 14:18:38 -04:00 |
|
Jeremy Stretch
|
b5ebfd0b07
|
Standardize IPAM API tests
|
2020-06-05 14:09:54 -04:00 |
|
Jonathan Senecal
|
286a3e6ca2
|
Add label to forms, views and templates
|
2020-06-05 13:59:59 -04:00 |
|
Jeremy Stretch
|
665646707c
|
Standardize extras API tests
|
2020-06-05 13:41:54 -04:00 |
|