Tagged release v0.2.0

59eff2f Add tests
83a9c47 Add 409 status handle on Auction.on_enter
d4a6900 Check if states available when read spec
77137bb Update states names in spec
68c9689 Delete tokens from logs
f58a6ad Add error handler for chronograph
df35594 Add integration tests, refactor unit for complete procedure
b49f209 Check owner pemission for complete procedure
b58d21d Add route for complete procedure
ce2389b Change expects decorator usage in api handlers
496bbed Add request error middleware
e01ad5d Add integration tests for awarding state
8d62cd3 Refactor awarded state methods to work with contract
190384f Add routes for awarded state
16233ba Add roles to some models and contract getter to procedure
13cc8ec Fix asserts with error messages
3473f57 Make owner field reqired to _AclResources childs
5e2a1ed Add custom error handling in api
083f9f0 Add custom errors
93167df Update spec in helm config map
4c6b0ba Add contract model
1bf37ee Add initial tests
2c8e8fa Update spec
d7b89f9 Implement awarded state
be06894 Minor model changes
c20f1fc Change status code to 422 when DataError is raised
7311b3a Change state durations
5a8bbe0 Remove the 'example' attr
9a9cc9d Remove the 'ReadOnly' parameter from the 'procurement_method' field in the 'Procedure' model
af23af5 Change path id's type to string
11debf7 Add indexes
ef72a62 Add tests
0b67a36 Add history endpoints
91a5b83 Add history in the db layout
e04bdad Exclude unused props from model fields
a2a152f Add errors description
db1f446 Add underscore to models to exclude from swagger
bfca30d Add doc to dynamic generated models
8c68c58 Fix validation errors for models
ad29e93 Add number_of_bids_check to the configmaps for k8s #26
25ae5cf Fix swagger validation errors
53878e5 Refactor State and tests
3859603 Add tests
ff7a659 Add BaseState class for dummy states
f27a370 Add bids check after tendering state
5c3f3fd Added .dockerignore file
79b3ac2 Update spec in helm chart
f472deb Add tests
f784c48 Implement qualification state
e565777 Minor model changes
b4bbead Procedure methods to work with awards
d2ff0e9 Minor refactoring of get_bid method
2a249a9 Update fixture and spec
578a634 Added a separate method to load already existing procedure
8465f46 Separate procedure type lookup and object creation
2021fa2 Mark status as readonly field, remove it from fixture
c52d498 Fix fxitures according to model changes
6866d6f Change model structure
63346a1 Fix issue #14
c01588e Fix issue #15
b5e3d11 Add tests for databridge
4a1df1f Implement databridge functional
7d42b22 Add databridge to helm charts
3aaaabe Add databridge as compose service
eb65128 Added version id to swagger ui
1ad66fe Fix spec in chart values
d6a9150 Revert "Fixed deployment restart"
e2a133a Fixed deployment restart
e14d997 Add rollout deployment for procedure services
7dca610 Add tests for get bid endpoint
50e22ec Add endpoint for get bid by id
db5d2b0 Add deploy stage
35c767f Add tests for generate bidder and auction urls
33f3f94 Add auction and bidder urls to db
43a981e Add AUCTION_URL to env variables in helm charts
97659d4 Add AUCTION_URL to env variables in compose
cd2f5cf Rename base procedure class for swagger compatibility
0b77f2e Add custom multilang type
2883241 Add check if specs is not available
15f7beb Added fields config to k8s config map
bd59718 Add spec to chronograph compose service
b504d32 Move models files to own directory
83ce05d Implement and use procedure factory instead of base procedure
3ffe5dd Implement prototype of model generator from spec
cc98a48 Fix chronograph error handler
29ac532 Add chronograph to base compose as service
69a018a Added a make script to gather changelog and tag version
a83210a Fix mocks in unit tests