summaryrefslogtreecommitdiff
path: root/http.go
AgeCommit message (Collapse)Author
2025-04-21/event sends and gets an event PBJeff Carr
2025-04-21add --daemonJeff Carr
2025-03-11try to get events & hypervisors protobufsJeff Carr
2025-03-10feed back the protobufJeff Carr
2025-03-04display status and uptimev0.2.42v0.2.41v0.2.40v0.2.39Jeff Carr
2025-02-22switch virtbuf to virtpbv0.2.36Jeff Carr
2025-02-07func name changev0.2.30Jeff Carr
2024-11-16create and start work againv0.2.16v0.2.15v0.2.14Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-12just comment this outv0.2.11Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-12debug changesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01getting down to the nitty grittyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01compilesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-01last commit before import attemptJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31ready for import local domain request to hypervisorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31runs againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-31rename package virtigolibJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-30events is now c.EJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-30more work on create() dropletJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-29code reorgJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-29function to dump all dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-28quit with configSave()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27track droplets reported from each hypervisorJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27maybe fix duplicates? this isn't really safe probablyJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27sets unique spice port and saves config filesv0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27add /dumpdropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27prepare to validate spice portsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-27validate stuff should be hereJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26start worked by sending protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26more http optionsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26virtigod doing xml nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26compiles and lists hypervisorsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26new config filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26still worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-26using lib/virtigoxml and it seems to actually workJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23switched to pb.DropletState enumJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23keep processing my libvirt xml filesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-23set a homedirJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22dump Scan varJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22allow trigger of saving the configJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compiles and runsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22compilesJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-22start migration to protobufsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-17make STDOUT output easier to readJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-17clean up logging of initial scan of dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16faviconJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-16this is such stupid code because I haven't switched to protobufJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-15start from the command line worksJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13checking for the grid to be 'stable' before starting new dropletsJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13trigger start over httpJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-10-13last version restarted virtigod to libvirt hangJeff Carr
it would appear at this point there is some sort of bug that hangs libvirtd. stracing it isn't obvious to me due to my lack of experience with really working with strace much. When virtigod hangs, 'virsh list' also hangs from the command line. If I kill virtigod, everything starts working again and I get lots of output from libvirtd --listen but I haven't investigated any of the errors yet or looked further. I probably will just work around this problem rather than solving it in this case since my need here is to get to working on riscv uboot development where my usefullness is better. hopefully. Or, maybe it's what I'm more interested in. maybe this bug doesn't exist on riscv. haha to you reading this, virtualization with riscv doesn't really even exist much yet. The chips are still too new! Signed-off-by: Jeff Carr <[email protected]>