くりにっき

フルスタックキュアエンジニアです

2018-11-01から1ヶ月間の記事一覧

Itamae v1.10.1をリリースした

itamae (1.10.1): Simple Configuration Management Tool https://t.co/W4XB7BlBek— RubyGems (@rubygems) November 23, 2018 リリースノート https://github.com/itamae-kitchen/itamae/blob/master/CHANGELOG.md#v1101 Fail --ohai option when using ohai…

circleci-bundle-update-prをCircleCIのorbにした

circleci-bundle-update-prとは CircleCIでbundle updateしてPRを作るgemです。(id:masutaka26 氏製作) github.com モチベーション コアの処理はgemになっていてCircleCIから呼ぶ部分は実質ワンライナーなのでorb化不要な気もしましたが、あるとそれなりに…

CircleCI orb Perfect Testing

sue445.hatenablog.com で書いてた 今回作ったorbのインテグレーションテストも頑張ってるのですが、長くなるので別の機会に書こうと思います の件です。 https://github.com/sue445/circleci-ruby-orbs/blob/1.2.0/.circleci/config.yml の解説をします 注…

Itamae v1.10.0をリリースした

I released Itamae v1.10.0! Support only_if and not_if inside a definehttps://t.co/H6ERvsjCFY— sue445 (@sue445) 2018年11月12日 リリースノート https://github.com/itamae-kitchen/itamae/blob/master/CHANGELOG.md#v1100 今回の差分は1つだけですが…

CircleCI 2.1のorbを作って最速で実アプリに投入した

tr;dr; 【前置き】先日の出来事 orbとは 【今回作ったもの】sue445/ruby-orbs モチベーション 準備 使い方 補足 CircleCI 2.0から2.1に移行したPR ついでにHerokuにデプロイするやつもorbに寄せた Before After 補足 post-deploy Context one more thing 追…

pry-docにPRを投げた

gem

pry v0.12.0で色々deprecationになって関連gemでもdeprecation warningが出るようになってたので、PRチャンスということで投げました https://github.com/pry/pry/blob/master/CHANGELOG.md#v0120-november-5-2018 pry-doc v0.13.5 https://github.com/pry/p…