Skip to content

Release 0.34.1#1272

Merged
Tim020 merged 5 commits into
mainfrom
dev
Jul 2, 2026
Merged

Release 0.34.1#1272
Tim020 merged 5 commits into
mainfrom
dev

Conversation

@Tim020

@Tim020 Tim020 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Tim020 and others added 2 commits June 29, 2026 14:52
* Add admin-configurable JWT token lifetime setting

Expose a 'JWT Token Lifetime' dropdown in System Config → Security,
allowing admins to choose 1h/6h/12h/1d/1w/30d. Reducing the lifetime
takes effect immediately by checking the token's iat claim against the
configured maximum — any in-flight token older than the new limit is
rejected with HTTP 401, forcing re-login.

Extend SettingsObject with an optional choice_labels list so int-valued
options (e.g. 168, 720) show human-readable text in both frontend clients.
Add backend JWT age validation (jwt_service + base_controller + ws_controller),
integration tests, and Playwright E2E coverage for the Security settings panel.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix CI failures: E2E toast selector and password service word filter

- Use .v-toast__item selector in E2E test to avoid strict-mode violation
  when two .v-toast container divs are present simultaneously
- Filter hyphenated words from EFF wordlist before generating passphrases;
  four words (t-shirt, drop-down, yo-yo, felt-tip) caused split('-') to
  produce more parts than expected, failing the word-count assertion

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix E2E race: wait for WS settings sync before restoring JWT lifetime

After submitting a settings change, the server broadcasts SETTINGS_CHANGED
via WebSocket which resets editSettings to match the new server state. If
we selectOption before that reset arrives, the WS update overwrites the
selection, leaving hasChanges=false and the Submit button permanently
disabled — causing the test to timeout.

Fix: after the first submit succeeds, wait for the Submit button to become
disabled (i.e. WS round-trip has settled and the form is back in sync)
before selecting the restore value.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
…e key (#1271)

The frontend read `.stage_direction_styles` from the GET response but the
backend returns `{ "styles": [...] }`. The `?? []` fallback silently swallowed
`undefined`, leaving `stageDirectionStyles` empty and permanently disabling the
"New Override" button.

Also adds E2E coverage for the full override creation flow in spec 14, and
fixes a pre-existing strict-mode violation in the "About" tab test. "New
Override" button locators are scoped to `#stage-directions-table thead` to
avoid colliding with the same-named button in the Cue Colour Preferences tab
(BVN BTabs without `lazy` keeps all tab panels in the DOM).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@Tim020 Tim020 added the release Pull requests for creating a new release label Jul 2, 2026
@github-actions github-actions Bot added documentation Improvements or additions to documentation client Pull requests changing front end code server Pull requests changing back end code medium-diff client-v3 labels Jul 2, 2026
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Client V3 Test Results

23 tests   23 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 050cf3d.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Client Test Results

128 tests   128 ✅  0s ⏱️
  6 suites    0 💤
  1 files      0 ❌

Results for commit 050cf3d.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   2m 6s ⏱️
704 tests 704 ✅ 0 💤 0 ❌
709 runs  709 ✅ 0 💤 0 ❌

Results for commit 050cf3d.

♻️ This comment has been updated with latest results.

@Tim020 Tim020 enabled auto-merge July 2, 2026 12:03
@sonarqubecloud

sonarqubecloud Bot commented Jul 2, 2026

Copy link
Copy Markdown

@Tim020 Tim020 merged commit 2e150af into main Jul 2, 2026
52 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 client-v3 documentation Improvements or additions to documentation 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.

1 participant