15 Commits

Author SHA1 Message Date
Florian Schlegel
2b81fab1dc Merge branch 'develop' into feature/address-key 2020-05-05 11:53:54 +02:00
Cyrill Schumacher
63dcc0336b chore: go mod update, remove outdated tests (#16) 2020-05-05 10:41:45 +02:00
Frederik Löffert
76f2a13423 BREAKING CHANGE - customer collection renamed
switch UUID dependency from snoflake to satori
NewCustomer enriched
2020-04-14 17:58:28 +02:00
Frederik Löffert
593ee64031 makes unique shortID generator compatible to dependency go-shortid 2018-03-27 22:26:34 +02:00
Stefan Martinov
0f79b26134 Update all persistors to use session connection pool 2017-11-07 15:35:47 +01:00
Florian Schlegel
3fe59a203e removed hack for Ids 2016-09-07 13:38:36 +02:00
Florian Schlegel
d2c926e0cc temporary hack for ids 2016-08-09 17:38:23 +02:00
Florian Schlegel
cb8eda9853 outcommented temporary id hack for now 2016-08-04 15:33:09 +02:00
Florian Schlegel
add8467e5c temporary hack to satisfy restrictions for CRM id's 2016-08-04 15:27:34 +02:00
Florian Schlegel
229be2b4e4 improved test 2016-07-20 16:35:34 +02:00
Florian Schlegel
4d2e4d7f56 Added test for concurrent generating of unique ID's. 2016-07-20 16:12:12 +02:00
Florian Schlegel
cbfd362951 Unique Id's can now be created with Snowflake (default) order ShortId 2016-07-20 15:41:03 +02:00
Florian Schlegel
9a06d620a4 Reimplemented generating of unique id's using a twitter snowflake generator. This was necessary, beacuse we need id's containing numeric values only. 2016-07-20 12:07:01 +02:00
Florian Schlegel
5420c0cb55 fixed typo 2016-05-19 17:13:56 +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