-
-
Notifications
You must be signed in to change notification settings - Fork 123
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.0 #1428
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
…ce, enhancing settings management
…zation in Settings
…ent components to enhance UI flexibility
…ection and asset deletion components
…s management and UI consistency
…n UI in ListItem and Table components
…nents, update Title component layout
… and update related components
…ectRatio and adjust related components
…pectRatio as null
…rDialog emissions and related components
…refactor/frontend-layouts
misc: Fix some typing issues
chore: Refactor frontend layouts
This change allows setting environment variables with a `_FILE` suffix, which will be used to load the contents of the file specified in the variable into the variable without the suffix. For example, setting `ROMM_AUTH_SECRET_KEY_FILE=/run/secrets/romm_auth_secret_key` and creating a file with the secret key at the specified path will set `ROMM_AUTH_SECRET_KEY` to the contents of the file. A common use case for this is to use secrets in Docker Compose [1], to avoid exposing secrets in the `docker-compose.yml` or `env` files. [1] https://docs.docker.com/compose/how-tos/use-secrets/
…nd language selector component
…bles feat: Add support for _FILE suffix in environment variables
feat: Experimental PSP emulation
Docker slim images
misc: Use flavor suffix option for Docker metadata action
Default grid view for recently and continue playing to false
Fixes PostgreSQL query error reported in: #667 (comment)
fix: Change rom_id type to int in search endpoint
The previous function name `get_matched_roms_by_id` was misleading as it returned a list of matched ROMs, but searching by ID should always return either one result or none.
This change removes the installation of `dev` and `test` Poetry dependency groups from the published Docker images. Developers are still able to use images with development dependencies installed, by either using the `dev-slim` or `dev-full` targets. Image size comparison: * `slim-image`: Down from 455 MiB to 355 MiB. * `full-image`: Down from 760 MiB to 660 MiB.
[ROMM-1220] Generate qr code to download 3DA .cia files
…ed-by-id misc: Change signature for get_matched_rom_by_id function
feat: Stop installing development dependencies in Docker images
Fork streaming-form-data and fix pyproject.toml
hotfix poetry lock
Test Results91 tests 91 ✅ 27s ⏱️ Results for commit 390156b. ♻️ This comment has been updated with latest results. |
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.