Builds for Rhino-ETL
97a92aa Updated version to 1.1
Added a new nuget package for the command line version
dab6be0 Merge branch 'master' of https://github.com/mr-miles/rhino-etl
41a182f detabify
acc1fcd Modified JoinOperation.cs and NestedLoopsJoinOperation.cs to accept the pipeline rows as injput for the left operation if the left was not registered. Otherwise they are ignored as usual.
Duplicated the join tests using this method to make sure their results were the same
579bebf Added a better fail message to the CanBranchThePipelineEfficiently
2a0bdd4 Updated Boo to 0.9.4
Updated RhinoDSL to one compiled from source using Boo 0.9.4
Updated NuGet.exe to 1.3
Updated FileHelpers to 2.0.0.0 (I know it was already that version but this release is slightly different)
Updated default.ps1 with correct parameters for the nuget package
Updated version to 1.0.1.0 to trigger a different nuget package
784bb1b Updated macro.Block to macro.Body
Changed the unit tests to reference .\ instead of localhost\
Upgraded xUnit to 1.8
b951b87 * Removed the direct dependency to log4net and replaced with Common.Logging. This should help those are using other logging frameworks (NLog)
* Renamed Notice to Trace
* Updated nuget package to depend on Common.Logging
a7256bc Added Common.Logging.dll to the main package zip
9b33d19 Upgraded main sln file to vs2010 (kept a 2008 for old times sake)
Changed msbuild compile to be minimal
Added a Generate-Nuget-Spec to psake_ext.pst
Added a Nuget task in default.ps1 with all the details to generate the nuget package
Added NuGet.exe (1.2)
6784860 Added branching operation to optimize memory consumption
9704cc7 Moved enumerable to appropriate folder
25f6f53 Removed need to run multi threaded branching operation on threaded pipeline by using monitor instead of several wait handles
Added check of iteration repetitions correctness on fibonacci tests
6784860 Added branching operation to optimize memory consumption
9704cc7 Moved enumerable to appropriate folder
25f6f53 Removed need to run multi threaded branching operation on threaded pipeline by using monitor instead of several wait handles
Added check of iteration repetitions correctness on fibonacci tests
2a5b6fe Renamed ConventionSqlBatchOpeartion.cs to ConventionSqlBatchOperation.cs
bcfbf9b Added log4net.dll to the build package
fb5ec4c * Updated the AbstractPipelineExecuter.cs to throw an exception instead of just logging and continuing
37c289c Merge branch 'master' of rhino-etl.github.com:rhino-etl/rhino-etl
284c2a0 Added a simple log message when the PipelineExecuter is changed
Added a UseTransaction property to all EtlProcesses in order to disable transactions in some cases
Added a BatchSize property to the SqlBulkInsertOperation
Reverted the throwing of exceptions in the AbstractPipelineExecuter
087ee7d Fixing typo
88104d7 Allowing to build without tests
140ebcd Merged changes from ayende's branch to allow running build without tests and fixing a naming issue.
Rhino.ETL-Build-3 -- 501 Downloads. Published -- 9/23/2009
2a9df97 Changing connection string back to local\sqlexpres
Rhino.ETL-Build-2 -- 437 Downloads. Published -- 9/11/2009
2a9df97 Changing connection string back to local\sqlexpres
Rhino.ETL-Build-1 -- 453 Downloads. Published -- 9/10/2009
1a8861d Fixing the name of the generated file