Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | big reorg: prepare for generalization | Pavel Raiskup | 2014-10-22 | 1 | -6/+0 |
| | | | | | | | | | | | | Try to split into three separate components -> controller, tester, and 'tasks' (postgresql-tasks in our case). The controller component is the main part which is able to run the task remotely. Tester is more-like library for 'tasks' component (should be reusable on the raw git level). * controller: Almost separated component. * postgresql-tasks: Likewise. * tester: Likewise. | ||||
* | gen-data: add infrastructure for data generation | Pavel Raiskup | 2014-10-17 | 1 | -0/+6 |
Add also first task 'basic' which generates simple 'pagila' database. * generate: New file. * databases/pagila.sh: New database file. * tasks/basic/run.sh: New task file. |