haad
|
dbc4e29dc7
|
Remove obsolete flags
|
2016-03-03 13:06:13 +01:00 |
|
haad
|
215822dd44
|
Remove lodash require from List
|
2016-03-03 12:47:38 +01:00 |
|
haad
|
ec51546799
|
Use Lazy.js instead of lodash, .toJson() --> asJson, cleanup code.
|
2016-03-03 12:45:10 +01:00 |
|
haad
|
03e3279766
|
Refactor data slicing/search. Remove DataStore. Rename and move files to their appropriate places.
|
2016-03-03 11:51:28 +01:00 |
|
haad
|
c50ba61256
|
Cleanup
|
2016-03-01 18:58:23 +01:00 |
|
haad
|
c6f2fbf51c
|
Working version
|
2016-03-01 15:12:41 +01:00 |
|
haad
|
664c1ca38b
|
Fix history fetching
|
2016-03-01 13:08:46 +01:00 |
|
haad
|
5f89f21889
|
Shorter history
|
2016-02-29 15:14:23 +01:00 |
|
haad
|
425cbbe909
|
List fetching
|
2016-02-29 13:27:06 +01:00 |
|
haad
|
5e86dca03f
|
Ordering tests
|
2016-02-29 13:24:18 +01:00 |
|
haad
|
f3b49b2a40
|
Try another order
|
2016-02-29 13:14:55 +01:00 |
|
haad
|
5481334220
|
Fix next's initial value. Move fetchPayload() to OrbitNode.
|
2016-02-29 12:30:22 +01:00 |
|
haad
|
653ce89b55
|
Move heads() to Node
|
2016-02-29 12:10:54 +01:00 |
|
haad
|
b88c498713
|
Fix sorting. Move equals() and hasChild() to Node.
|
2016-02-29 11:54:35 +01:00 |
|
haad
|
ff10add756
|
Add equals() and hashChild()
|
2016-02-29 11:54:07 +01:00 |
|
haad
|
ce99aa734f
|
Cleanup code
|
2016-02-26 14:24:34 +01:00 |
|
haad
|
471b189cbb
|
Cleanup
|
2016-02-26 14:06:47 +01:00 |
|
haad
|
7f34829645
|
Cleanups
|
2016-02-26 13:45:57 +01:00 |
|
haad
|
57c006feb2
|
Fixing lists
|
2016-02-26 12:42:37 +01:00 |
|
haad
|
1d70af0e86
|
Fix stack overflow, refactor _fetchOne
|
2016-02-23 09:37:15 +02:00 |
|
haad
|
dadddc4ca2
|
Cleanup old code
|
2016-02-23 09:36:47 +02:00 |
|
haad
|
15fc4cf4f2
|
Replace redis with socket.io connection to orbit-server
|
2016-02-22 15:26:02 +02:00 |
|
haad
|
144e1f94fd
|
Cleanup PubSub
|
2016-02-22 12:52:52 +02:00 |
|
haad
|
a8dd379a23
|
Cleanup code
|
2016-02-22 12:35:54 +02:00 |
|
haad
|
c10836b31f
|
Remove obsolete code
|
2016-02-22 12:09:10 +02:00 |
|
haad
|
4c0e8f6a9e
|
Fix a perf bottleneck by commiting lists in batches. 100 tests!
|
2016-02-22 11:33:38 +02:00 |
|
haad
|
8caf8cbb9a
|
Refactor OrbitClient and Pubsub to use Lists
|
2016-02-21 17:52:20 +02:00 |
|
haad
|
3863150624
|
OrbitList
|
2016-02-16 23:01:37 +01:00 |
|
haad
|
523e67b05e
|
Cleanup lists
|
2016-02-16 11:10:58 +01:00 |
|
haad
|
0aa0e0afd3
|
Testing lists
|
2016-02-16 09:20:53 +01:00 |
|
haad
|
8b35764952
|
Testing head tracking
|
2016-02-12 09:28:08 +01:00 |
|
haad
|
085cf4775f
|
Tweaks
|
2016-02-11 15:26:41 +01:00 |
|
haad
|
aa619a81c8
|
Tweaks
|
2016-02-11 14:10:23 +01:00 |
|
haad
|
61e063a7ed
|
Timeouts, save head in redis
|
2016-02-11 11:57:10 +01:00 |
|
haad
|
d60f8d66a2
|
Testing
|
2016-02-11 09:20:34 +01:00 |
|
haad
|
1a99681a5b
|
Testing
|
2016-02-10 17:58:01 +01:00 |
|
haad
|
a419b0d527
|
Testing
|
2016-02-10 17:27:26 +01:00 |
|
haad
|
079ea9853b
|
Testing
|
2016-02-10 17:04:23 +01:00 |
|
haad
|
78481cd96a
|
WOrking version (WIP)
|
2016-02-10 13:43:07 +01:00 |
|
haad
|
c39c8a9983
|
Pubsub proto (WIP)
|
2016-02-09 17:01:39 +01:00 |
|
haad
|
bfb7dfc311
|
First version of pubsub communication
|
2016-02-09 10:32:26 +01:00 |
|
haad
|
8b905c2bda
|
Add 'from' field to MetaInfo
|
2016-02-09 10:32:11 +01:00 |
|
haad
|
aaeb33efd9
|
Pubsub communication WIP
|
2016-02-04 16:01:00 +07:00 |
|
haad
|
d0bafaf789
|
Naive MemoryCache for caching items locally
|
2016-02-04 15:48:47 +07:00 |
|
haad
|
6a2635c9c3
|
Move HashCacheOps to its own file. Rename variables in Aggregator for clarity.
|
2016-02-03 17:26:58 +07:00 |
|
haad
|
bd11ef1d80
|
Remove obsolete code
|
2016-02-03 17:25:58 +07:00 |
|
haad
|
47694d62c0
|
Move timer to examples/
|
2016-02-03 17:25:51 +07:00 |
|
haad
|
f74ec4b104
|
Use orbit-common. Make test fully independent and not require orbit-server to be running.
|
2016-02-03 14:22:58 +07:00 |
|
haad
|
264b362af5
|
Make event's hash the key and simplify aggregation logic. Add timestamp to each Post.
|
2016-02-02 22:59:42 +08:00 |
|
haad
|
88cb446a50
|
Put circle.yml to the right directory so that it actually works
|
2016-01-21 12:09:14 +08:00 |
|