Shannon
|
c76be66028
|
starts fixing up all the tests
|
2015-02-23 00:02:12 +01:00 |
|
Shannon
|
905e58e3b6
|
Completes: U4-6104 Remove SqlSyntaxContext - quite a large refactor and cleanup since the SqlSyntaxContext was used everywhere :( haven't run tests, etc... yet but the project builds now.
|
2015-02-22 21:36:02 +01:00 |
|
Shannon
|
1cb0cd296c
|
Decoupling more things, mostly to do with the PluginManager and logging which now requires an IServiceProvider so have created a simple instance of that.
|
2015-01-16 15:47:44 +11:00 |
|
Shannon
|
0dc00a62e2
|
Adds ability to have proxy migrations so there is no duplication of declaring migrations and no duplication of executing already executed migrations. Would have been a bit nicer to have
|
2014-03-12 20:36:40 +11:00 |
|
Shannon Deminick
|
3b25214433
|
Adds new database table + migration + unit test + fixes up unit tests to ensure PluginManager.Current = null; is done on teardown.
Created new ServerRegistrationRepository + unit tests + models
|
2013-02-13 03:29:32 +06:00 |
|
Morten Christensen
|
f6ceb937a1
|
Changes the CoreBootManager to resolve migrations through the use of the PluginManager instead of having the migration types hardcoded.
|
2013-01-18 12:05:00 -01:00 |
|
Shannon Deminick
|
4532c1b5b9
|
Updated IMigrations to use the proper plugin format using resolvers, updated unit tests and are passing.
|
2013-01-10 04:33:30 +03:00 |
|