summaryrefslogtreecommitdiff
path: root/spec/integration/network
AgeCommit message (Expand)AuthorFilesLines
2014-02-06(maint) Change name from from_pson to from_data_hashErik Dalén1-1/+1
2014-01-13(PUP-1151) Authorize v2 api requestsAndrew Parker1-4/+4
2013-11-19(Maint) Remove unstable and not useful testAndrew Parker1-76/+0
2013-05-14(#20677) Add tests to ensure configuration errors are raised as expectedAnton Lofgren1-0/+19
2013-05-03(Maint) Remove duplication btwn Daemon and ServerAndrew Parker1-8/+8
2013-05-03(Maint) Remove unused register code for ServerAndrew Parker1-3/+2
2012-10-26(#7622) Deprecate and remove features.pson?Andrew Parker1-45/+32
2012-10-08(#16801) Remove mongrel_spec.rb as it is no longer in use.Stijn Tintel1-64/+0
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune3-3/+3
2012-09-05(#15733) Remove excess hash arguments for webrickPatrick Carlisle1-1/+1
2012-09-05(#15733) Use real arguments for Puppet::Network::ServerPatrick Carlisle1-19/+13
2012-09-04(#15733) Remove servertype settingPatrick Carlisle1-7/+0
2012-09-04(#15733) Remove mongrel supportPatrick Carlisle1-1/+1
2012-07-31Refactor AuthConfig parsing into AuthConfigParserPatrick Carlisle1-12/+9
2012-07-31Merge the old RestAuthConfig specs into the specs for AuthConfigPatrick Carlisle1-1/+0
2012-07-31Rename rest_authconfig_spec to authconfig_specPatrick Carlisle1-0/+0
2012-07-31Add allow_ip and deny_ip keywords to auth.confPatrick Carlisle1-69/+147
2012-07-31Merge RestAuthConfig into AuthConfigPatrick Carlisle1-4/+4
2012-07-24Merge branch '2.7.x' into 3.xPatrick Carlisle1-4/+5
2012-07-23Use rspec 2.11 compatible block syntaxPatrick Carlisle1-6/+8
2012-07-12Merge branch '2.7.x' into 3.0rcPatrick Carlisle1-3/+22
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune3-3/+3
2012-06-26Deprecate IP-based authenticationNick Lewis1-3/+22
2012-05-16Apply commit from master that varies ports during testsChris Price2-18/+37
2012-05-03Merge branch '2.7.x'Daniel Pittman1-7/+0
2012-05-03Remove a bad test that can lead to random hangs...Daniel Pittman1-6/+0
2012-04-24Merge 2.7.x into master.Daniel Pittman1-1/+1
2012-04-23(maint) Ensure every file has a trailing newlinesJeff McCune1-1/+1
2012-03-30Remove the "fails_on_ruby_1.9.2" tag from tests...Daniel Pittman2-2/+2
2012-03-30Use PID-based ports to test web server listening.Daniel Pittman2-13/+25
2012-03-30When shutting down Mongrel, wait synchronously for stop.Daniel Pittman1-9/+9
2012-03-20(#7749) Improvements to handling settings, bootstrapping puppetcprice1-0/+1
2012-03-06Fix order dependent spec failure caused by formats_specPatrick Carlisle1-2/+0
2011-12-29(#8296) Remove XMLRPC codeMatt Robinson2-25/+1
2011-12-28(#11552) Remove TransObject and TransBucketMatt Robinson1-1/+1
2011-10-21(#2848) Remove unused xmlrpc codeNick Lewis2-19/+1
2011-08-19Disable spec tests for unsupported functionality on WindowsJosh Cooper1-8/+6
2011-08-19Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis1-1/+0
2011-07-26Deprecate RestAuthConfig#allowed? in favor of #check_authorizationBrice Figureau1-1/+1
2011-07-26Fix #6026 - security file should support inline commentsBrice Figureau1-1/+0
2011-07-26Fix #5010 - Allow leading whitespace in auth.confBrice Figureau1-1/+0
2011-07-26Fix #5777 - rule interpolation broke auth.conf CIDR rulesBrice Figureau1-0/+147
2011-05-17(#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2-2/+2
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman5-10/+5
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman5-5/+5
2011-01-06Merge branch '2.6.x' into nextNick Lewis2-7/+3
2011-01-04(#5771) Upgrade rspec to version 2Matt Robinson2-7/+3
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson5-5/+5
2010-12-02maint: Restore a default value that can cause order dependent test failuresMatt Robinson1-0/+1
2010-11-29Maint: Refactor tests to use <class>.indirection.<method>Paul Berry1-1/+1