* HG-30: Dump a preliminary domain redesign
* HG-30: Fix implicit requiredness
* HG-30: Bring contractor object back to domain
* HG-30: Use the term 'Cash' as a notion of financial resources
* HG-30: Describe what 'Terminal' is more thoroughly
* HG-30: Bring together a couple of known unsolved problems
* HG-30: Throw down some notes on planned domain structure
* HG-60: Introduce a notion of user interaction and related events
* HG-60: Declare required namespaces
* HG-60: Imply more general templates
* HG-60: Simplify HTTP request significantly
* HG-47: Fix function return type
* HG-47: Fix union field name
* HG-47: Feature claim revocation
* HG-47: Add invalid party status as a possible failure in claim revocation
* HG-47: Fix naming of claim status tags
* MG-16: add event id to SinkEvent
* MG-16: correct functions names according styleguide
* MG-16: add direction to HistoryRange and delete EventSink:GetLastEventID
* MG-16: replace Call with Args
* MG-15: remove unused exception
* HG-47: Change regulatory domain for timestamps to RFC 3339
* HG-47: Draft party management interfaces + update related domain types
* HG-47: Isolate any possible party modification in changeset
* HG-47: Make blockage / suspension signaling more straightfowrard
* HG-47: Fix a bit Makefile sanity
* HG-47: Introduce ownership to invoices
* HG-47: Distinguish between shop name and id + autogenerate latter
* HG-47: Simplify ShopUpdate definition
* HG-47: Use refs to a category instead
* HG-47: Separate party definition from data revision + provide GetShop function
* HG-47: Include party events into processing event set
* HG-47: Barely acknowledge party creation rather than reply with initial state
* HG-47: Fuse domain objects into party state as is + fix wording
* Revert "MG-15: fixes after review"
This reverts commit e34411f5f2.
* Revert "MG-15: add ability to specify machine data to load (contex or history)"
This reverts commit ff42ac3d87.
* Revert "MG-15: add machine context"
This reverts commit c2f1588883.
* MG-16: remove the destroy machine function
* MG-15: add a namespace parament to all automaton functions
* MG-15: rename the automoton functions in accordance with the damsel convention
* MG-15: replace the overcomplicated structure Args with a simple typedef
* MG-11: introduce EventSink draft
* MG-11: change comment for GetHistory
* MG-11: add NoLastEvent exception
* MG-11: rearrage comments similar to payment_processing arragment to narrow style differences
* MG-11: change GetLastEventID to make it slightly less complex
* MG-11: correct syntax mistake
* MG-11: add timestamp for event as requested by Java team; change some comment layout for better look
* MG-11: change names of Event structure to make it similar to payment_processing Event
* MG-11: fix comment
* MG-6: add MachineFailed exception
* MG-6: add comment for MachineFailed exception
* MG-6: make names for Automaton methods exceptions look similar to other exception names
* add cds.thrift
* add NoKeyring exception
* split in two services
Cds and CdsAdmin
* Design a draft of domain data model and config service
HG-5
HG-6
* HG-7: Add a couple of fixes
* HG-7: Fixate namespaces a bit
* Fix review comments
HG-7
HG-5
* introduce bankcard and carddata types
* tiny little fixes
* getSessionCardData
* tabs to spaces
* fix result of put
* HG-20: Draft a demoable processing service (#10)
* HG-20: Fix issues found during review
* cds fixes