Chris Roberts
|
fd18051b0d
|
Update module usage within service implementations
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
ce29c48931
|
Use mapper when loading funcspec arguments in services
|
2022-04-25 12:24:38 -05:00 |
|
Chris Roberts
|
82549f5579
|
Use updated Remote UI class name
|
2022-04-25 12:24:35 -05:00 |
|
sophia
|
8808ef353e
|
Clean up logging
|
2022-04-25 12:24:27 -05:00 |
|
sophia
|
1ea5b2ba91
|
Save point: use target ref to retrieve info from target index
|
2022-04-25 12:24:26 -05:00 |
|
sophia
|
7de0fe1bd8
|
Get machine index remote service setup
|
2022-04-25 12:24:26 -05:00 |
|
Chris Roberts
|
9e514cc8c1
|
Remove target from spec
|
2022-04-25 12:24:25 -05:00 |
|
sophia
|
e86dc5958a
|
Clean up debugging cruft
|
2022-04-25 12:24:09 -05:00 |
|
sophia
|
340c2d7b19
|
Save point: load target from project
|
2022-04-25 12:24:09 -05:00 |
|
sophia
|
b7ce9a8601
|
Specialize target to machine
|
2022-04-25 12:24:09 -05:00 |
|
sophia
|
87bd08ef12
|
Attempt to specialize target to machine
|
2022-04-25 12:24:09 -05:00 |
|
Chris Roberts
|
9f829e8cb2
|
Request project when executing command
|
2022-04-25 12:24:08 -05:00 |
|
Chris Roberts
|
d6e732cde3
|
Provide broker when loading terminal UI
|
2022-04-25 12:24:07 -05:00 |
|
Chris Roberts
|
742f94c9e0
|
Add modules to services and update exception logger usage
|
2022-04-25 12:24:04 -05:00 |
|
sophia
|
de649b2154
|
Update protos
|
2022-04-25 12:24:03 -05:00 |
|
Chris Roberts
|
2f0dcda7e8
|
Check that the result is something that can be used as an exit code
|
2022-04-25 12:24:03 -05:00 |
|
Chris Roberts
|
c69710329f
|
Update message access to use spec
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
b4f0ef56df
|
Remove command metadata from service info
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
0e618a4fd1
|
Execute command with subcommand info
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
fd29c9df7c
|
Clean up ruby command service
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
5dd5ec84ee
|
Allow ruby errors to be caught by exception logger
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
9f51d87038
|
Update ruby execute func for new proto
|
2022-04-25 12:24:02 -05:00 |
|
sophia
|
7fb193f4a2
|
Add dummy endpoint for subcommands
|
2022-04-25 12:24:01 -05:00 |
|
sophia
|
3c491fafdd
|
Register subcommands with subcommands passed as part of command info
|
2022-04-25 12:24:01 -05:00 |
|
sophia
|
0414be7cf7
|
Don't get synopsis for subcommands
|
2022-04-25 12:24:01 -05:00 |
|
sophia
|
261fa5bbae
|
Fixes for command info message
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
06b1caedf8
|
Register all subcommands
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
c676768674
|
Get subcommands one level deep
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
65d990efc9
|
Start gatching subcommands to register
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
072e06ca79
|
Get list of subcommands
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
1f432350ea
|
Add dummy endpoint for subcommands
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
893e37711e
|
Setup dummy env
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
5498c22983
|
Get help and flags for subcommands
|
2022-04-25 12:24:00 -05:00 |
|
sophia
|
edcb9e08bd
|
Get help and flags for subcommands
|
2022-04-25 12:23:58 -05:00 |
|
sophia
|
0c1e44f553
|
Get help from commands that have subcommands
|
2022-04-25 12:23:58 -05:00 |
|
sophia
|
20fbe05c23
|
Log exceptions from grpc services to file
|
2022-04-25 12:23:57 -05:00 |
|
Chris Roberts
|
f2ef8110bb
|
Accept command arguments and pass them when executing internal commands
|
2022-04-25 12:23:56 -05:00 |
|
Chris Roberts
|
28ebbce108
|
Update to use the service info helper
|
2022-04-25 12:23:55 -05:00 |
|
Chris Roberts
|
7350b85902
|
Implement enough of the command service to get things working.
Also updates the UI setup so that we can properly get the
output streaming back to us.
|
2022-04-25 12:23:55 -05:00 |
|
sophia
|
854a2a4022
|
Just get the flag names
|
2022-04-25 12:23:55 -05:00 |
|
Chris Roberts
|
dc64d85adf
|
Extract option building to standalone method. Update help to use method.
|
2022-04-25 12:23:54 -05:00 |
|
Chris Roberts
|
11df6c7ae1
|
Store option parser instance and then extract flags from the result
|
2022-04-25 12:23:54 -05:00 |
|
sophia
|
1109d89616
|
Collect flag information
|
2022-04-25 12:23:54 -05:00 |
|
sophia
|
43e4e968ef
|
Make help message work
|
2022-04-25 12:23:54 -05:00 |
|
Chris Roberts
|
ae6639d301
|
Clean up plugin loading and compact registration
|
2022-04-25 12:23:52 -05:00 |
|
Chris Roberts
|
851955e1d4
|
Add command service
|
2022-04-25 12:23:52 -05:00 |
|
Chris Roberts
|
addf420ca2
|
Add some helper methods and some adjustments to serve setup
|
2022-04-25 12:23:52 -05:00 |
|