This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bc053709954a8eea45ea0bda797e1fd73b452ca4
Umbraco-CMS
/
src
/
Umbraco.Infrastructure
/
Persistence
History
Andy Butland
bc05370995
Merge branch 'netcore/dev' into netcore/7668-remove-repository-concerns-from-services
2020-03-28 14:31:23 +01:00
..
DatabaseAnnotations
…
DatabaseModelDefinitions
…
Dtos
Migrated database concerns from KeyValueService to new repository.
2020-02-15 11:08:32 +01:00
Factories
Removing MacroType enum as we only have one type - PartialView. Refactoring all its references and fixing tests
2020-02-25 13:38:36 +01:00
FaultHandling
…
Mappers
Removing MacroType enum as we only have one type - PartialView. Refactoring all its references and fixing tests
2020-02-25 13:38:36 +01:00
Querying
…
Repositories
Merge branch 'netcore/dev' into netcore/7668-remove-repository-concerns-from-services
2020-03-28 14:31:23 +01:00
SqlSyntax
- Moved dashboards to Core
2020-02-26 13:52:06 +01:00
BasicBulkSqlInsertProvider.cs
Don't eagerly create an IBulkSqlInsertProvider (fixes install boot), this is now created with the IDbProviderFactoryCreator which simplifies a bunch of ctors.
2020-01-15 13:40:35 +11:00
BulkDataReader.cs
…
DatabaseDebugHelper.cs
…
DbCommandExtensions.cs
…
DbConnectionExtensions.cs
…
IBulkSqlInsertProvider.cs
…
IDbProviderFactoryCreator.cs
Wires up DI for cross wiring correctly ensuring that it occurs at the very end of ConfigureServices, updates tests accordingly, fixes a few other things.
2020-03-13 18:44:58 +11:00
ISqlContext.cs
…
IUmbracoDatabase.cs
…
IUmbracoDatabaseFactory.cs
Don't eagerly create an IBulkSqlInsertProvider (fixes install boot), this is now created with the IDbProviderFactoryCreator which simplifies a bunch of ctors.
2020-01-15 13:40:35 +11:00
LocalDb.cs
…
NPocoDatabaseExtensions-Bulk.cs
…
NPocoDatabaseExtensions.cs
…
NPocoDatabaseTypeExtensions.cs
…
NPocoSqlExtensions.cs
…
PocoDataDataReader.cs
…
RecordPersistenceType.cs
…
SqlContext.cs
…
SqlContextExtensions.cs
…
SqlServerBulkSqlInsertProvider.cs
Don't eagerly create an IBulkSqlInsertProvider (fixes install boot), this is now created with the IDbProviderFactoryCreator which simplifies a bunch of ctors.
2020-01-15 13:40:35 +11:00
SqlServerDbProviderFactoryCreator.cs
Wires up DI for cross wiring correctly ensuring that it occurs at the very end of ConfigureServices, updates tests accordingly, fixes a few other things.
2020-03-13 18:44:58 +11:00
SqlSyntaxExtensions.cs
…
SqlTemplate.cs
…
SqlTemplates.cs
…
UmbracoDatabase.cs
…
UmbracoDatabaseExtensions.cs
…
UmbracoDatabaseFactory.cs
NetCore: Refactor config/setting to not use dependencies (
#7810
)
2020-03-17 16:26:56 +01:00
UmbracoPocoDataBuilder.cs
…