| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Boot process should timeout after selected number of seconds if no
output is generated. This allows resolving some problems with possible
boot stuck.
|
| |
|
|
|
|
|
|
|
|
|
| |
Because configuration is now stored in database only missing
informations to make database fully descriptive is boot output. This
makes output of boot command to be saved to database and not to file.
Also parse script should read input from stdin and not from file from
argument.
|
|
|
|
|
| |
Previous implementation was returning list of tuples. Now it is
returning list of strings.
|
|
|
|
| |
No attribute supplied when executed sql command.
|
|
|
|
|
|
| |
Managing configurations in files and in database could cause
inconsistence. Adding all generated configurations to database allow us
to clean project files without loosing data.
|
| |
|
| |
|
|
|
|
| |
This identifier is for recognition what generator generated specified configuration as first.
|
| |
|
|
|
|
|
| |
Recently committed code wasn't tested, because most of the required infrastructure wasn't yet written.
So bugs must be fixed after more parts of system are reimplemented.
|
|
|
|
| |
On object creation, when connection to server is established, is now implemented check if database has all tables as it should have.
|
|
Database will be used for storing measured data.
|