Commit graph

46 commits

Author SHA1 Message Date
Dominic Bosch
2e66a24409 System fully managable over web based UI, event intervals added, mapping from events to actions added. Let's get it tested 2014-04-19 22:35:05 +02:00
Dominic Bosch
a68b27c0c7 examples updated to new dynamic module sandbox. UI improvements 2014-04-17 18:19:40 +02:00
Dominic Bosch
2c3ac8d24d unit tests adapted to architectural change 2014-04-16 23:38:41 +02:00
Dominic Bosch
18b36b84ac We are dirty again, replaced all indents with tabs, tried to fix all the lil things showing up as we test rule upload 2014-04-16 17:42:56 +02:00
Dominic Bosch
6c5b9d0885 fast commit to check event retrieval through webhooj 2014-04-15 14:25:26 +02:00
Dominic Bosch
234be71402 unit tests need to wait until the event poller timeout ended 2014-04-06 22:03:46 +02:00
Dominic Bosch
1a13f954aa Stability and examples added, removed legacy stuff 2014-04-06 21:36:34 +02:00
Dominic Bosch
8346b8bd7d Added administration tools for modules, user is now able to do everything except for a module update 2014-04-05 19:02:03 +02:00
Dominic Bosch
f070184329 Cleansing, formatting, consistency 2014-04-05 03:09:40 +02:00
Dominic Bosch
418d5441fe User-parameter support implemented, system seems to run smoothly 2014-04-04 19:53:42 +02:00
Dominic Bosch
c71bf520a4 Engine up and running again, now in coffeescript. only event-poller remains 2014-04-03 23:35:02 +02:00
Dominic Bosch
0cb2241ea0 Engine started in coffeescript 2014-04-03 17:41:51 +02:00
Dominic Bosch
1f4ee71cc5 Testing of components manager done 2014-04-02 23:08:05 +02:00
Dominic Bosch
d1361c900c HOTFIX! Finally found the silly bug in DB shutDown approach at the end of the testing!!! Lets grab a beer! 2014-04-02 19:22:07 +02:00
Dominic Bosch
47cabfaa31 Major improevements in testing, eventually got rid of a random error that seems to come from an inconsistent persistence state 2014-04-02 15:54:20 +02:00
Dominic Bosch
3dc35827b2 Missed merge requires correction 2014-04-01 23:47:54 +02:00
Dominic Bosch
2a7063a909 Components Manager improvements 2014-04-01 23:31:54 +02:00
Dominic Bosch
44b9a1057e components manager still not done... 2014-03-27 11:41:30 +01:00
Dominic Bosch
512878274c Test updates and object specification 2014-03-27 10:41:18 +01:00
Dominic Bosch
4b6de256aa again a dirty commit for laptop syncing 2014-03-24 12:15:49 +01:00
Dominic Bosch
8011a36915 Fixed the whole unit testing issues with the persistence module. seriosuly how could you forget that node treats modules as singletons... 2014-03-23 22:52:16 +01:00
Dominic Bosch
69121425b9 thoroughly dirty commit for syncing with laptop... 2014-03-22 23:07:13 +01:00
Dominic Bosch
214b58a605 persistence tests hang up early... fix it 2014-03-20 15:12:13 +01:00
Dominic Bosch
d9a98029e7 Unit Tests fixed, removed way too overloaded persistence function set 2014-03-20 13:24:09 +01:00
Dominic
0e087b6c42 persistence interface errors almost fixed, FLUSHALL on DB and then run unit tests again 2014-03-19 23:28:59 +01:00
Dominic Bosch
8a6d357439 major implementations to get a running server 2014-02-24 00:59:49 +01:00
Dominic Bosch
a8f85d74c3 Huge changes in webpage display. ACE now added to present a convenient editor 2014-02-21 17:18:58 +01:00
Dominic Bosch
724af9bb82 architecture changes according to overall picture. request-handler unit tests started 2014-02-20 17:22:56 +01:00
Dominic Bosch
108432762e Finally solved unit test anomaly... 2014-02-20 10:17:06 +01:00
Dominic Bosch
e31da1e5a0 restructured the http listener 2014-02-19 17:04:49 +01:00
Dominic Bosch
20748240c2 never commit in the middle of something... :) 2014-02-19 15:09:12 +01:00
Dominic Bosch
7a51aed47b renamed start scipts, added test for the webapi-eca engine 2014-02-19 14:14:08 +01:00
Dominic Bosch
3d9061a14f removed unnecessary files from staging 2014-02-19 06:53:37 +01:00
Dominic Bosch
829fa4f641 logging finished, together with testing. 2014-02-18 22:34:36 +01:00
Dominic Bosch
d32eae6565 refactoring and techdoc started 2014-02-18 09:48:18 +01:00
Dominic Bosch
264ef6eeb6 Huge refactoring of architecture started 2014-02-17 23:27:26 +01:00
Dominic Bosch
92ab16ba74 Persistence module implementation and testing finished 2014-02-13 18:16:03 +01:00
Dominic Bosch
1a75fe302e Updated DB interface unite tests and functions 2014-02-11 21:51:13 +01:00
Dominic Bosch
8fbe21094b Updated tests in DB interface 2014-02-10 22:28:10 +01:00
Dominic Bosch
5a13beadd0 added testing for db interface, still a lot to do... 2014-02-04 22:30:26 +01:00
Dominic Bosch
42e80e32e7 dependecy update and resultig bug fixes 2014-02-04 16:40:32 +01:00
Dominic Bosch
88e248ad52 reworking the code and adding tests 2014-02-04 08:35:07 +01:00
Dominic Bosch
ee4481c8e9 Cleansing and testing 2014-01-13 15:23:06 +01:00
Dominic Bosch
11ced9a57e bad commit, new architecture 2013-11-14 15:06:10 +01:00
Dominic Bosch
6f6c0e9166 testing update, server now runnable from test and capable to receive die command 2013-11-13 17:22:37 +01:00
Dominic Bosch
dfe3df5df5 very rude commit, basically porting everything from the original project to create a new clean approach with thorough documentation and testing. This commit relies on the huge TODO list to be solved in order to go into a release state. 2013-11-13 16:21:58 +01:00