This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chef-cookbooks Github Organization Report | |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
Totals: | |
Repos: 155 | |
Pull requests: 277 | |
Issues: 694 | |
ββββββββββββββββββββββββββββββββββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ | |
β Repo Name β Open PRs β Issues β Oldest PR β Newest PR β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensu-plugins Github Organization Report | |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
Totals: | |
Repos: 171 | |
Pull requests: 65 | |
Issues: 130 | |
ββββββββββββββββββββββββββββββββββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ | |
β Repo Name β Open PRs β Issues β Oldest PR β Newest PR β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property :version, String | |
property :skip_repo, [TrueClass, FalseClass], default: false | |
property :package_name, String, default: 'nginx' | |
action_class do | |
# setup the appropriate repo | |
def create_repo | |
case node['platform_family'] | |
when 'debian' | |
apt_nginx_repo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property :skip_repo, [TrueClass, FalseClass], default: false | |
property :package_name, String, default: 'nginx' | |
action_class do | |
# setup the appropriate repo | |
def create_repo | |
case node['platform_family'] | |
when 'debian' | |
apt_nginx_repo | |
when 'rhel' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lvm Cookbook | |
[](https://travis-ci.org/chef-cookbooks/lvm) | |
[](https://supermarket.chef.io/cookbooks/lvm) | |
Installs lvm2 package and includes custom resources (providers) for managing LVM. | |
## Requirements | |
### Platforms | |
- Debian/Ubuntu | |
- RHEL/CentOS/Scientific/Amazon/Oracle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MBP:~/dev/chef-cookbooks/chef-apt-docker (master) kitchen verify default-debian-710 | |
-----> Starting Kitchen (v1.8.0) | |
-----> Setting up <default-debian-710>... | |
Finished setting up <default-debian-710> (0m0.00s). | |
-----> Verifying <default-debian-710>... | |
Use `/Users/tsmith/dev/chef-cookbooks/chef-apt-docker/test/integration/default` for testing | |
... | |
Finished in 0.03513 seconds (files took 0.79025 seconds to load) | |
3 examples, 0 failures |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin | |
require "github_changelog_generator/task" | |
GitHubChangelogGenerator::RakeTask.new :changelog do |config| | |
config.header = "# FoodCritic Changelog:" | |
config.future_release = FoodCritic::VERSION | |
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",") | |
config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",") | |
config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",") | |
config.issues = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FoodCritic Changelog: | |
## [7.0.0](https://github.com/acrmp/foodcritic/tree/7.0.0) (2016-07-02) | |
[Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.3.0...7.0.0) | |
**Merged pull requests:** | |
- Remove support for Ruby 2.0 [\#465](https://github.com/acrmp/foodcritic/pull/465) ([tas50](https://github.com/tas50)) | |
- Remove chef version support for Chef 0.7, 0.8, 0.9, and 0.10 [\#464](https://github.com/acrmp/foodcritic/pull/464) ([tas50](https://github.com/tas50)) | |
- Resolve a few simple Rubocop lint / performance cops [\#463](https://github.com/acrmp/foodcritic/pull/463) ([tas50](https://github.com/tas50)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FoodCritic Changelog: | |
## [7.0.0](https://github.com/acrmp/foodcritic/tree/7.0.0) (2016-07-02) | |
[Full Changelog](https://github.com/acrmp/foodcritic/compare/v6.3.0...7.0.0) | |
**Implemented enhancements:** | |
- New cookbook\_maintainer api methods [\#248](https://github.com/acrmp/foodcritic/pull/248) ([miguelcnf](https://github.com/miguelcnf)) | |
**Closed issues:** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ββββββββββββββββββββββββββββββββββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ³βββββββββββββ | |
β Repo Name β Open PRs β Issues β Oldest PR β Oldest Iss β | |
β β β β β ue β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« | |
β opscode-dev-shim β 1 β 0 β 2014-03-20 β β | |
β β β β 03:22:32 β β | |
β β β β UTC β β | |
β£βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ« | |
β opscode-bifrost β 1 β 0 β 2013-06-04 β β | |
β β β β 20:09:30 β β |