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

Releases: octopot/guard

1.3.2

09 Dec 20:20
Compare
Choose a tag to compare

Changelog

6f0b6d5 update #76: fix resource leak
67f70f4 remove static service
7907130 issue #77: define platform package
8c4b84d fix #76: check rows.Err after for loop

1.3.1

05 Dec 15:54
Compare
Choose a tag to compare

Changelog

5268225 add temporary logger for check license process

1.3.0

28 Nov 17:24
Compare
Choose a tag to compare

Changelog

2561102 fix #75: add /api/v1/license/{license}/employees
8de4cb7 integrate with gitter

1.2.0

25 Nov 05:35
Compare
Choose a tag to compare

Changelog

753de64 fix #74: fix bug with unexpected domain rate unit
0ec10d0 fix #73: add GET /api/v1/license/{license}/workplaces
16da310 update deps

1.1.0

24 Nov 18:54
Compare
Choose a tag to compare

Changelog

f22f3e3 fix #72: use "upsert" for register license logic
c6e3d7e fix #70: fix install command
42ed6e7 fix #71: review init script for database
50c2619 update deps

1.0.1

30 Oct 19:04
Compare
Choose a tag to compare

Changelog

5acdcf9 fix #64: do not build legacy image
c595061 issue #64: do not build custom db
1e2360e change image of service
dbf9796 issue #64: do not build custom server
ad5eb4d fix #66: move /install to /api/v1
8b08e9a reorganize storage package
b1c96c8 add vault for future version support
b3c5844 add easyjson generator
48b5df8 integrate gomock
f6a8091 update deps
37f7262 add static target
e07e246 configure gateway server
092c9e8 rename ProtectedStorage
4db7a34 fix #57: reorganize transport/grpc, move protobuf specs outside pkg dir
2c56c56 add information about docker registries
1352ec5 update roadmap

1.0.0

24 Oct 20:35
Compare
Choose a tag to compare

Changelog

e9abfd5 implement mvp, run smoke tests, update demo example
be96156 fix #27: implement in-memory cache for licenses
4786dc4 reorganize cmd package
8722417 reorganize transport/grpc package
be6de71 reorganize transport/http package
560475c issue #53: implement workplace counter
2d5f25a issue #53: add performance tests for license request counter
e212602 issue #53: implement checkLifetimeLimits and checkRequestLimits
bd6bc39 issue #53: update transport layer
7742ad4 issue #53: extend storage layer by license reader
06d3f9d issue #53: provide license reader api
c485332 issue #53: implement license reader
5a57252 add new future deps
e59d129 improve docker security
1dfee1c add full smoke tests for rest api
c301c88 improve application defaults
595a309 review request metadata
a4c719f improve work with docker
0b112bd remove alias of storage types in storage package
88feeee add full smoke tests for grpc cli
b226b86 fix bug with logging user token
577c701 fix bug with rewriting real error related to account installation
cd84497 change uniqueness of license-employee, license-workplace mapping
a2592d6 cover Time helper for grpc
3445022 add useful database commands
4a417f1 fix broken build
a6173f4 fix #55: implement command layer
9039101 issue #55: implement grpc layer
1f88d92 rename fourth migration to draft and add related comment
020a5c1 wrap all drafts by comment
00522d1 issue #55: implement storage layer
c196841 issue #55: extend executor api
cb11b14 move RegisterAccout from draft to public (storage)
b1b4023 issue #55: implement executor layer
69d13c1 issue #55: define grpc server methods
0715d4e issue #55: add working with workplace
f7e109d issue #55: define protobuf
a2fc71c define logger and errors package
f183756 add helpful sql scripts and update brew instruction
da9fe42 add installation instruction
a7ccf46 fix #30: implement installation logic
313d63e issue #30: implement grpc layer
35d6817 issue #30: implement service layer
7085611 issue #30: extend storage api
3162a63 issue #30: extend user manager api
da5cca2 issue #30: implement registration on executor layer
d20a20c add sqlmock tests
4447f21 update deps
be9501a use right output (stdout/stderr)
882c808 make /install unsecured in spec