-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.23.0 #838
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
Merged
Release 0.23.0 #838
Conversation
This file contains hidden or 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
* Associate live show session with particular script revision * Add script revision to show session table * Fix failing unit tests * Enable ruff for alembic configs and tests
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.14.11. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.10...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactored three stats table components (CastLineStats, CharacterLineStats, CueCountStats) to use a shared mixin for common act/scene traversal logic. Changes: - Created statsTableMixin.js with sortedActs, sortedScenes computed properties - Extracted numScenesPerAct, getHeaderName, getCellName helper methods - Centralized act/scene data fetching in mounted lifecycle hook - Reduced code duplication by ~150 lines across three components Each component retains its unique stats fetching and display logic while sharing the common act/scene hierarchy traversal pattern. Co-authored-by: Claude Sonnet 4.5 <[email protected]>
* Add controller to list compiled scripts * Cleanup compiled scripts on app startup * Add front end for managing compiled scripts
1. Allow users to reset their own passwords on the settings page 2. Allow admins to force reset a user's password from the admin page
Client Test Results34 tests 34 ✅ 0s ⏱️ Results for commit 351b521. ♻️ This comment has been updated with latest results. |
Python Test Results 1 files 1 suites 37s ⏱️ Results for commit 351b521. ♻️ This comment has been updated with latest results. |
server/alembic_config/versions/01fb1d6c6b08_add_token_version_to_user.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/01fb1d6c6b08_add_token_version_to_user.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/01fb1d6c6b08_add_token_version_to_user.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/01fb1d6c6b08_add_token_version_to_user.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/4400e44b4455_add_script_revision_association_to_show_.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/4400e44b4455_add_script_revision_association_to_show_.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/4400e44b4455_add_script_revision_association_to_show_.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/4400e44b4455_add_script_revision_association_to_show_.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/859636b5ffbb_add_script_text_alignment_user_setting.py
Dismissed
Show dismissed
Hide dismissed
server/alembic_config/versions/859636b5ffbb_add_script_text_alignment_user_setting.py
Dismissed
Show dismissed
Hide dismissed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests changing front end code
github
GitHub actions related issue or pull request
release
Pull requests for creating a new release
server
Pull requests changing back end code
xlarge-diff
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.