My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Aug 17, 2009
    r45 ([No log message]) committed by etheredge.justin   -   [No log message]
    [No log message]
  • May 28, 2009
    issue 2 (msbuild task) reported by a.j.davey   -   (Is this project still active?) Will there be an msbuild task to migrate up and down?
    (Is this project still active?) Will there be an msbuild task to migrate up and down?
  • Feb 03, 2009
    issue 1 (Generate SQL Script from Migration) reported by troygoode   -   Hi guys, looks like the project is coming along. I really like the way the new syntax is looking. Feature request (that I'll likely be adding to RikMigrations in the mean-time to fix a work need): I'd really like to be able to generate a SQL script based on my migrations. Ideally based on a range (e.g.: give me the script from migration 4 - migration 12). Keep up the good work!
    Hi guys, looks like the project is coming along. I really like the way the new syntax is looking. Feature request (that I'll likely be adding to RikMigrations in the mean-time to fix a work need): I'd really like to be able to generate a SQL script based on my migrations. Ideally based on a range (e.g.: give me the script from migration 4 - migration 12). Keep up the good work!
  • Jan 12, 2009
    r44 (Updated console to perform rudimentary migration finding/sor...) committed by etheredge.justin   -   Updated console to perform rudimentary migration finding/sorting and then executes them.
    Updated console to perform rudimentary migration finding/sorting and then executes them.
  • Jan 12, 2009
    r43 (Updated to add a SQL server integration test for the Migrati...) committed by etheredge.justin   -   Updated to add a SQL server integration test for the Migration Runner. SQL Server now creating tables, index, foreign keys, and alters. Also can insert data.
    Updated to add a SQL server integration test for the Migration Runner. SQL Server now creating tables, index, foreign keys, and alters. Also can insert data.

Older

  • Dec 22, 2008
    r42 (only one or two more tests left for SqliteGenerator to be co...) committed by dkode8   -   only one or two more tests left for SqliteGenerator to be complete, started adding MigratorConsole application for console migrations. Verified arguments and other code, note: once we bring in Nant/MsBuild runner the code in Console can be refactored. At the current moment there would be duplication between the runners. so far so good!
    only one or two more tests left for SqliteGenerator to be complete, started adding MigratorConsole application for console migrations. Verified arguments and other code, note: once we bring in Nant/MsBuild runner the code in Console can be refactored. At the current moment there would be duplication between the runners. so far so good!
  • Dec 22, 2008
    r41 (Added ability to insert data using anonymous types. Probably...) committed by etheredge.justin   -   Added ability to insert data using anonymous types. Probably needs some refactoring.
    Added ability to insert data using anonymous types. Probably needs some refactoring.
  • Dec 21, 2008
    r40 (Added support for auto-reversing migrations via IMigrationEx...) committed by nkohari   -   Added support for auto-reversing migrations via IMigrationExpression.Reverse() and AutoReversingMigration
    Added support for auto-reversing migrations via IMigrationExpression.Reverse() and AutoReversingMigration
  • Dec 21, 2008
    r39 (Added code to generator for foreign key add and delete.) committed by etheredge.justin   -   Added code to generator for foreign key add and delete.
    Added code to generator for foreign key add and delete.
  • Dec 21, 2008
    r38 (Added traits to migration metadata because I'm a nutcase (I'...) committed by nkohari   -   Added traits to migration metadata because I'm a nutcase (I'm thinking a linq query to determine which migrations to run)
    Added traits to migration metadata because I'm a nutcase (I'm thinking a linq query to determine which migrations to run)
  • Dec 20, 2008
    r37 (more tests for SqliteGenerator) committed by dkode8   -   more tests for SqliteGenerator
    more tests for SqliteGenerator
  • Dec 20, 2008
    r36 (A bit of refactoring. Added in examples for creating and dro...) committed by etheredge.justin   -   A bit of refactoring. Added in examples for creating and dropping foreign keys. Will implement them later.
    A bit of refactoring. Added in examples for creating and dropping foreign keys. Will implement them later.
  • Dec 20, 2008
    r35 (Removed sql server named instance.) committed by etheredge.justin   -   Removed sql server named instance.
    Removed sql server named instance.
  • Dec 20, 2008
    r34 (started adding SqliteGeneratorTests, refactored code in SqlS...) committed by dkode8   -   started adding SqliteGeneratorTests, refactored code in SqlServerGenerator to pull up methods that will need to be run from all Generator impl., moved tests into Unit/Integration folders for distinct seperation of which tests will hit the db and which are unit tests
    started adding SqliteGeneratorTests, refactored code in SqlServerGenerator to pull up methods that will need to be run from all Generator impl., moved tests into Unit/Integration folders for distinct seperation of which tests will hit the db and which are unit tests
  • Dec 19, 2008
    r33 (Fixed problem w/ escaping table names in testing) committed by nkohari   -   Fixed problem w/ escaping table names in testing
    Fixed problem w/ escaping table names in testing
  • Dec 19, 2008
    r32 (Added create index to SQL server generator.) committed by etheredge.justin   -   Added create index to SQL server generator.
    Added create index to SQL server generator.
  • Dec 19, 2008
    r31 (Added rename table and rename column to SQL Server generator...) committed by etheredge.justin   -   Added rename table and rename column to SQL Server generator.
    Added rename table and rename column to SQL Server generator.
  • Dec 19, 2008
    r30 (Added column adding and dropping to SQL Server generator. Al...) committed by etheredge.justin   -   Added column adding and dropping to SQL Server generator. Also added quoting to the sql server generator syntax.
    Added column adding and dropping to SQL Server generator. Also added quoting to the sql server generator syntax.
  • Dec 19, 2008
    r29 (Added support for single primary keys to SqlServerGenerator) committed by etheredge.justin   -   Added support for single primary keys to SqlServerGenerator
    Added support for single primary keys to SqlServerGenerator
  • Dec 19, 2008
    r28 (Refactored into a ProcessorBase class.) committed by etheredge.justin   -   Refactored into a ProcessorBase class.
    Refactored into a ProcessorBase class.
  • Dec 19, 2008
    r27 ([No log message]) committed by etheredge.justin   -   [No log message]
    [No log message]
  • Dec 19, 2008
    r26 (Split Processors into Generators and Processors. Also implem...) committed by etheredge.justin   -   Split Processors into Generators and Processors. Also implemented more of the SQLServerGenerator.
    Split Processors into Generators and Processors. Also implemented more of the SQLServerGenerator.
  • Dec 19, 2008
    r25 (Need to delete in order to replace.) committed by etheredge.justin   -   Need to delete in order to replace.
    Need to delete in order to replace.
  • Dec 19, 2008
    r24 (Working on SqlServerProcessor, introduced SqlServer2005Diale...) committed by nkohari   -   Working on SqlServerProcessor, introduced SqlServer2005Dialect
    Working on SqlServerProcessor, introduced SqlServer2005Dialect
  • Dec 18, 2008
    r23 (Fixed merge issue) committed by nkohari   -   Fixed merge issue
    Fixed merge issue
  • Dec 18, 2008
    r22 (Started work on SqlServerMigrationProcessor) committed by nkohari   -   Started work on SqlServerMigrationProcessor
    Started work on SqlServerMigrationProcessor
  • Dec 18, 2008
    r21 (Began writing SqliteProcessor tests, one passes, the other i...) committed by dkode8   -   Began writing SqliteProcessor tests, one passes, the other is screwed up for some reason
    Began writing SqliteProcessor tests, one passes, the other is screwed up for some reason
  • Dec 18, 2008
    r20 (More tests! muhahaha) committed by nkohari   -   More tests! muhahaha
    More tests! muhahaha
  • Dec 18, 2008
    r19 (More tests) committed by nkohari   -   More tests
    More tests
  • Dec 18, 2008
    r18 (Coverage up to 90%) committed by nkohari   -   Coverage up to 90%
    Coverage up to 90%
  • Dec 18, 2008
    r17 (Added newer version of NCover with 32-bit flag enabled (x64 ...) committed by nkohari   -   Added newer version of NCover with 32-bit flag enabled (x64 execution, woot)
    Added newer version of NCover with 32-bit flag enabled (x64 execution, woot)
  • Dec 18, 2008
    r16 (Added a bajillion tests and did some refactoring) committed by nkohari   -   Added a bajillion tests and did some refactoring
    Added a bajillion tests and did some refactoring
  • Dec 18, 2008
    r15 (TESTS!) committed by nkohari   -   TESTS!
    TESTS!
  • Dec 18, 2008
    r14 ([No log message]) committed by etheredge.justin   -   [No log message]
    [No log message]
  • Dec 18, 2008
    r13 ([No log message]) committed by etheredge.justin   -   [No log message]
    [No log message]
  • Dec 18, 2008
    r12 (Added automated build with code coverage.) committed by etheredge.justin   -   Added automated build with code coverage.
    Added automated build with code coverage.
  • Dec 17, 2008
    r11 (Added RenameColumnExpressionBuilder) committed by nkohari   -   Added RenameColumnExpressionBuilder
    Added RenameColumnExpressionBuilder
  • Dec 17, 2008
    r10 (began coding the MigrationProcessor implementations, wrote 2...) committed by dkode8   -   began coding the MigrationProcessor implementations, wrote 2 tests for RenameColumnExpression, added RenameColumnExpression to project, other minor changes
    began coding the MigrationProcessor implementations, wrote 2 tests for RenameColumnExpression, added RenameColumnExpression to project, other minor changes
  • Dec 17, 2008
    r9 (Proposal for processor factories) committed by nkohari   -   Proposal for processor factories
    Proposal for processor factories
  • Dec 17, 2008
    r8 (Added a syntax for creating compound indexes on tables.) committed by etheredge.justin   -   Added a syntax for creating compound indexes on tables.
    Added a syntax for creating compound indexes on tables.
  • Dec 17, 2008
    r7 (Lots of unit tests) committed by nkohari   -   Lots of unit tests
    Lots of unit tests
  • Dec 17, 2008
    r6 (Added a few more column types, and changed length based colu...) committed by etheredge.justin   -   Added a few more column types, and changed length based columns to take length values.
    Added a few more column types, and changed length based columns to take length values.
  • Dec 17, 2008
    r5 (Added some more column types, improved DRY in API, beginning...) committed by nkohari   -   Added some more column types, improved DRY in API, beginning of tests
    Added some more column types, improved DRY in API, beginning of tests
  • Dec 17, 2008
    r4 (Split out ForeignKeyDefinition to improve DRYness Added vali...) committed by nkohari   -   Split out ForeignKeyDefinition to improve DRYness Added validation to expressions and column/fk definitions (controlled by ICanBeValidated interface) Added a few puny tests to DefaultMigrationConventions
    Split out ForeignKeyDefinition to improve DRYness Added validation to expressions and column/fk definitions (controlled by ICanBeValidated interface) Added a few puny tests to DefaultMigrationConventions
  • Dec 17, 2008
    r3 (Continued work) committed by nkohari   -   Continued work
    Continued work
  • Dec 17, 2008
    r2 (Initial check-in.) committed by nkohari   -   Initial check-in.
    Initial check-in.
  • Dec 17, 2008
    Project fluentmigrator created by dkode8   -   Migrations tool for .NET Framework
    Migrations tool for .NET Framework
 
Hosted by Google Code