|
fd670155aa
|
copy incoming content-type
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-12-20 09:26:06 +03:00 |
|
|
0e3a199e16
|
Merge pull request 'fix swagger handler' (#172) from handler-swagger into v3
Reviewed-on: #172
|
2023-08-14 13:43:50 +03:00 |
|
|
a665b69706
|
fix swagger handler
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-08-14 13:43:19 +03:00 |
|
|
90b7b7ec1c
|
fix swagger handler
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-08-14 13:42:51 +03:00 |
|
|
63ae848043
|
Merge pull request 'add tls headers' (#170) from tls_header into v3
Reviewed-on: #170
|
2023-08-03 10:43:47 +03:00 |
|
|
4d378bbd51
|
add tls headers
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-08-03 10:43:33 +03:00 |
|
|
60d165f907
|
add tls headers
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-08-03 10:42:54 +03:00 |
|
|
5a37de7d74
|
Merge pull request 'handler/swagger: initial import' (#169) from swagger into v3
Reviewed-on: #169
|
2023-06-18 17:29:16 +03:00 |
|
|
c7d8b6a3a4
|
handler/swagger: initial import
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-06-18 17:28:29 +03:00 |
|
|
cd3e2526b4
|
Merge pull request 'fix query param struct filling' (#167) from matchesfix into v3
Reviewed-on: #167
|
2023-05-29 12:27:16 +03:00 |
|
|
10ae1741fc
|
fix query param struct filling
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-29 12:26:56 +03:00 |
|
|
ca6cea861f
|
Merge pull request 'add scheme to metadata' (#165) from scheme-v3 into v3
Reviewed-on: #165
|
2023-05-19 23:25:59 +03:00 |
|
|
002d5c9c53
|
add scheme to metadata
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-19 23:25:22 +03:00 |
|
|
1d25e59860
|
Merge pull request 'move down path handler after specific handler' (#163) from path-handler-v3 into v3
Reviewed-on: #163
|
2023-05-19 23:04:16 +03:00 |
|
|
ce26e8bf63
|
move down path handler after specific handler
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-19 23:03:04 +03:00 |
|
|
8e09142b90
|
Merge pull request 'check subscribe errors' (#162) from subscribeerr into v3
Reviewed-on: #162
|
2023-05-13 16:09:47 +03:00 |
|
|
13bf2bbb1e
|
check subscribe errors
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-13 16:09:21 +03:00 |
|
|
ba292901d7
|
fixup build
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-09 21:14:55 +03:00 |
|
|
6d1b6c7014
|
allow to expose some method via http.HandlerFunc
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-09 21:13:11 +03:00 |
|
|
1276f99159
|
export Server to allow to cast
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-09 21:12:47 +03:00 |
|
|
ee5cbbbcb6
|
Merge pull request 'issue-155: add swagger-ui handler' (#157) from swaggerui into v3
Reviewed-on: #157
|
2023-05-04 06:51:42 +03:00 |
|
|
ce0abd2de3
|
issue-155: add swagger-ui handler
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-05-04 06:48:09 +03:00 |
|
|
647f731f50
|
Merge pull request 'return method not allowed error' (#152) from methodNotAllowed into v3
Reviewed-on: #152
|
2023-03-09 08:42:50 +03:00 |
|
|
724ffb8c3a
|
return method not allowed error
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-03-09 08:42:04 +03:00 |
|
|
25f306425b
|
Merge pull request #150 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.14
Bump go.unistack.org/micro/v3 from 3.10.13 to 3.10.14
|
2023-02-27 21:04:56 +03:00 |
|
dependabot[bot]
|
dad2d8d5bd
|
Bump go.unistack.org/micro/v3 from 3.10.13 to 3.10.14
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.13 to 3.10.14.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.13...v3.10.14)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-27 18:02:27 +00:00 |
|
|
ca148cd8fc
|
Merge pull request #149 from unistack-org/handlers
import from main repo
|
2023-02-26 14:54:47 +03:00 |
|
|
cd8b3e37f2
|
import from main repo
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-26 14:53:09 +03:00 |
|
|
c908274c8b
|
import from main repo
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-26 14:51:34 +03:00 |
|
|
fd3793d50f
|
Merge pull request #148 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.13
Bump go.unistack.org/micro/v3 from 3.10.12 to 3.10.13
|
2023-02-22 20:16:33 +03:00 |
|
dependabot[bot]
|
e67021895e
|
Bump go.unistack.org/micro/v3 from 3.10.12 to 3.10.13
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.12 to 3.10.13.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.12...v3.10.13)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-22 17:14:50 +00:00 |
|
|
9f4dbbf296
|
Merge pull request #147 from unistack-org/handlerEndpoints
provide HandlerEndpoints
|
2023-02-21 23:58:00 +03:00 |
|
|
eea8ae605b
|
provide HandlerEndpoints
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-21 23:56:07 +03:00 |
|
|
4341600c01
|
Merge pull request #146 from unistack-org/metadata
change metadata type
|
2023-02-21 17:17:34 +03:00 |
|
|
d3fc61eada
|
change metadata type
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-21 17:15:22 +03:00 |
|
|
e8281da860
|
change metadata type
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-21 17:14:50 +03:00 |
|
|
9bc1629e77
|
Merge pull request #145 from unistack-org/update
add HandlerMetadata server.HandlerOption
|
2023-02-13 23:39:03 +03:00 |
|
|
c27a8b7cf8
|
add HandlerMetadata server.HandlerOption
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-13 23:36:50 +03:00 |
|
|
6b845853e2
|
Merge pull request #144 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.10
Bump go.unistack.org/micro/v3 from 3.10.9 to 3.10.10
|
2023-02-13 21:04:15 +03:00 |
|
dependabot[bot]
|
dbc3c12eed
|
Bump go.unistack.org/micro/v3 from 3.10.9 to 3.10.10
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.9 to 3.10.10.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.9...v3.10.10)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-13 18:01:59 +00:00 |
|
|
7f1a55958e
|
Merge pull request #143 from unistack-org/headers
dont mangle header names
|
2023-02-13 00:12:07 +03:00 |
|
|
02f9d6d8f7
|
dont mangle header names
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
|
2023-02-13 00:09:54 +03:00 |
|
|
82beddb09b
|
add http header option (#142)
* add http header option
|
2023-02-11 01:18:16 +03:00 |
|
|
6cb3a1c4c4
|
Merge pull request #141 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.9
Bump go.unistack.org/micro/v3 from 3.10.8 to 3.10.9
|
2023-02-08 20:04:53 +03:00 |
|
dependabot[bot]
|
2ff786cb03
|
Bump go.unistack.org/micro/v3 from 3.10.8 to 3.10.9
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.8 to 3.10.9.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.8...v3.10.9)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-08 17:03:00 +00:00 |
|
|
282065f90e
|
Merge pull request #140 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.8
Bump go.unistack.org/micro/v3 from 3.10.6 to 3.10.8
|
2023-02-07 20:04:04 +03:00 |
|
dependabot[bot]
|
b16e6ebd31
|
Bump go.unistack.org/micro/v3 from 3.10.6 to 3.10.8
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.6 to 3.10.8.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.6...v3.10.8)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-07 17:02:19 +00:00 |
|
|
68f4c164d0
|
Merge pull request #139 from unistack-org/dependabot/go_modules/go.unistack.org/micro/v3-3.10.6
Bump go.unistack.org/micro/v3 from 3.10.5 to 3.10.6
|
2023-02-06 20:05:40 +03:00 |
|
dependabot[bot]
|
d0fee2ca23
|
Bump go.unistack.org/micro/v3 from 3.10.5 to 3.10.6
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.5 to 3.10.6.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.5...v3.10.6)
---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-06 17:03:59 +00:00 |
|
|
034298b7e0
|
Merge pull request #138 from unistack-org/errorHandler
return after errorHandler
|
2023-02-05 11:33:13 +03:00 |
|