summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-07periject: YAML ValidationKieran Bingham
Utilise pykwalify to provide a YAML schema for our data files. Define an initial project schema under projects/ to define our data layout. An example task data file is provided to demonstrate how the data could be presented in text form. A validator is provided which currently simply calls pykwalify. This is just an initial demonstration of the validation process and can be expanded upon later to provide automa{t,g}ic commit title processing, and further business logic can be added with extra tools. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
2018-12-07PeriJect: A git-backed task management systemKieran Bingham
Data is stored through a folder hierarchy in yaml data files. Data can be edited by hand and validated using the provided schema files or tools can be developed to aid the creation and manipulation of the data sources.
2018-12-07RenewalKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>