summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-0/+56
| * Lots of DirectoryService work. New Computer Type. Users now use password hash...Nigel Kersten2008-11-261-0/+86
| * Partially fixing #1772 - fixing selinux tests broken by removal of extraneous...Luke Kanies2008-11-261-2/+1
| * Partially fixing #1772 - broken 'resources' tests.Luke Kanies2008-11-261-0/+27
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-255-15/+52
| * Fixing #1708 - user groups specified as names are now detected correctly.Luke Kanies2008-11-241-0/+20
| * Revert "Fixing #1755 - File modes (and other strange properties) will now dis...James Turnbull2008-11-221-14/+0
| * Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-211-4/+9
| * Refactoring the file/owner property to be simpler and cleaner.Luke Kanies2008-11-211-0/+132
| * Fixing #1755 - File modes (and other strange properties) will now display cor...Luke Kanies2008-11-211-0/+14
| * Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-10/+50
| * Fixing broken tests resulting from the fix to #1747Luke Kanies2008-11-175-1/+8
| * Move function existance test to parser evaluationBrice Figureau2008-11-171-0/+77
| * RSpec tests for the doc system (covers AST.doc, lexer and parser)Brice Figureau2008-11-173-5/+121
| * Fixed #1735 and #1747 - Fixes to confine systemJames Turnbull2008-11-161-19/+13
| * Fixing the provider's confine subsystem so the logs are more useful.Luke Kanies2008-11-133-24/+48
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-141-0/+41
| * Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-141-33/+33
| * Fix #1737 - part2 - Fix display of "options"Brice Figureau2008-11-121-0/+12
| * Fix #1737 - ssh_authorized_keys should be able to parse options containing co...Brice Figureau2008-11-111-0/+7
| * Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-051-88/+98
* | Adding more file tests and fixing conflicting testsLuke Kanies2008-11-152-0/+22
* | Completely refactoring the tidy type.Luke Kanies2008-11-152-12/+344
* | These changes are all about making sure file data is expired when appropriate.Luke Kanies2008-11-152-2/+77
* | Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies2008-11-152-1/+14
* | Properly cleaning up ssl ca configuration during testingLuke Kanies2008-11-114-4/+8
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-113-18/+48
* | Adding cached attribute support to resources.Luke Kanies2008-11-113-10/+24
* | Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+6
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-100/+50
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-1126-49/+43
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-8/+0
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-5/+0
* | Fixing a test broken by previous refactoringLuke Kanies2008-11-071-7/+4
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-073-185/+62
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-071-0/+247
* | Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-071-71/+101
* | Changing the catalog's relationship graph into a normal graph.Luke Kanies2008-11-061-67/+74
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-063-444/+431
* | Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-061-0/+25
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-053-153/+119
* | Removing mid-transaction resources from the catalog.Luke Kanies2008-11-051-0/+14
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-052-0/+177
* | Aliasing "must_not" just like we alias "must"Luke Kanies2008-11-051-0/+1
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-042-1/+6
* | Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-041-88/+98
* | Switched all value management in props/params to internal classes.Luke Kanies2008-11-042-22/+609
* | Fixing #1677 - fixing the selinux tests in master.Luke Kanies2008-11-041-0/+6
* | Changing the meaning of the unused Puppet::Type#parameter method to return an...Luke Kanies2008-11-041-1/+16
* | Moving a file purging test to rspecLuke Kanies2008-11-041-0/+49