Skip to content

Release 0.27.1#992

Merged
Tim020 merged 4 commits into
mainfrom
dev
May 6, 2026
Merged

Release 0.27.1#992
Tim020 merged 4 commits into
mainfrom
dev

Conversation

@Tim020
Copy link
Copy Markdown
Contributor

@Tim020 Tim020 commented May 6, 2026

No description provided.

Tim020 and others added 2 commits May 6, 2026 22:55
* Add cue type import from other shows

Mirrors the stage direction style import feature (PR #989): allows users
to copy cue type definitions (prefix, description, colour) from any other
show into the current show via a new Import Cue Type button on the Cue
Types tab.

- Backend: GET /api/v1/show/cues/types/import returns cue types from all
  other shows, grouped by show (shows with no cue types are excluded)
- Frontend: import button + collapsible modal in ConfigCues.vue, with
  per-row loading state; GET_IMPORTABLE_CUE_TYPES Vuex action in show.js
- Tests: 5 new backend tests in TestCueTypeImportController
- Docs: import section added to cue_config.md

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

* Fix chevron icon alignment in cue type import modal

Use flexbox (d-flex justify-content-between) to push the collapse
indicator to the right edge of the card header, matching the stage
direction styles import layout.

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@Tim020 Tim020 added the release Pull requests for creating a new release label May 6, 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 labels May 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Client Test Results

99 tests   99 ✅  0s ⏱️
 4 suites   0 💤
 1 files     0 ❌

Results for commit 266e3d8.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Python Test Results

  1 files    1 suites   1m 23s ⏱️
585 tests 585 ✅ 0 💤 0 ❌
590 runs  590 ✅ 0 💤 0 ❌

Results for commit 266e3d8.

♻️ This comment has been updated with latest results.

Tim020 and others added 2 commits May 6, 2026 23:13
…of body (#993)

The delete handler was calling escape.json_decode(self.request.body) but
DELETE requests carry no body — the frontend sends the ID as a query
parameter (?id=N), matching all other DELETE endpoints in the codebase.
Replaces body decode with self.get_argument("id", None) + int validation
and adds four tests covering happy path, missing ID, invalid ID, and 404.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Add session tag type import from other shows

Follows the same pattern as cue type (PR #991) and stage direction style
(PR #989) imports. Adds GET /api/v1/show/session/tags/import endpoint and
a corresponding import modal in SessionTagList.vue with real-time duplicate
detection via the already-loaded SESSION_TAGS Vuex state.

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

* Fix ruff formatting in test_tags.py

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@Tim020 Tim020 marked this pull request as ready for review May 6, 2026 23:37
@Tim020 Tim020 enabled auto-merge May 6, 2026 23:37
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

@Tim020 Tim020 merged commit 7beb358 into main May 6, 2026
30 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 documentation Improvements or additions to documentation large-diff release Pull requests for creating a new release server Pull requests changing back end code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant