waveterm/pkg
Evan Simkowitz 4907552379
Fix number parsing for MetaSettingsType (#806)
json.Unmarshal parses all numbers to float64, which breaks any integer
settings values. This PR changes MetaSettingsType.UnmarshalJSON to use
json.Decoder, which is capable of parsing into a meta-type json.Number,
which can be interpreted as a float or an integer. It also properly
handles pointer types.
2024-09-23 18:51:30 -07:00
..
authkey make auth key header a constant 2024-08-26 13:55:47 -07:00
blockcontroller Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
eventbus Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
filestore update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
gogen update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
ijson metadata updates (frontend typing) (#174) 2024-07-30 12:33:28 -07:00
remote Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
service telemetry fix, log no-telemetry (#802) 2024-09-23 13:33:39 -07:00
shellexec Powershell Execution Policy (#798) 2024-09-20 12:48:29 -07:00
telemetry send autoupdate enabled/channel w/ telemetry 2024-09-19 11:58:01 -07:00
trimquotes SSH Agent Integration (#334) 2024-09-06 13:19:38 -07:00
tsgen fe wsh router + wsh client impl (#381) 2024-09-16 11:59:39 -07:00
userinput Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
util don't open files when stating directory (#797) 2024-09-20 12:25:46 -07:00
vdom working on vdom implementation, other fixes (#136) 2024-07-23 13:16:53 -07:00
waveai update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
wavebase telemetry fix (#365) 2024-09-11 09:26:43 -07:00
waveobj update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00
wcloud send autoupdate enabled/channel w/ telemetry 2024-09-19 11:58:01 -07:00
wconfig Fix number parsing for MetaSettingsType (#806) 2024-09-23 18:51:30 -07:00
wcore log clientid 2024-09-23 13:59:55 -07:00
web initwshrpc in electron (#391) 2024-09-17 23:10:09 -07:00
wlayout tips update (add to starter layout) (#796) 2024-09-20 12:17:49 -07:00
wps Migrate websocket eventbus messages to wps (#367) 2024-09-11 18:03:55 -07:00
wshrpc don't open files when stating directory (#797) 2024-09-20 12:25:46 -07:00
wshutil initwshrpc in electron (#391) 2024-09-17 23:10:09 -07:00
wstore update all gopkg imports (#330) 2024-09-05 14:25:45 -07:00