Evan Simkowitz and GitHub
cd855762cd
Migrate package manager to Yarn Modern ( #628 )
...
We were using Yarn Classic. While this is not deprecated, Yarn is moving
in a different direction with Yarn Modern (read more
[here](https://yarnpkg.com/migration/overview )) and we should align with
that. The migration mainly requires rebuilding our lockfile. We will
still use `node_modules` for now, though in the future we may want to
adopt the new [Plug'n'Play model](https://yarnpkg.com/features/pnp ).
2024-05-02 14:13:32 -07:00
Ian Jennings and GitHub
397d4d7369
Update TestDriver to v2.11.2 ( #640 )
2024-05-02 12:54:45 -07:00
Evan Simkowitz and GitHub
ea0cf62b67
Replace classnames with clsx ( #634 )
...
[`clsx`](https://www.npmjs.com/package/clsx ) is a drop-in replacement
for `classnames` that is a quarter of the size and is faster.
2024-05-02 11:40:44 -07:00
Evan Simkowitz and GitHub
e973a6ff8f
Add link to full license report ( #638 )
2024-05-02 11:30:20 -07:00
34392ab65d
Bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group across 1 directory ( #637 )
...
Bumps the npm_and_yarn group with 1 update in the / directory:
[ejs](https://github.com/mde/ejs ).
Updates `ejs` from 3.1.9 to 3.1.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mde/ejs/releases ">ejs's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.10</h2>
<p>Version 3.1.10</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mde/ejs/commit/d3f807dea9ce904e20a47a661f2310ce9134dc2a "><code>d3f807d</code></a>
Version 3.1.10</li>
<li><a
href="https://github.com/mde/ejs/commit/9ee26dde5d7015d9c0e2ff87314cabeac5247c02 "><code>9ee26dd</code></a>
Mocha TDD</li>
<li><a
href="https://github.com/mde/ejs/commit/e469741dca7df2eb400199e1cdb74621e3f89aa5 "><code>e469741</code></a>
Basic pollution protection</li>
<li><a
href="https://github.com/mde/ejs/commit/715e9507fa3e6122dc6430fe0f25a6e6ded300c1 "><code>715e950</code></a>
Merge pull request <a
href="https://redirect.github.com/mde/ejs/issues/756 ">#756</a> from
Jeffrey-mu/main</li>
<li><a
href="https://github.com/mde/ejs/commit/cabe3146ad964a1e98db7742abf435906ca79406 "><code>cabe314</code></a>
Include advanced usage examples</li>
<li><a
href="https://github.com/mde/ejs/commit/29b076cdbbf3eb1b4323b33299ab6d79391b2c33 "><code>29b076c</code></a>
Added header</li>
<li><a
href="https://github.com/mde/ejs/commit/11503c79af882e3635b513d57c7f1813792eb127 "><code>11503c7</code></a>
Merge branch 'main' of github.com:mde/ejs into main</li>
<li><a
href="https://github.com/mde/ejs/commit/7690404e2fc1688756938e4d2fc19e0fac77d736 "><code>7690404</code></a>
Added security banner to README</li>
<li><a
href="https://github.com/mde/ejs/commit/f47d7aedd51a983e4f73045f962b1209096b5800 "><code>f47d7ae</code></a>
Update SECURITY.md</li>
<li><a
href="https://github.com/mde/ejs/commit/828cea1687e3db459ab09d2f405d2444c7580b90 "><code>828cea1</code></a>
Update SECURITY.md</li>
<li>Additional commits viewable in <a
href="https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 10:58:48 -07:00
Evan Simkowitz and GitHub
7e350fce97
Fix RotateIcon so it actually binds a ref for SyncSpin to use ( #635 )
...
RotateIcon wasn't actually binding the ref that it was passing to SyncSpin, meaning it wasn't actually syncing properly. This fixes that, along with making SyncSpin compatible with more than just div types
2024-05-01 20:28:44 -07:00
Evan Simkowitz and GitHub
53ec767bc7
Make icons functional components ( #629 )
...
They are very simple, self-contained components, making them good
candidates to be converted to functional components
2024-05-01 20:14:44 -07:00
Mike Sawka and GitHub
03cdc067e7
cmdinput keybindings ( #627 )
v0.7.3
2024-04-30 18:44:40 -07:00
Cole Lashley and GitHub
6c3e5b8746
Block store ( #578 )
...
Contains the implementation of the block store
In this pr is a simple way to send and receive data through a database
I have implemented the base functionality as well as quite a few tests
to make sure that everything works
There are a few methods that have yet to be implemented, but
theoretically they should be implemented as calls to the other
functions, ie append should just be a call to WriteAt
This doesn't affect anything yet so it can safely be merged whenever. I
don't want this pr to stagnate like file view, so I'm happy to write
multiple prs for this
2024-04-30 18:21:31 -07:00
Evan Simkowitz and GitHub
e1a931056c
Fix the sidebar X target so that there isn't a weird padding that shows the pointer cursor ( #626 )
2024-04-30 18:12:21 -07:00
Evan Simkowitz and GitHub
1c2c0c5efc
Use FOSSA to generate license reports on every PR ( #625 )
2024-04-30 17:27:20 -07:00
Cole Lashley and GitHub
f6881cf380
Ai chat select fix ( #622 )
2024-04-30 17:16:03 -07:00
Evan Simkowitz and GitHub
345356d8d4
Make connections modal scrollable ( #623 )
2024-04-30 16:43:47 -07:00
Ian Jennings and GitHub
8cea209823
TestDriver.ai: Validate that overlapping text does not appear in UI ( #528 )
2024-04-30 16:43:27 -07:00
Evan Simkowitz and GitHub
a16e01f73b
Make Client Settings and connections views scrollable, fix regression in unused bookmarks feature ( #621 )
...
Makes clientsettings scrollable, adds an option for mainview to wrap the
mainview-content in an OverlayScrollbarsComponent
2024-04-30 16:05:49 -07:00
Mike Sawka and GitHub
8c63be4ea0
fix cmdinput cursor positioning on mount ( #620 )
2024-04-30 14:28:52 -07:00
Evan Simkowitz and GitHub
35e0488f7b
Call makeObservable for all cmdInput classes ( #619 )
2024-04-30 13:58:54 -07:00
Ian Jennings and GitHub
c53e0a99f6
TestDriver.ai: Add comments to PRs ( #498 )
2024-04-30 12:37:22 -07:00
Cole Lashley and GitHub
e6df2c216d
Client show defaults small fix ( #614 )
2024-04-30 11:37:01 -07:00
Evan Simkowitz and GitHub
c6a8797ddd
Break out non-autocomplete changes from autocomplete PR ( #618 )
...
This improves the ephemeral command runner to allow for honoring of
timeouts and proper handling of overriding the current working
directory. It also fixes some partially transparent font colors in light
mode, making them solid instead. It also updates the InputModel to be
auto-observable and utilize some getters to ensure the cmdinput is
getting updated whenever necessary state changes take place.
2024-04-29 18:29:27 -07:00
Cole Lashley and GitHub
ac91fa8596
fixed ai timeout bug ( #617 )
2024-04-29 15:56:20 -07:00
Evan Simkowitz and GitHub
50662c2152
Fixes a regression that would unfocus from the history input ( #615 )
...
* Fixes a regression that would unfocus from the history input
* remove debug statements
* Update historyinfo.tsx
* fix scrolling the right way
2024-04-29 15:08:11 -07:00
Cole Lashley and GitHub
4296856cc1
Fixed separator code in config path ( #616 )
...
* un quoted separator in config
* addressed review comments
2024-04-29 12:40:36 -07:00
Evan Simkowitz and GitHub
d0867477ff
add path separator for config dir handler ( #613 )
2024-04-26 12:08:10 -07:00
Evan Simkowitz and GitHub
25b77c7fee
Attempt 2 to resolve security warning ( #612 )
...
* replace path with filepath
* remove configPath from error
* remove unnecessary printf
* replace more paths with filepath
* remove unnecessary abs path call
* bad commit
2024-04-26 12:00:11 -07:00