12 Commits
Author SHA1 Message Date
Stefan Martinov 97afc4d1a2 Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
Florian Schlegel 60af7b5a83 follow up 2016-07-18 14:45:50 +02:00
Florian Schlegel 20c317f58e Added reimplemented queue and default processor. Adjusted smurf example. 2016-06-28 15:49:27 +02:00
Florian Schlegel 20eddbf2a9 minor cleanup 2016-05-30 10:33:16 +02:00
Florian Schlegel 5cce5233f4 renamed queue_test to smurf test, because there are now other tests also. NewCustomer() now requires email and password. 2016-05-27 12:00:25 +02:00
Florian Schlegel 5916e0c0ae some refactoring 2016-05-26 22:28:40 +02:00
Florian Schlegel 21801d4106 fixed tests 2016-05-20 11:35:40 +02:00
Florian Schlegel 40d706aa85 Orders and Customers are stored in the database before they are returned. All Setters now persist changes in the database. Order and Customers can be unlinked from database to avoid persistent changed if necessary. 2016-05-19 17:18:01 +02:00
Florian Schlegel 6f0117f62d Big refactoring to make customer independant from order. Introduced Getters and Setters for Order and Customer for more controlled acces. Unfortunatly it's impossible to protect any fields from unwanted modifications by private fields, because only public fields can be stored in the db. 2016-05-18 18:31:20 +02:00
Florian Schlegel 4cdb69dcdc Refactored tests 2016-03-09 15:28:58 +01:00
Florian Schlegel eef4a02afa extended event logging. fixed missing persistance of logs. heavy refactoring 2016-03-08 16:05:09 +01:00
Florian Schlegel b55831c5a0 Some refactoring and fixed smurf example 2016-02-26 11:30:56 +01:00