Commit Graph

  • c28f625cd4 Custom private blocks (#1705) Di Wu 2020-06-17 00:05:42 +08:00
  • 5b161b88f7 Split long discord output message into the chunks by 2000 characters (#1704) Dmitry Kozlov 2020-06-16 00:22:00 +03:00
  • cca8826a1f registry/mdns: fix nil host bug (#1703) ben-toogood 2020-06-15 16:13:45 +01:00
  • 4ff114e798 router/registry: fix rlock bug when registry errors (#1788) ben-toogood 2020-07-02 18:29:11 +01:00
  • c58ac35dfc broker/service: use wrapped micro client to authenticate requests (#1782) ben-toogood 2020-07-02 17:54:53 +01:00
  • b5314829fa client/{grpc,rpc}: fix previous breaking change with CallFunc (router.Route vs registry.Node) (#1781) ben-toogood 2020-07-02 17:26:45 +01:00
  • 41c7688697 options: add router option (#1783) ben-toogood 2020-07-02 17:17:07 +01:00
  • b021546c09 client: add select options (#1786) ben-toogood 2020-07-02 17:03:08 +01:00
  • 6898a65508 selector: add filters to replace depricated client/selector filters (#1785) ben-toogood 2020-07-02 16:09:48 +01:00
  • d577dd6abe config: add namespace support (#1780) ben-toogood 2020-07-02 14:07:58 +01:00
  • 3c633e3577 Sparse checkout of repos, all repo downloads happen to different folders for concurrency support (#1779) Janos Dobronszki 2020-07-02 14:40:40 +02:00
  • 174e44b846 Deprecate client/selector (#1767) ben-toogood 2020-07-01 17:06:59 +01:00
  • a63480a81a router/registry: fix fallback fails if service has been seen already (#1776) Dominic Wong 2020-07-01 15:20:30 +01:00
  • 6d9d94b105 api/router/registry: use resolved domain (#1774) ben-toogood 2020-07-01 12:23:55 +01:00
  • 64e9185386 router/registry: fix nil eventChan bug (#1773) ben-toogood 2020-07-01 12:03:13 +01:00
  • 1b5c83f3cc registry/mdns: fix deregister bug (#1771) ben-toogood 2020-07-01 11:09:20 +01:00
  • 979af853b9 proxy/mucp: use Micro-Namespace to filter networks (#1772) ben-toogood 2020-07-01 10:55:46 +01:00
  • a64078b5c3 router/service: handle not found error (#1770) ben-toogood 2020-07-01 10:18:19 +01:00
  • 58845d7012 only prewarm the route table if requested (#1765) Dominic Wong 2020-07-01 10:05:21 +01:00
  • dcf01ebbf0 router/registry: fix concurrent map iteration and map write (#1762) ben-toogood 2020-06-30 17:40:38 +01:00
  • 355ad2a1af push tags to docker hub (#1766) Dominic Wong 2020-06-30 17:26:59 +01:00
  • b882ff3df9 selector: update selector.Select to accept a slice of structs (#1764) ben-toogood 2020-06-30 15:51:26 +01:00
  • 6337c92cd0 selector: new selector interface with random & roundrobin implementation (#1761) ben-toogood 2020-06-30 14:54:38 +01:00
  • a95accad56 router: add metadata to routes (#1763) ben-toogood 2020-06-30 14:10:13 +01:00
  • 6532b6208b MDNS registry fix for users on VPNs (#1759) Dominic Wong 2020-06-30 11:12:52 +01:00
  • 0f5c53b6e4 selector: use custom domain (#1760) ben-toogood 2020-06-30 10:07:52 +01:00
  • deea8fecf4 router/registry: add fallback if routes aren't found in the cache (#1758) ben-toogood 2020-06-30 09:53:49 +01:00
  • df3e5364ca api/resolver: add resolve options (#1756) ben-toogood 2020-06-29 16:37:45 +01:00
  • 132c1e35fe Fix invalid usage for sync.WaitGroup (#1752) Di Wu 2020-06-28 03:07:04 +08:00
  • 5967a68e78 cached file store (#1739) Dominic Wong 2020-06-26 16:13:53 +01:00
  • 104b7d8f8d api/resolver: update resolver to enable subdomain routing (#1747) ben-toogood 2020-06-26 14:28:18 +01:00
  • 4f0f4326df router: improve router configuration (#1745) ben-toogood 2020-06-26 10:38:11 +01:00
  • ee02511658 proxy/mucp: add support for multi-tenancy (#1746) ben-toogood 2020-06-26 10:31:06 +01:00
  • a8fc5590a8 client/selector: query across multiple domains (#1725) ben-toogood 2020-06-25 15:40:23 +01:00
  • bc60f23ff6 config/cmd: setup registry before router (#1743) ben-toogood 2020-06-25 15:24:31 +01:00
  • 2000da6fd8 router/registry: add support for registry domains (#1744) ben-toogood 2020-06-25 12:35:00 +01:00
  • 5ab475636a server/{grpc,rpc}: fix deregister domain bug (#1742) ben-toogood 2020-06-25 11:25:43 +01:00
  • 51b4ab0abc registry/memory: watcher bug fixes (#1740) ben-toogood 2020-06-25 11:02:35 +01:00
  • 687a5e2e58 util/wrapper: fix 401 error when requesting the default namespace (#1741) ben-toogood 2020-06-25 10:19:03 +01:00
  • fcd307d902 Build and test forked PRs properly (#1738) Dominic Wong 2020-06-24 23:41:27 +01:00
  • 00cd07a3a6 util/wrapper: set auth credentials on streams (#1735) ben-toogood 2020-06-24 16:45:34 +01:00
  • a2a1f4dfbd support mono repo deps (#1736) Dominic Wong 2020-06-24 16:27:22 +01:00
  • 2b506b1a2a auth/service: use address option since router may not be configured (#1734) ben-toogood 2020-06-24 13:47:43 +01:00
  • a2550820d3 router: add to service options; add dns and static implementations (#1733) ben-toogood 2020-06-24 11:46:51 +01:00
  • c940961574 router: update interface (#1732) ben-toogood 2020-06-24 11:09:16 +01:00
  • 695cc9d526 Build against micro and examples on pull requests (#1724) Dominic Wong 2020-06-19 17:19:58 +01:00
  • 87543b2c8a registry/etcd: add support for domain options (#1714) ben-toogood 2020-06-19 14:58:16 +01:00
  • 5f9c3a6efd registry/cache: add support for the domain option (#1722) ben-toogood 2020-06-19 13:16:44 +01:00
  • 2b889087bd config/cmd: fix selector setup bug (#1723) ben-toogood 2020-06-19 13:11:48 +01:00
  • ece02a6d21 util/wrapper: fix noop auth nil account bug (#1721) ben-toogood 2020-06-19 12:16:39 +01:00
  • 58c6bbbf6b registry/service: pass domain options via rpc (#1719) ben-toogood 2020-06-19 10:34:12 +01:00
  • c16f4b741c server: register in the services namespace (#1718) ben-toogood 2020-06-19 09:24:32 +01:00
  • 83cecdb294 config: use configured reader by default (#1717) Colin Hoglund 2020-06-19 03:49:30 -04:00
  • 8c7c27c573 registry/memory: add support for domain options (#1713) ben-toogood 2020-06-18 12:39:19 +01:00
  • 5fd36d6cc0 config/cmd: remove package duplicate initialization (#1711) ben-toogood 2020-06-18 10:14:04 +01:00
  • 3b40fde68b registry/mdns: add domain support (#1708) ben-toogood 2020-06-17 13:23:41 +01:00
  • 9d3365c4be auth: rename auth.Namespace to auth.Issuer (#1710) ben-toogood 2020-06-17 12:26:27 +01:00
  • 2efb459c66 Fix config watch (#1670) sunfuze 2020-06-17 00:10:52 +08:00
  • 6add74b4f6 Custom private blocks (#1705) Di Wu 2020-06-17 00:05:42 +08:00
  • c67d78f1ef update PR template, not using gitflow anymore Dominic Wong 2020-06-16 17:00:15 +01:00
  • a89610ffea Merge pull request #1706 from micro/develop Dominic Wong 2020-06-16 16:57:40 +01:00
  • da9bb11240 Merge branch 'master' into develop Dominic Wong 2020-06-16 16:52:24 +01:00
  • a3a1a84172 Split long discord output message into the chunks by 2000 characters (#1704) Dmitry Kozlov 2020-06-16 00:22:00 +03:00
  • 1179d7e89a registry/mdns: fix nil host bug (#1703) ben-toogood 2020-06-15 16:13:45 +01:00
  • a5df913926 Update README.md (#1695) Asim Aslam 2020-06-10 10:22:53 +01:00
  • 9ce706191b Update FUNDING.yml (#1692) Asim Aslam 2020-06-08 18:12:19 +01:00
  • 0327f30e3c Fix regex detection. Fixes #1663 (#1696) v2.9.0 Dominic Wong 2020-06-10 11:18:03 +01:00
  • 0ce132eb8f Fix race condition when updating process being waited on (#1694) Dominic Wong 2020-06-10 09:36:41 +01:00
  • 00b76e0a64 Initialize selector before we make an auth.Generate call (#1693) Janos Dobronszki 2020-06-09 12:47:31 +02:00
  • aec27be9b4 Fix race when opening DB for first time (#1691) Dominic Wong 2020-06-08 16:19:22 +01:00
  • 86dfcb819b Ignore "no such process" error (#1686) Dominic Wong 2020-06-08 10:47:25 +01:00
  • d613804b0a Sigterm instead of Sigkill (#1687) Janos Dobronszki 2020-06-06 15:04:14 +02:00
  • 92e9d05432 api/handler/rpc: dont log error on normal websocket error code (#1688) Vasiliy Tolstov 2020-06-06 00:03:43 +03:00
  • 8dfd93e915 util/wrapper: Add Static Client wrapper (#1685) ben-toogood 2020-06-05 10:18:35 +01:00
  • e5136332e3 Add build and test of micro to pre-release testing (#1684) Dominic Wong 2020-06-04 13:46:22 +01:00
  • f10fd4b479 Build all micro/examples for release-X.X.X branches (#1683) Dominic Wong 2020-06-04 09:32:17 +01:00
  • 74368026a5 Fix incorrect namespace variable name (merge conflict) (#1677) ben-toogood 2020-06-03 09:48:19 +01:00
  • fde1aa9d6a Move auth account creation to config/cmd (#1676) ben-toogood 2020-06-03 09:43:20 +01:00
  • f45cdba9ba Apply wrappers to gRPC streams (#1675) ben-toogood 2020-06-02 17:56:26 +01:00
  • 73c2f25935 Fix regex detection. Fixes #1663 (#1696) Dominic Wong 2020-06-10 11:18:03 +01:00
  • b270860b79 Update README.md (#1695) Asim Aslam 2020-06-10 10:22:53 +01:00
  • 8e81cea96f Fix race condition when updating process being waited on (#1694) Dominic Wong 2020-06-10 09:36:41 +01:00
  • cdd8f9fd82 Initialize selector before we make an auth.Generate call (#1693) Janos Dobronszki 2020-06-09 12:47:31 +02:00
  • e7ba930236 Update FUNDING.yml (#1692) Asim Aslam 2020-06-08 18:12:19 +01:00
  • a346064eaf Fix race when opening DB for first time (#1691) Dominic Wong 2020-06-08 16:19:22 +01:00
  • 47bdd5c993 Ignore "no such process" error (#1686) Dominic Wong 2020-06-08 10:47:25 +01:00
  • 9af12ff9df Sigterm instead of Sigkill (#1687) Janos Dobronszki 2020-06-06 15:04:14 +02:00
  • 6c7bcf3883 api/handler/rpc: dont log error on normal websocket error code (#1688) Vasiliy Tolstov 2020-06-06 00:03:43 +03:00
  • bbc3b7040b util/wrapper: Add Static Client wrapper (#1685) ben-toogood 2020-06-05 10:18:35 +01:00
  • 582f2e8b94 Add build and test of micro to pre-release testing (#1684) Dominic Wong 2020-06-04 13:46:22 +01:00
  • bd3ef67328 Build all micro/examples for release-X.X.X branches (#1683) Dominic Wong 2020-06-04 09:32:17 +01:00
  • 1ccd4cd940 Merge branch 'master' into develop Dominic Wong 2020-06-03 10:41:39 +01:00
  • aa679f7a73 Create PULL_REQUEST_TEMPLATE.md Dominic Wong 2020-06-03 10:32:28 +01:00
  • 003731ace9 Fix incorrect namespace variable name (merge conflict) (#1677) ben-toogood 2020-06-03 09:48:19 +01:00
  • 7b379bf1f1 WIP: Add metadata to store record (#1604) Asim Aslam 2020-06-03 09:45:08 +01:00
  • b6f3e8b715 Move auth account creation to config/cmd (#1676) ben-toogood 2020-06-03 09:43:20 +01:00
  • 8f6ec21b91 Apply wrappers to gRPC streams (#1675) ben-toogood 2020-06-02 17:56:26 +01:00
  • e4e56b0f3f Merge pull request #1671 from sadwxqezc/fix-jwt Dominic Wong 2020-06-02 09:27:14 +01:00
  • 219d29f664 fix jwt revoke huanghuan.27@bytedance.com 2020-06-02 10:26:33 +08:00
  • 8fb138af06 Update README.md Asim Aslam 2020-05-31 11:56:55 +01:00