mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-15 01:32:17 +01:00
735d963aae
1760 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
735d963aae
|
actually call the getter (#1800) | ||
|
68cf3fd412
|
fix statfile atom dependencies via formatRemoteUri (#1797) | ||
|
a98242138d
|
Fix windows path for wsh url (#1798) | ||
|
62eec93b17
|
Improve preview and web widget padding (#1796)
Removes the padding for most of the specialized previews, moves where it's defined for the directory preview so that the header borders extend to the edge of the block |
||
|
ec07b172e5
|
pull cmd:env and initscripts into wave terminals (#1793) | ||
|
286783fb8e
|
Adjust wsh file help text so it's 80 cols max width (#1795)
|
||
|
b0ee995b73
|
TestDriver: Supply GH Token (#1794) | ||
|
11fec5695c
|
wsh file overhaul without cross-remote copy and S3 (#1790)
|
||
|
a5fa098d8b
|
Upgrade to v1.1.0 (#1784)
- remove hanging testdriver checks - upgrade to v1.1.0 which spawns "commit status" of calling action - commit status "show details" link goes right to dashcam recording https://github.com/testdriverai/action/compare/1.0.0...1.1.0#diff-bfe9874d239014961b1ae4e89875a6155667db834a410aaaa2ebe3cf89820556R270-R279 |
||
|
84d4191a9d
|
ctrl-shift state fix + add new keybindings to docs (#1792) | ||
|
385d01148c
|
Add Option to Ignore SSH Config File (#1788)
This provides a new configuration option that will turn off the ssh config parsing. It also removes the flag required to override the ssh config values with internal json values |
||
|
2155ec327d
|
Upgrade Docusaurus and dev dependencies (#1787)
This removes another blocker to full React 19 support, among other things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is now required to load SVG assets. The last blocker to React 19 is `@monaco-editor/react`, which has added support in its release candidate for 4.7.0 and will hopefully release to stable soon. |
||
|
631a2e5d0d
|
Bump vite from 6.0.3 to 6.0.9 (#1785)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.3 to 6.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v6.0.9</h2> <p>This version contains a breaking change due to security fixes. See <a href="https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6">https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6</a> for more details.</p> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.7</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.6</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.5</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v6.0.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.0.9 (2025-01-20)<!-- raw HTML omitted --></h2> <ul> <li>fix!: check host header to prevent DNS rebinding attacks and introduce <code>server.allowedHosts</code> (<a href=" |
||
|
8a853ded56
|
fix: connection status map wrapped in atom (#1783)
This wraps the connection status map in an atom so it properly updates when an individual connection status changes. |
||
|
4fba9e6caa
|
Default to current connection for wsh conn reinstall (#1782)
|
||
|
5f65d85d00
|
fix: shrink the ssh connection box when no error (#1781)
This removes the rendering of the overlay scrollbars component when there are no error messages to scroll. |
||
|
5ee1f4bbe9
|
Fix typo in tabs doc (#1780) | ||
|
900f4a3ff7
|
Add tab bar instructions to docsite (#1779)
Adds instructions for using the tab bar, moves tab layout docs to new location with redirect, adds instructions for magnifying a block, cleans up intro text. |
||
|
8c70d143c9
|
chore: bump package version to 0.11.0-beta.2 | ||
|
4ad7b99251
|
Known Hosts User Input Fix (#1778)
This handles ambiguous cases where the context that determines the block id of a command is not provided. |
||
|
d81b6b85c0
|
longer timeout to read wsh version (2FA prompts) (#1776) | ||
|
bcd0ec8a0b
|
fileMode-fix for issue #1694 Windows bug (#1710) | ||
|
42766d096a
|
fix: wsh error copy rewrite (#1770)
The previous version of this was giving undefined values for some users. This rewrites it and removes an unnecessary memo that may have been causing the issue. |
||
|
ad3113e46e
|
Wshless Connections in Wsl (#1769)
This makes it possible to disable wsh for WSL connections. While this is not recommended, it brings the code closer to the SSH connection implementation and will make it easier to consolidate the two in the future. |
||
|
34bdd182e5
|
Switch to the free Ubuntu ARM runners (#1767)
GitHub has made Ubuntu ARM runners free for OSS repos so we can retire our hosted runner. |
||
|
c089fe0cdd
|
ignore testdriver run (#1768) | ||
|
c9dc55faf4
|
Bump the storybook-minor group with 10 updates (#1765)
Bumps the storybook-minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.7` | `8.5.0` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.4.7` | `8.5.0` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.7` | `8.5.0` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.4.7` | `8.5.0` | | [@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite) | `8.4.7` | `8.5.0` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.7` | `8.5.0` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.4.7` | `8.5.0` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.4.7` | `8.5.0` | | [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) | `8.4.7` | `8.5.0` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.7` | `8.5.0` | Updates `@storybook/addon-essentials` from 8.4.7 to 8.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI</li> <li>⚛️ React 19 support</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.0</h2> <p>Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:</p> <ul> <li>🦾 Realtime accessibility tests to help build UIs for everybody</li> <li>🛡️ Project code coverage to measure the completeness of your tests</li> <li>🎯 Focused tests for faster test feedback</li> <li>⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️</li> <li>🎁 Storybook test early access program to level up your testing game</li> <li>💯 Hundreds more improvements</li> </ul> <!-- raw HTML omitted --> <ul> <li>Addon A11y: Add conditional rendering for a11y violation number in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - <a href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Adjust default behaviour when using with experimental-addon-test - <a href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Change default element selector - <a href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Create a11y test provider and revamp a11y addon - <a href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Don't set a11y tag as comment in automigrations - <a href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Fix skipped status handling in Testing Module - <a href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Refactor environment variable handling for Vitest integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon A11y: Remove warnings API - <a href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Run the a11y automigration on postInstall - <a href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Show errors of axe properly - <a href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon A11y: Update accessibility status handling in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Dynamically import rehype - <a href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Docs: Make new code panel opt in - <a href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>, thanks <a href="https://github.com/shilman"><code>@shilman</code></a>!</li> <li>Addon Onboarding: Prebundle react-confetti - <a href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall if no coverage reporter is installed - <a href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Add prerequisite check for MSW - <a href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Add support for previewHead - <a href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Add Vitest 3 support - <a href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Always run Vitest in watch mode internally - <a href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Always use installed version of vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>, thanks <a href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>!</li> <li>Addon Test: Clarify message when <code>vitest</code> detects missing deps - <a href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Clear coverage data when starting or watching - <a href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu UI - <a href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Context menu updates - <a href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Correctly stop Storybook when Vitest closes - <a href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Filter out falsy test results in TestProviderRender - <a href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix documentation links - <a href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix environment variable for Vitest Storybook integration - <a href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>, thanks <a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>!</li> <li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>, thanks <a href="https://github.com/ndelangen"><code>@ndelangen</code></a>!</li> <li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>, thanks <a href="https://github.com/JReinhold"><code>@JReinhold</code></a>!</li> <li>Addon Test: Fix indexing behavior - <a href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>, thanks <a href="https://github.com/yannbf"><code>@yannbf</code></a>!</li> <li>Addon Test: Fix printing null% for coverage - <a href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Fix run request while booting or restarting Vitest - <a href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> <li>Addon Test: Handle undefined storyId - <a href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>, thanks <a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
7248990289
|
Bump @chromatic-com/storybook from 3.2.2 to 3.2.4 in the storybook-patch group (#1764)
Bumps the storybook-patch group with 1 update: [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests). Updates `@chromatic-com/storybook` from 3.2.2 to 3.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases"><code>@chromatic-com/storybook</code>'s releases</a>.</em></p> <blockquote> <h2>v3.2.3</h2> <h4>🐛 Bug Fix</h4> <ul> <li>Fix reading <code>status</code> of <code>undefined</code> in urql's <code>didAuthError</code> handler <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/349">#349</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Add steps to link for local testing <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/347">#347</a> (<a href="https://github.com/codykaup"><code>@codykaup</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@codykaup</code></a>)</li> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/v3.2.4/CHANGELOG.md"><code>@chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v3.2.4 (Fri Jan 17 2025)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Remove the connection timeout notification <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/351">#351</a> (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> <li>Set up Codecov <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/350">#350</a> (<a href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Paul Elliott (<a href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li> <li>Valentin Palkovic (<a href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li> </ul> <hr /> <h1>v3.2.3 (Thu Dec 19 2024)</h1> <h4>🐛 Bug Fix</h4> <ul> <li>Fix reading <code>status</code> of <code>undefined</code> in urql's <code>didAuthError</code> handler <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/349">#349</a> (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> <li>Add steps to link for local testing <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/347">#347</a> (<a href="https://github.com/codykaup"><code>@codykaup</code></a>)</li> </ul> <h4>Authors: 2</h4> <ul> <li>Cody Kaup (<a href="https://github.com/codykaup"><code>@codykaup</code></a>)</li> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@ghengeveld</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
731eb27367
|
chore: bump package version to 0.11.0-beta.1 | ||
|
618f5f879c
|
Add a Scrollbar to the SSH Error Popup (#1741)
This modifies the SSH error popup in the following ways: - adds a scrollbar to the error message so it is easily viewed - overlays a copy button so it's easy to copy |
||
|
f35375ee1a
|
Fix openai regression (#1758)
this impacts custom openai providers, not wave proxy |
||
|
1cd1744317
|
remove two calls to conn.Connect() (#1757) | ||
|
db7d3dac67
|
chore: bump package version to 0.11.0-beta.0 | ||
|
c9ce6a6795
|
chore: bump package version to 0.10.5-beta.0 | ||
|
ff5f26709c
|
WSL Updates for New Architecture (#1756)
This adapts most of the WSL code to follow the new architecture that ssh uses. --------- Co-authored-by: sawka <mike@commandline.dev> |
||
|
b7dca41b9c
|
Correct XDG_CURRENT_DESKTOP env var (#1754)
Electron sets XDG_CURRENT_DESKTOP for better Chromium compatibility on Linux. We need to unset this for `wavesrv` and for any calls to open a file or URL externally in `emain`. See https://www.electronjs.org/docs/latest/api/environment-variables#original_xdg_current_desktop There's a bug open in Electron related to this: https://github.com/electron/electron/issues/45129 closes #1733 |
||
|
9dc9066a81
|
conn updates 5 (#1755)
* token swap * setting environment variables for different local/remote shells * bug fixes for init scripts * more logging * update connserver startup flow |
||
|
3beb14aa6b
|
Dependabot Yarn changes (#1751)
Ungroups major updates, except for react, storybook, electron, docusaurus, and jotai |
||
|
f9b7e9baee
|
Bump google.golang.org/api from 0.216.0 to 0.217.0 (#1745)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.216.0 to 0.217.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.217.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href=" |
||
|
df5d279f01
|
Small dependabot change to trigger new run (#1744) | ||
|
56b8e98b5b
|
Honor SSH IdentitiesOnly config (#1742)
Skip SSH Agent client initialization if the IdentitiesOnly config is set for a given host For now, we only need to support this for the SSH Agent, but if we ever add support for PKCS11Provider or SecurityKeyProvider, we'll need to update this check to also ignore those. See https://man.openbsd.org/ssh_config#IdentitiesOnly |
||
|
68a88857cb
|
Check for wildcard/conditional host patterns in ~/.ssh/config before normalizing for connections dropdown (#1743)
|
||
|
e555eaa765
|
Limit User Input Modal to One Window (#1730)
When a connection request is made from a block, only ask for user input in the window that made the request. |
||
|
309571e288
|
fix: yvalMeta .name null check (#1740)
While it is rare, we have had users report an error where the access of `.name` in SingleLinePlot causes a bug. The only time this could happen would be a null `yvalMeta`. This makes it so the .name check is skipped if yvalMeta is null. Addresses #1724. |
||
|
8cf0b31858
|
Fix dir preview table header width so it still expands to fill whole view (#1737)
My last fix to set `width: fit-content` for the dir preview table header ended up meaning that if the widget is wider than the table, the header wouldn't extend to the full width of the widget. Now it will. |
||
|
598b2dfdba
|
Try reverting Dependabot changes (#1736)
I found a discrepancy in our docs package that could be the reason for the Dependabot timeouts. I'm going to try reverting my earlier changes to see if this is fixed |
||
|
5040ec9dd6
|
Remove pull_request edited event from workflows (#1735)
edited didn't do what i thought it did, it actually gets triggered if the comments or title change, which we don't want. synchronize is for when the head changes |
||
|
675b2c4ba2
|
don't run checkin actions on draft prs (#1734)
don't run checkin actions if the pr is in draft |
||
|
a05cd2ec3c
|
Fix for test results not displaying in checks tab (#1728) | ||
|
c1eacb6d61
|
fix: set wsh ssh rpc timeout to 60 seconds (#1732)
This is required so connections that require user input give the full 60 seconds for the user to type in a password or passphrase. |