Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppetfile-resolver endpoint #256

Closed
jpogran opened this issue May 28, 2020 · 0 comments · Fixed by #255
Closed

puppetfile-resolver endpoint #256

jpogran opened this issue May 28, 2020 · 0 comments · Fixed by #255
Labels
enhancement New feature or request
Milestone

Comments

@jpogran
Copy link
Contributor

jpogran commented May 28, 2020

Provide a new endpoint that parses a given Puppetfile and returns the list of forge puppet modules with details from puppet-resolver

@jpogran jpogran added the enhancement New feature or request label May 28, 2020
@jpogran jpogran added this to the 0.26.1 milestone May 28, 2020
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue May 28, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.

This was added as a part of message_handler instead of putting in the sidecar parsing the file is very fast. When we add the ability to put the module dependencies in the tree then a new action should be added to the sidecar, as that takes time.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue May 28, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.

This was added as a part of message_handler instead of putting in the sidecar parsing the file is very fast. When we add the ability to put the module dependencies in the tree then a new action should be added to the sidecar, as that takes time.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue May 28, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.

This was added as a part of message_handler instead of putting in the sidecar parsing the file is very fast. When we add the ability to put the module dependencies in the tree then a new action should be added to the sidecar, as that takes time.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue Jun 1, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.

This was added as a part of message_handler instead of putting in the sidecar parsing the file is very fast. When we add the ability to put the module dependencies in the tree then a new action should be added to the sidecar, as that takes time.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue Jun 2, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.

This was added as a part of message_handler instead of putting in the sidecar parsing the file is very fast. When we add the ability to put the module dependencies in the tree then a new action should be added to the sidecar, as that takes time.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue Jun 2, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue Jun 2, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.
@jpogran jpogran linked a pull request Jun 2, 2020 that will close this issue
jpogran added a commit to jpogran/puppet-editor-services that referenced this issue Jun 4, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.
glennsarti added a commit that referenced this issue Jun 4, 2020
glennsarti added a commit to glennsarti/puppet-editor-services that referenced this issue Jun 10, 2020
Previosuly in commit 77878f3 a new puppetfile resolver endpoint was added.
However it was missing acceptance tests.  This commit adds a basic acceptance
smoke test for the puppetfile request.
jpogran added a commit that referenced this issue Jun 10, 2020
(GH-256) Add acceptance tests for puppetfile resolver request
glennsarti pushed a commit to glennsarti/puppet-editor-services that referenced this issue Jun 14, 2020
Adds a new endpoint for parsing a Puppetfile and returning a list of modules. This only returns forge modules right now because those are the only ones that are resolved by puppetfile-resolver currently.
glennsarti added a commit to glennsarti/puppet-editor-services that referenced this issue Jun 14, 2020
Previosuly in commit 77878f3 a new puppetfile resolver endpoint was added.
However it was missing acceptance tests.  This commit adds a basic acceptance
smoke test for the puppetfile request.
glennsarti added a commit to glennsarti/puppet-editor-services that referenced this issue Jun 14, 2020
Previously the puppetfile-resolver endpoint was created with version 0.x of
Editor Services.  Now that 1.0 is being worked on, the method call has changed
slightly.
glennsarti added a commit to glennsarti/puppet-editor-services that referenced this issue Jun 14, 2020
…vices into gh262-merge1.0-to-master

* '1.0' of https://github.com/glennsarti/puppet-editor-services: (34 commits)
  (puppetlabsGH-262) Prepare 1.0 branch for merge into master
  (puppetlabsGH-256) Fix calling getDependencies in 1.0
  (puppetlabsGH-256) Add acceptance tests for puppetfile resolver request
  (maint) Release 0.26.1
  (puppetlabsGH-256) Add puppetfile-resolver endpoint
  (maint) Pin Rubocop to < 0.84.0
  (puppetlabsGH-252) Add documentation to the Puppet Helper
  (puppetlabsGH-252) Remove support for Puppet 4
  (puppetlabsGH-252) Remove the puppetstrings featureflag
  (puppetlabsGH-252) Refactor sidecar puppet-strings loader to work with Puppet 5
  (puppetlabsGH-252) Load vendored puppet-strings
  (puppetlabsGH-252) Vendor puppet-strings
  (maint) Remove vendored gems
  (maint) Fix Facter Helper
  (puppetlabsGH-209) Refactor documents in the Document Store
  (puppetlabsGH-209) Refactor single instance queue tests
  (puppetlabsGH-209) Refactor references to DocumentStore to use session_state
  (puppetlabsGH-209) Refactor helper for datatype information
  (puppetlabsGH-209) Refactor helper for fact information
  (puppetlabsGH-209) Refactor helper for class information
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant