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
saji pushed to master at saji/gotelem 2024-03-04 05:30:05 +00:00
860d749c6b added openmct release
saji pushed tag release-test to saji/gotelem 2024-03-04 05:30:02 +00:00
saji pushed to master at saji/gotelem 2024-03-04 05:13:59 +00:00
058e8d31b2 update packages
saji pushed to master at saji/gotelem 2024-03-04 05:04:43 +00:00
8b8619dd8a added openmct plugin and embedding
saji pushed to master at saji/gotelem 2024-03-03 03:56:35 +00:00
93be82f416 update gitignore for WAL mode sqlite db
saji pushed to master at saji/gotelem 2024-03-03 03:49:27 +00:00
4e6f8db7ed combine separate packages