Skip to content

Conversation

@Tim020
Copy link
Contributor

@Tim020 Tim020 commented Jan 11, 2026

No description provided.

@Tim020 Tim020 added the release Pull requests for creating a new release label Jan 11, 2026
@github-actions github-actions bot added github GitHub actions related issue or pull request client Pull requests changing front end code server Pull requests changing back end code xlarge-diff labels Jan 11, 2026
Tim020 and others added 8 commits January 11, 2026 20:22
* 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
@github-actions
Copy link

github-actions bot commented Jan 11, 2026

Client Test Results

34 tests   34 ✅  0s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 351b521.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jan 11, 2026

Python Test Results

  1 files    1 suites   37s ⏱️
309 tests 309 ✅ 0 💤 0 ❌
314 runs  314 ✅ 0 💤 0 ❌

Results for commit 351b521.

♻️ This comment has been updated with latest results.

@Tim020 Tim020 marked this pull request as ready for review January 12, 2026 00:49
@Tim020 Tim020 enabled auto-merge January 12, 2026 00:49
@Tim020 Tim020 merged commit c713265 into main Jan 12, 2026
23 checks passed
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants