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

(PDK-746) have a SimpleProvider for simple cases #8

Merged
merged 4 commits into from
Jan 5, 2018

Commits on Jan 4, 2018

  1. (PDK-746) have a SimpleProvider for simple cases

    This removes some of the "tedium" of writing a provider, when the resource
    does not benefit from batching, or asynchronous processing.
    DavidS committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    4b7da05 View commit details
    Browse the repository at this point in the history
  2. (maint) re-do appveyor badge after recreating the project

    For some reason appveyor did not report back anymore to PRs, although
    it was still building. I've recreated the project to try to fix the link,
    but this also required updating the badge here.
    DavidS committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    b932ed9 View commit details
    Browse the repository at this point in the history
  3. (maint) do not install license_finder on appveyor on old rubies

    license_finder 4.0 and onwards contain a symlink that does not install
    with older rubugem versions.
    
    See pivotal/LicenseFinder#445 for a upstream fix
    DavidS committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    dadbd22 View commit details
    Browse the repository at this point in the history
  4. (maint) remove coveralls

    codecov has the better result rendering (specifically diff-coverage), and
    does not spam github with comments.
    DavidS committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    45a7829 View commit details
    Browse the repository at this point in the history