Dean Herbert
|
e4a066dc5f
|
Run cleanup tasks only on startup via manual calls
|
2017-10-17 19:58:33 +09:00 |
|
Dean Herbert
|
0177fcbe5f
|
Fix xmldoc
|
2017-10-17 17:08:47 +09:00 |
|
Dean Herbert
|
e487b6f82a
|
Standardise context retrieval
|
2017-10-17 15:50:42 +09:00 |
|
Dean Herbert
|
cd41862e3b
|
Add back transaction support for beatmap importing
|
2017-10-17 15:00:27 +09:00 |
|
Dean Herbert
|
fe44a28d48
|
Add back startup tasks runner
|
2017-10-17 12:46:38 +09:00 |
|
Dean Herbert
|
66894d11ea
|
Connection -> context
|
2017-10-17 12:46:29 +09:00 |
|
Dean Herbert
|
ec51314e37
|
Remove duplicate command
|
2017-10-16 16:11:34 +09:00 |
|
Dean Herbert
|
7049a73490
|
Remove ValidTypes from databased stored; explicitly expose query methods instead
|
2017-10-16 14:47:33 +09:00 |
|
Dean Herbert
|
4981630131
|
Fix formatting regressions
|
2017-10-16 13:12:51 +09:00 |
|
Dean Herbert
|
8a0b184dd6
|
Revert "Return back DatabaseBackedStore's query and populate functions"
This reverts commit 7cf5d63cd3 .
|
2017-10-16 12:59:59 +09:00 |
|
TocoToucan
|
7cf5d63cd3
|
Return back DatabaseBackedStore's query and populate functions
|
2017-10-15 00:40:41 +03:00 |
|
TocoToucan
|
6a4198d0d6
|
Initial EF Core commit
|
2017-10-04 22:52:12 +03:00 |
|
Dean Herbert
|
3b1166d1e6
|
Optimise file lookups and other database operations
FirstOrDefault when called on a TableQuery with a predicate doesn't use table indices
|
2017-08-01 17:37:21 +09:00 |
|
Dean Herbert
|
b4acdd5f90
|
Merge remote-tracking branch 'upstream/master' into fix-file-references
|
2017-08-01 11:05:38 +09:00 |
|
Dean Herbert
|
c060d32765
|
Separate out startup tasks to ensure they run after migrations
|
2017-08-01 10:24:00 +09:00 |
|
Dean Herbert
|
404497fa10
|
Allow a single beatmap to reference the same file multiple times
This fixes incorrect reference counts causing database desync.
|
2017-07-31 21:49:57 +09:00 |
|
Dean Herbert
|
bc8f8de049
|
Make QueryAndPopulate's filter non-optional (you basically *never* want this missing)
|
2017-07-31 18:41:54 +09:00 |
|
Dean Herbert
|
9ee59dd637
|
Add the ability to create migrations on a per-store level
Now stores store versions to the database itself.
|
2017-07-28 12:58:35 +09:00 |
|
Dean Herbert
|
3a6f3cdd8a
|
Add the ability to create migrations on a per-store level
Now stores store versions to the database itself.
|
2017-07-27 20:38:40 +09:00 |
|
Dean Herbert
|
5f53426a9a
|
*Database -> *Store
Welcome back BeatmapManager
|
2017-07-27 16:56:41 +09:00 |
|