9 lines
526 B
Markdown
9 lines
526 B
Markdown
* Orchestration of docker containers for running builds.
|
|
* GET /api/project/<project-name>/run/logs
|
|
* Write a tool to convert JSON Schema into a human-readable format suitable for
|
|
documentation. Should use the description, title, and other fields from the
|
|
JSON spec. Use this for writing the JSON schema docs instead of duplicating
|
|
the description of configuration files between JSON schema and the
|
|
documentation. In other words, use the schemas as the single source of truth
|
|
and generate everything else from that.
|