Adam Ierymenko
|
9b59bcd995
|
Clean controller circuit test memory.
|
2016-02-22 15:48:27 -08:00 |
|
Adam Ierymenko
|
78c1d9006a
|
flood protection fix
|
2016-02-04 14:39:43 -08:00 |
|
Adam Ierymenko
|
2e04dc03f2
|
Logging to NodeHistory, SQL queries.
|
2016-02-03 18:10:56 -08:00 |
|
Adam Ierymenko
|
f8eb6b0067
|
Add NodeHistory table on sqlite controller.
|
2016-02-03 13:56:35 -08:00 |
|
Adam Ierymenko
|
9cb4bbe2b8
|
Save test results for circuit tests in memory and then cancel the test and send the results when the test is queried later. This way you can POST a test and then come GET the result at the appointed time.
|
2016-01-26 12:42:44 -08:00 |
|
Adam Ierymenko
|
7903f24a8f
|
Create periodic backup copies of controller.db in network controller from the main process itself to facilitate easier and safer backups of controller.db.
|
2015-11-03 15:52:10 -08:00 |
|
Adam Ierymenko
|
a95fa379cc
|
Circuit tests basically work but need some tweaks, and fix some issues found with valgrind.
|
2015-10-09 14:51:38 -07:00 |
|
Adam Ierymenko
|
a3876353ca
|
Abiltiy to post a test via the controller web API, and parsing of CIRCUIT_TEST_REPORT messages.
|
2015-10-08 13:25:38 -07:00 |
|
Adam Ierymenko
|
7394ec6f6a
|
Prep in controller code to run tests.
|
2015-10-06 15:56:18 -07:00 |
|
Adam Ierymenko
|
610ab0750c
|
Drop Sqlite-based Log table for now and switch to an in-memory log for recent activity. Log table gets too big on busy nodes. Should probably support push of events to some kind of event system later.
|
2015-09-15 10:59:23 -07:00 |
|
Adam Ierymenko
|
cd005341c5
|
Extra statement to clean up Members -- cascade did not seem to work, possibly due to dual key.
|
2015-09-11 15:02:26 -07:00 |
|
Adam Ierymenko
|
bebe3d7cfa
|
Fix deadlock in test mode.
|
2015-09-10 14:47:04 -07:00 |
|
Adam Ierymenko
|
1f7a41cff8
|
Fix to allowing identity to be populated if not present.
|
2015-09-10 14:37:34 -07:00 |
|
Adam Ierymenko
|
0d386f1c31
|
Add a bit of useful testing instrumentation to SqliteNetworkController.
|
2015-09-08 11:35:55 -07:00 |
|
Adam Ierymenko
|
d57ea671d7
|
Add version to log.
|
2015-07-24 09:59:17 -07:00 |
|
Adam Ierymenko
|
b3516c599b
|
Add a rate limiting circuit breaker to the network controller to prevent flooding attacks and race conditions.
|
2015-07-23 10:10:17 -07:00 |
|
Adam Ierymenko
|
e2a2993b18
|
Add a Log table to log queries for debugging and security logging. No JSON API support for querying the log yet, but will probably come via /network/###/member/###/log/... or something.
|
2015-07-22 14:01:49 -07:00 |
|
Adam Ierymenko
|
649a12472b
|
Report controllerInstanceId in all objects so that controller resets can be easily detected by whatever is using the service.
|
2015-07-21 10:39:29 -07:00 |
|
Adam Ierymenko
|
5515909c1e
|
Add a concept of an "instanceId" to the controller, which the OnePoint can use to determine whether it is the same running database instance it already knows.
|
2015-07-17 10:47:21 -07:00 |
|
Adam Ierymenko
|
99969b186b
|
Add a concept of a member revision counter to networks. This can be used to select all members that have been added or changed since a given point.
|
2015-07-16 17:34:03 -07:00 |
|
Adam Ierymenko
|
30e4a188d0
|
ipLocalRoutes now exposed via network objects in JSON controller API, and documentation changes.
|
2015-06-29 15:34:26 -07:00 |
|
Adam Ierymenko
|
5c9411a671
|
Untested -- modifications to support IP ranges instead of ip/mask for IP assignment pools, also add portId to Rule for future use.
|
2015-06-29 14:52:09 -07:00 |
|
Adam Ierymenko
|
57c7992c78
|
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
|
2015-06-26 12:36:45 -07:00 |
|
Kees Bos
|
50d4f66d73
|
Fixed member authorization bug and minor cleanup
|
2015-06-19 21:19:42 +02:00 |
|
Adam Ierymenko
|
96a58becf8
|
Gateways support in network controller schema and database (not implemented yet in client) toward GitHub issue #178
|
2015-06-13 11:34:31 +02:00 |
|
Adam Ierymenko
|
69ceb7e730
|
Basic controller JSON API seems to be working.
|
2015-05-16 17:12:29 -07:00 |
|
Adam Ierymenko
|
a187d290f1
|
Fixes to control plane, API, eliminate problematic inheritance pattern, and start on a NodeJS class for talking to the network controller.
|
2015-05-16 16:09:28 -07:00 |
|
Adam Ierymenko
|
4be4908914
|
Fix some prepared statement problems.
|
2015-05-16 14:34:51 -07:00 |
|
Adam Ierymenko
|
0bb92715f4
|
DELETE function in network controller JSON API, and a newIdentity convenience request in ControlPlane for scripted testing.
|
2015-05-16 13:42:53 -07:00 |
|
Adam Ierymenko
|
78769900a9
|
More network controller cleanup, and some features to permit scripted testing.
|
2015-05-16 12:50:42 -07:00 |
|
Adam Ierymenko
|
e269846f84
|
Netconf docs, add clock field to status, simplify netconf a bit by eliminating caching for now. We will re-add if it is needed.
|
2015-05-15 15:20:12 -07:00 |
|
Adam Ierymenko
|
883a216d2a
|
Build fixes.
|
2015-04-24 12:29:31 -07:00 |
|
Adam Ierymenko
|
5202fbdaf3
|
CRUD
|
2015-04-22 18:06:26 -07:00 |
|
Adam Ierymenko
|
103dcb072d
|
CRUD
|
2015-04-21 19:49:04 -07:00 |
|
Adam Ierymenko
|
71f006cbeb
|
More CRUD, almost done...
|
2015-04-21 18:08:33 -07:00 |
|
Adam Ierymenko
|
ddebe2d4c7
|
Network controller CRUD... :P
|
2015-04-21 16:41:35 -07:00 |
|
Adam Ierymenko
|
ed107c4daf
|
Network preferred relay stuff in netconf controller.
|
2015-04-20 17:47:12 -07:00 |
|
Adam Ierymenko
|
ea1859541c
|
More cleanup, and fix for the extremely unlikely case of identity collision.
|
2015-04-15 18:32:25 -07:00 |
|
Adam Ierymenko
|
6369c264e2
|
Rename netconf to controller and NetworkConfigMaster to NetworkController for consistency.
|
2015-04-15 15:12:09 -07:00 |
|