Jeremy Stretch
|
2ed8f86e1a
|
Add test_is_connected to CircuitTerminationTestCase
|
2020-10-06 15:59:21 -04:00 |
|
Jeremy Stretch
|
c9cb0540d7
|
Correct serializer field lists
|
2020-10-06 15:27:40 -04:00 |
|
Jeremy Stretch
|
056285dcd2
|
Include cable_peer on CableTermination serializers
|
2020-10-06 14:30:46 -04:00 |
|
Jeremy Stretch
|
15cb0762c1
|
Cache peer termination on CableTerminations
|
2020-10-06 12:10:12 -04:00 |
|
Jeremy Stretch
|
3fee32ef6e
|
Prefetch path & destination for API views
|
2020-10-06 10:41:52 -04:00 |
|
Jeremy Stretch
|
a3b7065bd1
|
Merge schema migrations
|
2020-10-05 11:47:24 -04:00 |
|
Jeremy Stretch
|
bc41a9dd97
|
Rename connection_status to connected_endpoint_reachable
|
2020-10-05 11:32:39 -04:00 |
|
Jeremy Stretch
|
89ca56a975
|
Remove legacy connection_status fields
|
2020-10-05 10:47:41 -04:00 |
|
Jeremy Stretch
|
865a2d5c77
|
Remove legacy connected endpoint fields
|
2020-10-05 09:56:46 -04:00 |
|
Jeremy Stretch
|
dc59fb7cde
|
Cache each CablePath on its originating endpoint
|
2020-10-02 17:16:43 -04:00 |
|
Jeremy Stretch
|
4c4a09ae1b
|
Replace legacy trace() method
|
2020-10-02 14:54:16 -04:00 |
|
Jeremy Stretch
|
031c0e18cd
|
Replace connection_status filter with is_connected
|
2020-10-02 12:25:31 -04:00 |
|
Jeremy Stretch
|
0263489cba
|
CircuitTermination and PowerFeed are path endpoints
|
2020-10-01 13:05:00 -04:00 |
|
Jeremy Stretch
|
1d8e275ad9
|
Introduce ChoiceFieldColumn to replace template columns
|
2020-09-25 10:52:14 -04:00 |
|
Jeremy Stretch
|
db3a7e3b42
|
Relocate CSS classes for ChoiceFields from model to ChoiceSet
|
2020-09-24 16:35:53 -04:00 |
|
Jeremy Stretch
|
c4271ce131
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
Jeremy Stretch
|
0aa6c4c670
|
Use DjangoJSONEncoder for encoding custom field data
|
2020-08-25 13:57:18 -04:00 |
|
Jeremy Stretch
|
2e6fb7fcf5
|
Drop CustomFieldValue
|
2020-08-21 16:21:11 -04:00 |
|
Jeremy Stretch
|
68cbcf20cf
|
Initial work on reimplementing custom fields
|
2020-08-21 15:16:33 -04:00 |
|
Jeremy Stretch
|
dd06bbcaf6
|
Closes #4349: Drop support for embedded graphs
|
2020-08-21 11:57:46 -04:00 |
|
Jeremy Stretch
|
61d2692029
|
Closes #4997: Introduce OrderedDefaultRouter; move root API views to views.py
|
2020-08-13 12:49:49 -04:00 |
|
Jeremy Stretch
|
217ed924ec
|
Merge branch 'develop' into develop-2.9
|
2020-08-13 10:20:39 -04:00 |
|
Jeremy Stretch
|
2d32824a74
|
Fixes #4993: Add cable to nested CircuitTermination serializer
|
2020-08-13 10:19:50 -04:00 |
|
Jeremy Stretch
|
0f57b244c4
|
Add brief_mode to DynamicModelChoiceMixin
|
2020-08-12 14:15:34 -04:00 |
|
Jeremy Stretch
|
320edff57b
|
Add support for referencing peer field values in query_params
|
2020-08-12 12:37:17 -04:00 |
|
Jeremy Stretch
|
35038f1c44
|
Remove value_field from APISelect; reference to_field_name on field
|
2020-08-11 17:19:40 -04:00 |
|
Jeremy Stretch
|
05e7af702b
|
Remove restriction enforcement from RestrictedQuerySet
|
2020-07-23 12:48:03 -04:00 |
|
Jeremy Stretch
|
43a4590014
|
Closes #4871: Specify ordering for querysets using annotate() to count related objects
|
2020-07-20 12:07:19 -04:00 |
|
Jeremy Stretch
|
19b6e4ab7b
|
Merge branch 'develop-2.9' into django-31
|
2020-07-20 11:15:01 -04:00 |
|
Jeremy Stretch
|
44929bcf74
|
Address some of the django_tables2 deprecation warnings
|
2020-07-16 16:52:45 -04:00 |
|
Jeremy Stretch
|
505fc341e0
|
Convert NullBooleanField to BooleanField(null=True)
|
2020-07-16 11:56:35 -04:00 |
|
Jeremy Stretch
|
05a5101656
|
Closes #4857: Drop support for legacy numeric choice field values
|
2020-07-15 16:54:33 -04:00 |
|
Jeremy Stretch
|
19c7c2ddcc
|
Move abstract ChangeLoggedModel under extras
|
2020-07-09 17:07:25 -04:00 |
|
Jeremy Stretch
|
d752c363c7
|
Use unrestricted querysets for prefetching related objects
|
2020-07-07 15:45:46 -04:00 |
|
Jeremy Stretch
|
f94ebdd30e
|
Update filter tests to use unrestricted querysets
|
2020-07-07 14:26:14 -04:00 |
|
Jeremy Stretch
|
c2d543457a
|
Fix queryset for get_peer_termination()
|
2020-07-07 14:13:58 -04:00 |
|
Jeremy Stretch
|
5909a9b01e
|
Closes #4806: Add a url field to all API serializers
|
2020-07-06 16:41:08 -04:00 |
|
Jeremy Stretch
|
bf15f1f46a
|
Fix permissions evaluation for nonstandard tests
|
2020-07-02 11:43:03 -04:00 |
|
Jeremy Stretch
|
3d9260751c
|
Introduce ButtonsColumn to reduce boilerplate and standardize organizational object links
|
2020-07-01 13:47:01 -04:00 |
|
Jeremy Stretch
|
07a8a11229
|
#4416: Add individual delete views for organizational objects
|
2020-07-01 12:08:26 -04:00 |
|
Jeremy Stretch
|
dd55eace23
|
Extend GetReturnURLMixin to automatically resolve default return URL for querysets
|
2020-07-01 11:50:31 -04:00 |
|
Jeremy Stretch
|
b1392a05bb
|
Signal receiver should call unrestricted()
|
2020-06-29 11:07:11 -04:00 |
|
Jeremy Stretch
|
9e4ba278fc
|
Tweak querysets to work with restriction
|
2020-06-29 10:57:09 -04:00 |
|
Jeremy Stretch
|
487013fd25
|
Call restrict() when retrieving related Graphs
|
2020-06-29 10:14:43 -04:00 |
|
Jeremy Stretch
|
18513b0b1f
|
Fix up tests
|
2020-06-18 10:32:22 -04:00 |
|
Jeremy Stretch
|
f03969dcec
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
|
2020-06-17 12:28:04 -04:00 |
|
Jeremy Stretch
|
0b165e12a8
|
Replace TaggitSerializer and TagListSerializerField with TaggedObjectSerializer
|
2020-06-17 09:57:17 -04:00 |
|
Jeremy Stretch
|
134b35fa14
|
Fix restriction violations for provider, circuit models
|
2020-06-16 14:00:43 -04:00 |
|
Jeremy Stretch
|
9767b72375
|
Bypass restriction for querysets used for filtering by related object
|
2020-06-16 13:15:58 -04:00 |
|
Jeremy Stretch
|
c8a25fb2cd
|
Update tests for tag changes
|
2020-06-12 11:33:23 -04:00 |
|