You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
malex984
changed the title
New command line interface
Further implementation of Hilbert configuration parser and server/client-side CLI tools
Dec 9, 2016
malex984
changed the title
Further implementation of Hilbert configuration parser and server/client-side CLI tools
[Super-Issue] Further implementation of Hilbert configuration parser and server/client-side CLI tools
Dec 12, 2016
This super-issue is about further implementing/extending parts of Configuration Design, remaining after merging PR (#34):
x11vnc
BG service (6c6abf8)validation of unknown fields
(Configuration Validator: validation of unknown fields #36)OGL.tgz
forOpenGL
usage from within docker containersPython 2or Python 3 for the server-side tool (Drop support for Python 2.x in favor of Python 3 #76)Group
(Configuration design: Reflect n:m relation between stations and applications in the configuration #15)Profile::supported_types
(How does hilbert know from the config which ServiceRuntime to use? #32)consider switching fromargparse
to some argument parser with sub-commands, e.g.http://click.pocoo.org/5/
,https://github.com/docopt/docopt
.Design configuration presets (Configuration Design: configuration preset #30)Add more unit-tests as
/tests/test_*.py
, e.g. usingpytest
(Note: data files may be in/tests/data/
):validation of unknown fields
: (Configuration Validator: validation of unknown fields #36)DockerComposeService
&DockerComposeApplication
: (Configuration design: Service definition #19)Group
(inherit fromBaseRecordValidator
) (Configuration design: Reflect n:m relation between stations and applications in the configuration #15)Profile::supported_types
(How does hilbert know from the config which ServiceRuntime to use? #32)Note: unfinished parts of older super-issue hilbert/hilbert-docker-images#28 are to be merged into this one.
The text was updated successfully, but these errors were encountered: