181 Commits

Author SHA1 Message Date
Mark Nadal
6464247d9c refactor 2018-03-25 05:19:49 -07:00
Mark Nadal
68587763f9 ++perf --hack 2018-02-13 13:38:28 -08:00
Mark Nadal
48c7a442a9 rename 2018-02-06 04:55:16 -08:00
Mark Nadal
b2da673f4c no lS in Travis 2018-01-21 00:36:18 -08:00
Mark Nadal
b895143a60 fix race. 2018-01-20 22:11:47 -08:00
Mark Nadal
5755666032 SEA as contact, GUN async transform 2018-01-10 02:12:05 -08:00
Mark Nadal
6d1d3bfb9f may need to revert some gun.js changes 2018-01-08 02:59:02 -08:00
Mark Nadal
3f70fa9782 fix depth put bug 2017-12-31 15:45:08 -08:00
Mark Nadal
f561310c78 backward compatible opt.uuid async upgrade 2017-12-15 17:56:39 -08:00
Mark Nadal
95280b89f8 v0.9.x ! Try S3 again? 2017-11-18 20:33:15 -08:00
Mark Nadal
4c8b679c4c ask for things 2017-10-30 07:19:18 -07:00
Mark Nadal
e92aae7b55 if chain cannot resolve, ack 2017-10-29 22:36:11 -07:00
Mark Nadal
42e0ac89ea fix async/sync 2017-10-16 00:03:59 -07:00
Mark Nadal
9ce98ffcc0 eliminate memory leaks! Must use .off() though 2017-07-12 15:49:07 -07:00
Mark Nadal
4db1ae9872 v0.8 baby! Last Breaking Changes! 2017-07-06 18:10:41 -07:00
Mark Nadal
79c2e6e2da make breaking change for 0.8, need to fix adapters for tests 2017-06-25 20:29:26 -07:00
Mark Nadal
9b752c3937 clarify root more for SEA, lots more to go 2017-04-21 15:42:42 -07:00
Mark Nadal
181b6bd767 0.7 with .val(cb) also hearing .not 2017-04-03 13:02:20 -07:00
Mark Nadal
6886a33329 load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:38:12 -08:00
Mark Nadal
fff3a99bb2 load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:36:48 -08:00
Mark Nadal
2c0a48a966 load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:27:46 -08:00
Mark Nadal
09ec456a0c load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:25:02 -08:00
Mark Nadal
9312a15c33 load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:19:45 -08:00
Mark Nadal
c64f827f9d load testing!!! 1.7K inserts/sec! Only will get more better! 2017-03-11 07:15:29 -08:00
Mark Nadal
ec3288e583 load testing! 2017-03-11 07:03:55 -08:00
Mark Nadal
a700afba73 fix #320 for @leemuro 2017-02-20 17:29:57 -08:00
Mark Nadal
8aa649ef4a s3 fix & begin adding load tests 2017-02-20 15:27:02 -08:00
Mark Nadal
3f0c2c6267 fix S3 2017-02-16 23:38:34 -08:00
Mark Nadal
56cfe2e2c6 v0.6.0 baby! 2017-02-14 16:52:02 -08:00
Mark Nadal
6dd1b1b536 v0.6.0 baby! 2017-02-14 16:46:24 -08:00
Mark Nadal
3c1ff61e37 fix local not founds unsubscribing things. 2017-02-11 04:11:26 -08:00
Mark Nadal
e65c6cee57 fix num_is & repeat maps 2017-02-06 10:18:46 -08:00
Mark Nadal
615a0f7fff patch map, add src 2017-02-04 00:20:17 -08:00
Mark Nadal
30bbcc1de2 fixed map and @stefdv stuff 2017-02-03 16:17:31 -08:00
Mark Nadal
ebabc80714 looking good! one last node 2017-02-03 16:08:14 -08:00
Mark Nadal
00552bd89a before impulsive behavior 2017-02-02 01:56:00 -08:00
Mark Nadal
b4b6743eaa fix implicit 2017-01-29 03:27:46 -08:00
Mark Nadal
122890b42d fix not 2017-01-29 00:04:37 -08:00
Mark Nadal
b03f6e0de8 put as merge 2017-01-27 22:12:50 -08:00
Mark Nadal
40c991426b launching 0.5! 2017-01-27 07:40:24 -08:00
Mark Nadal
d0bbcef285 0.5! 2017-01-27 06:27:04 -08:00
Mark Nadal
37ac5e28e4 we should push 2017-01-27 03:34:16 -08:00
Mark Nadal
377fa7900f clean up 2017-01-21 22:06:56 -08:00
Mark Nadal
9002593435 looking good 2017-01-21 18:13:34 -08:00
Mark Nadal
631eb6d023 mostly working solution to orphan-child-unsubscribe-from-table problem, although causality questions, going to try another idea. 2016-12-19 23:58:30 -08:00
Mark Nadal
5ade1b6773 idea for solution 2016-12-17 23:54:32 -08:00
Jesse Gibson
25328d14b8 Fix common travis-ci build failures
Move E2E panic tests into their own dedicated folder so mocha won't
automatically attempt to run it. New npm script (`npm run e2e`) runs
those tests with mocha explicitly.

This solves a number of problems:
- Travis-CI can't run the panic tests without a selenium server, which
  requires a ton more setup that simply hasn't been done yet.
- Selenium-webdriver doesn't support node < v4, and immediately fails
  the build on those environments.

If at any point in the future we want those tests to run automatically,
here's what we'll need:
- Browserstack or SauceLabs tunneling and auth env variables.
- Bash script to detect node version and only install deps and run the
  tests if the environment supports it.

Also, a number of tests had `.only` in front, preventing all the others
from running. They've been removed.
2016-12-16 10:57:31 -07:00
Mark Nadal
02381a123d so much 2016-12-15 16:17:50 -08:00
Mark Nadal
34eb293a63 be brave, clean up 2016-12-06 23:48:10 -08:00
Mark Nadal
914cce726b merge again 2016-11-15 14:40:27 -08:00