summaryrefslogtreecommitdiffstats
path: root/spec/integration
Commit message (Expand)AuthorAgeFilesLines
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-11/+11
* Fixing #2253 - pluginsync failures propagate correctlyLuke Kanies2009-05-261-0/+25
* Adding a Spec lib directory and moving tmpfile to itLuke Kanies2009-05-263-18/+9
* Fixing #2234 - fixing all of the tests broken by my bindaddress fixLuke Kanies2009-05-157-11/+42
* Fixing #2221 - pluginsignore should work againLuke Kanies2009-05-151-0/+18
* Fix failing test: file.close! and file.path ordering fixBrice Figureau2009-05-151-1/+2
* Fixing #2195 - the Server class handles bindaddressLuke Kanies2009-05-031-18/+2
* Failing to enable storeconfigs if ActiveRecord isn't availableLuke Kanies2009-04-251-0/+7
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-235-6/+6
* Fix some indirector failing testsBrice Figureau2009-04-235-5/+19
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-4/+0
* Finishing class renamesLuke Kanies2009-04-221-0/+57
* Fix #2113 - Make temp directoryPaul Nasrat2009-04-051-0/+2
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-1/+2
* Merge branch '0.24.x'Luke Kanies2009-04-025-3/+23
|\
| * Fixing #1631 - adding /sbin and /usr/sbin to PATHLuke Kanies2009-03-241-0/+9
| * Fixing every failing test I can find on the build server.Luke Kanies2009-02-284-3/+17
* | Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-205-10/+10
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-3/+3
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-193-105/+0
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-4/+7
* | Fixing fileserving to support strings or symbolsLuke Kanies2009-02-181-4/+4
* | Fix #1560Paul Lathrop2009-01-221-0/+25
* | Merge commit 'masterzen/tickets/1834'Luke Kanies2008-12-305-5/+10
|\ \
| * | Fix #1834 part1 - Fix tempfile failing testsBrice Figureau2008-12-205-5/+10
* | | Merge branch '0.24.x'James Turnbull2008-12-271-0/+36
|\ \ \ | |/ / |/| / | |/
| * Not using a temporary file when locking files for writing.Luke Kanies2008-12-151-3/+3
| * Modifying the corruption-checking test.Luke Kanies2008-12-151-3/+3
| * Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-121-0/+36
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-182-13/+13
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-3/+3
* | Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-182-1/+13
* | Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-181-0/+29
* | Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-184-24/+24
* | Fix #1483 - protect report terminus_class when testing for RESTBrice Figureau2008-12-081-0/+2
* | Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-0/+91
* | Completely refactoring the tidy type.Luke Kanies2008-11-151-0/+29
* | Properly cleaning up ssl ca configuration during testingLuke Kanies2008-11-114-4/+8
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-1115-17/+17
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-071-0/+38
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-051-0/+29
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-1/+1
* | Moving a file purging test to rspecLuke Kanies2008-11-041-0/+49
* | Making it so (once again) files with sources set can still be deletedLuke Kanies2008-11-041-0/+35
* | Fixing and migrating more file tests.Luke Kanies2008-11-041-80/+133
* | Fixing :bindaddress setting to work with the new server subsystem.Luke Kanies2008-11-031-0/+20
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-172-0/+43
|\|
| * Fixing #1647 - puppetdoc's 'providers' report works again.Luke Kanies2008-10-141-0/+17
| * Moving some test/ package tests to rspec integration testsLuke Kanies2008-10-081-0/+26
* | Source recursion is nearly working.Luke Kanies2008-08-291-0/+75