Asim Aslam
8054478cc3
remove util/scope
2020-12-12 20:28:09 +00:00
Asim Aslam
167fcd0d78
fix wrapper test
2020-12-12 20:25:29 +00:00
Asim Aslam
206bf8cd0a
remove web
2020-12-12 20:15:59 +00:00
Asim Aslam
df687fe5d4
move selector
2020-12-12 20:14:50 +00:00
Asim Aslam
de4f3ee4a2
separate rules and auth
2020-12-12 20:08:39 +00:00
Asim Aslam
202338bd2d
update all the things to go 1.15
2020-12-12 19:51:18 +00:00
Asim Aslam
e2034b2438
Merge branch 'master' of ssh://github.com/asim/go-micro
2020-12-12 19:39:14 +00:00
Asim Aslam
0ec2399a2c
fix command
2020-12-12 19:39:04 +00:00
Asim Aslam
df5f158cef
Delete .golangci.yml
2020-12-12 19:09:48 +00:00
Asim Aslam
19ac4fbcaf
move rules
2020-12-12 19:08:36 +00:00
Asim Aslam
d07de3751e
remove auth provider
2020-12-12 19:06:43 +00:00
Asim Aslam
4977aca09c
move router
2020-12-12 19:04:19 +00:00
Asim Aslam
43ff2a540d
move proxy
2020-12-12 19:02:04 +00:00
Asim Aslam
35c59042bf
refactor network
2020-12-12 18:59:40 +00:00
Asim Aslam
f8f84b42ac
Merge branch 'master' of ssh://github.com/asim/go-micro
2020-12-11 21:42:43 +00:00
Asim Aslam
1dc9b40b90
move network/tunnel
2020-12-11 21:42:31 +00:00
Asim Aslam
345845ec16
Delete CNAME
2020-12-11 11:22:37 +00:00
Asim Aslam
dbe8c93e20
remove service implementations ( #2094 )
2020-12-11 11:12:44 +00:00
Asim Aslam
4d481b0363
Update README.md
2020-12-09 21:52:18 +00:00
Asim Aslam
88d954cf97
Update README.md
2020-12-09 18:35:07 +00:00
Asim Aslam
71883f1b04
Update tests.yml
2020-12-09 18:19:37 +00:00
Asim Aslam
bfc212f7ed
remove service package
2020-12-09 18:11:10 +00:00
Asim Aslam
43f80b1b0d
Delete build-micro.sh
2020-12-09 18:09:02 +00:00
Asim Aslam
f83d64d092
Delete build-all-examples.sh
2020-12-09 18:08:55 +00:00
Asim Aslam
e67b9f0cc1
Delete micro-main.yml
2020-12-09 18:08:39 +00:00
Asim Aslam
134c5f0e41
Delete micro-examples.yml
2020-12-09 18:08:26 +00:00
Asim Aslam
e761aa1940
move cmd
2020-12-09 18:07:01 +00:00
Asim Aslam
8c8380dcd4
delete agent package
2020-12-09 18:03:00 +00:00
Asim Aslam
dd5eca2561
Update README.md
2020-12-09 17:05:05 +00:00
Dominic Wong
94bd1025a6
push tags to docker hub ( #1766 )
2020-07-03 11:30:59 +01:00
Dominic Wong
7be4a67673
MDNS registry fix for users on VPNs ( #1759 )
...
* filter out unsolicited responses
* send to local ip in case
* allow ip func to be passed in. add option for sending to 0.0.0.0
2020-07-03 11:30:59 +01:00
Di Wu
3e6ac73cfe
Fix invalid usage for sync.WaitGroup ( #1752 )
...
* Custom private blocks
* Fix invalid usage for sync.WaitGroup
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
Colin Hoglund
aef6878ee0
config: use configured reader by default ( #1717 )
2020-07-03 11:30:59 +01:00
sunfuze
81aa8e0231
Fix config watch ( #1670 )
...
* add dirty overrite test case
* need version to figure out if config need update or not
* using nanosecond as version for two goroutine can run in same second
* config should check snapshot version when update
* set checksum of ChangeSet
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
Di Wu
c28f625cd4
Custom private blocks ( #1705 )
...
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
Dmitry Kozlov
5b161b88f7
Split long discord output message into the chunks by 2000 characters ( #1704 )
...
Signed-off-by: Dmitry Kozlov <dmitry.f.kozlov@gmail.com>
2020-07-03 11:30:59 +01:00
ben-toogood
cca8826a1f
registry/mdns: fix nil host bug ( #1703 )
2020-07-03 11:30:59 +01:00
Dominic Wong
0327f30e3c
Fix regex detection. Fixes #1663 ( #1696 )
2020-06-12 10:42:52 +01:00
Dominic Wong
0ce132eb8f
Fix race condition when updating process being waited on ( #1694 )
2020-06-12 10:42:52 +01:00
Janos Dobronszki
00b76e0a64
Initialize selector before we make an auth.Generate call ( #1693 )
2020-06-12 10:42:52 +01:00
Dominic Wong
aec27be9b4
Fix race when opening DB for first time ( #1691 )
2020-06-12 10:42:52 +01:00
Dominic Wong
86dfcb819b
Ignore "no such process" error ( #1686 )
...
* Cleanup how status is updated for service. Ignore "no such process" error as it could be that the pid died
* add nice error log to record process error exit
2020-06-12 10:42:52 +01:00
Janos Dobronszki
d613804b0a
Sigterm instead of Sigkill ( #1687 )
...
Co-authored-by: Dominic Wong <domwongemail@googlemail.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-06-12 10:42:52 +01:00
Vasiliy Tolstov
92e9d05432
api/handler/rpc: dont log error on normal websocket error code ( #1688 )
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-06-12 10:42:52 +01:00
ben-toogood
8dfd93e915
util/wrapper: Add Static Client wrapper ( #1685 )
...
* util/wrapper: Add Static Client wrapper
* util/wrapper/static: pass address to stream too
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
* add static client wrapper tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
* server: fix error message spaces between words
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
* server/{rpc,grpc}: replace log.Error with log.Errorf
* server/grpc: fix log typo
* server/rpc: fix log typo
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-06-12 10:42:52 +01:00
Dominic Wong
e5136332e3
Add build and test of micro to pre-release testing ( #1684 )
...
* fix up example test build
* build and test micro when cutting a new release
2020-06-12 10:42:52 +01:00
Dominic Wong
f10fd4b479
Build all micro/examples for release-X.X.X
branches ( #1683 )
...
* Build all the examples on push to any release branch
2020-06-12 10:42:52 +01:00
ben-toogood
74368026a5
Fix incorrect namespace variable name (merge conflict) ( #1677 )
2020-06-12 10:42:52 +01:00
ben-toogood
fde1aa9d6a
Move auth account creation to config/cmd ( #1676 )
2020-06-12 10:42:52 +01:00
ben-toogood
f45cdba9ba
Apply wrappers to gRPC streams ( #1675 )
...
* Add wrappers to grpc streams
* Fix typo
2020-06-12 10:42:52 +01:00