Releases: octopot/forma
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
Changelog
85c3f0e fix #113: store request context
0c2069c issue #113: review server layer
ad598ab issue #113: update router tests
a4dc71e issue #113: simplify server
21d3739 little fixes in server
5fc9f27 review static package
b1b251b review domain package
fff63fb add InputEvent and update dependencies
a72babe update demo
ab89953 review cmd package
f007630 improve work with nginx server
ee77a41 add grpc helpers
5078eb3 add db targets to docker compose makefile
9d3353e inject configs to the server and the service
56c7da5 add service config
aa12a3d review config package
03320bc review errors package
365fac3 complete storage sync
7d119ea review storage layer
810bc8e rename log table to event, review its structure
8c4eda3 review demo data
da018e2 simplify demo.sql
c93c3b3 review storage tests
5e51d23 fix problem with not null constraint
ca2b9aa fix non-deterministic test
81d604e update draft
c5f3e9c little naming refactoring
8da5bad add deprecation notes and little refactoring
a26ad12 review docker files
2.0.2
Changelog
7d36af0 little cmd/grpc_helper improvements
2b406c4 update deps
ce1270d update readme
721c28b remove go min icon
be54c00 deprecate readers without access token
611ffb3 update storage log type
a2bc3f0 rename manager to userScope
4714e71 review server/router
e5404d0 add migrations to draft
c9e992b review deps
7f29d6f update roadmap
abc4b33 update roadmap
b981a52 remove height
099cb2c add character
d698986 improve Dockerfile
2.0.1
2.0.0
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