Commit Graph

364 Commits

Author SHA1 Message Date
sawka
de04a700d1 PE-117, PE-116, PE-149 2023-09-16 11:15:09 -07:00
sawka
54c2087ad6 remove websharing backend, migrate db to stop websharing any screens that are currently shared 2023-09-15 13:48:58 -07:00
sawka
0df800a390 for codeedit, set the focus to the line (not the input) 2023-09-15 12:57:47 -07:00
sawka
1127d2cfbd bump mshell version to v0.3.0 2023-09-06 21:50:38 -07:00
sawka
8cb3bd49b5 bump prompt-server version to v0.3.0 2023-09-06 19:55:52 -07:00
sawka
1d77b2d5d6 add codeview command 2023-09-05 22:09:24 -07:00
sawka
9785aaac19 set linestate 2023-09-01 16:45:01 -07:00
sawka
fea5f3306e add codeedit command (testing) 2023-09-01 16:38:54 -07:00
sawka
5d89e0cfef
add line.linestate to DB. switch linetype to a dbmappable. update line sql queries. add state to /line:set command. bump migration (#2) 2023-09-01 15:21:35 -07:00
sawka
22fb034cc4
PE-41 remote file api (#1)
* RPC for remote file streaming -- just implemented 'stat' for now (streaming to come)

* allow RPC iterators for MShell RPCs.  implement two test commands to test viewing files

* implement read-file handler

* read-file: allow overriding of content-type and use line's cwd not remote instance cwd

* checkpoint on write-file impl

* implemented metacommand version of write file

* checkpoint, untested write-file impl

* multipart handling for write-file data

* add usetemp param to writefile
2023-08-31 22:04:31 -07:00
sawka
6b330b25f3 remove selectmaps call 2023-07-30 22:25:44 -07:00
sawka
2d99d82fbc remove blank cmdids from migration 2023-07-30 22:23:20 -07:00
sawka
483bcbe338 change cmd_migrate table name to prevent conflict 2023-07-30 18:46:57 -07:00
sawka
d2cfc5c980 fix insert for new doneinfo/startpk fields 2023-07-30 17:18:52 -07:00
sawka
2d63b1da96 checkpoint on line migration 2023-07-30 17:16:43 -07:00
sawka
bd515994f8 one by one migrations (so we can run code). remove migration messages from FE (it is fast) 2023-07-28 11:48:11 -07:00
sawka
afbc60ce92 update imports to reflect new package names (moved repo) 2023-07-26 14:24:14 -07:00
sawka
5d72581683 checkpoint 2023-07-26 10:10:27 -07:00
sawka
7c09d8c09e remove logging message 2023-05-08 18:03:09 -07:00
sawka
6a6e51d783 bump version to v0.2.3 2023-05-08 17:57:15 -07:00
sawka
c045b67afe switch openai to chat for metacmds 2023-05-08 17:54:38 -07:00
sawka
59ff522cd1 updates to read openai token from clientdata 2023-05-08 16:06:51 -07:00
sawka
8302ca1fcb openai api integration 'working' 2023-05-04 01:01:13 -07:00
sawka
ab5deafdb6 updates to remote table, working on openai remote type 2023-05-02 12:43:54 -07:00
sawka
97fd46eda0 v0.2.2 2023-04-17 17:36:47 -07:00
sawka
0cd3f8ac04 can use view= instead of renderer= for setting renderer 2023-04-17 15:23:58 -07:00
sawka
51a7000de3 only add screendel if websharing 2023-04-17 15:22:30 -07:00
sawka
398be03324 simplify screen focus types (remove cmd-fg). send all screen focus updates. fix display issue with rtnstate (prompt vars) 2023-04-13 12:53:15 -07:00
sawka
1ac1051205 bump version to v0.2.1 2023-04-12 22:08:10 -07:00
sawka
31d8719200 add buildtime to remote state mshell version 2023-04-12 21:42:16 -07:00
sawka
7bc8f41c0f now that we're tracking git branches, git switch and git checkout are rtnstate commands 2023-04-12 14:43:11 -07:00
sawka
4e93eff86a updates to FeState to store variables -- implement python venv and gitbranch in festate for prompt 2023-04-11 23:54:18 -07:00
sawka
b92c160333 fix session:purge 2023-04-07 15:48:44 -07:00
sawka
c7289556e5 bug fixes for prod version of webshare -- allow notify to reset backoff time 2023-04-05 15:09:51 -07:00
sawka
000d86b7af fix session stats 2023-04-05 00:46:47 -07:00
sawka
bc89309cfe fix nil ptr in /line:view 2023-04-05 00:25:22 -07:00
sawka
6c4a8e01df dont log start of new ws conn 2023-04-04 23:44:47 -07:00
sawka
174a4ef8fd add limits to websharing 2023-04-04 23:38:34 -07:00
sawka
fa8db1d80e limit screen sharing to 50 commands 2023-04-04 23:24:08 -07:00
sawka
0ee3af71bd update sharename 2023-04-04 22:28:52 -07:00
sawka
f6c6a40aba add client:accepttos command 2023-04-04 21:52:20 -07:00
sawka
1d5fe3c5be bump version 2023-04-04 09:15:31 -07:00
sawka
c9e52b0148 fix dev url to be index-dev.html 2023-04-03 22:33:10 -07:00
sawka
6e6fe4d4bf auto-install and reconnect flow working 2023-04-03 22:15:43 -07:00
sawka
c7024b0ef5 switch to 'connection' 2023-04-03 21:31:40 -07:00
sawka
936500a18e add client deadline and update remoteruntimestate 2023-04-03 18:57:38 -07:00
sawka
faadfdffaa new remoteview type to hook into remoteview window 2023-04-03 15:55:36 -07:00
sawka
0a16bb2181 add two new fields to remotetype for better messages on client 2023-04-03 01:37:55 -07:00
sawka
59fd629920 small updates webshare/archive interaction. 2023-04-02 00:20:05 -07:00
sawka
f808c7b362 better way to handle updates -- use a dedup across all updates, pack as many updates as possible into the packet 2023-03-31 18:15:51 -07:00