Jeremy Stretch
80150e9e44
Release v2.7.8
2020-02-25 15:04:08 -05:00
Jeremy Stretch
4d5945156c
Fix object list table width when no filter_form is present
2020-02-25 15:03:27 -05:00
Jeremy Stretch
0f43857895
Extend custom scripts to pass the 'commit' value via run()
2020-02-25 14:49:41 -05:00
Jeremy Stretch
3094fcd43f
Fix field label for Prefix.vrf
2020-02-25 14:12:53 -05:00
John Anderson
d2e1446621
fix tenancy filterset bases
2020-02-25 13:50:31 -05:00
Jeremy Stretch
239ce16e40
Remove extraneous prefetches from racks queryset
2020-02-25 12:35:27 -05:00
Jeremy Stretch
b44a5e829b
Changelog & cleanup for #4267
2020-02-25 12:34:48 -05:00
Jeremy Stretch
b1ede2687a
Merge pull request #4271 from ananace/4267-rack-roles-in-elevations
...
Fixes #4267 : Display rack roles in elevation list view
2020-02-25 12:18:31 -05:00
Jeremy Stretch
d61f0b6983
Fixes #4272 : Interface type should be required by API serializer
2020-02-25 11:20:43 -05:00
Jeremy Stretch
4c7e31a9df
Merge pull request #4269 from hSaria/4227-omit-private-changelog
...
Fixes #4227 : Omit internal fields from the change log data
2020-02-25 11:02:22 -05:00
Jeremy Stretch
f59491514d
Merge branch 'develop' into 4227-omit-private-changelog
2020-02-25 11:02:11 -05:00
Jeremy Stretch
16c6291eb0
Merge pull request #4263 from netbox-community/4237-custom-webhooks
...
Closes #4237 : Enable custom templating for webhook request content
2020-02-25 10:54:30 -05:00
Jeremy Stretch
53eeb5c61c
Changelog for #4237
2020-02-25 10:46:16 -05:00
Jeremy Stretch
556d9a9b64
Always use a JSON object to convey change data when no body template is present
2020-02-25 10:43:14 -05:00
Jeremy Stretch
a5bd14fd47
Revised webhook documentation
2020-02-25 10:24:27 -05:00
Alexander Olofsson
a73da91e6e
Display rack roles in elevation list view
2020-02-25 16:00:21 +01:00
Saria Hajjar
20d32de425
Fixes #4227 : Omit internal fields from the change log data
2020-02-25 14:48:11 +00:00
Jeremy Stretch
954d6a7c03
Add http_method field to Webhook
2020-02-24 20:42:24 -05:00
Jeremy Stretch
d86c15e6ef
Extend templatization ability to additional_headers field
2020-02-24 17:47:17 -05:00
Jeremy Stretch
02fdb3c4ad
Convert additional_headers to a TextField
2020-02-24 16:59:35 -05:00
Jeremy Stretch
9a1853e908
Enable custom templating for webhook request content
2020-02-24 16:12:46 -05:00
John Anderson
33f6bd828e
added docs and more tests
2020-02-24 15:03:07 -05:00
Jeremy Stretch
0de229a8c8
Add a note about X-Frame-Options to the HTTP daemon instructions
2020-02-24 14:30:03 -05:00
Jeremy Stretch
856aa96669
Merge pull request #4261 from netbox-community/3145-cable-status-decommissioning
...
Closes #3145 : Add a "decommissioning" status for cables
2020-02-24 14:24:34 -05:00
Jeremy Stretch
df7599acc4
Remove CONNECTION_STATUS_CONNECTED and CONNECTION_STATUS_PLANNED constants
2020-02-24 14:18:19 -05:00
Jeremy Stretch
e1f7f009e8
Closes #3145 : Add 'decommissioning' status for cables
2020-02-24 14:09:36 -05:00
Jeremy Stretch
ce26a2e27f
Fixes #4222 : Escape double quotes on encapsulated values during CSV export
2020-02-24 13:29:00 -05:00
Jeremy Stretch
7f4da8fc3e
Disconnect post_save & pre_delete signals after the response has been received
2020-02-24 12:42:51 -05:00
Jeremy Stretch
1876003cf9
Fixes #4221 : Fix exception when deleting a device with interface connections when an interfaces webhook is defined
2020-02-24 12:41:55 -05:00
Jeremy Stretch
9bf08726e3
Merge pull request #4253 from hSaria/3612-update-screenshots
...
Fixes #3612 : Update screenshots
2020-02-24 11:45:15 -05:00
Saria Hajjar
0e6e2a47c4
Downscaled pictures to 50% (~1600 x ~1000)
2020-02-24 16:41:32 +00:00
dansheps
405ff1c1c7
Add tests
2020-02-24 10:30:57 -06:00
Jeremy Stretch
8d72332a79
Merge pull request #4257 from netbox-community/4250-extend-view-tests
...
Extend ViewTestCases for create/edit/delete/import views
2020-02-24 11:30:01 -05:00
Jeremy Stretch
36215656d3
Extend ViewTestCases for create/edit/delete/import views to also check non-data-bound GET requests
2020-02-24 11:23:42 -05:00
dansheps
57ad4903d3
Update __all__ for #4255
2020-02-24 10:21:17 -06:00
dansheps
9d5a10695d
Fixes : #4255 - Add new script variable types based on dynamic model fields
2020-02-24 10:18:19 -06:00
dansheps
5e6d25f601
Update release notes for #4230
2020-02-24 09:31:52 -06:00
Daniel Sheppard
81dd5ff6ef
Merge pull request #4244 from netbox-community/4230-filter_rack_unit_on_elevations
...
Fixes : #4230 - Fixes rack units filtering on elevation endpoint
2020-02-24 09:25:42 -06:00
Saria Hajjar
a04783b453
Added separators between screenshots
2020-02-24 15:22:33 +00:00
Saria Hajjar
3119804535
Updated screenshots with v2.7.7
2020-02-24 15:21:17 +00:00
Jeremy Stretch
84ef710872
Fixes #4252 : Fix power port assignment for power outlet templates created via REST API
2020-02-24 10:13:47 -05:00
Jeremy Stretch
20ada58da3
Fixes #4246 : Fix duplication of field attributes when multiple IPNetworkVars are present in a script
2020-02-24 10:01:31 -05:00
Jeremy Stretch
ec79f97bf4
Call prepare_value() to avoid passing model instances directly to the filterset
2020-02-24 09:31:31 -05:00
Dan Sheppard
28b8952299
Fixes : #4230 - Fixes filtering by position on elevation endpoint
...
* Add tests for rack elevation filtering
* Add q variable to serializers for RackElevationDetailFilterSerializer
* Add code to allow filtering of position on the rack elevation
2020-02-22 08:24:26 -06:00
Jeremy Stretch
058f8ad8f3
Fixes #4241 : Correct IP address hyperlinks on interface view
2020-02-21 21:43:04 -05:00
Jeremy Stretch
25d4c3156b
Fixes #4240 : Fix exception when filtering foreign keys by NULL
2020-02-21 21:38:25 -05:00
Jeremy Stretch
05f8487081
Fixes #4239 : Fix exception when selecting all filtered objects during bulk edit
2020-02-21 20:44:53 -05:00
Jeremy Stretch
c26aca4d20
Closes #4173 : Return graceful error message when webhook queuing fails
2020-02-21 17:21:04 -05:00
Jeremy Stretch
1679423afe
All fields on RenderedGraphSerializer should be read-only
2020-02-21 14:45:07 -05:00
Jeremy Stretch
3ec53b8473
Fixes #4235 : Fix API representation of content_type for export templates
2020-02-21 14:38:38 -05:00