Tagged release v0.1.0

c31d394 Added makescript to create tags w/ Changelog
dbb4707 Change Procedure version
e183537 Add fast auction type
5ff5ccf Update according to procedure acl
9a3662a Add job to push tagged image
d107cc8 Change runner to kube
f315dbc Update tests
ec3e288 Change bids updating
69122b6 Update projection methods
af7e346 Update db according to Procedure models
a153051 Update databridge according to Procedure models
aebb689 Integrate Procedure models in state_machine
a916069 Remove port forward from compose files
e1f8fed Make some magic to run namespace packages
828b628 Deploy kubernetes via pipeline trigger
a8e0467 Add stages in ci to build helm charts
642e542 Update new release in deploy kuber stage
267adbb Add tests
af6f47f Implement update bids on procedure after auction done
aaac596 Add procedure databridge in env values in helm charts
b26145e Add procedure databridge in env values in compose
c3a5e9f Update tests and fixtures
a83dcab Change auction start field to auctionPeriod.startDate
37fbb14 Add databridge service value to values file
fd4c485 Add nginx conf as config map in auction frontend
b6c9384 Create alias for mongodb chart
f88fb15 Add tests
4553cdb Handle DuplicateKeyError exception
d95961d Add rollout deployment for auction services
0abb279 Modify databridge to return auction id
9136de3 Fixed pagination cause frontend counts page from 1
7083ee5 Added databridge component to helm charts
77a508f Updated tests according to actual procedure data
c17b512 New fixtures samples
45cd725 Deleted old fixtures
c10829a Patch procedure fields according to real data from Procedures
c6969c1 Removed databridge method from public API
915094a Added databridge API implementation
3f1aaae Add version property to package
121f329 Forward databridge port locally for debug
0dc1e93 Added git to build box
061754b Fix db layer pagination
5095866 Added WriteConcern to mongodb inserts to ensure HA data consistency
e3c8181 Increase CPU available to services
35807b0 Add integration test for all api endpoints
28850fd Add test for api endpoints
cc31517 Fix middleware content type
6184ba8 Added auction frontend and ingress rules
2d6db27 CI script to deloy dev environment
323f8c8 Added helm chart to deploy application to kubernetes
9ced306 Additional logging on chrnograph startup
cac5f94 Minor refactoring of docker image entrypoint and startup commands
d111703 Add endpoint for wipe database and load new fixtures
caf5f1e Fix existing integration tests
fed496d Add tests to api ping endpoint
73edd43 Add function to create application
977d93b Parse startDate to datetime and create index in DB for it
71b3c80 Pretty json errors
9aa0071 Add disclosure bidder information for specific rounds
203113b Databridge deletes old data on start temp hack!
3b15e3d New fixtures
487cfe0 Updated tests accoring to new bids logic
e8b199f whitespace
ec9969a Added prepare state
6bd75c0 Added basic ACL and auth middleware
7a7736e Add new fixtures
4a1e0f6 Added shutdown callback to API
4a4e5ce New docs describing prototype flow
b7971ef Change index to ASCENDING
be89379 Add background index creation for MongoDB collection
0781790 Create check for available states
8d03b8b Create custom exceptions for auction validation
b24bb0a Fixed tests after some state_machine changes
0b690bf Initial version of databridge
7f08726 Added API to list and view archive records
fe0d4c2 Add log of feed destroy
f1a01d6 Fancy AuctionFeed
772ddde Implemented basic web socket feed
adb0712 Add endpoint for auction list
dabe0df Add middleware to serialize auction
8e56eeb Minor fix for tests
7fdf6f4 Build separate image for tests and use it for CI
b098216 Multistage dockerfile
0fd546b Add initial bids array in green procedure
e0c7407 Add api prototype
2bcaa0e Make sure Auctions and States play nicely with memory
bf45514 Enable tests debug on local env and disable on CI
5657286 Initial working version of archive functionality
408cbac Enable tests debug on local env and disable on CI
cdc0046 Minor refactoring to make chronograph logic more obvious
e884a19 Added check and error log for chronograph db method
45e48c0 README file
b7728be Added coverage report gathering
b96f58b Fixed styles issues
96b7962 Initial CI scripts
ff8a960 Added signal handler to enable clean shutdown
1f354c5 Makefile and compose changes
6565f31 Basic chronograph service code
e18db31 Added test to db timer function
38c6a93 Refactored Pending state to properly use TimerHelper
87ddd6d Working on improving TimerHelperState
f518f02 Removed separate state GreenPending.
c740d3c Added db method for chronograph service
ece2eca Rename last_modified property
d4e9876 Added test that ensures that concurrent updates are detected properly
0e023ac Added read_and_update method to DB
a158437 DB layer now return ready-to-use Auction object
a434fcc Initial intergation tests for db layer
8137b6d Minor refactoring of auction object creation
e9e07e3 Add prototype of green procedure
3288610 Moved auction specs to root folder
6500f4c Added test to check that auction correctly switches to dutch stage
5bc2fb6 Styles config
96dd3c8 Working on auction state machine prototype
ed57fb9 Added basic auction creation test and implementation
588819f Minor changes in makefile to ease debugging
64829ff Dockerfile fixes
cb03126 Starter makefile to build image and run unittests
7cb7ec2 Basic dockerfile
b0d6214 Start working on Auction prototype
f1db958 Start working on statemachine prototype
1d206a5 More diagrams for god of diagrams
f90ac65 Working on UML docs describing existing system flow