|
0e41bc48b7
|
Add /trace API endpoints for CircuitTermination and PowerFeed
|
2020-10-08 13:55:29 -04:00 |
|
|
ae1ceb26b9
|
Standardize cable/connection field ordering
|
2020-10-08 11:23:24 -04:00 |
|
|
6db3c65bcc
|
Swap order of cabling migrations
|
2020-10-07 09:50:12 -04:00 |
|
|
c7c66626b6
|
Standardize 'cabled' and 'connected' filters; complete tests
|
2020-10-06 17:28:25 -04:00 |
|
|
6b3a1998c8
|
Add test_is_connected to CircuitTerminationTestCase
|
2020-10-06 15:59:21 -04:00 |
|
|
52ec35b94f
|
Correct serializer field lists
|
2020-10-06 15:27:40 -04:00 |
|
|
23cde6d1b8
|
Include cable_peer on CableTermination serializers
|
2020-10-06 14:30:46 -04:00 |
|
|
d59f0891e4
|
Cache peer termination on CableTerminations
|
2020-10-06 12:10:12 -04:00 |
|
|
6275c8c67d
|
Prefetch path & destination for API views
|
2020-10-06 10:41:52 -04:00 |
|
|
b2066bc4b7
|
Merge schema migrations
|
2020-10-05 11:47:24 -04:00 |
|
|
b846f631a4
|
Rename connection_status to connected_endpoint_reachable
|
2020-10-05 11:32:39 -04:00 |
|
|
df73737128
|
Remove legacy connection_status fields
|
2020-10-05 10:47:41 -04:00 |
|
|
079c42291c
|
Remove legacy connected endpoint fields
|
2020-10-05 09:56:46 -04:00 |
|
|
5737f6fca0
|
Cache each CablePath on its originating endpoint
|
2020-10-02 17:16:43 -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 |
|
|
8abc05544c
|
CircuitTermination and PowerFeed are path endpoints
|
2020-10-01 13:05:00 -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 |
|
|
38ed612cb9
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
|
5b3de8defe
|
Use DjangoJSONEncoder for encoding custom field data
|
2020-08-25 13:57:18 -04:00 |
|
|
2276603ac3
|
Drop CustomFieldValue
|
2020-08-21 16:21:11 -04:00 |
|
|
879166d939
|
Initial work on reimplementing custom fields
|
2020-08-21 15:16:33 -04:00 |
|
|
ec66e1a5c0
|
Closes #4349: Drop support for embedded graphs
|
2020-08-21 11:57:46 -04:00 |
|
|
fd139a77f5
|
Closes #4997: Introduce OrderedDefaultRouter; move root API views to views.py
|
2020-08-13 12:49:49 -04:00 |
|
|
b405e8294b
|
Merge branch 'develop' into develop-2.9
|
2020-08-13 10:20:39 -04:00 |
|
|
a7cd09d6d4
|
Fixes #4993: Add cable to nested CircuitTermination serializer
|
2020-08-13 10:19:50 -04:00 |
|
|
b891b407d4
|
Add brief_mode to DynamicModelChoiceMixin
|
2020-08-12 14:15:34 -04:00 |
|
|
100c8fef20
|
Add support for referencing peer field values in query_params
|
2020-08-12 12:37:17 -04:00 |
|
|
a831e525da
|
Remove value_field from APISelect; reference to_field_name on field
|
2020-08-11 17:19:40 -04:00 |
|
|
cb36f9fdb3
|
Remove restriction enforcement from RestrictedQuerySet
|
2020-07-23 12:48:03 -04:00 |
|
|
0f679e1f03
|
Closes #4871: Specify ordering for querysets using annotate() to count related objects
|
2020-07-20 12:07:19 -04:00 |
|
|
39dc1f882a
|
Merge branch 'develop-2.9' into django-31
|
2020-07-20 11:15:01 -04:00 |
|
|
ba50bfa939
|
Address some of the django_tables2 deprecation warnings
|
2020-07-16 16:52:45 -04:00 |
|
|
68ecddccdb
|
Convert NullBooleanField to BooleanField(null=True)
|
2020-07-16 11:56:35 -04:00 |
|
|
19d0d6ff10
|
Closes #4857: Drop support for legacy numeric choice field values
|
2020-07-15 16:54:33 -04:00 |
|
|
8d7001fe56
|
Move abstract ChangeLoggedModel under extras
|
2020-07-09 17:07:25 -04:00 |
|
|
353d88f0a6
|
Use unrestricted querysets for prefetching related objects
|
2020-07-07 15:45:46 -04:00 |
|
|
25e1319864
|
Update filter tests to use unrestricted querysets
|
2020-07-07 14:26:14 -04:00 |
|
|
88033c0801
|
Fix queryset for get_peer_termination()
|
2020-07-07 14:13:58 -04:00 |
|
|
924f319343
|
Closes #4806: Add a url field to all API serializers
|
2020-07-06 16:41:08 -04:00 |
|
|
c5362f5931
|
Fix permissions evaluation for nonstandard tests
|
2020-07-02 11:43:03 -04:00 |
|
|
c484fa99e2
|
Introduce ButtonsColumn to reduce boilerplate and standardize organizational object links
|
2020-07-01 13:47:01 -04:00 |
|
|
8959d2e0a7
|
#4416: Add individual delete views for organizational objects
|
2020-07-01 12:08:26 -04:00 |
|
|
4613b69c28
|
Extend GetReturnURLMixin to automatically resolve default return URL for querysets
|
2020-07-01 11:50:31 -04:00 |
|
|
5732466e56
|
Signal receiver should call unrestricted()
|
2020-06-29 11:07:11 -04:00 |
|
|
ce55d0c791
|
Tweak querysets to work with restriction
|
2020-06-29 10:57:09 -04:00 |
|
|
0dbe248df8
|
Call restrict() when retrieving related Graphs
|
2020-06-29 10:14:43 -04:00 |
|
|
11a247edc2
|
Fix up tests
|
2020-06-18 10:32:22 -04:00 |
|
|
2d4694e72d
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
Closes #3703: Restrict tag creation
|
2020-06-17 12:28:04 -04:00 |
|