14518 Commits

Author SHA1 Message Date
Chris Roberts
d16eee410f
Add target initialization when loading project 2022-04-25 12:24:24 -05:00
Chris Roberts
4de0da5749
Remove factory usage from test 2022-04-25 12:24:24 -05:00
Chris Roberts
e7c1584822
Use path helper for config path 2022-04-25 12:24:24 -05:00
Chris Roberts
785c38f755
Remove factory usage within runner testing 2022-04-25 12:24:23 -05:00
Chris Roberts
415a6b6b5b
Allow setting a custom context for the runner 2022-04-25 12:24:23 -05:00
Chris Roberts
e9c3494778
Remove path requirement from basis and project in state 2022-04-25 12:24:23 -05:00
Chris Roberts
ff973e380c
When a machine cannot be loaded, raise exception 2022-04-25 12:24:23 -05:00
Chris Roberts
2929a7ab98
Update the go-argmapper dependency to latest release 2022-04-25 12:24:23 -05:00
Chris Roberts
fe293dfd1f
Require client to be set and provide stub on initial startup
When running in server mode, make the Environment validate a client
option is provided on instantiation. If no client option is provided,
raise an exception since it is required in server mode.

Since an initial Environment is required during start, include a
stub value for the client so the initial Environment can be instantiated
successfully and the GRPC service can be started.
2022-04-25 12:24:23 -05:00
Chris Roberts
3ca9519f5c
Generated proto updates 2022-04-25 12:24:23 -05:00
Chris Roberts
ef3cde9cd3
Update in-process builtin factory to return plugin registration 2022-04-25 12:24:23 -05:00
Chris Roberts
63fe341ca5
Add plugin discovery support to manager 2022-04-25 12:24:23 -05:00
Chris Roberts
26b9cd37e7
Remove plugin discover function 2022-04-25 12:24:23 -05:00
Chris Roberts
4e28d59806
Temporary updates to force project loading 2022-04-25 12:24:23 -05:00
Chris Roberts
6b9e2561dc
Add plugin discovery when loading basis and project 2022-04-25 12:24:23 -05:00
Chris Roberts
361fb21ba0
Remove plugin from config 2022-04-25 12:24:22 -05:00
Chris Roberts
b553544808
Initial updates for client loading 2022-04-25 12:24:22 -05:00
Chris Roberts
7357fa4017
Update plugin factory definitions to use custom type 2022-04-25 12:24:22 -05:00
Chris Roberts
392ad6d3b7
Define plugin struct in plugin file and remove factories 2022-04-25 12:24:22 -05:00
Chris Roberts
ab0dc954cc
Handle all plugin setup via manager in runner 2022-04-25 12:24:22 -05:00
Chris Roberts
0f05203e0f
Remove plugin config 2022-04-25 12:24:22 -05:00
Chris Roberts
0e364e8946
Need to retain the component 2022-04-25 12:24:22 -05:00
Chris Roberts
a8f8178b59
Use updated function names for fetching plugins from manager 2022-04-25 12:24:22 -05:00
Chris Roberts
4c8dc9a01c
Update runner to load plugins via plugin manager 2022-04-25 12:24:22 -05:00
Chris Roberts
e10cd26407
Use plugin manager for plugins. Remove component specialization. 2022-04-25 12:24:22 -05:00
Chris Roberts
b573385dd3
Update plugin factories to return plugin type for plugin manager registration 2022-04-25 12:24:22 -05:00
Chris Roberts
29344edab5
Add a plugin manager 2022-04-25 12:24:21 -05:00
Chris Roberts
cdfcd0dc5b
Update local runner lifecycle within client 2022-04-25 12:24:21 -05:00
Chris Roberts
572dcc8622
Update types to properly match 2022-04-25 12:24:21 -05:00
Chris Roberts
221982d73a
Remove core component creator helper 2022-04-25 12:24:21 -05:00
Chris Roberts
798e33f6bb
Update synced folder constant name 2022-04-25 12:24:21 -05:00
Chris Roberts
cad5a7f717
Generated proto update 2022-04-25 12:24:21 -05:00
Chris Roberts
47f8d588ab
Update component list within proto 2022-04-25 12:24:21 -05:00
Chris Roberts
8d52d9311e
Set custom plugin name for builtins 2022-04-25 12:24:21 -05:00
sophia
2511a848d6
bump sdk version 2022-04-25 12:24:21 -05:00
sophia
0d0ff5c5c6
Define communicator configs as plugin configs 2022-04-25 12:24:21 -05:00
sophia
a128d98dea
Move to_proto to config classes 2022-04-25 12:24:21 -05:00
sophia
5128f604ca
go generate 2022-04-25 12:24:20 -05:00
sophia
0e40c2eb97
to_proto save point 2022-04-25 12:24:20 -05:00
sophia
119afb4023
Remove parse vagrantfile test script 2022-04-25 12:24:20 -05:00
sophia
07296157a8
Better error handling 2022-04-25 12:24:20 -05:00
sophia
f5fa1f330a
Seperate target name and project into their own keys for target index 2022-04-25 12:24:20 -05:00
sophia
49cf6b8c29
Search for project before upserting 2022-04-25 12:24:20 -05:00
sophia
b8cffb62a4
Remove invalid vagrantfile fields 2022-04-25 12:24:20 -05:00
sophia
ada96f13a3
Upload targets found in Vagrantfile 2022-04-25 12:24:20 -05:00
sophia
8d1b9a4a8c
Update regex for dummy config fields 2022-04-25 12:24:20 -05:00
sophia
49a435c068
testing vagrantfile parser 2022-04-25 12:24:20 -05:00
sophia
85271c616e
Collect config defined by community plugins 2022-04-25 12:24:20 -05:00
sophia
6421b671e1
Store Vagrantfile related to the basis 2022-04-25 12:24:19 -05:00
sophia
26333d420e
Store Vagrantfile related to the project 2022-04-25 12:24:19 -05:00