summaryrefslogtreecommitdiff
path: root/spec/unit
AgeCommit message (Expand)AuthorFilesLines
2014-08-08(PUP-2879) Add cryptdisks-udev to the services blacklistKylo Ginsberg1-1/+5
2014-08-08(PUP-744) Expand scope of OpenSSL rescue blockJosh Cooper1-3/+15
2014-08-08(maint) Refactor HTTPS verification tests into a shared examplesJosh Cooper1-43/+48
2014-08-07(PUP-1527) After upgrade from 3.3.2-1 to 3.4.2-1 naginator fails toRichard Clark1-0/+9
2014-08-07(maint) Test that external fact syncing depends on external featureJosh Cooper1-18/+22
2014-08-07(maint) Move methods for creating downloaders to factoryJosh Cooper3-10/+100
2014-08-06Merge pull request #2934 from peterhuene/pup/2971Kylo Ginsberg1-0/+1
2014-08-06Merge pull request #2863 from joshcooper/ticket/master/PUP-744-http-poolingKylo Ginsberg9-61/+618
2014-08-06(PUP-3019) Make PMT check for string status codes when downloadingAlex Dreyer1-3/+2
2014-08-05(PUP-744) Cleanup puppet/ssl require logicJosh Cooper1-1/+0
2014-08-05(PUP-3009) Add error handling to PMT module downloadsAlex Dreyer3-10/+14
2014-08-04(PUP-2898) Specify terminal semicolon for resource bodiesJosh Partlow1-0/+9
2014-08-04(PUP-2971) Fix yum package provider missing install_options for list.Peter Huene1-0/+1
2014-08-01Merge pull request #2851 from highb/fix/master/pup-2745_forge_dependency_fixAnderson Mills2-91/+230
2014-08-01(PUP-501) Check virtual and exported resourcesAndrew Parker1-1/+1
2014-08-01(maint) Add tests and fix up dump actionAndrew Parker1-32/+70
2014-08-01(PUP-2898) Add 4x style resource expressionsHenrik Lindberg6-85/+230
2014-08-01(PUP-2898) Drop support for AST Transform of ResourcesHenrik Lindberg1-185/+0
2014-07-31Merge pull request #2930 from highb/fix/master/pup-2912-windows-spec-testsAnderson Mills2-4/+6
2014-07-31(PUP-2912) Puppet FS symlinks in build/unpackBrandon High2-4/+6
2014-07-31Merge pull request #2927 from highb/fix/master/pup-2912-windows-spec-testsAnderson Mills2-4/+4
2014-07-31(PUP-2912) Build/unpack spec tests w/o symlinksBrandon High2-4/+4
2014-07-31Merge pull request #2867 from hlindberg/PUP-2860_optimizations-and-maintenanceAndrew Parker2-841/+1
2014-07-30Merge pull request #2854 from highb/fix/master/pup-2912_build_no_symlinksAnderson Mills2-1/+61
2014-07-30(PUP-2745) Ignore malformed forge dependenciesBrandon High1-89/+173
2014-07-29Merge pull request #2880 from fiddyspence/feature/2945/warning_on_windows_pac...Adrien Thebo1-0/+15
2014-07-29(PUP-2912) Builder/unpacker spec testsBrandon High2-1/+61
2014-07-29(PUP-398) Munge package source on Windowsfiddyspence1-0/+15
2014-07-28Merge pull request #2918 from adrienthebo/fixup/master/pup-2871-install-unins...Peter Huene1-71/+90
2014-07-28(PUP-2901) Add module dependency validationBrandon High1-2/+57
2014-07-28(maint) Make pacman (un)install_options privateAdrien Thebo1-43/+0
2014-07-28(PUP-2871) Concatenate uninstall_options to argvAdrien Thebo1-4/+8
2014-07-28(PUP-2871) Concatenate install install_options to argvAdrien Thebo1-0/+20
2014-07-28(maint) Isolate specs from whether yaourt is installedAdrien Thebo1-13/+10
2014-07-28(maint) use RSpec helpers over instance and local variablesAdrien Thebo1-72/+70
2014-07-27(maint) Remove extra abstraction PAbstractType - change to PAnyTypeHenrik Lindberg1-1/+1
2014-07-27(PUP-2860) Remove future parser's old lexerHenrik Lindberg1-840/+0
2014-07-25Merge pull request #2893 from whopper/upstart-ubuntu-testAdrien Thebo1-0/+5
2014-07-25(maint) Fix description of masterlog testCharlie Sharpsteen1-1/+1
2014-07-25Merge pull request #2907 from adrienthebo/maint/master/remove-pending-face-testsJosh Partlow6-42/+0
2014-07-25(PUP-744) Only cache HTTP and verified HTTPS connectionsJosh Cooper1-1/+37
2014-07-25(PUP-744) Document http pooling classes and methodsJosh Cooper1-0/+14
2014-07-25(maint) Remove unnecessary expectationsJosh Cooper1-6/+2
2014-07-25(maint) Remove pending test for releasing expired connectionsJosh Cooper1-4/+0
2014-07-25(PUP-744) Fix off-by-one redirect limit errorJosh Cooper1-1/+19
2014-07-25(PUP-744) Don't modify site information when following redirectsJosh Cooper3-50/+81
2014-07-25(PUP-744) Remove private Connection#connection methodJosh Cooper2-29/+58
2014-07-25(PUP-744) Ensure connections we create support at least HTTP 1.1Josh Cooper1-0/+6
2014-07-25(PUP-744) Remove unnecessary after each routineJosh Cooper1-4/+0
2014-07-25(PUP-744) Move connection factory into the poolsJosh Cooper5-57/+53