Michael Hohn
a5bb232af2
Use full repository path name in place of mrvacommander
2024-12-13 10:54:35 -08:00
Michael Hohn
52aafd6fc9
Code generalization: request db info from other source: remove unneccessary types
2024-10-28 14:34:07 -07:00
Nicolas Will
e0cbc01d21
Fully implement local and container MRVA
2024-06-24 01:31:28 -04:00
Michael Hohn
8b310e43ad
Fix storage modules types and interfaces to compile server
2024-06-16 20:16:26 -07:00
Michael Hohn
2c5ecd3a1e
Merge the agent-impl branch into the server branch
2024-06-16 19:21:42 -07:00
Michael Hohn
cd0647836e
Combine New/Setup functions
2024-06-16 19:09:32 -07:00
Michael Hohn
8df9673897
wip: Mark update slots with XX:, add pkg/server/container.go
2024-06-16 19:09:30 -07:00
Nicolas Will
903ca5673e
Add dynamic worker management
2024-06-16 17:07:13 +02:00
Nicolas Will
7ea45cb176
Separate queue and agent logic and refactor
2024-06-16 11:18:22 +02:00
Nicolas Will
3b06e2061f
Add RabbitMQ agent and containers
2024-06-15 00:23:14 +02:00
Nicolas Will
c29daab045
Standardize NameWithOwner and Visible naming
...
Acronyms are now "NWO" and "Vis" respsectively
2024-06-14 12:55:45 +02:00
Nicolas Will
3218f64bcf
Move archive functions into utils package
2024-06-14 12:48:33 +02:00
Michael Hohn
765a76f75a
Provide MRVA_SERVER_ROOT via environment variable
2024-06-11 20:13:13 -07:00
Michael Hohn
9c0cdb1fe4
Simplify naming, don't restate package name
2024-06-11 16:55:10 -07:00
Michael Hohn
2d88b351ff
Introduce structs/interfacess for new storage units
...
This commit simply splits the interfaces but introduces no new structs
- Introduce the QueryPackStore, mrvacommander/pkg/qpstore
- Introduce the CodeQL database store, pkg/qldbstore/interfaces.go
2024-06-11 14:16:41 -07:00
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
25cab583c1
wip: storage using postgres / gorm using partial json
...
Several approaches of normalizing json were tried and ultimately found
impractical at this point.
Using a hybrid of tables and json is the current approach; this may be
further normalized later.
2024-06-06 13:19:00 -07:00
Michael Hohn
b9081b1945
wip: convert run-analysis.sh to golang version
2024-05-31 08:24:09 -07:00
Michael Hohn
ba44db04da
wip: server is now fully functional, some FIXMEs remain
2024-05-26 12:22:36 -07:00
Michael Hohn
f7155eba50
wip: add analysis runner / agent, separate Server/Queue/Agent, use New* initializers
2024-05-23 15:46:55 -07:00
Michael Hohn
9750eeab20
wip: reorganized to go pkg structure
2024-05-15 15:57:27 -07:00