summaryrefslogtreecommitdiff
path: root/spec/unit/util_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2014-01-06(PUP-761) Make most FileSystem API change related test passHenrik Lindberg1-7/+7
2013-11-13(#19447) Puppet::FileSystem::File.unlinkEthan J. Brown1-2/+2
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-4/+4
2013-11-08(#19447) Puppet::FileSystem::File#stat / lstatEthan J. Brown1-3/+3
2013-09-06(maint) Windows failing spec fixesIristyle1-0/+1
2013-06-25(#20607) support symbolic file mode in Puppet::Util#replace_fileBrice Figureau1-0/+16
2013-05-29(#20302) File.expand_file('~') fails differently in Ruby19Josh Cooper1-1/+4
2013-04-11(Maint) Provide JUnit output for jenkinsAndrew Parker1-0/+3
2013-03-20(#15791) isolate deterministic random functionPeter Meier1-0/+25
2012-11-15(#17007) Restore pre-3.0 execute semantics when calling deprecated methodJosh Cooper1-0/+17
2012-09-10(#16027) Restore function context to backtracesDaniel Pittman1-0/+17
2012-07-13Eliminate `symbolize` everywhere, and remove it.Daniel Pittman1-8/+0
2012-05-01Merge branch '2.7.x'Patrick Carlisle1-0/+11
2012-04-30Fix #14123 for WindowsPatrick Carlisle1-1/+1
2012-04-23(#14123) Puppet shouldn't explode if PATH contains ~nonexistent_userDaniel Pittman1-0/+11
2012-04-18Use Win32 API atomic replace in `replace_file`Daniel Pittman1-6/+9
2012-04-10Merge branch '2.7.x'Patrick Carlisle1-11/+45
2012-04-09Merge pull request #611 from pcarlisle/ticket/2.7.x/12101-reapply-autoloadDaniel Pittman1-11/+11
2012-04-09Merge pull request #620 from kelseyhightower/kelseyhightower/ticket/2.7.x/358...Daniel Pittman1-9/+32
2012-04-09Merge branch '2.7.x'Patrick Carlisle1-0/+20
2012-04-05fix bug in Util#symbolizehash!Chris Price1-0/+20
2012-04-03(#3581) Stop forking around: Add fork helper methodKelsey Hightower1-9/+32
2012-03-30Revert "Disable replace_file on Windows"Daniel Pittman1-81/+71
2012-03-28(#12101) Add shared context for specs to imitate windows or posixPatrick Carlisle1-11/+11
2012-02-23Merge branch '2.7.x'Patrick Carlisle1-0/+140
2012-02-23Merge tag '2.7.11' into 2.7.xNick Lewis1-0/+147
2012-02-21Merge pull request #520 from joshcooper/ticket/2.7.x/11740-handle-is-invalidJeff McCune1-30/+47
2012-02-20(#11740) Wait on the handle from the PROCESS_INFORMATION structureJosh Cooper1-30/+47
2012-02-20(#12564) Stub CHILDSTATUS in all test cases, not just failure cases.Daniel Pittman1-0/+2
2012-02-20Disable replace_file on WindowsNick Lewis1-71/+81
2012-02-20(#12463) add secure `replace_file` to Puppet::UtilDaniel Pittman1-0/+116
2012-02-13(#12564) Paste execpipe commands together with spaces.Daniel Pittman1-0/+33
2012-02-09(#12490) fixing windows spec testscprice1-2/+4
2012-02-07(#12336) Util::'which' may fail if user's path contains a tildecprice1-0/+7
2012-02-02(#12309) move execution-related methods from Util to Util::ExecutionChris Price1-439/+42
2012-02-02moved posix-specific constants from Util to Util::POSIXChris Price1-12/+12
2012-01-30Merge pull request #418 from cprice-puppet/bug/master/5224-user-env-vars-duri...Daniel Pittman1-0/+57
2012-01-29Merge remote-tracking branch 'origin/2.7.x'Daniel Pittman1-15/+0
2012-01-27(#5224) Unset USER-related env vars during execsChris Price1-0/+57
2012-01-26(#11860) Fix specs that fail on windowsChris Price1-3/+3
2012-01-25(#11860) Minor cleanup as per pull request commentsChris Price1-2/+6
2012-01-25(#11860) Add parameter to control locale overrideChris Price1-4/+88
2012-01-24Revert "(#12101) Add shared context for specs to imitate windows or posix"Patrick Carlisle1-11/+11
2012-01-24(#12101) Add shared context for specs to imitate windows or posixPatrick Carlisle1-11/+11
2012-01-23(#11955) Refactor to use IO.binreadJosh Cooper1-15/+0
2011-11-01(#9983) Add method for reading binary filesJosh Cooper1-0/+17
2011-10-13Merge remote-tracking branch 'josh/ticket/2.7.x/9636-onlyif-unless-windows-ex...Jacob Helwig1-1/+4
2011-10-12(#9636) Fix PATHEXT resolution for paths other than system32Josh Cooper1-1/+4
2011-10-12(#9996) Restore functionality for multi-line commands in exec resourcesJacob Helwig1-0/+6
2011-10-06(#9461) Resolve executables using PATHEXT on WindowsJosh Cooper1-0/+95