summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump v2.0.0v2.0.0Seth Vargo2013-12-172-1/+10
|
* Remove puma and clean up threadingSeth Vargo2013-12-176-128/+142
| | | | | | | | | | | | | | | This commit removes all instances of the Puma webserver, since it has known issues on a number of supported platforms and adds significant branching logic to the code. This commit also re-defines what it means when the server is "running". In the past, "running" has meant the web server is up. Testing has revealed that web servers actually lie and say they are running, even if they are not accepting requests. The new `running?` method uses OpenURI to access a known URL on the server. WEBrick does not support running on a socket, so the `--socket` option has also been removed.
* Bump version to 1.7.2v1.7.2John Keiser2013-11-191-1/+1
|
* Merge branch 'configure-rspec-opts'danielsdeleo2013-11-192-2/+14
|\ | | | | | | | | * Fix IPv6 support for test helper code * Relates to: https://tickets.opscode.com/browse/CHEF-4616
| * Allow custom server options in rspec helper moduleconfigure-rspec-optsdanielsdeleo2013-11-181-1/+12
| |
| * Return server_url with IPv6-safe syntaxdanielsdeleo2013-11-181-1/+2
|/ | | | | If the server is bound to a IPv6 address, the address needs to be wrapped in brackets, like http://[::1]:PORT
* Bump version to 1.7.1v1.7.1John Keiser2013-11-031-1/+1
|
* Fix chef-zero executable with webrickJohn Keiser2013-11-031-0/+1
|
* Release version 1.7v1.7John Keiser2013-11-011-1/+1
|
* Add pedant dep back to puma testsJohn Keiser2013-11-011-0/+2
|
* Set version to 1.7.beta.1 for prereleasev1.7.beta.1John Keiser2013-11-011-1/+1
|
* Fix Logger line to be cross-platform, use webrick.shutdown method to stop serverJohn Keiser2013-11-011-13/+20
|
* Use status to be more accurate about WEBrick server statusJohn Keiser2013-11-011-1/+1
|
* Bump version to 1.7John Keiser2013-11-011-1/+1
|
* Add travis test for pumaJohn Keiser2013-11-012-0/+7
|
* Use webrick when puma is not availableJohn Keiser2013-11-012-20/+67
|
* Merge pull request #40 from opscode/lcg/better-depsolver-errorJohn Keiser2013-10-291-2/+16
|\ | | | | improve depsolver error message
| * slight better error message on constraint failureLamont Granquist2013-10-281-2/+10
| |
| * improve depsolver error messageLamont Granquist2013-10-281-1/+7
| | | | | | | | | | | | | | - at least return the last cookbook that failed inside the recursive bowels of the depsolver. not sure if this will produce a slightly misleading error messge in the case of a cookbook resolution failure, but it should give at least point at a cookbook that has a problem.
* | Work with latest pedantjk/latest-pedantJohn Keiser2013-10-112-2/+3
| |
* | Bump version to 1.6.2v1.6.2John Keiser2013-10-111-1/+1
| |
* | Fix issue with memory store deletesJohn Keiser2013-10-111-1/+1
| |
* | Bump version to 1.6.1v1.6.1John Keiser2013-10-111-1/+1
| |
* | Fix problems with cookbook update and delete for local storageJohn Keiser2013-10-111-6/+14
| |
* | Pass options through when deleting directories (fixes cookbook and data bag ↵John Keiser2013-10-111-1/+1
| | | | | | | | delete)
* | Merge pull request #35 from mattgleeson/range_queriesJohn Keiser2013-10-112-14/+58
|\ \ | | | | | | Range queries with smoke test
| * | add support for wildcardsMatt Gleeson2013-09-302-16/+27
| | |
| * | handle a list of values properly. add matches_doc?Matt Gleeson2013-09-281-13/+20
| | |
| * | cleanupMatt Gleeson2013-09-261-2/+0
| | |
| * | logic was reversed for "to" evalMatt Gleeson2013-09-251-2/+3
| | |
| * | switch to string tests for less confusion.Matt Gleeson2013-09-251-4/+4
| | |
| * | fix up to_s end bracketsMatt Gleeson2013-09-251-1/+1
| | |
| * | smoke tests for searchMatt Gleeson2013-09-251-0/+27
|/ /
* | Bump version to 1.6 (time for a minor rev)v1.6John Keiser2013-09-121-1/+1
| |
* | Bump version to 1.5.6v1.5.6John Keiser2013-09-121-1/+1
| |
* | Make stop actually stop background serversJohn Keiser2013-09-121-2/+1
|/
* Release version 1.5.5v1.5.5John Keiser2013-08-082-1/+5
|
* Fix #31: Allow - in search terms rather then interpreting it as an operatorJohn Keiser2013-08-082-2/+9
|
* Merge pull request #30 from mattgleeson/solr_end_rangeJohn Keiser2013-07-181-1/+1
|\ | | | | fixup end_range typos
| * fixup end_range typosMatt Gleeson2013-07-181-1/+1
|/
* Merge pull request #27 from jkeiser/sethvargo/add_licenseSeth Vargo2013-07-121-0/+1
|\ | | | | Add license to gemspec (fixes #26)
| * Add license to gemspec (fixes #26)Seth Vargo2013-07-121-0/+1
|/
* Update changelog for 1.5.4John Keiser2013-07-121-0/+4
|
* Bump version to 1.5.4v1.5.4John Keiser2013-07-121-1/+1
|
* Support run_list with cookbook::recipe@name syntaxJohn Keiser2013-07-101-3/+3
|
* Fix typo in README (Cerver -> Server)Seth Vargo2013-07-051-1/+1
| | | - Fixes #24
* Complete changelogJohn Keiser2013-06-271-0/+120
|
* Bump version to 1.5.3v1.5.3John Keiser2013-06-272-1/+4
|
* Fix #23: add Server header for identificationJohn Keiser2013-06-271-0/+3
|
* Add chef 11 as development dependencyJohn Keiser2013-06-272-0/+2
|