sophia
|
abd2e24e07
|
Add compare method for comparing box versions
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
aeeddd7967
|
Add comparision functions
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
faf1131617
|
Fill in box module
And add last_update field to box
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
639cf1db04
|
Add empty box module
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
62d7324bfc
|
go generate
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
a8ce240049
|
Add tests for box
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
5fc9dd94fe
|
Implement box crub endpoints
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
93e94186ba
|
Add box endpoints
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
3e3ab869d4
|
Add box to bolt
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
d7737effbf
|
Add id to box
|
2022-04-25 12:25:52 -05:00 |
|
sophia
|
1c27a57213
|
Use Box as part of machine proto
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
ed76183470
|
Add Box proto message
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
80e18d0b17
|
Allow querying version on constraints
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
e22df5af5c
|
Use go-version to compare version
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
01b63b559a
|
Filter versions by providers available
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
15b4cc25bf
|
Add tests
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
8e005c9ee1
|
Setup box metadata
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
52e9e49e4d
|
Start defining box metadata
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
c4cd5c599b
|
Add mappers to component at component creation phase
|
2022-04-25 12:25:51 -05:00 |
|
sophia
|
63c71b0a20
|
Append mappers to a plugin component
|
2022-04-25 12:25:51 -05:00 |
|
Chris Roberts
|
7595f1533f
|
Enable plugin mappers
|
2022-04-25 12:25:50 -05:00 |
|
Chris Roberts
|
038d4b16c3
|
Cache host value to prevent multiple lookups during run
|
2022-04-25 12:25:50 -05:00 |
|
sophia
|
22c75fe979
|
Raise error for failing to load parent plugin
|
2022-04-25 12:25:49 -05:00 |
|
Chris Roberts
|
cb869a6597
|
Fix up logging, singularize name
|
2022-04-25 12:25:49 -05:00 |
|
sophia
|
cafa1d039d
|
Load single parent plugin
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
fd96279d82
|
Count number of parents for host plugin
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
92d7c7b291
|
go generate
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
f1f1b8c79d
|
Update parents -> parent
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
cda3ba7b29
|
Make myplugin have parents darwin and bsd
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
2bd95144e7
|
Seed plugin on startup
|
2022-04-25 12:24:48 -05:00 |
|
sophia
|
3d0197d0bf
|
Store plugin parents
|
2022-04-25 12:24:47 -05:00 |
|
Chris Roberts
|
7cc07642a5
|
Use project for host capabilities
|
2022-04-25 12:24:47 -05:00 |
|
Chris Roberts
|
891541cd40
|
Create cache in manager and set into plugin if available
|
2022-04-25 12:24:47 -05:00 |
|
Chris Roberts
|
be4bbe902f
|
Generated proto updates
|
2022-04-25 12:24:46 -05:00 |
|
Chris Roberts
|
66d2a70291
|
Seed host and guest plugins
|
2022-04-25 12:24:45 -05:00 |
|
Chris Roberts
|
fc61c27b51
|
Update logging names for clearer messages
|
2022-04-25 12:24:45 -05:00 |
|
Chris Roberts
|
99978cf9d6
|
Set statebag into host plugin
|
2022-04-25 12:24:45 -05:00 |
|
sophia
|
58ffe630a2
|
Pass statebag to host detect function
|
2022-04-25 12:24:41 -05:00 |
|
sophia
|
97baac8772
|
Check for parents if host detected
|
2022-04-25 12:24:41 -05:00 |
|
sophia
|
d75f76edf7
|
Prune old jobs as part of vagrant server clean ups
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
b2cce38f48
|
Add rpc endpoint to prune out old jobs
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
57474ac8c8
|
Periodically prune old jobs from bolt
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
2991810e0c
|
Seperate pruning jobs from memdb and bolt
only prune out old queued jobs in memdb
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
21c926523f
|
Count all the entries in jobs bucket
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
63dcc9fbf3
|
Save point: run prune in background
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
4205d0e444
|
Prune old jobs from state
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
772e786eee
|
Import Waypoint state pruning code
ref: b333b059a0/internal/server/singleprocess/state/prune.go
b333b059a0/internal/server/singleprocess/state/prune_test.go
4f71748610/internal/server/singleprocess/prune.go
Squash: import prune
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
f845222c44
|
Add statebag to basis
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
631a630e68
|
Implement statebag
|
2022-04-25 12:24:40 -05:00 |
|
sophia
|
f5fe88de15
|
Add tests for target
|
2022-04-25 12:24:39 -05:00 |
|