Skip to content

0.1-betaRC8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sundowndev sundowndev released this 14 Dec 09:12
· 305 commits to master since this release
c84c6e5

Changelog

62f202c add dummy test suite for worker (wip)
0c79632 feat(worker): add concurrency option
4013434 feat: create testutils pkg
689b2e0 feat: define worker configuration
0b8fed7 feat: implement worker pkg
d31f764 fix(deps): bump actions/setup-node from v2.1.2 to v2.1.3
4892692 fix(deps): bump cloud.google.com/go/storage from 1.10.0 to 1.12.0
70c729c fix(deps): bump github.com/facebook/ent from 0.5.1 to 0.5.3
a876954 fix(deps): bump github.com/gin-gonic/gin from 1.4.0 to 1.6.3
5ff2450 fix(deps): bump github.com/go-playground/validator/v10
f790715 fix(deps): bump github.com/jinzhu/configor from 1.2.0 to 1.2.1
ea6cfe1 fix(deps): bump github.com/lib/pq from 1.8.0 to 1.9.0
a5ed04f fix(deps): bump github.com/minio/minio-go/v7 from 7.0.5 to 7.0.6
187eca4 fix(deps): bump github.com/swaggo/gin-swagger from 1.2.0 to 1.3.0
a89f874 fix(deps): bump github.com/swaggo/swag from 1.6.7 to 1.7.0
aa77805 fix(deps): bump go.uber.org/zap from 1.10.0 to 1.16.0
cd93ba9 fix(deps): bump google.golang.org/api from 0.26.0 to 0.36.0
989b469 fix(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
7429854 refactor(worker): fix lint errors
1c7c1a8 refactor(worker): implement worker in restapi
e52f3d1 refactor(worker): use ILogger interface instead of pointer
6f43f91 test(api): message queue server mock
150947e test(worker): consumers
39129a9 test(worker): consumers
84aef1e test(worker): consumers
962a9a8 test(worker): missing error handling tests
f40572e test(worker): producers