saji pushed to master at saji/gotelem 2024-03-07 19:30:39 +00:00
d5381a3c33 add comments
0b5a917e40 add JSON line parser, rename logparsers
1ff4adf5e4 add generator test for skylab
Compare 3 commits »
saji opened issue saji/gotelem#5 2024-03-07 14:29:06 +00:00
Python API package
saji pushed to master at saji/gotelem 2024-03-07 13:34:59 +00:00
c8034066c9 add delete document test
saji pushed to master at saji/gotelem 2024-03-07 12:18:52 +00:00
3c1a96c8e0 format
saji commented on issue saji/gotelem#3 2024-03-07 02:48:40 +00:00
Skylab: Field hints/metadata

Could also have separate annotations so we don't have to interfere with the formatting/data in the firmware repo

saji pushed to master at saji/gotelem 2024-03-07 00:45:45 +00:00
f380631b5e fix Close() before checking errors
saji commented on issue saji/gotelem#4 2024-03-07 00:44:16 +00:00
OpenMCT advanced features

DomainObject storage is being worked on by tricking SQLite into being a JSON document store. I used the technique outlined here to add an indexed,…

saji commented on issue saji/gotelem#1 2024-03-07 00:42:26 +00:00
API: Functionality for handling multi-packets

Closed with c9b73ee006cbf5f23886b2fbc8798e652c3c8afb. I added a migration that alters the bus_events table to add a virtual column that pulls the idx key from the JSON. The BusEventsFilter…

saji closed issue saji/gotelem#1 2024-03-07 00:42:26 +00:00
API: Functionality for handling multi-packets
saji pushed to master at saji/gotelem 2024-03-07 00:38:08 +00:00
456f84b5c7 remove QueryModifiers, replace with explicit
daf4fe97dc added DocumentNotFound error
5b38daf74f wip: Telem DB Document API and Tests
7a98f52542 hack: remove faulty table from old migration
0a6a6bb66d add openmct domain object table and skeleton
Compare 7 commits »
saji pushed to master at saji/gotelem 2024-03-06 17:21:02 +00:00
d591fa21b6 fix db test
saji pushed to master at saji/gotelem 2024-03-06 16:48:44 +00:00
8e314e9303 add orderby clause
saji opened issue saji/gotelem#4 2024-03-06 13:53:49 +00:00
OpenMCT advanced features
saji opened issue saji/gotelem#3 2024-03-06 12:47:32 +00:00
Skylab: Field hints/metadata
saji opened issue saji/gotelem#2 2024-03-06 05:01:13 +00:00
API: HTTP handler tests
saji opened issue saji/gotelem#1 2024-03-06 04:55:55 +00:00
API: functionality for handling multi-packets
saji pushed to master at saji/gotelem 2024-03-05 15:49:12 +00:00
d90d7a0af4 openmct historical plugin MVP
saji pushed to master at saji/gotelem 2024-03-05 02:41:20 +00:00
9ec01c39de fix skylab json formatting
bcd61321e6 add CORS to api
a015911e0e split openmct dev/prod
Compare 3 commits »
saji pushed tag release-test to saji/gotelem 2024-03-04 05:34:24 +00:00
saji pushed to master at saji/gotelem 2024-03-04 05:34:17 +00:00
648f2183c2 added node install/build