Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

git_checkout (8) Versions 1.0.1

Dynamically finds repositories and then clones them into the correct location

Policyfile
Berkshelf
Knife
cookbook 'git_checkout', '= 1.0.1', :supermarket
cookbook 'git_checkout', '= 1.0.1'
knife supermarket install git_checkout
knife supermarket download git_checkout
README
Dependencies
Changelog
Quality 17%

Git Checkout

Provides a set of resources to aid in the checkout of git repositories from hosted platforms

Requirements

  • git
  • ssh keypair correctly set

Chef

  • Chef 13 +

Resources

bitbucket

Connects to BitBucket.org and find repositories, then calls the git resource to clone these to the specified disk, currently only supports checking out from the authenticated user

Token creation:

Go to Settings -> OAuth and create a new consumer

Set permissions to: Repositories -> Read

Add a callback URL, does not matter the given url, it requires one however.

Actions

  • :create - Creates the repositories on disk

Properties

  • username - (Required) name attribute, the username for the account you wish to checkout from
  • access_key - (Required) Access key for the OAuth Consumer
  • secret_key - (Required) Secret key for the OAuth Consumer
  • path - (Required) The root path to checkout into
  • owner - (Required) The owner for the checked repository
  • group - (Required) The group for the checked out repository
  • directory_seperator - (Optional) This will create directories and split the path for the given string, eg: if given a repo of: chef-cookbooks-git_checkout and a directory_seperator of - then it will clone into <path>/chef/cookbooks/git_checkout
  • repo_filter - (Optional) Regex filter for repositories you wish to clone.

github

Connects to Github.com and find repositories, then calls the git resource to clone these to the specified disk, supports private (authenticated) and public repositories for users and orgs

Token creation:

Go to https://github.com/settings/tokens and create a new Personal Access Token

Set permissions to: Repo (All) - The cookbook only required read access to private and public repositories, however this is not currently an option.

Actions

  • :create - Creates the repositories on disk

Properties

  • username - (Required) name attribute, the username for the account you wish to checkout from
  • org - (Optional) If given we will clone from this org instead of from the supplied username
  • access_key - (Optional) Personal Access Token for the OAuth Consumer, if not supplied this resource will only clone public repositories
  • path - (Required) The root path to checkout into
  • owner - (Required) The owner for the checked repository
  • group - (Required) The group for the checked out repository
  • directory_seperator - (Optional) This will create directories and split the path for the given string, eg: if given a repo of: chef-cookbooks-git_checkout and a directory_seperator of - then it will clone into <path>/chef/cookbooks/git_checkout
  • repo_filter - (Optional) Regex filter for repositories you wish to clone.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

git_checkout CHANGELOG

This file is used to list changes made in each version of the git_checkout cookbook.

1.0.0

Initial release.

  • Added support for hosted bitbucket
    • Authenticated access only
  • Added support for hosted github
    • Authenticated Access
    • Public Access
    • Org Access (Authenticated and not)

Collaborator Number Metric
            

1.0.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.1 failed this metric

FC009: Resource attribute not recognised: git_checkout/resources/bitbucket.rb:82
FC009: Resource attribute not recognised: git_checkout/resources/github.rb:56
Run with Foodcritic Version 14.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.1 passed this metric

Testing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number