Ok, so I'm ~15 minutes late, but I wanted to get it out there 'cause
tomorrow (which started the aforementioned 15 minutes ago in my time
zone) is, as they say, another day.
testing (Branching off master) succeeded:
*
7762 examples, 18 failures, 43 pending
1 more in integration/bin/puppetmasterd.rb (1 total)
2 more in integration/util/settings.rb (2 total)
1 more in unit/indirector/ssl_file.rb (1 total)
2 more in unit/node/environment.rb (2 total)
3 more in unit/parser/scope.rb (3 total)
2 more in unit/provider/package/pkg.rb (2 total)
3 more in unit/ssl/host.rb (3 total)
1 more in unit/type/augeas.rb (1 total)
3 more in unit/type/schedule.rb (3 total)
reinh:tickets/master/3392-rm-puppetmasterd-spec (rm puppetmasterd
spec) succeeded:
* 19a5e84 [#3392] Better Rakefile, remove puppetmasterd spec
7432 examples, 15 failures, 40 pending
1 fewer in integration/bin/puppetmasterd.rb (0 total)
2 fewer in integration/util/settings.rb (0 total)
markus:refactor/master/scope-v-compiler (Moving things out of compiler
to fix bugs) succeeded:
* 191e08d Move scope parenting & class_scope from Compiler to Scope
7433 examples, 12 failures, 40 pending
3 fewer in unit/parser/scope.rb (0 total)
ethanrowe:tickets/master/2239 (TERM signal) succeeded:
* e19e0e1 Fix 2239 (step one): introduce global settings
represeting applicat...
* b84cc9c Fix 2239 (step two): introduce
Puppet::Application.controlled_run m...
* 00e0363 Fix 2239 (step three): Refactored Puppet::Agent to base
starting/re...
* 8aca9b6 Fix 2239 (step four): Refactored Puppet::Daemon's
stop/restart meth...
* 06eee3f Fix 2239 (step five): introduce new
Puppet::Transaction#stop_proces...
7455 examples, 14 failures, 40 pending
2 more in unit/transaction.rb (2 total)
jesse:ticket/master/3148 (Bug fixes) succeeded:
* 35f1be0 Fixing #3148 Settings#without_noop when run with no noop setting
7456 examples, 14 failures, 40 pending
andrew:ticket/0.25.x/2805 (AIX support) succeeded:
* d757f9d Add AIX package management support (installp&nim)
7470 examples, 16 failures, 40 pending
2 more in unit/provider/package/nim.rb (2 total)
bkearney:ticket/0.25.x/3379 (augeas fix) succeeded:
* d47e64f Fixed the return types were valid, and removed the copy
paste error...
7470 examples, 13 failures, 40 pending
3 fewer in unit/type/schedule.rb (0 total)
brice:tickets/0.25.x/3186 (Trees of requires) succeeded:
* 41b485b Added time module to tagmail report
* dfd5251 Fix #3150 - require function doesn't like ::class syntax
* b62078a Fixing #3185 Rakefile is loading puppet.rb twice
* 2ce3dbe Fix #3186 - require function set relationship only on
the last clas...
7472 examples, 13 failures, 40 pending
brice:tickets/0.25.x/2929 (checksum => none) succeeded:
* 30ac754 Fix #2929 - Allow checksum to be "none"
7482 examples, 13 failures, 40 pending
luke:tickets/master/2759 (Events) succeeded:
* 65d9570 Moving log destination code into separate files
* 26dc036 removing never-used code
* 83e3386 Switching transactions to callback-based events
* 748b2f4 Moving Parameter utility classes into separate files
* e0c3ef9 Moving Ensure property into separate file
* dc10ab2 Random code cleanup
* 21ecb5d Adding "type" instance method to enhance Demeterness
* a1cf371 Cleaning up Event creation
* 8d0fd1f Reorganizing Property class to match current style
* 066041a Moving event creation to the resource
* eb56952 Changing SimpleGraph.matching_edges to expect one event
* 93f543d Extracting event management into a separate class
* 7c6fba3 Adding tests for the 'report' log destination
* 696d3d3 Removing unused code and adding a couple of tests
* 560a463 Removing a redundant method in Report
* 738d48f Adding Transaction events to Transaction reports
* d3df501 removing extraneous comment
* cd14363 Fixing file content logs
* 113c30c Failing in app/puppet if facts are not found
* 9931e0d Correcting comments and making report timestamp internal
* 0c4687d Adding tests for "Logging" module
* 8a1e21f Using Logging module in main Puppet module
* 1a17103 Refactoring the RAL interface to logging
* b5f7dc3 Cleaning up the Log initialization code.
* 70b026e Refactoring the Change/Event/Property interface
* 20294ee Solidifying the RAL/Event integration.
* 0e17e23 Removing last event collection transaction code
* 10c528e Fixing File type indentation
* e50db82 Adding first version of Resource::Status class
* 54a9342 Adding Transaction::ResourceHarness class
* f8c8468 Renaming some methods in Transaction::Change
* 4bc5a52 Fixing some compatibility and old tests
* 665e45e Fixing log message when changes fail
* 675f4a9 Changing Transaction to use the new ResourceHarness
* 9ec70cf ResourceHarness now doesn't check params with no 'should'
* 96276f2 Fixing #2759 - reports now have complete change info
* 624eb63 Cleaning up the report tests a bit
* 14ee391 Removing mention of @changes in Transaction
* 397ec6e Moving Metric management to the reports
7710 examples, 45 failures, 41 pending
2 more in unit/application/puppetd.rb (2 total)
3 more in unit/transaction.rb (5 total)
4 more in unit/type/file/selinux.rb (4 total)
22 more in unit/type/package.rb (22 total)
1 more in unit/type/user.rb (1 total)
markus:ticket/master/3225 (Fix for minor bug in
luke:tickets/master/2759) succeeded:
* 349e566 Fix for transcription error in luke:tickets/master/2759
7710 examples, 26 failures, 41 pending
18 fewer in unit/type/package.rb (4 total)
1 fewer in unit/type/user.rb (0 total)
brice:tickets/0.25.x/3396 (Faster event propagation) succeeded:
* 178272b Fix inefficient SimpleGraph#matching_edge
7711 examples, 30 failures, 41 pending
4 more in unit/simple_graph.rb (4 total)
luke:tickets/master/3015 (Per Environment known resource types) succeeded:
* 87cd5d4 Adding []/[]= support to Parser::Resource
* 234ec9f Fixing test structure
* 8c26c62 Adding support for parsing ruby files
* 5a78b3c Removing old, never-used DSL code
* e19b807 Storing per-environment LoadedCode instances
* 92a0ea9 Renaming LoadedCode to ResourceTypeCollection
* a2ca637 Adding 'known_resource_types' to Environment
* a233679 Parser now uses Environment resource type collection
* 1450842 Moving Rails initialization to Compiler terminus
* 3cec4da Adding helper module for finding known resource types
* 8f63e10 Always warning if autoloading a file fails
* e7774c3 Using the RTC helper to find the known resource types
* 558118e Fixing callers to Parser to only pass environment
* 75c01af All non-transient parser references are gone
* 14374d7 Removing Interpreter class
* b31fe49 Renaming Parser::ResourceType to Resource::Type
* eacbb13 Resolving conflicts with ???
7735 examples, 56 failures, 41 pending
1 more in unit/node.rb (1 total)
15 more in unit/parser/compiler.rb (15 total)
4 more in unit/parser/scope.rb (4 total)
2 more in unit/resource/catalog.rb (2 total)
4 more in unit/resource/type.rb (4 total)
luke:tickets/master/1943 (Combine yaml & file termini) succeeded:
* 60abf9d Adding filename extension support to formats.
* ad0edcb Adding client and server data dirs
* 43a1b39 Fixing datadir defaults to match new standards
* 8f58a74 Converting File terminus to use formats.
* 95c5427 Removing unused Checksum::File terminus
* 7bf0a92 Cleaning up a test.
7726 examples, 57 failures, 41 pending
1 more in unit/indirector/yaml.rb (1 total)
brice:tickets/testing/2389 (Hashes) succeeded:
* f465f6b Fix #2389 - Enhance Puppet DSL with Hashes
* 64b5144 Raise an error when appending not a hash to a hash
* 9428f72 Allow adding single key to hashes
7749 examples, 57 failures, 41 pending
luke:tickets/testing/2954 (Class parameters) succeeded:
* da07b62 Fixing test structure
* b5ccca4 Partially fixing #2954 - Adding class parameters
* 14cae66 Changing the interface of Puppet::Resource
* 069acd5 Adding an environment helper
* 584c0ed Removing obsolete Settings comments and require
* 2a52b2f Tuning file load order
* 1ff1c83 Fixing failing Environment unit tests
* bec2bbf Adding parameter validation to Puppet::Resource
* 255fb7b TypeCollection now supports namespace arrays
* 1a578c3 Allowing Environment.new to take an environment
* c1e98f5 Removing :paramcheck and :typecheck settings
* d857902 Adding support for class parameters
* 81942b3 Removing Resource::Reference classes
* 6e713a0 Adding tmpfile cleanup to tests
* f2638ac Fixing most of the broken tests in test/
* d0b927a Adding strictness checking to resources
* 2fdebf6 Converging the Resource classes further
* ce78a87 Fixing type/title resource resolution
* 35f3ffc Forcing parent evaluation in resource types
* a0e6d63 Finishing renaming :params to :parameters internally
* 1ecdb60 Resolving conflicts with luke:tickets/master/2759
7833 examples, 68 failures, 41 pending
1 fewer in unit/node.rb (0 total)
2 fewer in unit/node/environment.rb (0 total)
1 more in unit/parser/functions/require.rb (1 total)
8 more in unit/parser/scope.rb (12 total)
4 more in unit/resource/type.rb (8 total)
1 more in unit/type/schedule.rb (1 total)
markus:feature/testing/2956 (Futures) succeeded:
* b276f8d Added AST shim class
* 3ff092c remove Hash.collect! diagnostics and settor? dead code
* 1e1869a instantiation, Scope#future_of, lots of plumbing
* 37c2f6f playing with nested scopes
* ba04f00 Changes to the 0.25.x based version to make it work on testing.
* befacd7 safeevaluate doesn't need to be passed scope
* 7bf1732 removing scope from evaluate and evaluate_match
* 0558656 fixing tests
* a2cf569 Resolving conflicts with ???
* ab63890 Resolving conflicts with markus:refactor/master/scope-v-compiler
* 6b2b45d Resolving conflicts with brice:tickets/testing/2389
7833 examples, 108 failures, 41 pending
1 more in unit/parser/ast.rb (1 total)
6 more in unit/parser/ast/leaf.rb (6 total)
11 more in unit/parser/ast/resource.rb (11 total)
1 more in unit/parser/ast/resource_defaults.rb (1 total)
4 more in unit/parser/ast/resource_reference.rb (4 total)
3 more in unit/parser/ast/vardef.rb (3 total)
10 fewer in unit/parser/compiler.rb (5 total)
11 more in unit/parser/parser.rb (11 total)
3 more in unit/parser/resource.rb (3 total)
14 more in unit/parser/scope.rb (26 total)
2 fewer in unit/resource/catalog.rb (0 total)
2 fewer in unit/resource/type.rb (6 total)
markus:refactor/master/3216 (String interpolation) succeeded:
* 33b9923 Moving the string interpolation parsing to the parser/lexer
* e176516 Resolving conflicts with markus:feature/testing/2956
7848 examples, 96 failures, 41 pending
11 fewer in unit/parser/ast/resource.rb (0 total)
1 fewer in unit/parser/parser.rb (10 total)
jesse:feature/master/3394 (REST (3115,3347,3383,3394)) succeeded:
* d468cb7 Feature #3115 REST-ified status()
* db03625 Fix a failing test in #3115
* 7f805ea Feature #3347 REST-ified FileBucket
* aae0bc7 Fix tests on #3347
* ff530d3 Feature #3383 RAL over REST
* aa317b0 Feature #3383 Part 2: Remove RAL XMLRPC
* 2338e6b Feature #3394 REST Runner, preparation
* bf8aa08 Feature #3394 REST runner, execution
* 5e16e93 Resolving conflicts with luke:tickets/testing/2954
7922 examples, 97 failures, 38 pending
1 more in unit/resource.rb (1 total)
brice:tickets/0.25.x/3229 (regex case sensitivity) succeeded:
* 8017090 Fix #3229 - use original value in case/selector regex matching
7922 examples, 98 failures, 38 pending
1 more in unit/parser/ast/leaf.rb (7 total)
andrew:feature/0.25.x/zypper (zypper for OpenSuSE) succeeded:
* be55eb2 Fixes #1223 Add Zypper support for SuSE machines
7930 examples, 100 failures, 38 pending
2 more in unit/provider/package/zypper.rb (2 total)
luke:tickets/master/3096 (internal DSL) succeeded:
* 0ed163f Adding environment support to parser resources
* 2a08a3a Adding simplistic pure ruby interface
* 8a4bef8 s/DSL::ResourceHelper/DSL::ResourceAPI/g
* db8edc6 Cleaning up ResourceAPI tests
* a205d27 Adding virtual and exported resource support to the DSL
7974 examples, 127 failures, 45 pending
25 more in unit/dsl/resource_api.rb (25 total)
1 more in unit/parser/resource.rb (4 total)
1 more in unit/resource/type.rb (7 total)
luke:tickets/master/3398 (Checksum parameter) succeeded:
* f9f7c90 Refactoring File[source] tests somewhat
* c21e435 Adding "checksum?" helper method to Checksums module
* d48f418 Converted File[checksum] to a parameter not property
* 1e29ffa Fixing change printing for content/ensure
* e598f45 Fixing a typo from a regex
7990 examples, 132 failures, 45 pending
5 more in unit/type/file/checksum.rb (5 total)
ran ruby ../refactor/refactor.rb:
* ea2efe7 Code smell: Miscellaneous oddity removal
* e9391b3 Code smell: Inconsistent indentation and related formatting issues
* 55c228d Code smell: Use {} for % notation delimiters wherever practical
* 4043ca9 Code smell: English names for special globals rather
than line-noise
* e583867 Code smell: Use string interpolation
* 968bed6 Code smell: Line modifiers are preferred to one-line blocks.
* 87a4a32 Code smell: Booleans are first class values.
* 0ae7136 Code smell: Omit needless checks on defined
* 32cd7a3 Code smell: Avoid needless decorations
* 28bc5f7 Code smell: Two space indentation
7987 examples, 131 failures, 45 pending
1 fewer in unit/resource.rb (0 total)
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.