Skip to content

Release 0.30.7#1148

Merged
Tim020 merged 5 commits into
mainfrom
dev
Jun 6, 2026
Merged

Release 0.30.7#1148
Tim020 merged 5 commits into
mainfrom
dev

Conversation

@Tim020

@Tim020 Tim020 commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Tim020 and others added 5 commits June 5, 2026 23:26
The SVG was always rendered at 800px because updateWidth() was a no-op
at onMounted() time: the parent component uses a loading gate
(v-if="!loading") that defers RevisionGraph's mount until after an async
fetch, at which point svgRef.value is still null on the first render tick.

Replace window.addEventListener('resize') with a ResizeObserver on the
component root div (containerRef), which fires on initial attach, on
BCollapse open/close, and on window resize. Also add initZoom() to the
revisions watch so zoom is initialised when data arrives after mount.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* V3: Replace last character with whitespace if it's a colon

Current implementation causes a trailing colon to be present before URL Path

* Fix baseURL helper function

If no port used (e.g. serving on port 80 or 443), colon is still present in returned baseURL causing errors.

* V3: Update baseURL helper function

* Remove initial regex fix for port separator

Identified root cause of issue - removing workaround

* npm linting

* Remove trailing comma from baseURL test in client V2

---------

Co-authored-by: Tim Bradgate <timbradgate@hotmail.co.uk>
@Tim020 Tim020 added the release Pull requests for creating a new release label Jun 6, 2026
@github-actions github-actions Bot added small-diff Small pull request client Pull requests changing front end code server Pull requests changing back end code client-v3 labels Jun 6, 2026
@Tim020 Tim020 enabled auto-merge June 6, 2026 11:56
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Client V3 Test Results

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

Results for commit 213dd10.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Client Test Results

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

Results for commit 213dd10.

@sonarqubecloud

sonarqubecloud Bot commented Jun 6, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
7.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   1m 48s ⏱️
631 tests 631 ✅ 0 💤 0 ❌
636 runs  636 ✅ 0 💤 0 ❌

Results for commit 213dd10.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Playwright E2E Results (chromium)

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

Results for commit 213dd10.

@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown

Playwright E2E Results (firefox)

160 tests   160 ✅  1m 37s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 213dd10.

@Tim020 Tim020 merged commit 98aa02d into main Jun 6, 2026
40 of 41 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 release Pull requests for creating a new release server Pull requests changing back end code small-diff Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants