Commit graph

  • 900ad6d495 release build correct package master release-test2 saji 2024-03-09 09:15:01 -0600
  • 16cc7019bc fix xgo version release-test saji 2024-03-09 08:37:07 -0600
  • 4566ea369c make release crossbuild saji 2024-03-09 08:33:21 -0600
  • 1e72b93143 remove unused variable saji 2024-03-08 22:00:18 -0600
  • 48b40ee30f make CI only run when affected saji 2024-03-08 21:59:22 -0600
  • 9e9081fa4a fix unused dotenv plugin saji 2024-03-08 21:55:15 -0600
  • 2dc5a0457b added node ci saji 2024-03-08 21:53:26 -0600
  • 0f2af76156 add some types saji 2024-03-08 19:25:08 -0600
  • 2e36581665 fix: add missing files saji 2024-03-08 17:09:08 -0600
  • 4829dd50c7 move openmct plugin to typescript remove unused livestream test function saji 2024-03-08 17:08:43 -0600
  • 13205c1668 got realtime working added demo livestream for testing added openMCT realtime plugin fixed websocket cross-origin fail saji 2024-03-08 11:51:59 -0600
  • fe4cdfa0a4 revert order by change saji 2024-03-08 09:40:54 -0600
  • e9d40ce466 remove broker-db listener, db options saji 2024-03-08 09:28:50 -0600
  • d702395d5b cleanup comparison (thanks staticcheck) saji 2024-03-07 23:52:41 -0600
  • 90e8c3f101 more tests! added BusEvent.Equals saji 2024-03-07 23:50:13 -0600
  • a28393388b tests! saji 2024-03-07 23:02:46 -0600
  • 54b7427428 misc cleanup saji 2024-03-07 16:42:49 -0600
  • e08ab050ef fix websocket endpoint saji 2024-03-07 16:42:27 -0600
  • cf112ef561 fix socketcan bugs saji 2024-03-07 15:06:16 -0600
  • 641c35afbd add more logging to BusEvent Broker saji 2024-03-07 15:05:51 -0600
  • 4a292aa009 change default database path to gotelem.db saji 2024-03-07 15:05:31 -0600
  • d5381a3c33 add comments saji 2024-03-07 13:30:32 -0600
  • 0b5a917e40 add JSON line parser, rename logparsers saji 2024-03-07 13:30:15 -0600
  • 1ff4adf5e4 add generator test for skylab saji 2024-03-07 13:29:50 -0600
  • c8034066c9 add delete document test saji 2024-03-07 07:34:55 -0600
  • 3c1a96c8e0 format saji 2024-03-07 06:18:49 -0600
  • f380631b5e fix Close() before checking errors saji 2024-03-06 18:45:32 -0600
  • 456f84b5c7 remove QueryModifiers, replace with explicit saji 2024-03-06 17:19:16 -0600
  • daf4fe97dc added DocumentNotFound error saji 2024-03-06 17:09:02 -0600
  • 5b38daf74f wip: Telem DB Document API and Tests saji 2024-03-06 16:42:39 -0600
  • 7a98f52542 hack: remove faulty table from old migration saji 2024-03-06 15:16:13 -0600
  • 0a6a6bb66d add openmct domain object table and skeleton saji 2024-03-06 15:15:56 -0600
  • c9b73ee006 add repeated packet support using index parameter saji 2024-03-06 14:53:39 -0600
  • b266a84324 fix multiple name packet filter saji 2024-03-06 14:53:25 -0600
  • d591fa21b6 fix db test saji 2024-03-06 10:51:54 -0600
  • 8e314e9303 add orderby clause saji 2024-03-06 10:48:40 -0600
  • d90d7a0af4 openmct historical plugin MVP saji 2024-03-05 09:49:08 -0600
  • 9ec01c39de fix skylab json formatting saji 2024-03-04 20:41:15 -0600
  • bcd61321e6 add CORS to api saji 2024-03-04 20:40:55 -0600
  • a015911e0e split openmct dev/prod saji 2024-03-04 20:40:32 -0600
  • 648f2183c2 added node install/build saji 2024-03-03 23:33:48 -0600
  • 860d749c6b added openmct release saji 2024-03-03 23:29:50 -0600
  • 058e8d31b2 update packages saji 2024-03-03 23:13:55 -0600
  • 8b8619dd8a added openmct plugin and embedding saji 2024-03-03 23:04:41 -0600
  • 93be82f416 update gitignore for WAL mode sqlite db saji 2024-03-02 21:56:31 -0600
  • 4e6f8db7ed combine separate packages saji 2024-03-02 21:48:55 -0600
  • 00fa67a67d migrate websocket api to buseventfilter separate-packages saji 2024-03-02 21:23:35 -0600
  • 7b48dd0d1c update action versions saji 2024-03-02 01:00:08 -0600
  • 56bff97fcf cleanup http api saji 2024-03-02 00:46:24 -0600
  • 70e7f0f15d refactor getValue for new filter/limit structs saji 2024-03-01 21:15:51 -0600
  • 3f1df06d1b added get bus even API request also provided framework for extracting filters saji 2024-03-01 19:12:35 -0600
  • 7aaa47e142 fix missing error check, improve get test saji 2024-03-01 16:33:30 -0600
  • 68347e8b95 rework DB getters abandon generic query frag for common structures Instead of using the QueryFrag struct, which was too generic to be generally useful, we have moved to a BusEventFilter type, which contains things we may filter on when we're searching for bus events. At the moment it just contains names, and start/stop times. Then in each function we can accept this filter struct and convert it to fit the query. saji 2024-03-01 16:25:33 -0600
  • 4092fdba6f [skip ci] return errors in http api saji 2024-02-29 13:11:49 -0600
  • 19b337a84b remove recover, add telem log parser tests saji 2024-02-28 18:44:48 -0600
  • 41689eee10 skylab: add unmarshal bounds check remove recover from telem log parser saji 2024-02-28 18:41:01 -0600
  • aaec62fd3a support 1.21, add matrix for 1.21 and 1.22 in CI saji 2024-02-28 14:17:47 -0600
  • 3de6bfd7d3 fix version mismatch in tests saji 2024-02-28 14:12:17 -0600
  • a8e7d407fe fix up static check issues saji 2024-02-28 14:10:40 -0600
  • 9a98117384 clean up dead code saji 2024-02-28 14:01:44 -0600
  • c95593bb86 migrate candump log parser to use regex instead also add more test cases for error logic. saji 2024-02-28 13:56:57 -0600
  • 481cac76c6 wip: rework log parsers saji 2024-02-28 13:04:59 -0600
  • 9a6e1380d1 add vet and staticcheck to CI saji 2024-02-28 07:24:27 +0000
  • a3f6e36cc4 didn't fix the actual error lol saji 2024-02-28 01:08:28 -0600
  • d6cd4d3e26 fix tests, add packets stuff for db saji 2024-02-28 01:07:28 -0600
  • 3f6db8e5c5 remove fixer saji 2024-02-28 01:07:00 -0600
  • 05d9584fb5 Update .github/workflows/go.yml saji 2024-02-26 05:37:08 +0000
  • 50456fd250 Update readme.md saji 2024-02-26 05:32:20 +0000
  • 0afb8d48bd wip: cleanup saji 2024-02-24 22:57:17 -0600
  • 027bde3e68 test: change description saji 2024-02-24 16:58:14 -0600
  • 34fca3d564 wip: work on http api saji 2024-02-24 16:48:19 -0600
  • b5f5289b45 buncha fixes use builtin slog instead of experimental update all packages to fix a bug saji 2024-02-18 22:41:22 -0600
  • e551390089 wip: more fixes, figure out main problem saji 2024-02-18 13:40:41 -0600
  • 8af1b725d1 wip: debugging why parameters don't substitute right saji 2024-02-18 13:10:27 -0600
  • d456e64656 rename dbloggingservice to dbwriterservice saji 2024-02-18 00:11:08 -0600
  • 3f9df5c1eb wip: add openmct-type historical api saji 2024-02-17 19:26:13 -0600
  • 245a654164 Performance optimizations for import note that you need to limit the number of writing threads. saji 2024-02-14 10:31:41 -0600
  • a4ca71d0ad make regex precompiled that made things fast lol also fix error output for skylabify saji 2024-02-14 02:15:21 -0600
  • efc3ad684a replace raw line with line num in import script saji 2024-02-13 13:43:26 -0600
  • 2d9d32dbf4 remove streaming db insert saji 2024-02-13 13:41:32 -0600
  • 33c2f3f023 fix bug preventing slice copy saji 2024-02-13 10:50:11 -0600
  • 6c5162a8be wip: threaded import, doesn't work saji 2024-02-13 10:42:28 -0600
  • 938b5b7000 add import log table (unused) saji 2024-02-13 10:04:01 -0600
  • 3ae157a3de revert busevent pointer change saji 2024-02-13 10:03:39 -0600
  • 0c8a25a2f4 move parsers to internal library many fixes related to previous changes added import command saji 2024-02-12 14:38:01 -0600
  • c4bdf122a8 major cleanup/refactor delete mprpc move can frame to it's own library create CANID type (better extended id support) rework database format, only uses name + json now busEvent and rawJsonEvent don't store the Id anymore saji 2024-02-12 09:45:23 -0600
  • 1812807581 wip: idk saji 2024-01-07 23:01:22 -0600
  • 675c42cfd5 fix marshaljson not being called saji 2023-09-29 07:53:29 +0930
  • 2d634d863d pytelem major work saji 2023-09-19 14:17:22 -0500
  • c772d6e95f some python crap saji 2023-07-10 18:10:21 -0500
  • 1570497ddc add old log fixer. saji 2023-07-07 14:03:53 -0500
  • 7b5cf8a107 fix inverted socketcan saji 2023-07-06 15:32:36 -0500
  • 43b84dc0fb remove vcantest (use canplayer instead) saji 2023-07-06 15:22:00 -0500
  • 9280067d87 db migration fixes - fix offbyone for executing migrations - fix user_version setter not working - add one more migration for WIP weather table saji 2023-07-06 15:21:41 -0500
  • 62e162e939 set sqlite user version after migration saji 2023-07-06 13:46:02 -0500
  • 969e17a169 get migrations working saji 2023-07-06 11:26:00 -0500
  • d5b960ad8a wip: more db migration work saji 2023-07-06 00:24:05 -0500
  • 23ca4ba9a2 qt logger saji 2023-07-05 21:16:22 -0500
  • 63087deffb wip: db migration saji 2023-07-05 21:16:12 -0500
  • ec02284657 more gui saji 2023-07-05 18:55:29 -0500