13 Commits

Author SHA1 Message Date
bf279eba4b Add hepc-serve-global and stabilize container startup
- Introduce hepc-serve-global to serve global MRVA values from
  hohnlab.org/mrva/values without local DB provisioning.
- Keep schema initialization symmetric across server and agent, while
  serializing PostgreSQL DDL via a global advisory lock to prevent
  concurrent CREATE TABLE races.
- Pin RabbitMQ image to rabbitmq:3.13.7-management to avoid credential
  incompatibilities introduced by upstream image changes.
- Remove pre-hashed RabbitMQ credentials and return to deterministic
  user/password initialization.
- Eliminate reliance on implicit container state to ensure reproducible
  startup.

The primary purpose of this change is integration of global MRVA values;
the remaining fixes are required to make the new startup path reliable.
2026-01-08 16:17:34 -08:00
d682588228 Fix erratic status reporting. Results jumped from 0 to all instead of gradually.
The system now provides:

Real-time progress updates - each completed scan is immediately reflected
Individual job tracking - each repository has its own status (pending → in_progress → succeeded)
Accurate aggregation - overall session status correctly reflects the state of all jobs
No more jumps - gradual progression from 0 → 1 → 2 → 3 → 4 → 5 successful scans
v0.4.6
2025-12-15 14:51:53 -08:00
c96db00516 wip: workflow-ui 2025-12-05 12:31:42 -08:00
b191fad4b2 change default log level to debug v0.4.5 2025-11-25 12:25:05 -08:00
Michael Hohn
eedd50bdcb switch to pollling rabbitmq; update images 2025-06-16 16:07:37 -07:00
Michael Hohn
4e109693f4 Remove agent.go from this repo. It's in mrvacommander 2025-05-12 12:05:29 -07:00
Michael Hohn
f3a51aefcc fix: reconciled status names between server/agent/vscode-codeql 2025-03-14 12:45:36 -07:00
Michael Hohn
624e3f86d4 added to .gitignore 2025-02-10 11:31:56 -08:00
Michael Hohn
0ad184a5e6 added .gitignore 2025-02-10 11:30:13 -08:00
Michael Hohn
9af9f49208 Add hepc integration 2025-01-30 14:40:46 -08:00
Michael Hohn
f2ff870cee Add mala target to support in-container binary replacement 2025-01-15 17:01:22 -08:00
Michael Hohn
ba5b6f7035 license 2024-12-16 21:45:44 -08:00
Michael Hohn
461ea1886d initial copy 2024-12-13 15:37:34 -08:00