> The branch at http://github.com/reductivelabs/puppet/tree/testing doesn't
seem to match what's listed here.

> I remember you said something about how you were recalculating the
> timestamps of testing commits: does that provide a way to tell how stale a
> testing branch is?


My bad.  I'm not opperating at 100% today--my push had failed and I hadn't
noticed.  I've re-pushed with the slightly modified branch detailed below;
main difference being that I've added a small branch
(markus:ticket/master/3225) to test various ways of correcting cross-branch
errors.

-- Markus

  7762 examples, 17 failures, 43 pending
jesse:ticket/master/3148 (Bug fixes) succeeded:
    * afffcfd Fixing #3148 Settings#without_noop when run with no noop
setting
  7763 examples, 15 failures, 43 pending
andrew:ticket/0.25.x/2805 (AIX support) succeeded:
    * 5686db1 Add AIX package management support (installp&nim)
  7777 examples, 16 failures, 43 pending
luke:tickets/master/2759 (Events) succeeded:
    * 447945e Moving log destination code into separate files
    * 95b2429 removing never-used code
    * 9a3c92f Switching transactions to callback-based events
    * bd9a812 Moving Parameter utility classes into separate files
    * dbafb7b Moving Ensure property into separate file
    * 7f1ef2e Random code cleanup
    * 7f5ad9f Adding "type" instance method to enhance Demeterness
    * 02af270 Cleaning up Event creation
    * e3d59e5 Reorganizing Property class to match current style
    * a4be363 Moving event creation to the resource
    * babf066 Changing SimpleGraph.matching_edges to expect one event
    * 639c1b4 Extracting event management into a separate class
    * 952a951 Adding tests for the 'report' log destination
    * 792fa78 Removing unused code and adding a couple of tests
    * e27ca06 Removing a redundant method in Report
    * 551a92b Adding Transaction events to Transaction reports
    * 03276b0 removing extraneous comment
    * e9d455a Fixing file content logs
    * e45e96c Failing in app/puppet if facts are not found
    * 018f90a Correcting comments and making report timestamp internal
    * 0539eef Adding tests for "Logging" module
    * bc9c5b9 Using Logging module in main Puppet module
    * 7279760 Refactoring the RAL interface to logging
    * a36a0e4 Cleaning up the Log initialization code.
    * e65e95d Refactoring the Change/Event/Property interface
    * 4e7cc9c Solidifying the RAL/Event integration.
    * 76098f9 Removing last event collection transaction code
    * 3640a54 Fixing File type indentation
    * ffb03c0 Adding first version of Resource::Status class
    * 0da4ec2 Adding Transaction::ResourceHarness class
    * 7c813ff Renaming some methods in Transaction::Change
    * 33cd447 Fixing some compatibility and old tests
    * ba3bdce Fixing log message when changes fail
    * d10c361 Changing Transaction to use the new ResourceHarness
    * 4a35ac3 ResourceHarness now doesn't check params with no 'should'
    * da6e400 Fixing #2759 - reports now have complete change info
    * b0ae1ee Cleaning up the report tests a bit
    * 5ce8cf6 Removing mention of @changes in Transaction
    * baf1440 Moving Metric management to the reports
  8007 examples, 49 failures, 44 pending
markus:ticket/master/3225  (Fix for minor bug in luke:tickets/master/2759)
succeeded:
    * 1ab393e Fix for transcription error in luke:tickets/master/2759
  8007 examples, 28 failures, 44 pending
luke:tickets/master/3015 (Per Environment known resource types) succeeded:
    * 1b2f7bb Adding []/[]= support to Parser::Resource
    * 36ab181 Fixing test structure
    * f0957c3 Adding support for parsing ruby files
    * 19a54c4 Removing old, never-used DSL code
    * c34366d Storing per-environment LoadedCode instances
    * 8da87cd Renaming LoadedCode to ResourceTypeCollection
    * ee2c57c Adding 'known_resource_types' to Environment
    * 7107c65 Parser now uses Environment resource type collection
    * 772a02d Moving Rails initialization to Compiler terminus
    * 75ce162 Adding helper module for finding known resource types
    * eebec5c Always warning if autoloading a file fails
    * d08baf4 Using the RTC helper to find the known resource types
    * 08c7404 Fixing callers to Parser to only pass environment
    * c63c318 All non-transient parser references are gone
    * d2412f8 Removing Interpreter class
    * 73673da Renaming Parser::ResourceType to Resource::Type
  8031 examples, 30 failures, 44 pending
luke:tickets/master/1943 (Combine yaml & file termini) succeeded:
    * 8ebfbb3 Adding filename extension support to formats.
    * 3dfdc3a Adding client and server data dirs
    * f350a50 Fixing datadir defaults to match new standards
    * b10783a Converting File terminus to use formats.
    * 72b6dab Removing unused Checksum::File terminus
    * 141c62d Cleaning up a test.
  8024 examples, 35 failures, 44 pending
brice:tickets/testing/2389   (Hashes) succeeded:
    * 92f8fb5 Fix #2389 - Enhance Puppet DSL with Hashes
    * 989ec28 Raise an error when appending not a hash to a hash
    * 8fb1531 Allow adding single key to hashes
  8047 examples, 34 failures, 44 pending
luke:tickets/testing/2954    (Class parameters) succeeded:
    * e88e17c Fixing test structure
    * 9c2106f Partially fixing #2954 - Adding class parameters
    * 4b8d602 Changing the interface of Puppet::Resource
    * 728c6e6 Adding an environment helper
    * 56a912b Removing obsolete Settings comments and require
    * 58a0070 Tuning file load order
    * 7f265a9 Fixing failing Environment unit tests
    * 9e5518c Adding parameter validation to Puppet::Resource
    * e85193c TypeCollection now supports namespace arrays
    * 2ba447e Allowing Environment.new to take an environment
    * ebad16a Removing :paramcheck and :typecheck settings
    * 07138fd Adding support for class parameters
    * 78e073b Removing Resource::Reference classes
    * 0597995 Adding tmpfile cleanup to tests
    * f8e42d1 Fixing most of the broken tests in test/
    * bcc9bf6 Adding strictness checking to resources
    * c59d455 Converging the Resource classes further
    * 0e9a3e7 Fixing type/title resource resolution
    * f8a9d5f Forcing parent evaluation in resource types
    * 796d822 Finishing renaming :params to :parameters internally
  8144 examples, 45 failures, 44 pending
markus:feature/testing/2956  (Futures) succeeded:
    * a01f5f3 Added AST shim class
    * c722944 remove Hash.collect! diagnostics and settor? dead code
    * 14b7993 instantiation, Scope#future_of, lots of plumbing
    * a99bf0c playing with nested scopes
    * b43b204 Changes to the 0.25.x based version to make it work on
testing.
    * 3bd6e5d safeevaluate doesn't need to be passed scope
    * ed2ad2b removing scope from evaluate and evaluate_match
    * 5e28486 fixing tests
  8144 examples, 140 failures, 44 pending
markus:refactor/master/3216 (String interpolation) succeeded:
    * 816afc9 Moving the string interpolation parsing to the parser/lexer
  8159 examples, 141 failures, 44 pending
jesse:feature/master/3115 (REST, first installment) succeeded:
    * 2419772 Feature #3115 REST-ified status()
  (in /Users/markus/projects/puppet)
ran ruby ../refactor/refactor.rb:
    * b96fdbe Code smell: Miscellaneous oddity removal
    * 8393ab8 Code smell: Inconsistent indentation and related formatting
issues
    * 0610aab Code smell: Use {} for % notation delimiters wherever
practical
    * 3ec3bca Code smell: English names for special globals rather than
line-noise
    * 327c79a Code smell: Use string interpolation
    * 342293e Code smell: Line modifiers are preferred to one-line blocks.
    * 94ba9d7 Code smell: Booleans are first class values.
    * dcff305 Code smell: Omit needless checks on defined
    * e583c90 Code smell: Avoid needless decorations
    * 7dc9188 Code smell: Two space indentation
    (in /Users/markus/projects/puppet)

-- 
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.

Reply via email to