summaryrefslogtreecommitdiff
path: root/spec/unit/configurer
AgeCommit message (Expand)AuthorFilesLines
2014-08-14(PUP-2907) Ignore source permissions on windows for fact syncJosh Cooper1-3/+1
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 Cooper2-6/+100
2014-07-08(PUP-2885) Remove timeout around entire plugin sync operationHenrik Lindberg1-24/+3
2014-06-04(maint) Test downloader behavior, not implementationJosh Cooper1-36/+62
2014-06-04(PUP-2705) Use source permissions for fact pluginsyncJosh Cooper2-2/+8
2014-04-28(PUP-1699) Add remote environment to plugin downloader callsJosh Partlow1-1/+2
2014-04-28(PUP-1699) Tie resource environment to catalogAndrew Parker1-8/+5
2014-04-07(PUP-1986) Ignore source_permissions when downloading plugins on POSIXJosh Partlow1-5/+5
2014-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker1-16/+5
2014-01-06(PUP-716) Change Puppet::FileSystem::File to module methodsHenrik Lindberg1-1/+1
2013-11-20(#18931) Pluginsync ignores source permissions by default on WindowsRob Reynolds1-6/+7
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-1/+1
2013-10-14(#9546) Add spec tests for external fact pluginsyncJohn Julien1-2/+7
2013-10-08(maint) Rename validate_as_json to be specificPatrick Carlisle1-2/+2
2013-10-02(maint) Factor a duplicated constant up to spec_helperKylo Ginsberg1-2/+0
2013-09-26(maint) Move common constant/requires for json-schema to spec_helper.rbKylo Ginsberg1-4/+0
2013-09-12(#22522) rename catalog_facts.json -> facts.jsonKylo Ginsberg1-3/+3
2013-09-10(#22356) validate json schemas against the json meta-schemaKylo Ginsberg1-2/+10
2013-09-03(#22110) validate some simple catalogs against json schemaKylo Ginsberg1-0/+21
2013-06-24(#21427) Send facts to master as psonAndrew Parker1-50/+19
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune3-3/+3
2012-09-06(#7962) Added settings class for handling time intervals.Steven Lindberg1-11/+2
2012-07-25(#15668) Use only one way of triggering pluginsyncAndrew Parker1-25/+0
2012-07-23Reduce stubs and expectations on settingsPatrick Carlisle2-3/+3
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune3-3/+3
2012-04-23(#3910) Thread environment through plugin downloaderPatrick Carlisle1-2/+4
2012-04-06(#12396) dry up configtimeout usageChris Price1-3/+3
2012-03-20(#7749) Improvements to handling settings, bootstrapping puppetcprice1-2/+5
2012-02-27(#11858) When syncing plugins, use autoloader to reload changesPatrick Carlisle1-65/+0
2012-02-27(#12126) Remove unnecessary searchpath methodPatrick Carlisle1-3/+3
2012-02-23Merge branch '2.7.x'Patrick Carlisle1-5/+4
2012-02-16(#11408) Skip default file permissions for sync'ed files on WindowsJosh Cooper1-5/+4
2012-01-20Merge pull request #358 from pcarlisle/revert-11858Daniel Pittman1-0/+69
2012-01-20Revert "(#11858) Don't load plugins during sync."Patrick Carlisle1-0/+69
2012-01-20Merge pull request #357 from pcarlisle/ticket/master/11858-consistent-plugin-...Daniel Pittman1-69/+0
2012-01-20(#11858) Don't load plugins during sync.Patrick Carlisle1-69/+0
2012-01-20(#12060) Remove factsyncPatrick Carlisle1-39/+0
2012-01-12(#8341) Only load facts once per puppet runPatrick Carlisle1-29/+5
2011-12-15(#11408) Fix fact and plugin sync on WindowsJosh Cooper1-10/+29
2011-11-11(#10614) Detect when trying to managing ACLs on a non-ACL volumeJosh Cooper1-2/+2
2011-10-03Remove 'fails_on_windows' tag for passing testsJosh Cooper1-1/+1
2011-09-27Fix issues with Windows based file URIsJosh Cooper1-2/+2
2011-09-15(#4135) Update pluginsync to only load ruby files.Nan Liu1-8/+15
2011-08-19Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper1-1/+1
2011-08-19Fix tests with "relative" paths on WindowsJosh Cooper1-2/+3
2011-06-08Merge branch '2.6.x' into 2.7.xNick Lewis1-37/+45
2011-06-06(#2128) Add support for setting node name based on a factNick Lewis1-0/+16
2011-06-06(#2128) Add the ability to specify a node nameNick Lewis1-0/+11
2011-06-02maint: Refactor specs in preparation for making node name more flexibleNick Lewis1-41/+20