| Commit message (Expand) | Author | Age | Files | Lines |
* | (#8663) Exclude git rev-parse HEAD spec test on Windows | Josh Cooper | 2011-08-19 | 1 | -1/+2 |
* | Check for the appropriate permissions in File type tests on Windows | Jacob Helwig | 2011-08-19 | 1 | -6/+8 |
* | Remove :fails_on_windows from file type tests that no longer fail on Windows | Jacob Helwig | 2011-08-19 | 1 | -7/+5 |
* | Disable symlink related file tests on Windows | Jacob Helwig | 2011-08-19 | 1 | -2/+2 |
* | (#8663) Disable spec tests for unsupported functionality on Windows | Josh Cooper | 2011-08-19 | 3 | -3/+3 |
* | (#8663) Reenable spec tests on Windows that now pass | Josh Cooper | 2011-08-19 | 2 | -2/+2 |
* | Fix issue with forward and backslashes in Windows paths | Josh Cooper | 2011-08-19 | 1 | -1/+1 |
* | Disable spec tests for unsupported functionality on Windows | Josh Cooper | 2011-08-19 | 3 | -10/+8 |
* | Update certificate spec tests for Windows | Josh Cooper | 2011-08-19 | 4 | -32/+25 |
* | Rework Puppet::Util::Cacher to only expire using TTLs | Nick Lewis | 2011-08-19 | 7 | -10/+0 |
* | Remove Puppet::Util::Cacher use from Puppet::Indirector::Indirection | Nick Lewis | 2011-08-19 | 2 | -4/+4 |
* | Remove Util::Cacher usage from SSL::CertificateAuthority | Nick Lewis | 2011-08-19 | 1 | -2/+0 |
* | Remove use of Util::Cacher in FileServing::Configuration | Nick Lewis | 2011-08-19 | 1 | -1/+1 |
* | Maint: Fix miscellaneous tests | Josh Cooper | 2011-08-19 | 1 | -2/+2 |
* | Maint: Tagged spec tests that are known to fail on Windows | Josh Cooper | 2011-08-19 | 18 | -30/+30 |
* | Fix tests with "relative" paths on Windows | Josh Cooper | 2011-08-19 | 3 | -17/+17 |
* | (#8356) Color defaults to false on Windows | Josh Cooper | 2011-08-19 | 1 | -0/+10 |
* | maint: remove inaccurate copyright and license statements. | Daniel Pittman | 2011-08-18 | 14 | -56/+0 |
* | Do not leak indirector state from apply tests | Jacob Helwig | 2011-08-15 | 1 | -0/+3 |
* | (#1886) Clean up `node clean` for merge. | Pieter van de Bruggen | 2011-07-28 | 1 | -1/+1 |
* | Deprecate RestAuthConfig#allowed? in favor of #check_authorization | Brice Figureau | 2011-07-26 | 1 | -1/+1 |
* | Fix #6026 - security file should support inline comments | Brice Figureau | 2011-07-26 | 1 | -1/+0 |
* | Fix #5010 - Allow leading whitespace in auth.conf | Brice Figureau | 2011-07-26 | 1 | -1/+0 |
* | Fix #5777 - rule interpolation broke auth.conf CIDR rules | Brice Figureau | 2011-07-26 | 1 | -0/+147 |
* | (#8147) Update test for default reporturl | nfagerlund | 2011-06-29 | 1 | -1/+1 |
* | Merge branch '2.6.x' into 2.7.x | Jacob Helwig | 2011-06-28 | 1 | -0/+11 |
|\ |
|
| * | (#4416) Ensure types are providified after reloading | Nick Lewis | 2011-06-10 | 1 | -0/+11 |
* | | Remove order dependency from functions integration spec | Jacob Helwig | 2011-06-28 | 1 | -1/+1 |
* | | Merge branch '2.6.x' into 2.7.x | Nick Lewis | 2011-06-08 | 1 | -0/+22 |
|\| |
|
| * | (#2128) Add support for setting node name based on a fact | Nick Lewis | 2011-06-06 | 1 | -0/+15 |
| * | (#2128) Add the ability to specify a node name | Nick Lewis | 2011-06-06 | 1 | -0/+7 |
| * | Fixed #7166 - Replaced deprecated stomp "send" method with "publish" | James Turnbull | 2011-04-20 | 1 | -2/+2 |
* | | (#7507) Add exclude filter for ruby 1.9 spec failures | Josh Cooper | 2011-05-20 | 1 | -2/+2 |
* | | (#7502) Fixed parser spec for ruby 1.8.5 | Josh Cooper | 2011-05-20 | 1 | -2/+2 |
* | | Merge branch 'ticket/2.7.next/7523' into 2.7.next | Nick Lewis | 2011-05-17 | 1 | -0/+31 |
|\ \ |
|
| * | | (#7523) Refactor the grammar to reduce duplication | Nick Lewis | 2011-05-17 | 1 | -0/+31 |
* | | | Merge branch '2.7.x' into 2.7.next | Pieter van de Bruggen | 2011-05-17 | 9 | -10/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | (#7507) Add more filters for Ruby 1.9 spec failures | Pieter van de Bruggen | 2011-05-17 | 1 | -1/+1 |
| * | | (#7507) Add ability to filter Ruby 1.9 spec failures | Matt Robinson | 2011-05-17 | 8 | -9/+9 |
* | | | (#7114) Add integration tests for authorized_key | Stefan Schulte | 2011-05-16 | 1 | -0/+207 |
|/ / |
|
* | | (#6962) Add integration tests on Face documentation. | Daniel Pittman | 2011-04-27 | 1 | -0/+55 |
* | | maint: use the exit_with helper everywhere... | Daniel Pittman | 2011-04-22 | 2 | -4/+4 |
* | | Fixed #7166 - Replaced deprecated stomp "send" method with "publish" | James Turnbull | 2011-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.x | Pieter van de Bruggen | 2011-04-18 | 1 | -0/+56 |
* | | maint: clean up the spec test headers in bulk. | Daniel Pittman | 2011-04-13 | 51 | -85/+50 |
* | | maint: just require 'spec_helper', thanks rspec2 | Daniel Pittman | 2011-04-08 | 51 | -54/+52 |
* | | maint: Get tests passing on Ruby < 1.8.7 | Matt Robinson | 2011-04-08 | 1 | -1/+1 |
* | | Merge branch '2.6.x' into next | Max Martin | 2011-04-07 | 1 | -27/+34 |
|\| |
|
| * | Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yaml | Brice Figureau | 2011-04-05 | 1 | -5/+38 |
| * | (#5670) Don't trigger refresh from a failed resource | Nick Lewis | 2011-03-30 | 1 | -27/+34 |