Commit Graph

1463 Commits

Author SHA1 Message Date
Red J Adaya
55c8e5a213
workspace switcher + new elements (in storybook) (#1148) 2024-10-27 13:22:06 -07:00
Mike Sawka
7e6f96348f
fix for waveterm environment variables leaking from prod to dev (#1153) 2024-10-27 13:12:41 -07:00
Sylvie Crowe
cbb825982b
fix: add gaps in plots where no data exists (#1065)
Scans the window from the most recent timestamp to however many seconds
back are being stored. Then adds blank spaces (NaN values) in between
data items that are too far apart. Lastly, if the earliest item is
blank, there are probably fewer than the expected number of items. In
that case, it adjusts the first timestamp to keep plot width mostly
consistent.
2024-10-27 12:00:15 -07:00
Sylvie Crowe
bbd530c052
AI Sliding Window (#1151)
Only send the 30 most recent ai questions and responses to the model
when making requests. This prevents the amount of data being sent from
getting too big.
2024-10-27 11:49:34 -07:00
wave-builder[bot]
e235f563f1
chore: bump package version to 0.9.0-beta.2 2024-10-26 19:19:35 +00:00
Mike Sawka
e419b7f99e
fix builder 2 (#1150) 2024-10-26 12:18:27 -07:00
wave-builder[bot]
2d113a966c
chore: bump package version to 0.9.0-beta.1 2024-10-26 18:42:01 +00:00
Mike Sawka
76bb374d52
add needs: runbuild (#1149) 2024-10-26 11:40:25 -07:00
wave-builder[bot]
0b74d72cfd
chore: bump package version to 0.9.0-beta.0 2024-10-26 01:50:08 +00:00
Mike Sawka
3e82ef85e0
Merge pull request #1146 from wavetermdev/dev-v0.9
merging v0.9 changes back to main
2024-10-25 18:47:45 -07:00
Mike Sawka
a782d83628
vdom 6 (#1145) 2024-10-25 18:36:09 -07:00
Evan Simkowitz
da57427e8c
Merge branch 'main' into dev-v0.9 2024-10-25 15:27:37 -07:00
sawka
0b33916b46 fix indentation, remove old code 2024-10-25 13:58:31 -07:00
Mike Sawka
416c26c1cd
vdom 5 (#1143) 2024-10-25 13:45:00 -07:00
Sylvie Crowe
ac6f9a05d4
ProxyJump Support (#1107)
This adds basic ProxyJump support for handling ssh connections.
2024-10-25 12:14:40 -07:00
Evan Simkowitz
ba3b87a2d3
Make @types/color a dev-dependency (#1142) 2024-10-25 10:28:28 -07:00
Evan Simkowitz
e9fcb9b145
Merge branch 'main' into dev-v0.9 2024-10-25 10:21:33 -07:00
dependabot[bot]
f903026637
Bump the prod-dependencies group with 2 updates (#1140) 2024-10-25 09:26:16 -07:00
dependabot[bot]
4ffc734747
Bump electron from 33.0.1 to 33.0.2 in the electron group (#1141) 2024-10-25 09:26:01 -07:00
dependabot[bot]
c010e859fe
Bump @chromatic-com/storybook from 2.0.2 to 3.1.0 in the storybook group (#1139) 2024-10-25 09:25:47 -07:00
dependabot[bot]
6c151c4b77
Bump github.com/sashabaranov/go-openai from 1.32.2 to 1.32.3 (#1137) 2024-10-25 09:25:31 -07:00
dependabot[bot]
92546039a4
Bump the dev-dependencies group with 7 updates (#1138) 2024-10-25 09:23:50 -07:00
Evan Simkowitz
34e4ffc429
Use FloatingPortal to position menu above all other contents (#1136) 2024-10-24 23:32:54 -07:00
Evan Simkowitz
20d333f724
Make menubutton text clip to avoid overflow (#1135) 2024-10-24 23:24:54 -07:00
Mike Sawka
369fababa6
tab updates (#1134) 2024-10-24 23:16:44 -07:00
Evan Simkowitz
d66380d88b
Remove release creation race in build helper (#1133)
There was a race condition in the Build Helper where if multiple runners
got to the "Create draft release" step at the same time, we could get
duplicate releases created. Now, each of the build runners will upload
the artifacts to the workflow artifact feed. Then, a single runner will
create the draft release.
2024-10-24 18:42:48 -07:00
Evan Simkowitz
4fcac60f97
Fix WinGet publish script (#1132) 2024-10-24 18:16:06 -07:00
sawka
e1d538ed8b merge v0.8.13 changes 2024-10-24 17:02:35 -07:00
wave-builder[bot]
4bf0f725f7
chore: bump package version to 0.8.13 2024-10-24 23:59:06 +00:00
wave-builder[bot]
41583a3c3b
chore: bump package version to 0.8.13-beta.3 2024-10-24 23:09:11 +00:00
Mike Sawka
7a90754377
fix shutdown logic for macos/linux (#1128) 2024-10-24 16:07:18 -07:00
Evan Simkowitz
2f5c4a6da7
Make Linux icon match Windows (#1127) 2024-10-24 15:39:45 -07:00
Evan Simkowitz
f197be1f1c
Add Linux packaging instructions to build (#1126) 2024-10-24 14:51:49 -07:00
Evan Simkowitz
94a0a8b632
Update Build Instructions to mention that NodeJS should be 20 (#1125) 2024-10-24 14:25:12 -07:00
Evan Simkowitz
10248b3d58
Fix contains order in Taskfile (#1124)
oops
2024-10-24 13:53:03 -07:00
wave-builder[bot]
6377adae0f
chore: bump package version to 0.8.13-beta.2 2024-10-24 19:48:44 +00:00
Evan Simkowitz
2da51d2c22
Remove snapcraft install action that uses deprecated Node version (#1123) 2024-10-24 12:47:11 -07:00
Evan Simkowitz
e6f9ab7336
Fix task naming to avoid conflicts (#1122) 2024-10-24 12:36:55 -07:00
wave-builder[bot]
6fa0170ebe
chore: bump package version to 0.8.13-beta.1 2024-10-24 19:04:27 +00:00
Evan Simkowitz
be8ae0ef51
Use a different action to download release (#1121) 2024-10-24 12:03:40 -07:00
Evan Simkowitz
4fc65004e9
Fix snap name (#1120) 2024-10-24 11:25:45 -07:00
Evan Simkowitz
8d79539a50
Fix bugs in electron-builder and build-helper (#1119) 2024-10-24 11:20:25 -07:00
wave-builder[bot]
916f7ba15c
chore: bump package version to 0.8.13-beta.0 2024-10-24 18:11:38 +00:00
Mike Sawka
1742c19e13
resize terminal on restoring state (#1100) (backport from dev0.9) (#1116) 2024-10-24 11:01:58 -07:00
Mike Sawka
d65eabe494
termfontsize override (#1118) 2024-10-24 11:01:39 -07:00
Sylvie Crowe
bf5bf6f00c
fix: allow capital letters on host match (#1117)
While matching [user@]host[:port], we previously did not allow capital
letters in host.

While this makes sense for a hostname, it does not make sense to make
that restriction for a host. Since this can match on both, we must widen
it to accept characters allowed in host.
2024-10-24 10:58:31 -07:00
Mike Sawka
7afd19f000
on windows, must close the new temp file before removing it (#1115)
Closes #1114
2024-10-24 09:46:52 -07:00
Mike Sawka
701d93884d
vdom 4 (#1110) 2024-10-23 22:47:29 -07:00
Sylvie Crowe
8248637e00
WSL Integration (#1031)
Adds support for connecting to local WSL installations on Windows.

(also adds wshrpcmmultiproxy / connserver router)
2024-10-23 22:43:17 -07:00
Evan Simkowitz
cafd60fb1e
Add Snap instructions to readme (#1112) 2024-10-23 22:28:34 -07:00