Commit Graph

3723 Commits

Author SHA1 Message Date
Asim Aslam
68402dcb96 move internal proto to rpc handler dir 2020-10-18 08:43:21 +01:00
Asim Aslam
c3a9013863 Merge branch 'master' of ssh://github.com/asim/go-micro 2020-10-18 08:10:56 +01:00
Asim Aslam
8215db3be9 move acme out of api 2020-10-18 08:10:46 +01:00
xyb
2e45567e56 remove some http hard code (#2047)
Co-authored-by: yonbiaoxiao <yonbiaoxiao@tencent.com>
2020-10-18 05:58:38 +01:00
Asim Aslam
07b32ad3b9 move util 2020-10-17 21:18:59 +01:00
Asim Aslam
2ecd049871 Merge branch 'master' of ssh://github.com/asim/go-micro 2020-10-17 21:17:06 +01:00
Asim Aslam
6bf1bcf1b5 fix store test 2020-10-17 17:02:43 +01:00
Asim Aslam
7058b444ab Update README.md 2020-10-17 16:41:30 +01:00
Asim Aslam
c917566ce4 remove certmagic 2020-10-17 15:50:14 +01:00
Asim Aslam
ef9d975d9b fix store cache test 2020-10-17 15:47:19 +01:00
Asim Aslam
be06de5c47 update api 2020-10-17 15:36:05 +01:00
Asim Aslam
975da990a9 rewrite api package 2020-10-17 15:33:56 +01:00
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