summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring the Change/Event/Property interfaceLuke Kanies2010-02-173-15/+78
* Cleaning up the Log initialization code.Luke Kanies2010-02-171-0/+7
* Refactoring the RAL interface to loggingLuke Kanies2010-02-172-3/+51
* Using Logging module in main Puppet moduleLuke Kanies2010-02-171-0/+12
* Adding tests for "Logging" moduleLuke Kanies2010-02-171-0/+47
* Correcting comments and making report timestamp internalLuke Kanies2010-02-172-6/+5
* Failing in app/puppet if facts are not foundLuke Kanies2010-02-171-0/+6
* Adding Transaction events to Transaction reportsLuke Kanies2010-02-172-1/+33
* Removing a redundant method in ReportLuke Kanies2010-02-171-1/+1
* Removing unused code and adding a couple of testsLuke Kanies2010-02-171-26/+46
* Adding tests for the 'report' log destinationLuke Kanies2010-02-171-0/+24
* Extracting event management into a separate classLuke Kanies2010-02-172-248/+278
* Changing SimpleGraph.matching_edges to expect one eventLuke Kanies2010-02-171-6/+5
* Moving event creation to the resourceLuke Kanies2010-02-173-24/+60
* Cleaning up Event creationLuke Kanies2010-02-173-53/+132
* Adding "type" instance method to enhance DemeternessLuke Kanies2010-02-171-0/+4
* Random code cleanupLuke Kanies2010-02-172-105/+125
* Moving Ensure property into separate fileLuke Kanies2010-02-171-0/+13
* Moving Parameter utility classes into separate filesLuke Kanies2010-02-173-244/+255
* Switching transactions to callback-based eventsLuke Kanies2010-02-172-22/+350
* Unit tests for path changesMarc Fournier2010-02-171-0/+14
* Fix failing specsRein Henrichs2010-02-174-14/+14
* Rename puppet application spec to mainRein Henrichs2010-02-171-74/+74
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-177-362/+365
* Replace test/unit file write test with specRein Henrichs2010-02-171-11/+36
* Allow adding single key to hashesBrice Figureau2010-02-172-48/+82
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-4/+9
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-173-0/+157
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-175-1/+58
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-2/+12
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+11
* Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-02-171-3/+3
* Add AIX package management support (installp&nim)Andrew Forgue2010-02-172-0/+108
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-02-171-0/+7
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-44/+60
* Fixing tests in pkg providerMarkus Roberts2010-02-171-6/+6
* bug #3407 Part 2Jesse Wolfe2010-03-221-1/+1
* Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe2010-03-221-6/+6
* Bug #3406 augeas spec fails if there is not a default providerJesse Wolfe2010-03-221-0/+2
* Bug #3402 Stub returning invalid type for :noopJesse Wolfe2010-03-221-1/+2
* Bug #3400 Bad mocks causing failing testsJesse Wolfe2010-03-221-1/+3
* Merge branch '0.25.x'Markus Roberts2010-02-098-45/+128
|\
| * Fixed #3162 - tidy does not remove empty files when "size => 0" is setJames Turnbull2010-02-091-0/+6
| * 2047: Add a not_include into matchBryan Kearney2010-02-011-0/+10
| * Fix for #3094 (libdir should take ":" delimited path)Markus Roberts2010-01-301-1/+2
| * Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-301-17/+9
| * Fixing #2914 - pre/post hooks now work for transactionsLuke Kanies2010-01-182-2/+78
| * Fix for #3075 (sshkey host_aliases ignored)Markus Roberts2010-01-151-4/+23
| * Revert "Fix #2845 Cron entries using "special" parameter lose their title whe...James Turnbull2010-01-141-21/+0
* | Fixed Rails database testsJames Turnbull2010-01-281-10/+25