Michael Hohn
7e0d6909da
wip: Make cross-module visibility explicit via Visibles structs
...
All access is/will be through interfaces accessed through these structs.
This introduces several distinct storage units:
+ DB for server state
+ DB for codeql databases
+ query pack store
The steps for manually creating needed databases are in the README
2024-06-07 13:14:41 -07:00
Michael Hohn
593644ca2e
wip: rename ID to JobId
2024-06-04 13:04:51 -07:00
Michael Hohn
0349961360
wip: start container version of server
2024-06-04 12:24:42 -07:00
Michael Hohn
71838d3320
Add a minimal gorm example that takes a go struct, creates a postgres table, and writes the struct to the table.
2024-06-03 14:03:26 -07:00
Michael Hohn
e850a36943
Minimal docker-compose.yml for server development
2024-06-03 11:50:03 -07:00
Michael Hohn
776b980d3b
Add container for server work
2024-05-31 13:26:24 -07:00
Michael Hohn
b9081b1945
wip: convert run-analysis.sh to golang version
2024-05-31 08:24:09 -07:00
Michael Hohn
901999df5c
Directory layout
2024-05-07 15:38:59 -07:00