Commit Graph

41580 Commits

Author SHA1 Message Date
bc0ab7dd4f Fix RestoreDefaultValueButton not behaving correctly on number types 2021-06-29 23:39:46 +03:00
5031707048 Merge pull request #13690 from smoogipoo/fix-action-posting
Fix commands posted to the wrong channel
2021-06-30 00:39:02 +09:00
60d6087700 Merge pull request #13695 from smoogipoo/fix-snaking-tests
Fix gameplay tests incorrectly seeking via MusicController
2021-06-30 00:38:13 +09:00
e9158ccc41 Fix gameplay tests incorrectly seeking via MusicController 2021-06-29 23:23:21 +09:00
5edaf8235d Merge pull request #13692 from peppy/add-migration-logging
Add more logging to help diagnose realm migration failures
2021-06-29 21:34:08 +09:00
2f1203085b Also add logging of realm block/flush operations 2021-06-29 20:23:25 +09:00
9acc5e38bb Add basic logging for osu! storage migration
When looking into the test failure at https://github.com/ppy/osu/runs/2940065457, it became apparent that we are not showing the migration process anywhere in logs. It's the cause of many issues, and we would want to see this in CI and user logs when occurring.
2021-06-29 20:23:25 +09:00
1b2d00f796 Trigger successes 2021-06-29 20:13:39 +09:00
3fb69666fb Merge pull request #13691 from peppy/throw-exceptions-on-host-failure
Fix multiple tests eating host exceptions
2021-06-29 18:05:47 +09:00
8bcb4d13fb Fix multiple tests eating host exceptions 2021-06-29 17:21:09 +09:00
ca0eaab8e2 Add test 2021-06-29 16:30:46 +09:00
7a86686f40 Make nullable 2021-06-29 16:30:40 +09:00
9132c42f87 Fix actions posted to the wrong channel 2021-06-29 15:58:07 +09:00
f547afe617 Merge pull request #13633 from peppy/fix-beatmap-import-fk-failure
Fix import flow potentially hitting foreign key constraint
2021-06-29 15:03:13 +09:00
697b07acb1 Merge branch 'master' into fix-beatmap-import-fk-failure 2021-06-29 11:36:31 +09:00
471bf9a752 Merge pull request #13681 from peppy/score-submit-ruleset-id
Serialise and send ruleset ID as part of score submission
2021-06-29 11:27:13 +09:00
e4ca6a4266 Serialise and send ruleset ID as part of score submission 2021-06-29 01:55:09 +09:00
a9084db665 Merge pull request #13673 from peppy/import-early-checksum-abort
Shortcut import process to speed up duplicate imports
2021-06-28 19:55:09 +09:00
8950757b61 Merge pull request #13618 from peppy/fix-realm-state-change-crashes
Fix realm threading issues to make it releaseable
2021-06-28 19:54:49 +09:00
92fcf90768 Merge branch 'master' into import-early-checksum-abort 2021-06-28 19:29:08 +09:00
83ab075042 Merge pull request #13680 from smoogipoo/disable-realm-analytics
Disable Realm analytics submission
2021-06-28 18:25:44 +09:00
b5c3c9d550 Disable realm analytics submission 2021-06-28 17:37:58 +09:00
a8597b6213 Merge pull request #13658 from frenzibyte/fix-initial-ruleset-skin-loading
Fix `RulesetSkinProvidingContainer` being potentially late in setting up skin sources
2021-06-28 17:03:56 +09:00
d4ea73d727 Simplify disposal exceptions 2021-06-28 16:17:09 +09:00
f78cedd0e1 Reorder methods and add xmldoc for BlockAllOperations 2021-06-28 16:16:40 +09:00
90f0bc87f5 Add safety against double disposal 2021-06-28 16:12:21 +09:00
842f033522 Remove no longer necessary exception 2021-06-28 16:11:55 +09:00
f7aba7360a Merge pull request #13654 from Henry-YSLin/fix-invisible-number-box
Refactor `SeedSettingsControl` and `SettingsNumberBox`
2021-06-28 16:07:30 +09:00
0d2bc4fc5f Merge branch 'master' into fix-realm-state-change-crashes 2021-06-28 16:03:58 +09:00
66b6b014a9 Merge pull request #13663 from bdach/localisable-tooltips
Update usages of `IHasTooltip` in line with framework localisation changes
2021-06-28 16:02:29 +09:00
e4780d4b06 Update framework 2021-06-28 15:29:47 +09:00
f939e2603a Merge branch 'master' into localisable-tooltips 2021-06-28 15:29:42 +09:00
eeb56970ef Make OutlinedNumberBox private and nested again 2021-06-28 15:24:55 +09:00
88c6143aae Rename variables in line with standards 2021-06-28 15:23:19 +09:00
7dd566dc46 Add null check for safety
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2021-06-28 15:08:49 +09:00
c281e43cd8 Remove Dispose() special case and add explicit exception to make debugging issues non-deadlock 2021-06-28 15:04:14 +09:00
73bd88cb31 Simplify caching in test 2021-06-28 14:44:52 +09:00
e387feb1d6 Add inline comment mentioning why CreateChildDependencies is being used in this instance 2021-06-28 14:39:55 +09:00
fdd6778f36 Merge branch 'master' into fix-initial-ruleset-skin-loading 2021-06-28 14:35:34 +09:00
a3946a1265 Fix typo in newly added xmldoc
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
2021-06-28 14:07:21 +09:00
3d19364a71 Use BindValueChanged instead of setting the value in property setter 2021-06-28 11:20:00 +08:00
4d6002ab88 Remove redundant string interpolation (and mark all local logging strings as verbatim) 2021-06-28 12:16:15 +09:00
0cceef8da5 Moved the string to int? conversion logic into SettingsNumberBox 2021-06-28 11:00:07 +08:00
4a557e73a7 Add logging to help understand existing case skips better 2021-06-28 10:42:42 +09:00
128f08ccba Fix test oversights 2021-06-28 10:42:28 +09:00
9c0840268a Merge pull request #13598 from JimmyC7834/supporter-only-filter-content
Add supporter required placeholder in beatmap listing overlay
2021-06-28 10:27:56 +09:00
90b87cbb9e Add back unidirectional online id check 2021-06-28 10:11:27 +09:00
9a96cd4a1d Revert "Remove comparison of online beatmap IDs during dedupe checks"
This reverts commit 15af28d2a0.
2021-06-28 09:54:18 +09:00
a1e8cc5444 Merge pull request #13669 from Naxesss/hitsound-checks
Add hitsound checks
2021-06-28 03:13:43 +09:00
b58644106c Add nested hitobject tests for few hitsounds check 2021-06-27 15:58:00 +02:00