Commit graph

67 commits

Author SHA1 Message Date
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
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 Bosch
9ff6284212 messed the local tracking of that file... 2014-03-20 09:20:20 +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
80d7162aba conflicts... 2014-03-20 09:16:49 +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
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
e4b12b9623 documentation preparation 2014-02-18 10:03:49 +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
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
a778cbcde5 Documentation and private vars update 2013-11-26 23:24:15 +01:00
Dominic Bosch
eba1357e9e login working now, keeping js code up to date is getting annoying... we'll drop this support soon 2013-11-25 15:43:31 +01:00
Dominic Bosch
8527a87e3e db_interface.coffee almost done 2013-11-21 22:07:39 +01:00
Dominic Bosch
13c3f49c80 started with db_interface in coffee script, changed comment style 2013-11-21 00:20:06 +01:00
Dominic Bosch
8c115aa71d What a wonderful detour over docco, only to recognize that it was always possible to auto generate documentation.
... if one would just define the correct folder...
at least deep knowledge about docco now, plus that it doesn't use glob (leaves it a user task...) while groc does use glob to resolve file paths, yay!
2013-11-20 15:41:41 +01:00
Dominic Bosch
12b5088d5e server in coffeescript 2013-11-19 18:13:38 +01:00