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

WIP: Add additional resources #405

Closed
wants to merge 25 commits into from
Closed

WIP: Add additional resources #405

wants to merge 25 commits into from

Commits on Apr 6, 2016

  1. Configuration menu
    Copy the full SHA
    4d40518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15b2f5 View commit details
    Browse the repository at this point in the history
  3. Add a chefignore file

    This speeds up first runs
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    9b69715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e6f866 View commit details
    Browse the repository at this point in the history
  5. Don't pin versions of cookbooks used for integration tests

    Also add yum which will be used for testing Fedora
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    1db3c5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae4c752 View commit details
    Browse the repository at this point in the history
  7. Add a kitchen.docker file

    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    f9cb9b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf2df93 View commit details
    Browse the repository at this point in the history
  9. Remove backwards compat around use_inline_resources

    Everyone should have this by now
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    351d803 View commit details
    Browse the repository at this point in the history
  10. Add nginx_install custom resource

    Break out the installation of nginx so the user can just skip the resource if they have a custom nginx installation needs.
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    e927d93 View commit details
    Browse the repository at this point in the history
  11. Use standard Chef rubocop file

    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    3455328 View commit details
    Browse the repository at this point in the history
  12. Remove apt from Berks / test recipe

    It's not necessary now that the cookbook depends on it
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    7d8d45e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    980ac93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c8f7124 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d9cb709 View commit details
    Browse the repository at this point in the history
  16. Install coveralls

    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    8e3b6fe View commit details
    Browse the repository at this point in the history
  17. Move templates out of the default dir

    There's no need for this in Chef 12
    tas50 committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    3059e41 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    78bad37 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Switch to kitchen dokken

    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    ac502c0 View commit details
    Browse the repository at this point in the history
  2. Install the latest test kitchen in Circle CI

    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    a2f3f9a View commit details
    Browse the repository at this point in the history
  3. Update travis to use the Rake task, cookstyle, and trusty

    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    cc7a8df View commit details
    Browse the repository at this point in the history
  4. Include test deps in a Gemfile

    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    830f1f8 View commit details
    Browse the repository at this point in the history
  5. Update the rakefile

    Fail better when gems aren't there, use cookstyle, include a supermarket task
    
    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    302090f View commit details
    Browse the repository at this point in the history
  6. Remove the rubocop file

    No need for this with cookstyle
    
    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    dffe16b View commit details
    Browse the repository at this point in the history
  7. Update platforms to test on locally

    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    333d645 View commit details
    Browse the repository at this point in the history