Earlier this year
-
-
-
-
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.
-
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
-
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!
-
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.
-
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
-
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.
-
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)
-
r37
(more tests for SqliteGenerator) committed by dkode8
- more tests for SqliteGenerator
more tests for SqliteGenerator
-
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.
-
r35
(Removed sql server named instance.) committed by etheredge.justin
- Removed sql server named instance.
Removed sql server named instance.
-
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
-
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
-
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.
-
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.
-
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.
-
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
-
r28
(Refactored into a ProcessorBase class.) committed by etheredge.justin
- Refactored into a ProcessorBase class.
Refactored into a ProcessorBase class.
-
-
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.
-
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.
-
r24
(Working on SqlServerProcessor, introduced SqlServer2005Diale...) committed by nkohari
- Working on SqlServerProcessor, introduced SqlServer2005Dialect
Working on SqlServerProcessor, introduced SqlServer2005Dialect
-
r23
(Fixed merge issue) committed by nkohari
- Fixed merge issue
-
r22
(Started work on SqlServerMigrationProcessor) committed by nkohari
- Started work on SqlServerMigrationProcessor
Started work on SqlServerMigrationProcessor
-
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
-
r20
(More tests! muhahaha) committed by nkohari
- More tests! muhahaha
-
r19
(More tests) committed by nkohari
- More tests
-
r18
(Coverage up to 90%) committed by nkohari
- Coverage up to 90%
-
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)
-
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
-
-
-
-
r12
(Added automated build with code coverage.) committed by etheredge.justin
- Added automated build with code coverage.
Added automated build with code coverage.
-
r11
(Added RenameColumnExpressionBuilder) committed by nkohari
- Added RenameColumnExpressionBuilder
Added RenameColumnExpressionBuilder
-
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
-
r9
(Proposal for processor factories) committed by nkohari
- Proposal for processor factories
Proposal for processor factories
-
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.
-
r7
(Lots of unit tests) committed by nkohari
- Lots of unit tests
-
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.
-
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
-
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
-
r3
(Continued work) committed by nkohari
- Continued work
-
r2
(Initial check-in.) committed by nkohari
- Initial check-in.
-
Project fluentmigrator
created by dkode8
- Migrations tool for .NET Framework
Migrations tool for .NET Framework
|