summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add more description to help for --repo-modejk/knife_serveJohn Keiser2014-05-272-1/+3
* Add knife serve to changelog / doc changesJohn Keiser2014-05-272-0/+10
* Bump required revision of chef-zero to 2.1.3John Keiser2014-05-271-1/+1
* Listen for the default port 8900, not 8889John Keiser2014-05-272-3/+3
* Explicitly add org defaults to pedant testJohn Keiser2014-05-274-6/+7
* React to fact that we bind chef-zero to localhost (not 127.*)John Keiser2014-05-265-14/+14
* Depend on chef-zero 2.1, which has the right test hooksJohn Keiser2014-05-261-1/+1
* Ensure server is stopped when knife is doneJohn Keiser2014-05-261-5/+8
* Add "knife serve" to serve up chef repo in chef-zeroJohn Keiser2014-05-264-0/+104
* Merge pull request #1450 from opscode/sersut/changelogSerdar Sutay2014-05-232-30/+27
|\
| * Move contributions information into CHANGELOG.md and get rid of CONTRIBUTIONS...sersut2014-05-222-30/+27
|/
* Merge pull request #1032 from ClogenyTechnologies/kd/aix-bootstrapSerdar Sutay2014-05-201-0/+58
|\
| * Merge branch 'kd/aix-bootstrap' of https://github.com/ClogenyTechnologies/che...kaustubh-d2013-10-090-0/+0
| |\
| | * AIX: implement review comments, name as chef-aix and use ksh -ckaustubh-d2013-10-081-11/+20
| | * Merge branch 'kd/aix-bootstrap' of https://github.com/ClogenyTechnologies/che...kaustubh-d2013-10-080-0/+0
| | |\
| | | * aix: bootstrap template for aix.kaustubh-d2013-09-301-0/+49
| | * | aix: bootstrap template for aix.kaustubh-d2013-10-081-0/+49
| * | | AIX: implement review comments, name as chef-aix and use ksh -ckaustubh-d2013-10-091-11/+20
| * | | aix: bootstrap template for aix.kaustubh-d2013-10-091-0/+49
* | | | Merge pull request #1287 from opscode/enable-travis-notificationsSerdar Sutay2014-05-201-0/+18
|\ \ \ \
| * | | | Enable Travis CI notificationsSeth Chisamore2014-03-031-0/+18
* | | | | Merge parallelizer robustification and enhancementsJohn Keiser2014-05-209-109/+881
|\ \ \ \ \
| * | | | | Fix tests on 1.8.7John Keiser2014-05-193-131/+114
| * | | | | Do not provide "lazy" unless it is available (Ruby 2.0+)John Keiser2014-05-192-37/+65
| * | | | | Prevent parallel first/take/drop from processing things it shouldn'tJohn Keiser2014-05-192-38/+191
| * | | | | Make parallel enumerable safe to restartJohn Keiser2014-05-193-50/+142
| * | | | | Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-182-9/+57
| * | | | | Add ability to flatten parallel enumerableJohn Keiser2014-05-189-180/+273
| * | | | | Add each_with_exceptions to allow all results to be knownJohn Keiser2014-05-172-65/+66
| * | | | | Add :stop_on_exception to stop consuming input on exceptionJohn Keiser2014-05-172-44/+88
| * | | | | Add parallel_do method for when you don't care about outputJohn Keiser2014-05-172-24/+49
| * | | | | Add methods to receive asynchronous output from parallelizerJohn Keiser2014-05-172-71/+376
* | | | | | Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-192-4/+0
|/ / / / /
* | | | | Merge pull request #1431 from opscode/CHEF-3811Claire McQuin2014-05-157-8/+222
|\ \ \ \ \
| * | | | | Update exceptions.rbClaire McQuin2014-05-151-1/+0
| * | | | | Update exceptions.rbClaire McQuin2014-05-151-2/+0
| * | | | | Change attribute whitelist filter syntax to match OhaiClaire McQuin2014-05-156-72/+125
| * | | | | Update for whitelist use.Claire McQuin2014-05-151-0/+2
| * | | | | update stubs for new node.save behaviorClaire McQuin2014-05-151-2/+3
| * | | | | add whitelist config options for attributes saved by the nodeClaire McQuin2014-05-155-6/+167
|/ / / / /
* | | | | Merge pull request #1434 from opscode/CHEF-4423Claire McQuin2014-05-1512-83/+243
|\ \ \ \ \
| * | | | | Decrease number of default threadsClaire McQuin2014-05-153-5/+8
| * | | | | Refactor rescue behavior.Claire McQuin2014-05-142-29/+38
| * | | | | Comment threadsafe change.Claire McQuin2014-05-131-0/+8
| * | | | | Update for parallel cookbook synchronization.Claire McQuin2014-05-133-0/+6
| * | | | | Add config option for parallel cookbook sync.Claire McQuin2014-05-132-1/+4
| * | | | | Catch format error for 504 Gateway Time-out.Claire McQuin2014-05-132-4/+15
| * | | | | make mixin/create_path threadsafeClaire McQuin2014-05-131-2/+5
| * | | | | CHEF-4423: implement threaded cookbook synchronizationNikhil Benesch2014-05-131-42/+64
| * | | | | CHEF-4423: extract CookbookVersion manifest update into public methodNikhil Benesch2014-05-131-8/+12