-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.7.3 #1538
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Similar to how `engineio` provides a JSON-compatible module, this change adds a custom JSON encoder with support for additional types. Changing SocketIO's JSON module fixes the encoding issue when the scanning process tried to send a datetime, failing and the frontend not displaying the scanned game (commonly, when it had sibling games)
misc: Add typehints to safe type conversion functions
fix: SocketIO JSON dumps with sane defaults
[ROMM-1297] Fix loading psx mednafen core
misc: Upgrade Poetry to v2.0
misc: Migrate optional dependencies to standard pyproject format
[HOTFIX] Fix remove from continue playing
With Poetry 2.0, we now need to explicitly tell it to install the `test` extra.
fix: Poetry dependency installation during pytest job
When a user does not set an email address, we now set it to `NULL` in the database. That bypasses the unique constraint on the `email` column, allowing multiple users to have no email address set. Fixes #1445.
[ROMM-1273] Use platform versions to check if game playable
fix: Set users email to null if empty
[ROMM-1484] Manually set control scheme for sega games
Hotfix datetime timezones
Functions like `JSON_ARRAY` and `JSON_OBJECT` have been introduced in PostgreSQL 16 [1]. Older PostgreSQL versions were failing to run the migrations due to the usage of these functions. This change uses `jsonb_build_array` and `jsonb_build_object` functions in PostgreSQL, which have been available since PostgreSQL 9.5 [2]. [1]: https://www.postgresql.org/docs/release/16.0/ [2]: https://www.postgresql.org/docs/release/9.5.0/#AEN132010
…res-versions fix: Improve support for older PostgreSQL versions
fix: English translation value for "collections"
`pyinstrument` for code profiling. `memray` for memory profiling.
[ROMM-1522] Stop trying to set last_played from UI
Fixes #1526.
misc: Upgrade rq to v2.1
[ROMM-1482] Display game summary with mdeditor
[ROMM-1517] Use rating for dufficulty
[ROMM-1505] Skip CSRF checks when request has Authorization header
fix: Correctly ignore hashes for Xbox 360 platform
[ROMM-1503] Remember search query when going back to page
[ROMM-1529] Increase lenght of paltform fs fields
Set dependabot to target master branch
Test Results93 tests 93 ✅ 26s ⏱️ Results for commit b6638b0. ♻️ This comment has been updated with latest results. |
Drop the legacy eslint ignore file
set package type to module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.