summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * Merged fsweetser's selinux patch against HEADBrett Lentz2008-10-031-0/+79
| * Fixed #1613 - The client environment will be substituted when looking up sett...Luke Kanies2008-10-031-0/+15
| * Fixing #1614 - Environments no longer have to be listed out.Luke Kanies2008-10-031-52/+0
| * Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-022-0/+301
| * Add role support to user type and an implementionAndrew Shafer2008-10-012-0/+278
| * Adding user_attr util to parse attributes on solarisAndrew Shafer2008-10-011-0/+47
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-0/+256
| * Refactoring and adding tests to the file group property.Luke Kanies2008-10-021-0/+87
| * Merge branch 'tickets/0.24.x/1622' into 0.24.xJames Turnbull2008-10-022-56/+222
| |\
| | * Modified the group and zone resource types to no longer callLuke Kanies2008-09-301-0/+1
| | * Modified the behaviour of resource-level 'retrieve' -- it onlyLuke Kanies2008-09-301-19/+53
| | * Adding tests for the user retrieve methodLuke Kanies2008-09-301-0/+24
| | * Fixing #1622 - The user type only looks up groups when necessary.Luke Kanies2008-09-301-1/+140
| | * Rewriting the user tests, in preparation for enhancing themLuke Kanies2008-09-301-41/+9
| * | Add parser for arbitrary expressionsBrice Figureau2008-10-012-4/+80
| * | Add arithmetic operators to ASTBrice Figureau2008-09-303-0/+159
| * | Add not operator to ASTBrice Figureau2008-09-301-0/+30
| * | Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-301-0/+52
| * | Add boolean operators to ASTBrice Figureau2008-09-301-0/+53
| * | Add warning and forcibly set to :md5 fixing #1564Paul Nasrat2008-09-301-0/+8
| * | Fix metadata class for cases when checksum_type setPaul Nasrat2008-09-301-1/+17
| * | Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-302-1/+10
| * | Add tests for FileServer::Mount list for #1544Paul Nasrat2008-09-301-0/+133
| |/
| * Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-5/+5
| * Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-0/+10
* | Merged fsweetser's selinux patch against HEADBrett Lentz2008-09-251-0/+79
* | Merge branch 'feature/master/1481'Luke Kanies2008-09-2323-380/+1318
|\ \
| * | As far as I can tell, recursion is working entirely.Luke Kanies2008-08-291-0/+6
| * | Source recursion is nearly working.Luke Kanies2008-08-292-13/+80
| * | Files now use the Indirector to recurse locally.Luke Kanies2008-08-281-4/+25
| * | Fixing filesets to allow nil ignore values.Luke Kanies2008-08-281-0/+7
| * | Recursion using REST seems to almost work.Luke Kanies2008-08-281-89/+265
| * | Mostly finishing refactoring file recursion to use REST.Luke Kanies2008-08-272-2/+200
| * | Fixing FileServing::Base so that it can recurse on a single file.Luke Kanies2008-08-271-0/+5
| * | Fixing the terminus helper so it correctly catches options passed from client...Luke Kanies2008-08-261-0/+21
| * | The file source is now refactored and uses REST.Luke Kanies2008-08-262-40/+89
| * | One third done refactoring file[:source] -- retrieve() is done.Luke Kanies2008-08-261-0/+176
| * | Adding a "source" attribute to fileserving instances.Luke Kanies2008-08-261-0/+6
| * | Adding automatic attribute collection to the new fileserving code.Luke Kanies2008-08-267-30/+70
| * | Adding the content writer to the content class.Luke Kanies2008-08-261-0/+28
| * | Fixing a test in the module_files terminusLuke Kanies2008-08-261-6/+1
| * | Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-0/+31
| * | Removing the last vestiges of the 'puppetmounts' protocol marker.Luke Kanies2008-08-262-3/+2
| * | Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-0/+12
| * | Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-263-7/+17
| * | Refactoring how files in FileServing are named.Luke Kanies2008-08-267-82/+41
| * | Finishing the rename of FileBase => Base.Luke Kanies2008-08-264-36/+158
| * | Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-263-9/+38
| * | Renaming FileServing::FileBase to FileServing::Base.Luke Kanies2008-08-264-141/+31
| * | Adding a hackish raw format.Luke Kanies2008-08-261-0/+26