forked from puppetlabs/puppet-editor-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(puppetlabsGH-141) Update Sidecar to extract Function V4 API information
Previously the Sidecar could only emit information in function V3 API format. Now that the Sidecar Protocol has been changed to emit V4 information, this commit updates the Sidecar to extact the V4 information. This commit: * Updates the sidecar_protocol_extensions for the Puppet Function object to adapt the V3 function information into the V4 version * Updates the tests for the sidecar_protocol_extensions for the new parameters for the V4 API functions * Updates the Puppet Strings Helper to extract the required information from YARN in order to populate the V4 API function metadata. In particular the concepts of function type and arity no longer apply, and have been replaced using Function Signatures.
- Loading branch information
1 parent
5ceec6c
commit e009d06
Showing
5 changed files
with
89 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters