Skip to content

Instantly share code, notes, and snippets.

View tas50's full-sized avatar
πŸŒͺ️
Producting. That's a thing right?

Tim Smith tas50

πŸŒͺ️
Producting. That's a thing right?
View GitHub Profile
chef-cookbooks Github Organization Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Totals:
Repos: 167
Pull requests: 267
Issues: 782
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Repo Name ┃ Open PRs ┃ Issues ┃ Oldest PR ┃ Oldest Iss ┃
┃ ┃ ┃ ┃ ┃ ue ┃
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ 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 ┃ ┃
# 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:**
# 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))
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
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
# lvm Cookbook
[![Build Status](https://travis-ci.org/chef-cookbooks/lvm.svg?branch=master)](https://travis-ci.org/chef-cookbooks/lvm)
[![Cookbook Version](https://img.shields.io/cookbook/v/lvm.svg)](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
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'
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
sensu-plugins Github Organization Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Totals:
Repos: 171
Pull requests: 65
Issues: 130
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Repo Name ┃ Open PRs ┃ Issues ┃ Oldest PR ┃ Newest PR ┃
β”£β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β”β•Šβ”β”β”β”β”β”β”β”β”β”β”β”β•Šβ”β”β”β”β”β”β”β”β”β”β”β”β•Šβ”β”β”β”β”β”β”β”β”β”β”β”β•Šβ”β”β”β”β”β”β”β”β”β”β”β”β”«