|
1374e27531
|
logger/unwrap: add tagged option
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-11-19 15:20:42 +03:00 |
|
|
1060f6a4c3
|
Merge pull request #154 from unistack-org/client_metadata
client: fix WithResponseMetadata CallOption
|
2022-11-14 16:13:22 +03:00 |
|
|
7d72ab05c6
|
client: fix WithResponseMetadata CallOption
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-11-14 16:10:54 +03:00 |
|
|
42864ff1c6
|
Merge pull request #153 from unistack-org/client_metadata
client: add req/rsp metadata to CallOptions
|
2022-11-14 15:31:58 +03:00 |
|
|
49978b75c0
|
client: add req/rsp metadata to CallOptions
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-11-14 15:29:45 +03:00 |
|
dependabot[bot]
|
20770b6e30
|
chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#151)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.3.0...v3.3.1)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-14 13:43:44 +03:00 |
|
|
b38c6106b2
|
Merge pull request #152 from unistack-org/dependabot/go_modules/go.unistack.org/micro-proto/v3-3.3.1
chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1
|
2022-11-14 09:05:23 +03:00 |
|
dependabot[bot]
|
138c4a0888
|
chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1
Bumps [go.unistack.org/micro-proto/v3](https://github.com/unistack-org/micro-proto) from 3.2.7 to 3.3.1.
- [Release notes](https://github.com/unistack-org/micro-proto/releases)
- [Commits](https://github.com/unistack-org/micro-proto/compare/v3.2.7...v3.3.1)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro-proto/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-14 06:03:28 +00:00 |
|
dependabot[bot]
|
22f66fc258
|
chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#148)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-11-12 18:22:11 +03:00 |
|
|
18fafbbbab
|
Merge pull request #150 from unistack-org/unwrap
logger/unwrap: intergate omit functionality
|
2022-11-07 16:00:45 +03:00 |
|
|
59c08c1d9a
|
logger/unwrap: intergate omit functionality
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-11-07 15:56:09 +03:00 |
|
|
5fbb1a923e
|
Merge pull request #149 from unistack-org/improvements
minor improvements
|
2022-11-07 14:56:24 +03:00 |
|
|
396387d1e8
|
minor improvements
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-11-07 14:53:58 +03:00 |
|
dependabot[bot]
|
4c2f12a419
|
chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#144)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-26 19:34:23 +03:00 |
|
|
b2abb86971
|
Merge pull request #147 from unistack-org/client_context_dialer
client: add ContextDialer/WithContextDialer option
|
2022-10-26 19:23:01 +03:00 |
|
|
e546eef96c
|
client: add ContextDialer/WithContextDialer option
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-10-26 19:20:37 +03:00 |
|
|
91701e7a45
|
Merge pull request #146 from unistack-org/codec_noop_fix
codec: fix noop
|
2022-10-26 13:39:52 +03:00 |
|
|
817bf1f4d0
|
codec: fix noop
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-10-26 13:37:30 +03:00 |
|
|
4120f79b55
|
Merge pull request #145 from unistack-org/codec_fix
codec: add []byte support to noop codec
|
2022-10-26 08:28:36 +03:00 |
|
|
d659db69ff
|
codec: add []byte support to noop codec
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-10-26 08:26:10 +03:00 |
|
|
416bb313fc
|
Merge pull request #143 from unistack-org/logger_unwrap
WIP: logger/unwrap: add unwrap method
|
2022-10-11 00:33:25 +03:00 |
|
|
ec43cfea6b
|
logger/unwrap: add unwrap method
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-10-11 00:30:42 +03:00 |
|
dependabot[bot]
|
60194fb42e
|
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#141)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-06 17:34:40 +03:00 |
|
dependabot[bot]
|
945d9d16a5
|
chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#142)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-06 17:34:25 +03:00 |
|
|
1c0e5e1a85
|
Merge pull request #139 from unistack-org/store
store: add Timeout option
|
2022-07-08 22:41:47 +03:00 |
|
|
33591e0bc9
|
fixup
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-07-08 22:39:51 +03:00 |
|
dependabot[bot]
|
75cbaf2612
|
chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 (#137)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.3)
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-07-08 22:33:05 +03:00 |
|
|
f4aee3414b
|
store: add Timeout option
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-07-08 22:16:33 +03:00 |
|
|
9f7b61eb17
|
add test
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-06-29 23:04:01 +03:00 |
|
|
5953b5aae6
|
Merge pull request #133 from unistack-org/mtls
WIP: initial mtls package
|
2022-06-27 00:22:10 +03:00 |
|
|
4a8f490e0c
|
fixup
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-06-27 00:20:04 +03:00 |
|
|
eb8c1332f0
|
fix test
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-06-27 00:18:14 +03:00 |
|
|
c1c27b6d1d
|
Merge branch 'v3' into mtls
|
2022-06-27 00:17:56 +03:00 |
|
dependabot[bot]
|
bb22b203cc
|
chore(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#134)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/0.3.12...v0.3.13)
---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-25 23:28:02 +03:00 |
|
dependabot[bot]
|
4df2f3a5a1
|
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 (#135)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.1 to 4.4.2.
- [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.1...v4.4.2)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-06-25 22:39:53 +03:00 |
|
|
b8ad19a5a2
|
WIP: initial mtls package
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-12 15:11:31 +03:00 |
|
dependabot[bot]
|
d32a97c846
|
chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#132)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-05-11 11:28:38 +03:00 |
|
|
cfe0473ae0
|
Merge pull request #130 from unistack-org/improvements
Improvements
|
2022-05-03 16:08:50 +03:00 |
|
|
c26ad51e25
|
config: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:56 +03:00 |
|
|
aefc398b71
|
flow: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:51 +03:00 |
|
|
9af23e3e74
|
metadata: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:42 +03:00 |
|
|
4ab7f19ef0
|
logger: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:36 +03:00 |
|
|
d26e9d642b
|
meter: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:28 +03:00 |
|
|
f9ecb9b056
|
register: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:18 +03:00 |
|
|
dbfcfcd288
|
router: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:12 +03:00 |
|
|
8b6bdb857b
|
store: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:05:03 +03:00 |
|
|
1181e9dc5e
|
tracer: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:04:57 +03:00 |
|
|
6ac7b53d75
|
server: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 16:04:48 +03:00 |
|
|
80d342a72a
|
client: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 15:59:38 +03:00 |
|
|
8ff312e71d
|
broker: improve coverage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2022-05-03 15:51:08 +03:00 |
|