| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-13 | Gateways support in network controller schema and database (not implemented ↵ | Adam Ierymenko | |
| yet in client) toward GitHub issue #178 | |||
| 2015-06-13 | Rename ruleId to ruleNo and optimize some indexes in Sqlite3 schema. | Adam Ierymenko | |
| 2015-06-11 | Change schema to enforce foreing keys | Kees Bos | |
| The foreign keys have 'ON DELETE CASCADE' to simplify the removal of networks etc. (controller code) Some unique constraints are replaced with a multi column primary key. To update an existing database: * install updated binaries * stop service * sqlite3 controller.db .dump | \ egrep '((^PRAGMA)|(^BEGIN)|(^INSERT)|(^COMMIT))' | \ grep -v 'schemaVersion' > data.sql * mv controller.db controller.db.backup * start service * stop service * sqlite3 controller.db < data.sql * start service | |||
| 2015-05-25 | Go ahead and add flags and invFlags to the Rule table. | Adam Ierymenko | |
| 2015-05-15 | Netconf docs, add clock field to status, simplify netconf a bit by ↵ | Adam Ierymenko | |
| eliminating caching for now. We will re-add if it is needed. | |||
| 2015-04-21 | CRUD | Adam Ierymenko | |
| 2015-04-21 | More CRUD, almost done... | Adam Ierymenko | |
| 2015-04-21 | Network controller CRUD... :P | Adam Ierymenko | |
| 2015-04-20 | Network preferred relay stuff in netconf controller. | Adam Ierymenko | |
| 2015-04-20 | Add per-network relay stuff to sqlite table schema. | Adam Ierymenko | |
| 2015-04-17 | Add a timestamp to netconf cache, fix some SQL queries in NC. | Adam Ierymenko | |
| 2015-04-15 | Rename netconf to controller and NetworkConfigMaster to NetworkController ↵ | Adam Ierymenko | |
| for consistency. | |||
