Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@kamilsk kamilsk released this 06 Sep 13:29
· 89 commits to master since this release

Changelog

bd33f8e version 2.0.0 is ready
c03e33f fix issue #130 and fix issue #131: update clients; fix issue #172: integrate with postman
5b94911 fix build
4d1452f fix bug with log context and fix #166: mvp for grpc layer
627a657 issue #166: complete template part
96eec5f issue #166: complete schema part
f674422 issue #166: add fixtures
b30a2be update ignore files
b4ae392 add link to issue for empty todos
292bf3a issue #166: complete auth part
6312eed experiments with details in readme
08aa0a1 issue #166: import github.com/grpc-ecosystem/go-grpc-middleware and move github.com/lib/pq to executor layer
3f4efbe issue #166: remove Error from protobuf structs
0e5498e issue #165: work above ProtectedStorage, review work with token
9b2e9bd issue #165: work above ProtectedStorage, Input part
a77c57c issue #165: work above ProtectedStorage, User part
929790d issue #165: work above ProtectedStorage, Template part
3d9cec5 issue #165: work above ProtectedStorage, Schema part
b48c862 separate query and database types
fc30c83 update roadmap
db198cf sync changes with docker compose
10d955f update deps and fix build
f719cb3 improve Dockerfile and working with env vars
b3cdd67 renames some fields of application
7faefe8 update deps
378185e define new layout of Forma package
031acae remove _token from source code
0dd8e98 improve InputData and fix build
71e01c3 fix #122 and fix #168: review work with database
70b4bc7 fix #167: use domain entities at storage level
4b80b54 issue #167: add log writer
dfad884 add first storage test
eaaa106 refactor storage
0860547 test executor api
4cf76d7 add test case name
f133eec issue #167: refactor user scope
a806278 issue #167: refactor schema and template scopes
265417c issue #167: add access check for input
b2848ab issue #167: refactor template scope
6016fb3 issue #167: refactor input scope
d048dbe fix #81: add Input method for Schema
09a24ac remove Language from everywhere
845133a update protobuf, add possibility to provide ID (for demo purpose)
57a7993 remove Language column
c5fbc29 issue #132: prepare to use grpc to create demo data
aa8a750 issue #168: switch all IDs to domain.ID
077b3c6 fix #169: rename UUID to ID
3eb0570 issue #126: test InputReader
d39387a issue #126: test InputWriter
c1db99c issue #165: add context as a first argument