jeremystretch
7943a9acd6
Tweak registry initialization
2022-01-19 15:22:28 -05:00
jeremystretch
cb80cf7488
Remove extras_features() decorator
2022-01-19 15:16:10 -05:00
jeremystretch
2037491c76
Designate feature mixin classes & employ class_prepared signal to register features
2022-01-19 14:46:50 -05:00
jeremystretch
3991b82797
Closes #5429 : Enable toggling the placement of table paginators
2022-01-19 09:14:38 -05:00
jeremystretch
3e6be829e5
Closes #8307 : Add data_type indicator to REST API serializer for custom fields
2022-01-18 16:57:54 -05:00
jeremystretch
1b6314e1c4
Closes #8368 : Enable controlling the order of custom script form fields with field_order
2022-01-18 16:01:40 -05:00
jeremystretch
a50abdff7c
Closes #8381 : Add contacts to global search function
2022-01-18 15:40:19 -05:00
jeremystretch
66e1d25ec6
Closes #8367 : Add ASNs to global search function
2022-01-18 15:36:21 -05:00
jeremystretch
ac90304d1f
Correct FeatureQuery invocations
2022-01-18 15:17:05 -05:00
Daniel Sheppard
0842336cff
Fixes #8375 - Change ASN display column from ASDOT to ASPLAIN. Add ASDOT display column.
2022-01-18 11:23:52 -06:00
jeremystretch
7a5516f980
Closes #8376 : Correct example condition defitinions; call out value vs label ealuation for choice fields
2022-01-18 11:31:39 -05:00
jeremystretch
0d90605bf0
Fixes #8377 : Fix calculation of absolute cable lengths when specified in fractional units
2022-01-18 11:09:12 -05:00
jeremystretch
cd4b695f9d
Merge v3.1.6
2022-01-17 11:12:54 -05:00
jeremystretch
f86dda2823
PRVB
2022-01-17 10:16:37 -05:00
Jeremy Stretch
780b1b0ff2
Merge pull request #8372 from netbox-community/develop
...
Release v3.1.6
2022-01-17 10:15:24 -05:00
jeremystretch
88bf196947
Release v3.1.6
2022-01-17 09:49:16 -05:00
jeremystretch
aaac68f667
Fixes #8358 : Fix inconsistent styling of custom fields on filter & bulk edit forms
2022-01-14 14:23:58 -05:00
jeremystretch
2d6f8f8272
Changelog for #8342 , #8357
2022-01-14 11:51:02 -05:00
Jeremy Stretch
83fdef7530
Merge pull request #8352 from jasonyates/8342-created-updated
...
Fixes #8342
2022-01-14 11:48:52 -05:00
Jeremy Stretch
0892de45e7
Merge pull request #8360 from jasonyates/8357-location-filter
...
Fixes #8357 - Filter view for Locations is missing tags field
2022-01-14 11:48:36 -05:00
Jason Yates
0f62a3718b
Fixes #8357 - Filter view for Locations is missing tags field
...
Adding tag field to Locations filter view
2022-01-14 06:19:25 -08:00
Jason Yates
1eaf7912a8
Fixes #8342
...
created & last_updated fields are missing from some REST API calls. Added missing fields to the following API calls
/api/dcim/virtual-chassis/
/api/dcim/cables/
/api/dcim/power-panels/
/api/dcim/rack-reservations/
/api/circuits/circuit-terminations/
/api/extras/webhooks/
/api/extras/custom-fields/
/api/extras/custom-links/
/api/extras/export-templates/
/api/extras/tags/
2022-01-13 19:13:28 -08:00
jeremystretch
2437594e62
Changelog for #8337
2022-01-13 15:24:15 -05:00
Jeremy Stretch
50184d0b28
Merge pull request #8341 from jasonyates/8337-created-updated
...
Add created & last updated as available fields to all tables
2022-01-13 15:23:12 -05:00
jeremystretch
b204bb5fb7
#8293 : Tweak table column output & add changelog
2022-01-13 15:10:06 -05:00
Jeremy Stretch
f1cf475288
Merge pull request #8329 from jasonyates/8293-asdot
...
Adding asdot notation to ASN views
2022-01-13 15:02:21 -05:00
jeremystretch
b82417f9b9
Changelog for #8295
2022-01-13 12:10:25 -05:00
Jeremy Stretch
262ce9ad1b
Merge pull request #8343 from netbox-community/1591-service-templates
...
Closes #1591 : Service templates
2022-01-13 12:09:36 -05:00
jeremystretch
374c7d2c99
Fix test permissions
2022-01-13 11:52:06 -05:00
Jeremy Stretch
ea5fcc7260
Merge pull request #8339 from rodvand/feature
...
Fixes : #8295 Render the payload_url of a Webhook with Jinja2
2022-01-13 11:36:56 -05:00
jeremystretch
d5b78447b3
Add view test for creating service from template
2022-01-13 11:27:29 -05:00
jeremystretch
e56a14e7a3
Changelog for #1591
2022-01-13 10:48:08 -05:00
jeremystretch
7fec030e0f
Enable creating services from templates in the UI
2022-01-13 10:32:42 -05:00
Jason Yates
f99c52c51e
Add created & last updated as available fields to all tables
...
Adds two fields to all relevant tables to allow the addition of Created & Last Updated columns.
All tables with a Configure Table option were updated.
Some sections reformatted to comply with E501 line length as a result of changes
2022-01-13 09:22:32 +00:00
Jason Yates
11c096cc42
Suggested changes
...
* Updating asdot computation to use an fstring
* Cleaning code. Custom property now returns either the ASN with ASDOT notation or just the ASN. asn_with_asdot can now be referenced in ASNTable & objet template.
2022-01-13 04:58:51 +00:00
jeremystretch
80a5aa46f6
Fix display of custom object fields within tables
2022-01-12 17:07:54 -05:00
jeremystretch
3741df2862
Introduce ServiceTemplate
2022-01-12 16:42:28 -05:00
Martin Rødvand
264aa11f79
Render the payload_url of the Webhook with Jinja2
...
- Update markdown documentation
- Expand on the help text for the Webhook model
2022-01-12 21:58:19 +01:00
jeremystretch
d56094c54b
Plug WG8333 in the plugins development docs
2022-01-12 14:40:33 -05:00
Jason Yates
4d56f4972a
Updating page title to include asdot notation
2022-01-12 16:44:22 +00:00
Jason Yates
7c953b3070
Adding asdot notation to ASN views
...
Adds custom property to asn model to compute asdot notation if required.
Updates asn view to show asdot notation if one exists in the format xxxxx (yyy.yyy)
Adds a custom column renderer to asn table to display asdot notation if one exists
2022-01-12 14:06:22 +00:00
jeremystretch
69ce2b218d
Changelog for #8279
2022-01-11 16:27:30 -05:00
Jeremy Stretch
9e51b080b0
Merge pull request #8321 from jasonyates/8279-vc-rack-view
...
Fixes #8279 - No virtual chassis name in rack view
2022-01-11 16:25:50 -05:00
jeremystretch
e5d3730ad8
Merge branch 'develop' into feature
2022-01-11 16:16:13 -05:00
Jason Yates
3a7ae8c351
Fixes #8279
...
A device that is part of a VC that has no name should display [virtual-chassis name]:[virtual-chassis position] as opposed to [device_type] in the rack rendering.
2022-01-11 21:03:18 +00:00
jeremystretch
0c3174284a
Fixes #8319 : Custom URL fields should honor ALLOWED_URL_SCHEMES config parameter
2022-01-11 15:32:04 -05:00
jeremystretch
03bbc410ad
Fixes #8314 : Prevent custom fields with default values from appearing as applied filters erroneously
2022-01-11 15:02:10 -05:00
jeremystretch
5713076155
Fixes #8317 : Fix CSV import of multi-select custom field values
2022-01-11 14:52:47 -05:00
jeremystretch
fcfd1f55c0
Document formal release cycle
2022-01-11 12:54:07 -05:00
jeremystretch
8a2d387495
Reference netbox-demo-data repo in development guide
2022-01-10 15:34:27 -05:00