Commit graph

51 commits

Author SHA1 Message Date
Dominic Bosch
3914b29255 custom events do not need an interval and a start time 2014-04-22 10:34:11 +02:00
Dominic Bosch
4cd014801a Start time added to event poller 2014-04-22 09:59:57 +02:00
Dominic Bosch
d7c09e2e2e admin command newuser added 2014-04-21 14:42:26 +02:00
Dominic Bosch
bc999b6012 ISO time declarations added. Import.io example added 2014-04-21 01:34:49 +02:00
Dominic Bosch
ca63157349 Added user specific function arguments to the event pollers as well 2014-04-20 20:35:52 +02:00
Dominic Bosch
87379e3584 interval calculation and info update 2014-04-20 15:06:36 +02:00
Dominic Bosch
d32d442000 added rule info and examples 2014-04-20 13:38:15 +02:00
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
0e8ce1233c function arguments still need care 2014-04-19 03:49:48 +02:00
Dominic Bosch
a68b27c0c7 examples updated to new dynamic module sandbox. UI improvements 2014-04-17 18:19:40 +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
a2e9e970c8 Updates in ECA rules management 2014-04-09 16:07:31 +02:00
Dominic Bosch
1a13f954aa Stability and examples added, removed legacy stuff 2014-04-06 21:36:34 +02:00
Dominic Bosch
003fe4111d Debugging tools and use case implementation 2014-04-06 02:22:39 +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
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
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
8cd785280e Updates on testing, message transport and objects 2014-03-27 08:03:35 +01:00
Dominic Bosch
4b6de256aa again a dirty commit for laptop syncing 2014-03-24 12:15:49 +01:00
Dominic Bosch
69121425b9 thoroughly dirty commit for syncing with laptop... 2014-03-22 23:07:13 +01:00
Dominic Bosch
09870f404f clean state 2014-03-20 09:17:31 +01:00
Dominic Bosch
a5ed804bb1 Merge branch 'master' of https://github.com/dominicbosch/webapi-eca 2014-03-20 09:16:56 +01:00
Dominic Bosch
457a1c0852 latency 2014-03-20 09:06:29 +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
f35aa5a285 Finally a running version again, event pollers aren't dealt with yet though 2014-02-24 13:20:25 +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
d32eae6565 refactoring and techdoc started 2014-02-18 09:48:18 +01:00
Dominic Bosch
8fbe21094b Updated tests in DB interface 2014-02-10 22:28:10 +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
55ea70348c getting to object modeled forms 2013-12-11 12:49:36 +01:00
Dominic Bosch
8aa6d1245a latest changes for demo 2013-12-10 23:44:28 +01:00
Dominic Bosch
f60220c2b8 Demo preparations, getting towards a working example 2013-12-10 07:16:55 +01:00
Dominic Bosch
2b4bfdc07e man changes and additions to webpages, module storing and rules forge. we're getting there... 2013-12-08 22:59:04 +01:00
Dominic Bosch
ad362967ed user command enhancements, module forge 2013-11-29 18:41:55 +01:00
Dominic Bosch
1342d0b2de Events can now be pushed into the engine via webpage.
The events are now queued through the DB.
2013-11-28 19:14:05 +01:00
Dominic Bosch
32f5553471 Login functionality successfully implemented,
switched crypto to crypto-js from google. login.html form loads crypto-js directly from google codebase in order to hash passwords before sending them to the server
2013-11-28 16:05:47 +01:00
Dominic Bosch
8192eee64d Login functionality successfully implemented,
switched crypto to crypto-js from google. login.html form loads cryptojs directly from google codebase in order to hash passwords before sending them to the server
2013-11-28 16:04:03 +01:00
Dominic Bosch
e3fb282dd3 user handling improved 2013-11-19 13:51:30 +01:00
Dominic Bosch
d385ef6163 login feature starts to manifest 2013-11-18 22:53:09 +01:00
Dominic Bosch
89fc5d26a1 changed event data to payload, worked on user sessions, mobile location event pusher webpage added 2013-11-18 16:54:40 +01:00