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

agit (3) Versions 0.1.2

A safer replacement for Chef git resource

Policyfile
Berkshelf
Knife
cookbook 'agit', '~> 0.1.2', :supermarket
cookbook 'agit', '~> 0.1.2'
knife supermarket install agit
knife supermarket download agit
README
Dependencies
Changelog
Quality 17%

agit cookbook

A safer replacement for Chef git resource.

Concept

Chef git resource is rather user-unfriendly. It is notoriously difficult to find a combination of checkout_branch, enable_checkout and revision so that all works perfectly.

There are several major improvements introduced by this cookbook.

Firstly, only one attribute is used to control a repository's HEAD (current branch).

Secondly, changes in a local copy of the repository are respected. The current branch will not be changed if the repository's state is "dirty". Unlike Chef git resource :sync action, uncommited changes will not be reset.

Thirdly, SSH agent forwarding is fully supported.

Usage

agit '/opt/hello' do
  repository 'git@github.com:acme/hello.git'
  branch 'develop'
  user 'vagrant'
  group 'vagrant'
  action :update
end

Notes

Regarding SSH agent forwarding it is important to include agit::cleanup recipe into a node's run list. During Chef client run agit alters the permissions of the forwarded SSH agent socket (the value is stored in SSH_AUTH_SOCK environment variable). Cleanup recipe restores those permissions.

License

MIT @ Alexander Pyatkin

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

[0.1.2] - 2019-04-16

Added

  • Add a CHANGELOG file.

Fixed

  • Fix internal library methods (commits_behind, branch_exists?).

[0.1.1] - 2019-03-21

Changed

  • Update metadata file

[0.1.0] - 2019-03-21

First appearance in public.

Added

Collaborator Number Metric
            

0.1.2 failed this metric

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

Contributing File Metric
            

0.1.2 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
            

0.1.2 failed this metric

FC066: Ensure chef_version is set in metadata: agit/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.2 passed this metric

Testing File Metric
            

0.1.2 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
            

0.1.2 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