haad
|
6746d88bb7
|
Fix benchmark-kv example
|
2016-05-07 12:12:34 +02:00 |
|
haad
|
79ca785bb7
|
Update README
|
2016-05-07 12:07:47 +02:00 |
|
haad
|
1dd7ee3bf7
|
Update browser build
|
2016-05-07 12:07:41 +02:00 |
|
haad
|
7578278e04
|
Update module description
|
2016-05-07 11:58:38 +02:00 |
|
haad
|
2e5d5b75a7
|
Remove ipfs-log dep, use latest orbit-db stores
|
2016-05-07 11:54:07 +02:00 |
|
haad
|
c6131a2be0
|
Use orbit-db store modules, add FeedStore
|
2016-05-07 11:42:18 +02:00 |
|
haad
|
4a94f543c0
|
Use latest event store module
|
2016-05-07 11:41:50 +02:00 |
|
haad
|
6e5a2c7585
|
Use latest ipfs modules
|
2016-05-07 11:19:11 +02:00 |
|
haad
|
1a17809446
|
Add orbit-db store modules
|
2016-05-07 11:18:52 +02:00 |
|
haad
|
2561f5adbd
|
Remove OperationsLog
|
2016-05-06 16:28:42 +02:00 |
|
haad
|
c375b67b98
|
Remove obsolete cache reset
|
2016-05-06 16:28:36 +02:00 |
|
haad
|
362e2093db
|
Remove custom Logs
|
2016-05-06 16:24:03 +02:00 |
|
haad
|
6bed824e5e
|
Cleanup
|
2016-05-06 15:56:11 +02:00 |
|
haad
|
c4e245d3d1
|
Merge oplog to store
|
2016-05-06 13:22:41 +02:00 |
|
haad
|
3ccab7b17d
|
Refactor stores to work with OperationsLog and ipfs-log
|
2016-05-06 12:20:11 +02:00 |
|
haad
|
180affa688
|
Update ipfs-log and logplease
|
2016-05-04 11:41:44 +02:00 |
|
haad
|
d823ab4d2b
|
Use reduce() instead of forEach() for building KeyValueIndex
|
2016-05-04 11:30:37 +02:00 |
|
haad
|
3c4fc90819
|
Use reduce() instead of forEach() for building EventIndex
|
2016-05-04 11:30:28 +02:00 |
|
haad
|
2b8b5f0285
|
Remove _padOperation from OperationsLog
|
2016-05-04 11:28:26 +02:00 |
|
haad
|
ac9af3ddb5
|
Handle operations based on the hash, not key.
|
2016-05-04 11:21:42 +02:00 |
|
haad
|
cf62db5534
|
Use 'DEL' for delete instead of 'DELETE' in KeyValueStore
|
2016-05-04 11:12:17 +02:00 |
|
haad
|
7d44f6c421
|
Join a network based on ipfs hash, not host+port
|
2016-05-04 11:05:58 +02:00 |
|
haad
|
9580102266
|
Remove obsolete code from PubSub
|
2016-05-04 11:05:08 +02:00 |
|
haad
|
66382e3f67
|
Fix eventlog example
|
2016-05-03 17:18:40 +02:00 |
|
haad
|
6db0ac79be
|
Add ts to db op
|
2016-05-03 17:18:31 +02:00 |
|
haad
|
5706090f35
|
Move events to Store from Oplog
|
2016-05-03 15:12:55 +02:00 |
|
haad
|
6427e57b2a
|
Fix events
|
2016-05-03 13:52:13 +02:00 |
|
haad
|
aece96b49c
|
Refactor stores to be individual databases
|
2016-05-03 11:52:58 +02:00 |
|
haad
|
9573f24bc7
|
Browser build
|
2016-04-28 21:43:13 +02:00 |
|
haad
|
c7dd79bda8
|
Cleanup
|
2016-04-28 21:41:14 +02:00 |
|
haad
|
06ee3ebf31
|
Refactor indexing
|
2016-04-28 21:34:14 +02:00 |
|
haad
|
399a76928f
|
Remove orbit-common, add orbit-server (for tests)
|
2016-04-27 12:50:46 +02:00 |
|
haad
|
b33a97b1cb
|
Move Cache.js to oplog/
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
0be26e035b
|
Remove post/ prototypes
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
86a88019e6
|
Rename Client to OrbitDB
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
3c0907e0ed
|
Rename EventLogIndex to EventIndex
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
32ed6db936
|
Update browser build
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
01bdf1a80f
|
Cleanup OperationsLog
|
2016-04-27 12:45:43 +02:00 |
|
haad
|
44f648d34b
|
Fix examples and browser build
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
8b7662fa26
|
Remove payload caching (not needed anymore)
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
3d12247bdb
|
Rename Client to OrbitDB and set it as module's entry point. Move files to appropriate directories.
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
81a54f762d
|
Use disposableApi for tests
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
c4c03dba23
|
Remove orbit-common from dependencies. Use latest orbit-server package.
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
6a46b64cfe
|
Fix browser build
|
2016-04-27 12:45:42 +02:00 |
|
haad
|
2ddba23db0
|
Refactor everything
|
2016-04-27 12:45:41 +02:00 |
|
haad
|
a858eabbe3
|
WIP commit
|
2016-04-27 12:45:41 +02:00 |
|
haad
|
abe957890d
|
WIP commit
|
2016-04-27 12:45:41 +02:00 |
|
haad
|
11fd73ab18
|
WIP
|
2016-04-27 12:45:41 +02:00 |
|
haad
|
2d0dda1571
|
Refactoring
|
2016-04-27 12:45:41 +02:00 |
|
haad
|
2af5e40a9b
|
Testing
|
2016-04-27 12:45:41 +02:00 |
|