Jeremy Stretch
|
3be9d13485
|
General cleanup of tables
|
2020-09-25 14:18:29 -04:00 |
|
Jeremy Stretch
|
29741ecf7f
|
Introduce LinkedCountColumn to standardize approach to counting related items in tables
|
2020-09-25 12:42:17 -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
|
a359d1b2be
|
Annotate REST API changes fro #259
|
2020-09-24 14:45:14 -04:00 |
|
Jeremy Stretch
|
fa10745d55
|
Merge pull request #5178 from netbox-community/259-route-targets
#259: Route target support
|
2020-09-24 14:36:26 -04:00 |
|
Jeremy Stretch
|
8e67ed994e
|
Documentation for #259
|
2020-09-24 14:18:08 -04:00 |
|
Jeremy Stretch
|
b46e6ab7b6
|
Add tests for route targets; extend VRF tests
|
2020-09-24 13:51:17 -04:00 |
|
Jeremy Stretch
|
9312a285b9
|
Model import/export route targets on VRFs
|
2020-09-24 12:09:28 -04:00 |
|
Jeremy Stretch
|
f2bdaf7b4b
|
Introduce the RouteTarget model
|
2020-09-24 11:25:52 -04:00 |
|
Jeremy Stretch
|
26580b35be
|
Closes #5177: Note permissions required for running reports and custom scripts
|
2020-09-24 10:32:15 -04:00 |
|
Jeremy Stretch
|
59c26a45fe
|
Fixes #5174: Ensure consistent alignment of rack elevations
|
2020-09-24 10:11:34 -04:00 |
|
Jeremy Stretch
|
00e688112a
|
Fixes #5175: Fix toggling of rack elevation order
|
2020-09-24 10:01:02 -04:00 |
|
Jeremy Stretch
|
18c5a3f4d8
|
Merge v2.9.4 release
|
2020-09-23 16:11:00 -04:00 |
|
Jeremy Stretch
|
a16a172e09
|
Post-release version bump
|
2020-09-23 15:39:36 -04:00 |
|
Jeremy Stretch
|
0b0f6d1928
|
Release v2.9.4
|
2020-09-23 15:24:59 -04:00 |
|
Jeremy Stretch
|
f1ba45a3c3
|
Closes #5053: Mention local_requirements.txt when an ImportError occurs
|
2020-09-23 15:19:42 -04:00 |
|
Jeremy Stretch
|
944c2f6463
|
Fixes #5066: Update view_reportresult to view_report permission
|
2020-09-23 13:40:15 -04:00 |
|
Jeremy Stretch
|
78e850669a
|
Closes #5171: Introduce the RQ_DEFAULT_TIMEOUT configuration parameter
|
2020-09-23 13:28:05 -04:00 |
|
Jeremy Stretch
|
ee3c1f99ae
|
Fix reference to update_data
|
2020-09-23 12:20:45 -04:00 |
|
Jeremy Stretch
|
efad22e836
|
Closes #5075: Include a VLAN membership view for VM interfaces
|
2020-09-23 11:48:32 -04:00 |
|
Jeremy Stretch
|
04a20a862b
|
Fixes #5137: Correct permission for viewing report results is extras.view_reportresult
|
2020-09-23 10:16:22 -04:00 |
|
Jeremy Stretch
|
526e26a7a6
|
Closes #5164: Show total rack count per rack group under site view
|
2020-09-23 09:46:52 -04:00 |
|
Jeremy Stretch
|
8f6dc0e2b5
|
Fix ImageAttachmentTestCase
|
2020-09-22 16:26:08 -04:00 |
|
Jeremy Stretch
|
1b3cec5855
|
Fixes #5167: Support filtering ObjectChanges by multiple users
|
2020-09-22 16:17:39 -04:00 |
|
Jeremy Stretch
|
b292ff108c
|
Closes #4897: Allow filtering by content type identified as <app>.<model> string
|
2020-09-22 16:06:38 -04:00 |
|
Jeremy Stretch
|
7e65a2a81d
|
Changelog for #4882
|
2020-09-22 14:49:49 -04:00 |
|
Jeremy Stretch
|
8947ed9c08
|
Merge pull request #5166 from netbox-community/4882-api-bulk-update
#4882: Support bulk updates via REST API
|
2020-09-22 14:13:05 -04:00 |
|
Jeremy Stretch
|
affb9f2a76
|
Add documentation for API bulk updates
|
2020-09-22 14:02:31 -04:00 |
|
Jeremy Stretch
|
c4271ce131
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
Jeremy Stretch
|
5d0c059370
|
Support bulk operations for both PUT and PATCH
|
2020-09-22 11:55:46 -04:00 |
|
Jeremy Stretch
|
15ce1f5a59
|
Introduce BulkUpdateModelMixin; rename BulkDeleteSerializer
|
2020-09-22 11:50:43 -04:00 |
|
Jeremy Stretch
|
1e1a50ed0b
|
Changelog for #3436
|
2020-09-22 10:36:16 -04:00 |
|
Jeremy Stretch
|
c0b7cd49e6
|
Merge pull request #5163 from netbox-community/3436-api-bulk-delete
#3436: Support for bulk deletion via REST API
|
2020-09-22 10:29:41 -04:00 |
|
Jeremy Stretch
|
e88fd32f1f
|
Add REST API documentation for bulk object deletion
|
2020-09-22 10:18:15 -04:00 |
|
Jeremy Stretch
|
f340e94f3d
|
Monkey-patch DRF to treat bulk_destroy as a built-in operation
|
2020-09-22 10:06:13 -04:00 |
|
Jeremy Stretch
|
9f46293b53
|
Merge pull request #5151 from netbox-community/1503-secret-assignment
#1503: Extend secrets assignment to virtual machines
|
2020-09-22 09:26:57 -04:00 |
|
Jeremy Stretch
|
c825c0c7a5
|
Merge branch 'develop-2.10' into 1503-secret-assignment
|
2020-09-22 09:24:03 -04:00 |
|
Jeremy Stretch
|
2e53552796
|
Closes #5149: Add rack group field to device edit form
|
2020-09-21 15:26:32 -04:00 |
|
Jeremy Stretch
|
db2be45f1a
|
Fixes #5156: Add missing "add" button to rack reservations list
|
2020-09-21 15:14:44 -04:00 |
|
Jeremy Stretch
|
7667dd10f6
|
Changelog for #2179
|
2020-09-21 14:49:39 -04:00 |
|
Jeremy Stretch
|
5918dd1c54
|
Merge pull request #5161 from netbox-community/2179-service-port-arrays
#2179: Support multiple port numbers for services
|
2020-09-21 14:47:36 -04:00 |
|
Jeremy Stretch
|
3266ba235e
|
Fix filtering services by port number
|
2020-09-21 14:36:58 -04:00 |
|
Jeremy Stretch
|
9dc06bcff3
|
Fix return URL when editing a service
|
2020-09-21 13:34:39 -04:00 |
|
Jeremy Stretch
|
de4ac2935a
|
Introduce array_to_string() utility function; add port_list property to Service
|
2020-09-21 13:31:38 -04:00 |
|
Jeremy Stretch
|
816238c72e
|
Initial work on #2179: Allow a service to have multiple ports
|
2020-09-21 13:21:41 -04:00 |
|
Jeremy Stretch
|
893278fb94
|
Changelog for #1503
|
2020-09-21 11:12:17 -04:00 |
|
Jeremy Stretch
|
cc0f450f65
|
Fix "add secret" link for VMs
|
2020-09-21 10:54:04 -04:00 |
|
Jeremy Stretch
|
e262a53fdf
|
Update secrets API, views
|
2020-09-18 16:58:51 -04:00 |
|
Jeremy Stretch
|
a96dc6d0de
|
Extend secret filters
|
2020-09-18 16:35:36 -04:00 |
|