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

(maint) Mergeup master into 1.0 #250

Merged
merged 18 commits into from
May 16, 2020
Merged

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    35192cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41b142 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. (puppetlabsGH-238) Monkey patch Facter for minimal resets

    It appears that Facter 4.0.16 is resetting the Facter search dirs
    which then causes the sidecar to not find some external or custom facts.
    This commit monkey patches the Facter module and makes it possible
    to limit the number of resets to one.
    glennsarti committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    f8e88a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Merge pull request puppetlabs#239 from glennsarti/gh238-facter4-patches

    (puppetlabsGH-238) Monkey patch Facter for minimal resets
    James Pogran authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    f86063e View commit details
    Browse the repository at this point in the history
  2. (maint) Update branding urls

    Co-Authored-By: David Schmitt <david.schmitt@puppet.com>
    jpogran and DavidS committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    1b4b533 View commit details
    Browse the repository at this point in the history
  3. Merge pull request puppetlabs#236 from jpogran/brandingurls

    (maint) Update branding urls
    James Pogran authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    339c42f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    882fa21 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Merge pull request puppetlabs#241 from jpogran/revert-gh-238

    Revert "(puppetlabsGH-238) Monkey patch Facter for minimal resets"
    glennsarti authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    f2e758e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    235a05c View commit details
    Browse the repository at this point in the history
  2. Merge pull request puppetlabs#243 from jpogran/puppetlabsGH-242-facts…

    …-endpoint
    
    GH 242 facts endpoint
    glennsarti authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4702628 View commit details
    Browse the repository at this point in the history
  3. (puppetlabsGH-245) Add acceptance tests for getFacts request

    This commit adds an acceptance test for the puppet/getFacts request. Previously
    this message was added to the message handler, but not to the test suite.
    glennsarti committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    c00f571 View commit details
    Browse the repository at this point in the history
  4. (puppetlabsGH-245) Use object cache for fact data

    Previously the puppet/getFacts request would call out to Facter directly however
    this can be very slow, particularly with Facter v2 in the PDK.  This commit
    changes the request to instead use the object cache which already has all of the
    available facter information.
    
    This commit also moves the method from the PuppetHelper to the FacterHelper
    where it would make more sense.  This is tested as part of the acceptance suite.
    glennsarti committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    97a87ae View commit details
    Browse the repository at this point in the history
  5. (puppetlabsGH-245) Remove facts_all sidecar request

    Now that the language server no longer calls the facts_all action, the
    supporting code can be removed.
    glennsarti committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    10ff9fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request puppetlabs#246 from glennsarti/gh245refactorfacts

    (puppetlabsGH-245) Use object cache for fact data
    James Pogran authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    73e2615 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. (maint) Release 0.26.0

    jpogran committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    00e52cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request puppetlabs#244 from jpogran/release-0.26.0

    (maint) Release 0.26.0
    James Pogran authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    25fc856 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Merge branch 'master' of https://github.com/glennsarti/puppet-editor-…

    …services into mergeup-master
    
    * 'master' of https://github.com/glennsarti/puppet-editor-services:
      (maint) Release 0.26.0
      (puppetlabsGH-245) Remove facts_all sidecar request
      (puppetlabsGH-245) Use object cache for fact data
      (puppetlabsGH-245) Add acceptance tests for getFacts request
      (puppetlabsGH-242) Puppet Facts Endpoint
      Revert "(puppetlabsGH-238) Monkey patch Facter for minimal resets"
      (maint) Update branding urls
      (puppetlabsGH-238) Monkey patch Facter for minimal resets
      (maint) Update rubocop to 0.80.x
    glennsarti committed May 16, 2020
    Configuration menu
    Copy the full SHA
    447f61b View commit details
    Browse the repository at this point in the history
  2. (maint) Fix Facter Helper

    This commit updates the Facter Helper for 1.0, due to the change in the
    session state.
    glennsarti committed May 16, 2020
    Configuration menu
    Copy the full SHA
    2f6e0fc View commit details
    Browse the repository at this point in the history