Connor Peet
268757f51e
fix(codegen): call stack errors when regenerating proto fildes
2017-11-11 22:09:45 -08:00
Connor Peet
bcf75e1a44
fix(watcher): debug code for flakey test
2017-10-15 21:19:56 -07:00
Connor Peet
66b1e9050b
fix(watcher): failure restoring watchers if etcd revisions are very large
2017-10-15 20:47:01 -07:00
Connor Peet
6806a2d96e
fix(stm): address PR comments, add thorough tests and fix bugs
2017-10-15 20:47:01 -07:00
Connor Peet
c4793b2759
feat(stm): initial implementation of software transactional memory
2017-10-15 20:47:01 -07:00
Connor Peet
9127329963
feat(connection-pool): retry on expired auth token
2017-10-15 08:38:38 -07:00
Connor Peet
da21cfc4af
refactor(connection-pool): always prefer manual metadata, simplify singleton
2017-10-15 08:28:31 -07:00
Sebastien Ritz
b60ae04a5e
lint(connection-pool, simple-token): fixing linting errors
2017-10-13 11:41:40 +02:00
Sebastien Ritz
2330c48c39
test(connection-pool): allow insecure connection with auth
2017-10-13 11:34:41 +02:00
Sébastien Ritz
4026d189d0
Merge pull request #1 from reptilbud/allow-credentials-with-insecure-channel
...
Adding the possibility to connect with credentials over an insecure c…
2017-10-13 10:13:10 +02:00
Sebastien Ritz
cad614ae8c
Adding the possibility to connect with credentials over an insecure channel through a singleton having a metadata object containing the token
2017-10-13 10:06:04 +02:00
Connor Peet
5434b6621c
doc(changelog): release 0.2.5
2017-09-30 11:09:04 -07:00
Connor Peet
a678fa6763
0.2.5
2017-09-30 11:08:21 -07:00
Connor Peet
58c08be8d1
chore(*): update dependencies, formatting/linter
2017-09-30 11:05:20 -07:00
Connor Peet
378f7c5c73
feat(client): allow passing internal grpc options to the client
2017-09-30 11:02:23 -07:00
Connor Peet
8d7640c9e5
fix(watcher): queue watcher attachments, recover watchers from data wipes
2017-08-22 07:39:12 -07:00
Connor Peet
c6dc06e231
fix(connection-pool): errors if no servers are available ( fixes #7 )
2017-08-22 07:39:12 -07:00
Connor Peet
7278b902a6
0.2.4
2017-08-02 10:07:31 -07:00
Connor Peet
5f322a7309
style(connection-pool): lint
2017-08-02 10:07:12 -07:00
Connor Peet
1d5515648c
doc(changelog): 0.2.3
2017-08-02 10:07:12 -07:00
Connor Peet
0a86698151
fix(connection-pool): connections failing with protocol prefix
2017-08-02 10:07:12 -07:00
Connor Peet
5250a8b5b3
fix(connection-pool): auto-detect https prefix, warn on bad configuration
2017-08-02 10:07:12 -07:00
Connor Peet
6209480a77
doc(changelog): add #27
2017-07-31 19:37:37 -07:00
Jacob Alheid
0d63f497ac
test(*): update Travis CI tests to include latest etcd and node 8 ( #27 )
...
* travis: Run tests against node 5, 8, 9 and latest etcd 3.2.4.
* docs: Update readme.md with link to test directory instead of broken link to file that doesn't exist.
* travis: Drop node 5 and node 9, since node 5 does not work with the ts-node compiler in mocha, and node 9 is not available via nvm yet.
2017-07-31 19:36:04 -07:00
Connor Peet
646b3942bb
0.2.3
2017-07-19 07:12:18 -07:00
Connor Peet
a3ba28ae7a
fix(lock): unable to set TTL ( #26 )
2017-07-19 07:11:09 -07:00
Connor Peet
3f5982ccf0
docs(*): rebuild
2017-07-11 22:03:11 -07:00
Connor Peet
189a8ce4b2
style(*): format code with prettier ( #18 )
...
* chore: format code with prettier
* address PR comments
2017-07-11 10:32:02 -07:00
Connor Peet
d7c558e6b5
0.2.2
2017-07-10 22:29:34 -07:00
Connor Peet
9a59ac9fc8
Merge pull request #24 from mixer/hotfix/updates
...
Hotfix/updates
2017-07-10 22:28:12 -07:00
Connor Peet
d56fbfe149
docs(changelog): 0.2.2
2017-07-10 22:21:37 -07:00
Connor Peet
add57b2fdb
chore(grpc): update grpc, remove unnecessary and buggy patch file
2017-07-10 22:20:19 -07:00
Connor Peet
aa83fee351
test(setup): reissue expired certs, make them very long-lived
2017-07-10 22:18:41 -07:00
Connor Peet
2c5c92b0e9
0.2.1
2017-07-10 17:38:03 -07:00
Connor Peet
5541b29362
docs(changelog): finalize 2.1.0
2017-07-10 17:36:59 -07:00
Connor Peet
c187c32c18
Merge pull request #16 from mixer/watchers-final
...
[W-1] Prep work for watchers
2017-06-21 21:19:53 -07:00
Connor Peet
548ce731d4
Merge branch 'watchers-impl' into watchers-final
2017-06-21 21:16:32 -07:00
Connor Peet
898cfdf7ed
Address PR comments
2017-06-21 21:16:16 -07:00
Connor Peet
1b88b6f1f9
PR comments
2017-06-21 21:10:34 -07:00
Connor Peet
0c2b57e6e5
Update watcher.tla to the correct version, oops
2017-06-18 10:37:12 -07:00
Connor Peet
3820e11402
Split out tests into separate files, add watcher tests and simulate degradations in leases
2017-06-18 09:41:24 -07:00
Connor Peet
d302f46028
Add TLA+ watcher proof and base implementation
2017-06-18 09:41:01 -07:00
Connor Peet
a5b72fbc6e
Add client patch pending fixes in https://github.com/grpc/grpc/issues/11514
2017-06-18 09:40:10 -07:00
Connor Peet
2afeffad2d
Add GRPC proxy server for simulating network conditions
2017-06-18 09:39:22 -07:00
Connor Peet
4f12148d55
Add watcher to changelog, prettier setup, RPC typings
2017-06-18 09:38:51 -07:00
Connor Peet
b1b5a452e1
Merge pull request #12 from mixer/namespacing
...
Namespacing
2017-06-06 11:19:43 -07:00
Connor Peet
b1cc1ec92a
feat: add namespacing
2017-06-03 11:44:02 -07:00
Connor Peet
b0b28a1592
doc: fix incorrect PR links in the changelog
2017-06-03 11:39:11 -07:00
Connor Peet
eef1ddadea
0.2.0
2017-06-03 09:48:25 -07:00
Connor Peet
939bfc9dc2
Add changelog, regenerate typedocs
2017-06-03 09:39:28 -07:00