|
12f188e3ad
|
Merge pull request #120 from unistack-org/fsm
fsm: run steps in order
|
2022-04-19 17:36:05 +03:00 |
|
|
08aaf14a79
|
fsm: run steps in order
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-19 17:33:33 +03:00 |
|
|
2ce1e94596
|
Merge pull request #119 from unistack-org/errors
errors: add CodeIn helper func
|
2022-04-19 17:15:03 +03:00 |
|
|
c5aeaf6db7
|
errors: add CodeIn helper func
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-19 17:12:25 +03:00 |
|
|
1db505decd
|
Merge pull request #118 from unistack-org/cover
improve coverage
|
2022-04-17 16:28:59 +03:00 |
|
|
8b1a579c9d
|
add context tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-17 16:25:42 +03:00 |
|
|
11b614f2df
|
client: add retry func tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-17 13:11:36 +03:00 |
|
|
fb4d747197
|
server: fix race
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-17 11:41:49 +03:00 |
|
|
00439e23f3
|
add client call options tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-16 16:36:43 +03:00 |
|
|
955953b519
|
client: fix lint
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-16 16:36:34 +03:00 |
|
|
aa2b5ddaad
|
client: add backoff tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-16 16:36:15 +03:00 |
|
|
46da092899
|
client: implement Call and Stream methods for noop
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-16 16:35:52 +03:00 |
|
|
b871f64ba6
|
Merge pull request #117 from unistack-org/race
server: fix race in noop server
|
2022-04-15 15:53:18 +03:00 |
|
|
74db004f51
|
server: fix race in noop server
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-15 15:50:45 +03:00 |
|
|
f93ba9d977
|
Merge pull request #116 from unistack-org/fsm
fsm: initial import
|
2022-04-15 15:22:55 +03:00 |
|
|
c7da7d5bc8
|
fsm: initial import
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-15 15:20:17 +03:00 |
|
|
ed27647be5
|
Merge pull request #115 from unistack-org/dependabot/github_actions/actions/setup-go-3
chore(deps): bump actions/setup-go from 2 to 3
|
2022-04-11 23:01:22 +03:00 |
|
dependabot[bot]
|
db3b67267e
|
chore(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-11 06:17:56 +00:00 |
|
|
9ee9cc2a4a
|
Merge pull request #114 from unistack-org/cover
fix coverage
|
2022-04-07 19:18:34 +03:00 |
|
|
0b41b4f9c5
|
fix
|
2022-04-07 19:15:55 +03:00 |
|
|
8d14753931
|
Merge branch 'v3' into cover
|
2022-04-07 19:13:56 +03:00 |
|
|
93fc17bad3
|
fix coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-07 19:12:49 +03:00 |
|
|
5a1cd12d3d
|
Merge pull request #113 from unistack-org/vtolstov-patch-1
Update README.md
|
2022-04-07 19:11:22 +03:00 |
|
|
5c00e6763f
|
Update README.md
fix link to godoc
|
2022-04-07 19:08:45 +03:00 |
|
|
497b82ac6c
|
Merge pull request #112 from unistack-org/codecov
add codecov
|
2022-04-07 19:07:17 +03:00 |
|
|
a8c6690af7
|
add codecov
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-07 19:04:04 +03:00 |
|
|
98d2264c2a
|
add codecov
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-07 19:00:08 +03:00 |
|
|
63641b9840
|
add codecov
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-07 18:57:30 +03:00 |
|
|
2b28057918
|
add codecov
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-04-07 18:56:10 +03:00 |
|
|
25c551411b
|
Merge pull request #111 from unistack-org/config
service: fix ordering
|
2022-03-30 15:51:27 +03:00 |
|
|
35162a82a4
|
service: fix ordering
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-30 15:48:43 +03:00 |
|
|
0ce0855b6a
|
Merge pull request #109 from unistack-org/dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.4.1
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.0 to 4.4.1
|
2022-03-30 15:42:23 +03:00 |
|
|
226ec43ecf
|
Merge pull request #110 from unistack-org/config
service: config load only on start, not init phase
|
2022-03-30 15:39:51 +03:00 |
|
|
575af66ddc
|
service: config load only on start, not init phase
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-30 15:37:02 +03:00 |
|
dependabot[bot]
|
afb9e8c240
|
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.0 to 4.4.1
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.0...v4.4.1)
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-28 06:11:57 +00:00 |
|
|
c10f29ee74
|
Merge pull request #108 from unistack-org/improve
small improve
|
2022-03-27 01:39:33 +03:00 |
|
|
03410c4ab1
|
small improve
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-27 01:37:21 +03:00 |
|
|
3805d0f067
|
Merge pull request #107 from unistack-org/retries
client: determenistic retry backoff
|
2022-03-27 00:19:06 +03:00 |
|
|
680ac11ef9
|
client: determenistic retry backoff
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-27 00:16:22 +03:00 |
|
|
35ab6ae84e
|
Merge pull request #106 from unistack-org/jitter
jitter: add NewTickerContext
|
2022-03-26 18:01:31 +03:00 |
|
|
c6c2b0884e
|
jitter: add NewTickerContext
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-26 17:59:19 +03:00 |
|
|
297a80da84
|
Merge pull request #105 from unistack-org/improve
small fixes
|
2022-03-25 14:27:29 +03:00 |
|
|
2d292db7bd
|
small fixes
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-25 14:24:20 +03:00 |
|
|
54c4287fab
|
Update README.md
|
2022-03-22 15:00:01 +03:00 |
|
|
9c074e5741
|
Merge pull request #103 from unistack-org/dependabot/github_actions/actions/cache-3
chore(deps): bump actions/cache from 2 to 3
|
2022-03-22 14:57:20 +03:00 |
|
|
290975eaf5
|
Merge pull request #104 from unistack-org/small_changes
config: add Validate func, small lint fixes
|
2022-03-22 14:57:03 +03:00 |
|
|
c64218d52c
|
config: add Validate func, small lint fixes
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-22 14:54:43 +03:00 |
|
dependabot[bot]
|
46c266a4a9
|
chore(deps): bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-22 06:14:47 +00:00 |
|
|
5527b16cd8
|
Merge pull request #102 from unistack-org/cleanup
server: remove unparsed body from request and message
|
2022-03-21 15:26:20 +03:00 |
|
|
4904cad8ef
|
server: remove unparsed body from request and message
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-03-21 15:23:41 +03:00 |
|