summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Test on Ruby 2.6 in Travis + test on XenialTim Smith2018-12-171-3/+5
|/ | | | | | Bump ruby patch releases, Add Ruby 2.6 and test on Ubuntu Xenial. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #45 from chef/slimTim Smith2018-12-173-20/+21
|\ | | | | Only ship the required library files in the gem artifact
| * Chefstyle fixTim Smith2018-12-171-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Only ship the required library files in the gem artifactslimTim Smith2018-12-113-20/+21
|/ | | | | | Don't ship the test and dev files in the gem artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add github templatesTim Smith2018-12-062-0/+35
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add code of conduct fileTim Smith2018-12-061-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.7 by Chef Expeditorv2.0.7Chef Expeditor2018-07-303-5/+6
|
* Merge pull request #43 from chef/travisTim Smith2018-07-307-34/+75
|\ | | | | Test on all the Ruby versions we support
| * Remove bundler uninstall hackTim Smith2018-07-301-6/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Get chefstyle greenTim Smith2018-07-256-25/+58
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove deprecated gemspec configsTim Smith2018-07-251-2/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on all the Ruby versions we supportTim Smith2018-07-251-7/+23
|/ | | | | | Also sync our travis config with our other gems Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.6 by Chef Expeditorv2.0.6Chef Expeditor2018-07-253-5/+6
|
* Merge pull request #42 from chef/changelogTim Smith2018-07-252-10/+0
|\ | | | | Remove the changelog generator gem
| * Remove the changelog generator gemTim Smith2018-07-252-10/+0
|/ | | | | | We're using expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.5 by Chef Expeditorv2.0.5Chef Expeditor2018-06-263-4/+12
|
* Merge pull request #41 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-264-14/+16
|\ | | | | remove hashrocket syntax
| * remove hashrocket syntaxLamont Granquist2018-06-264-14/+16
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.0.4Chef Expeditor2018-04-121-11/+8
|
* Bump version to 2.0.4 by Expeditorv2.0.4Chef Expeditor2018-04-123-5/+13
|
* fix labelling (#37)Thom May2018-04-123-3/+14
| | | Signed-off-by: Thom May <thom@chef.io>
* enable expeditor (#38)Thom May2018-04-124-0/+64
| | | Signed-off-by: Thom May <thom@chef.io>
* Add appveyor config (#36)Thom May2018-04-112-11/+54
| | | | | | Add appveyor config Signed-off-by: Thom May <thom@may.lt>
* release 2.0.3v2.0.3Thom May2018-03-221-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* release 2.0.2Thom May2018-03-221-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #33 from chef/tm/tracinessThom May2018-03-221-0/+3
|\ | | | | allow logger to query trace level
| * allow logger to query trace leveltm/tracinessThom May2018-03-221-0/+3
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Merge pull request #34 from chef/tm/chefstyle9Thom May2018-03-222-5/+5
|\ \ | |/ |/| fix chefstyle
| * fix chefstyleThom May2018-03-222-5/+5
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* release 2.0.1v2.0.1Thom May2018-02-282-13/+22
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #32 from chef/tm/set_mdThom May2018-02-283-0/+10
|\ | | | | enable metadata to be got and set
| * enable metadata to be got and setThom May2018-02-283-0/+10
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #27 from olleolleolle/feature/logger-methods-to-return-nilThom May2018-02-282-0/+14
|\ | | | | Logging methods (debug, info, warn, error, fatal) all return nil
| * Logging method return nilOlle Jonsson2018-02-282-0/+14
|/ | | | | | - Fixes #21 Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Merge pull request #31 from chef/tm/2_0v2.0.0Thom May2018-02-272-25/+33
|\ | | | | release 2.0
| * release 2.0tm/2_0Thom May2018-02-262-25/+33
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #30 from chef/tm/slogThom May2018-02-269-45/+405
|\ | | | | Structured Logging
| * Resolve review commentstm/slogThom May2018-02-264-32/+34
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * add trace levelThom May2018-02-224-18/+33
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Ensure we only do a metadata write if requiredThom May2018-02-151-2/+4
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * add metadata to log messagesThom May2018-02-158-51/+258
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * Add child loggersThom May2018-01-174-1/+139
| | | | | | | | | | | | | | | | Child loggers mean that we can create new instances of a logger for subsystems or specific classes, but still only have a single set of outputs. Signed-off-by: Thom May <thom@chef.io>
| * use ruby 2.5Thom May2018-01-041-6/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #28 from olleolleolle/feature/rspec-no-monkey-patching-modeBryan McLellan2017-11-224-3/+7
|\ | | | | RSpec: use 3.7, disable monkey patching mode
| * RSpec: use 3.7, disable monkey patching modeOlle Jonsson2017-11-214-3/+7
|/ | | | Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Merge pull request #26 from chef/tm/codeownersThom May2017-08-311-0/+1
|\ | | | | add codeowners
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #24 from olleolleolle/patch-1Thom May2017-08-211-1/+1
|\ | | | | README: Format a line of code using Markdown, not RDoc
| * README: Format markdown [ci skip]Olle Jonsson2017-08-161-1/+1
|/ | | | Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Merge pull request #22 from olleolleolle/patch-1Tim Smith2017-02-103-6/+7
|\ | | | | Travis: update Ruby versions, pass lint