summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | so that it passes, but don't feed the defaults to the user by default.
* 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
|\ | | | | Updates to CHANGELOG and CONTRIBUTIONS
| * Move contributions information into CHANGELOG.md and get rid of ↵sersut2014-05-222-30/+27
|/ | | | CONTRIBUTIONS.md. Also make sure the names of our awesome contributors are reflected in addition to their Github profile.
* Merge pull request #1032 from ClogenyTechnologies/kd/aix-bootstrapSerdar Sutay2014-05-201-0/+58
|\ | | | | OC-9274 - Knife bootstrap support for AIX
| * Merge branch 'kd/aix-bootstrap' of ↵kaustubh-d2013-10-090-0/+0
| |\ | | | | | | | | | https://github.com/ClogenyTechnologies/chef into kd/aix-bootstrap
| | * AIX: implement review comments, name as chef-aix and use ksh -ckaustubh-d2013-10-081-11/+20
| | |
| | * Merge branch 'kd/aix-bootstrap' of ↵kaustubh-d2013-10-080-0/+0
| | |\ | | | | | | | | | | | | https://github.com/ClogenyTechnologies/chef into kd/aix-bootstrap
| | | * 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 notifications
| * | | | Enable Travis CI notificationsSeth Chisamore2014-03-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit enables notifications to the following communication channels: * HipChat - "Build Statuses" and "Open Source" rooms * IRC - #chef-hacking channel * Gitter IM - opscode/chef chat room Notifications will only be sent if a build fails OR a failed build transitions to successful.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make parallelizer less eager to process inputs on its thread except when unblocking, to leave it free to send outputs - allow parallelizer to start making headway with long-running inputs before the inputs are done - use ruby internal Queues to manage locking instead of mutexes
* | | | | | Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-192-4/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | CookbookVersion and CookbookVersionLoader may interact with classes defined in these files, but never reference their constants directly, so they do not need to be loaded.
* | | | | Merge pull request #1431 from opscode/CHEF-3811Claire McQuin2014-05-157-8/+222
|\ \ \ \ \ | | | | | | | | | | | | add whitelist config options for attributes saved by the node
| * | | | | Update exceptions.rbClaire McQuin2014-05-151-1/+0
| | | | | |
| * | | | | Update exceptions.rbClaire McQuin2014-05-151-2/+0
| | | | | | | | | | | | | | | | | | Remove WhitelistAttributeNotFound error
| * | | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Cookbook synchronization speedup (CHEF-4423)
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit parallelizes cookbook synchronization (downloads) with the threaded worker queue model used during cookbook upload.
| * | | | | CHEF-4423: extract CookbookVersion manifest update into public methodNikhil Benesch2014-05-131-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Certain segments of a CookbookVersion's manifest (recipe, attributes) have custom setter methods. Extract the logic to handle these special cases into a public method to reduce duplication.