Asim Aslam
|
f2728a7fee
|
remove vpath resolver
|
2020-10-17 15:00:40 +01:00 |
|
Asim Aslam
|
d3b37f14cf
|
Merge branch 'master' of ssh://github.com/asim/go-micro
|
2020-10-17 14:58:37 +01:00 |
|
Asim Aslam
|
525b436bf1
|
remove sub
|
2020-10-17 14:58:29 +01:00 |
|
Asim Aslam
|
7935276c54
|
Update FUNDING.yml
|
2020-10-17 14:56:31 +01:00 |
|
Asim Aslam
|
1088fa0a31
|
strip debug log from logger
|
2020-10-17 14:56:06 +01:00 |
|
Asim Aslam
|
0ebf401c21
|
move file store
|
2020-10-17 14:50:05 +01:00 |
|
Asim Aslam
|
916a2a1a99
|
Update README.md
|
2020-10-17 14:44:11 +01:00 |
|
Asim Aslam
|
c459164ad4
|
Update README.md
|
2020-10-17 14:43:27 +01:00 |
|
Asim Aslam
|
d7295810da
|
subscribe to consume
|
2020-10-17 10:33:30 +01:00 |
|
Asim Aslam
|
1b8ccd13a6
|
fix errors proto and stream
|
2020-10-17 10:26:26 +01:00 |
|
Asim Aslam
|
ffc9bff208
|
remove sql model
|
2020-10-17 10:09:59 +01:00 |
|
Asim Aslam
|
fe67b26bfc
|
replace metrics interface
|
2020-10-17 10:09:26 +01:00 |
|
Asim Aslam
|
1bdbe0fad5
|
update comment
|
2020-10-17 10:05:48 +01:00 |
|
Asim Aslam
|
c7f24aa425
|
remove events store
|
2020-10-17 10:04:18 +01:00 |
|
Asim Aslam
|
1ae2ac9020
|
remove errors proto
|
2020-10-17 09:54:05 +01:00 |
|
Asim Aslam
|
274aacda1d
|
remove api handlers and proto
|
2020-10-17 09:52:43 +01:00 |
|
Asim Aslam
|
00c39f4f2c
|
remove server proto
|
2020-10-17 09:38:21 +01:00 |
|
Asim Aslam
|
cc547a9f1a
|
remove store s3 plugin
|
2020-10-17 09:37:10 +01:00 |
|
Asim Aslam
|
d31708f8e9
|
update license to polyform perimeter
|
2020-10-17 08:16:01 +01:00 |
|
Asim Aslam
|
25ec6331e8
|
Update README.md
|
2020-10-16 19:32:32 +01:00 |
|
Asim Aslam
|
97b4762ab2
|
Update README.md
|
2020-10-16 19:32:14 +01:00 |
|
xyb
|
a511f1dc64
|
remove some http hard code (#2045)
Co-authored-by: yonbiaoxiao <yonbiaoxiao@tencent.com>
|
2020-10-15 16:09:48 +01:00 |
|
epicmr
|
e809cb9117
|
Just watch services concerned (#2044)
Co-authored-by: 彭能辉 <nenghui.peng@360gst.com>
|
2020-10-15 13:38:41 +01:00 |
|
Prawn
|
04726dbea5
|
ResourceQuota support for utils/kubernetes (#2040)
Co-authored-by: chris <chris@Profanity.local>
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-10-14 17:34:01 +01:00 |
|
Dominic Wong
|
c49fef49b8
|
ignore already exists error (#2043)
|
2020-10-14 11:32:35 +01:00 |
|
Prawn
|
1a962e46fd
|
Runtime refactoring and NetworkPolicy support (#2016)
|
2020-10-13 14:54:05 +01:00 |
|
Asim Aslam
|
5e35d89b38
|
Update README.md
|
2020-10-10 19:22:36 +01:00 |
|
ben-toogood
|
dad05be95e
|
runtime/kubernetes: rewrite to improve support of multiple versions of a single service (#2035)
* wip: refactor kubernetes package
* runtime/kubernetes: fix invalid labels
* runtime/kubernetes: handle delete service not found error
* Misc Fixes
* runtime: add ServiceAccount option
* router/static: return noop table
* add kubernetes router
* runtime: add port option
* store/file: set directory
* store/file: pass options to blob store
* Revert changes to static router
* Fix merge error
* runtime/kubernetes: Debug => Error logs
* runtime/kubernetes: fix double if
|
2020-10-09 13:28:15 +01:00 |
|
ben-toogood
|
c701f96a09
|
store/file: add WithDir option (#2038)
|
2020-10-07 12:37:28 +01:00 |
|
ben-toogood
|
27aa1ff2ab
|
Depricate runtime scheduler (#2037)
|
2020-10-07 12:31:41 +01:00 |
|
ben-toogood
|
8f6ba4a56e
|
Kubernetes Router (#2036)
|
2020-10-07 12:25:50 +01:00 |
|
ben-toogood
|
0a6e451539
|
Fixes for runtime builder (#2029)
* util/tar: add archive util funcs
* runtime: add store, builder options
* runtime/local: update RuntimeSource func
* runtime/builder/golang: use tar util
* store/s3: make keys safe
* runtime: add entrypoint options
* runtime/builder: remove debugging
* wip: integrate builder into k8s runtime
* runtime/builder/golang: build for a linux architecture
* runtime/kubernetes: write builds to the users namespace
* runtime/local/source: fixes for mono-repo builds
* runtime/local: stop checking out source (the responsibility is on the client)
* runtime/builder: fix golang tests
* runtime/local: fix out of bounds panic
* Update
* revert changes
* runtime/local/source: refactor git package (wip)
* runtime/kubernetes: map err not found
* fix TestRunGenericRemote test
* runtime/local: fix update not reassining source
* Tidy go mod
* runtime.Pending => runtime.Starting
* store/s3: only use credentials option when set
* store/s3: add tls config option
|
2020-10-02 09:54:26 +01:00 |
|
Lars Lehtonen
|
231cfc48f0
|
store/test: fix dropped error (#2030)
|
2020-10-02 09:44:22 +01:00 |
|
ben-toogood
|
a365c51c2b
|
runtime: add WithVolume options and k8s support (#2032)
* runtime: add WithVolume option
* Fix pointer
* k8s: fix template
* k8s: fix template
* k8s: fix template
|
2020-09-30 16:38:29 +01:00 |
|
ben-toogood
|
02b74a5487
|
router/static: implement noop watcher (#2031)
* router/static: implement noop watcher
* proxy/mucp: handle nil watcher
|
2020-09-30 14:53:08 +01:00 |
|
Janos Dobronszki
|
87e898f4fc
|
Secret implementation of config. Supporting config merge (#2027)
Co-authored-by: Asim Aslam <asim@aslam.me>
v3.0.0-beta.3
|
2020-09-29 15:30:51 +02:00 |
|
Asim Aslam
|
d246ccbeef
|
Update tests.yml
|
2020-09-28 14:40:53 +01:00 |
|
Asim Aslam
|
017e156440
|
remove transport options
|
2020-09-26 13:29:09 +01:00 |
|
Asim Aslam
|
d8f17ac827
|
readd service package (#2026)
|
2020-09-26 13:15:05 +01:00 |
|
Asim Aslam
|
6e2c9e7cd4
|
env config implementation (#2024)
|
2020-09-25 10:24:02 +01:00 |
|
ben-toogood
|
4028e0156b
|
runtime: remove builder package (moved to micro) (#2023)
|
2020-09-25 10:02:49 +01:00 |
|
Dominic Wong
|
76275e857c
|
Fix branch names support for k8s runtime (#2020)
* fix branch names support for k8s
* remove logs
Co-authored-by: Asim Aslam <asim@aslam.me>
|
2020-09-25 08:41:28 +01:00 |
|
wangzq
|
a18806c9ef
|
fix config bug (#2021)
|
2020-09-25 08:14:21 +01:00 |
|
ben-toogood
|
255fecb4f4
|
runtime: minor fixes for local runtime (#2019)
|
2020-09-24 16:46:23 +01:00 |
|
Asim Aslam
|
af8d55eb7f
|
remove memcache and update gomod
|
2020-09-23 21:16:16 +01:00 |
|
Janos Dobronszki
|
354a169050
|
Add errors to config methods (#2015)
|
2020-09-22 16:08:01 +02:00 |
|
ben-toogood
|
6e083b9aca
|
store/file: fix segmentation violation bug (#2013)
|
2020-09-22 10:00:14 +01:00 |
|
Janos Dobronszki
|
9dbd75f2cc
|
Config interface change (#2010)
|
2020-09-21 17:45:45 +02:00 |
|
ben-toogood
|
8975184b88
|
proxy/grpc: fix client streaming bug (EOF not sent to the server) (#2011)
|
2020-09-18 14:20:42 +01:00 |
|
ben-toogood
|
19a54f2970
|
client/grpc: fix stream closed bug (#2009)
* client/grpc: fix stream closed bug
* client/grpc: don't use dial context for the stream
|
2020-09-17 14:08:21 +01:00 |
|