Commit Graph

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