21 Commits

Author SHA1 Message Date
Stefan Martinov
e526c1e0f1 Removed deprecated test 2017-11-09 15:15:17 +01:00
Stefan Martinov
97afc4d1a2 Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
Stefan Martinov
0f79b26134 Update all persistors to use session connection pool 2017-11-07 15:35:47 +01:00
Florian Schlegel
b080c6ed00 removed event_log package and some more clean-ups 2017-02-10 14:21:54 +01:00
Florian Schlegel
cf574c1179 added some collections to NoDropList 2016-11-15 14:42:43 +01:00
Florian Schlegel
43885cf66d removed collection tlog_transactions form NoDropList 2016-11-05 11:00:42 +01:00
Florian Schlegel
f6a3f007cf added log_transactions to NoDropList 2016-10-28 17:15:15 +02:00
Florian Schlegel
f9a3af7257 addad DropAllShopCollections() 2016-10-13 18:07:03 +02:00
Florian Schlegel
4f9a64d666 refactored DropAllCollections() 2016-09-30 14:14:16 +02:00
Florian Schlegel
f3416f9e0c Added NoDropList for collections which should be skipped by DropAllCollections() 2016-09-06 13:19:19 +02:00
Frederik Löffert
6b26ebccf4 allowed languages added to config 2016-09-05 14:32:20 +02:00
Florian Schlegel
ce8e187296 fixed error handling 2016-08-11 14:11:08 +02:00
Florian Schlegel
33b62ed610 minor refactoring 2016-07-29 11:24:46 +02:00
Florian Schlegel
431d61cd7c added createCollection calls in case that collections are missing 2016-07-29 11:24:31 +02:00
Florian Schlegel
a54aff32e8 refactored DropAllCollections(). Now done by executing script instead of using persistors. Now all collections can be dropped by tests without creating new dependancies. 2016-07-18 14:45:25 +02:00
Florian Schlegel
56b912a680 separate test to drop all database collections and added target for it in Makefile 2016-06-13 10:54:47 +02:00
Florian Schlegel
1a5de495c7 Renamed HistoryPersistor to VersionsPersistor to avoid confusion with event history 2016-05-30 18:10:11 +02:00
Florian Schlegel
f3f4984789 DropAllCollections() now also drops credentials 2016-05-27 11:10:25 +02:00
Florian Schlegel
ac6cba2ab9 small fix 2016-05-24 16:04:19 +02:00
Florian Schlegel
fd3932c60e Introduced versioning for order and customer. After each upsert a snapschot is stored in a separate history collection. 2016-05-20 18:25:54 +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