Commit Graph

136 Commits

Author SHA1 Message Date
5e53f51c99 Merge pull request #15812 from peppy/realm-live-unmanaged-fetch-fix
Avoid attempting to fetch a non-managed `RealmLive` instance from the realm backing
2021-11-26 15:37:58 +09:00
40d1b97af1 Avoid attempting to fetch a non-managed RealmLive instance from the realm backing
For compatibility reasons, we quite often convert completely unmanaged
instances to `ILive`s so they fit the required parameters of a property
or method call. This ensures such cases will not cause any issues when
trying to interact with the underlying data.

Originally I had this allowing write operations, but that seems a bit
unsafe (when performing a write one would assume that the underlying
data is being persisted, whereas in this case it is not). We can change
this if the requirements change in the future, but I think throwing is
the safest bet for now.
2021-11-26 15:06:14 +09:00
13612c0d02 Add equality support to ILive types 2021-11-26 14:56:16 +09:00
183b95cbc2 Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus
This variable is used at more than just a set level.
2021-11-24 18:42:49 +09:00
1cdfa6d9a0 Add helper property to access a realm beatmap's beatmap file 2021-11-22 15:30:11 +09:00
59e763467f Move StoragePath implementation to an extension method 2021-11-19 16:08:38 +09:00
5345018d4c Add test coverage of failed imports 2021-11-12 16:12:44 +09:00
c3069ad002 Change to use ReadableKeyCombinationProvider
Changes all usages of `KeyCombination.ReadableString()` to
`ReadableKeyCombinationProvider.GetReadableString()`.

Subscribing to `KeymapChanged` is only required in `KeyButton`.
All other places query `GetReadableString()` every time.
2021-11-08 06:55:26 +01:00
86540d1fb6 Update existing usages of Author as string to access Username directly 2021-11-04 18:57:54 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
b3219bb592 Update usages of OnlineID 2021-10-18 16:16:36 +09:00
b2f9f8b8da Update logic surrounding removal of previous OnlineIDs when running a new import 2021-10-18 15:14:13 +09:00
49969ac328 Add beatmap import and file store tests 2021-10-15 17:07:34 +09:00
56758435ee Merge pull request #15043 from peppy/realm-ruleset-store
Add realm `RulesetStore`
2021-10-15 16:49:48 +09:00
a781930135 Merge pull request #15042 from peppy/realm-live
Add realm `Live<T>` implementation
2021-10-13 17:01:02 +09:00
db5099de3a Add missing licence header 2021-10-13 15:45:01 +09:00
0daa836ecc Add realm RulesetStore
Not yet used in game.
2021-10-11 15:57:33 +09:00
81a0fbfc40 Add Live<> casting test 2021-10-11 15:36:41 +09:00
b01d82b3fd Add RealmLive implementation 2021-10-11 15:36:41 +09:00
03bf88ae81 Add realm FileStore and test coverage 2021-10-11 15:26:16 +09:00
b946011292 Update tests to run inside a GameHost to allow running on update thread 2021-10-11 15:19:18 +09:00
537b29654e Fix stream being held open causing windows CI failures 2021-10-04 14:30:22 +09:00
6ec2223b5c Catch potential file access exceptions also in async flow 2021-10-02 23:01:44 +09:00
b5345235ca Handle window file access errors 2021-10-01 10:40:55 +09:00
9c0abae2b0 Add failing test coverage of realm blocking behaviour 2021-10-01 01:20:06 +09:00
9fa901f6aa Refine RealmContext implementation API 2021-09-30 23:56:38 +09:00
5b13b566b5 Reduce startup overhead during default key binding handling 2021-09-07 15:19:23 +09:00
3ec7dc3bb9 Update tests in line with thread safety check 2021-07-04 17:59:39 +09:00
3e366b1f15 Ensure the main realm context is closed when the factory is disposed 2021-01-15 14:26:06 +09:00
693602513e Update test to use GetForWrite 2021-01-15 14:22:48 +09:00
fcb4a53f37 Rename realm persisted properties to avoid casting necessity 2021-01-13 18:36:37 +09:00
9086d75542 Update write usages 2021-01-13 18:36:37 +09:00
9d744d629f Update existing usages to use the main realm context where applicable 2021-01-13 18:36:37 +09:00
192e58e0c6 Update all read queries to use direct realm subscriptions/queries 2021-01-13 18:36:37 +09:00
765d9cfae1 Use direct access for query pattern 2021-01-12 17:01:40 +09:00
9a5410e5d2 Add basic test coverage 2021-01-12 15:21:02 +09:00