Xinjie-canya
90e50337fa
Fix wrong reference of CounterStore
2018-12-12 23:26:39 +08:00
Mark Robert Henderson
9d674766a5
Merge pull request #500 from tyleryasaka/determine-address
...
Determine address
2018-12-07 06:06:04 -05:00
Tyler Yasaka
15aae2959b
Merge branch 'master' into determine-address
2018-12-06 11:20:46 -08:00
Mark Robert Henderson
dddb271a84
Merge pull request #507 from zachferland/feat/cache-option
...
feat: allow local cache to be pass as option
2018-12-05 10:58:03 -05:00
Zach Ferland
708860798c
test: move redundant config to shared test utils
2018-11-30 16:48:47 -05:00
Zach Ferland
5797641fba
test: add custom test cache, add persistence test against custom cache, add store tests against cache
2018-11-30 16:40:19 -05:00
Haad
c2d1dec6c1
Merge pull request #510 from orbitdb/feat/code-of-conduct
...
docs: Add the Code of Conduct
2018-11-30 12:33:12 +02:00
Haad
83a8904f95
Merge pull request #516 from orbitdb/feat/calls
...
docs(README.md): Add note about calls above fold
2018-11-30 12:32:32 +02:00
Richard Littauer
2c7ca9e612
docs(README.md): Add note about calls above fold
...
In [at least this comment](https://github.com/orbitdb/orbit-db/issues/509#issuecomment-442710847 ), it was not clear that there were calls. This might help. What do you think?
2018-11-29 12:19:46 -05:00
Tyler Yasaka
168c9b4776
Throw error returned from DAGNode.create in access controller
2018-11-28 15:34:24 -08:00
Tyler Yasaka
cab38cbb9c
Throw error returned from DAGNode.create
2018-11-28 15:29:22 -08:00
Tyler Yasaka
74c0e8a799
Document determineAddress
method
2018-11-27 22:20:53 -08:00
Richard Littauer
44bf10bff8
docs: Add the Code of Conduct
...
The Code is already in orbitdb/welcome, but it has not been added to this repository yet. Doing so will mean that it is mentioned when people make PRs, and that it will be more visible to people coming to this repo.
2018-11-26 09:45:47 -05:00
Zach Ferland
46b298be10
feat: allow local cache to be pass as option
2018-11-20 21:14:55 -05:00
Tyler Yasaka
c32033161d
Use DAGnode.create to get hash without saving to IPFS
2018-11-13 15:52:50 -08:00
Tyler Yasaka
2378b654a5
Add a couple tests for determineAddress
2018-11-13 09:52:24 -08:00
Tyler Yasaka
2435560c95
Move some validation to determineAddress
2018-11-13 09:52:16 -08:00
Tyler Yasaka
941c078da5
Add a determineAddress method
...
Because the generated address is deterministic, it can be predicted if you know the name, type, and write-access keys. This method makes it straightforward to do so.
2018-11-13 08:17:22 -08:00
Haad
b819a66208
Merge pull request #499 from orbitdb/fix/makefile
...
Keep package-lock on make clean, add make rebuild command
2018-11-12 11:47:53 +01:00
haad
fbf4763cda
Keep package-lock on make build, add make rebuild command
2018-11-12 11:46:49 +01:00
shamb0t
f93243821b
Merge pull request #493 from orbitdb/refactor/local-data-check
...
Refactor checking local db data at open/create
2018-11-07 08:45:24 +01:00
haad
50dcd71411
Refactor checking local db data at open/create
2018-11-07 07:52:51 +01:00
Haad
c03e9a2720
Merge pull request #462 from orbitdb/feat/spelling-errors
...
fix: Spelling errors
2018-10-02 20:24:42 +07:00
Richard Littauer
a4235f34f0
Merge pull request #472 from KevinLiLu/master
...
Fix typo in Access Control section of GUIDE.md
2018-10-02 09:21:40 -04:00
lu.kevin@berkeley.edu
28f3b47450
Fix typo in Access Control section of GUIDE.md
2018-10-02 00:20:46 -07:00
Richard Littauer
e191d27832
fix: Spelling errors
...
Generated by https://github.com/codespell-project/codespell .
2018-09-20 15:30:44 -04:00
shamb0t
a4c1027416
Merge pull request #459 from haoliangyu/patch-1
...
docs(api): fix outdated doc
2018-09-18 16:12:04 +04:00
Haoliang Yu
467c66816a
Fix docstore.get() doc
2018-09-17 20:14:14 +08:00
Haad
5e3d0c5e81
Merge pull request #455 from 0xflotus/patch-1
...
fixed specified
2018-09-17 07:39:47 +02:00
0xflotus
a416469912
fixed specified
2018-09-16 23:04:56 +02:00
Haad
ff9f16e703
Merge pull request #443 from vvp/feat/dockerized
...
Dockerfile for OrbitDB base image
2018-09-11 12:43:31 +02:00
V-V
e29b8f58f1
Grammatical fixes in docker/README.md
2018-09-11 07:25:36 +03:00
Haad
89295ced77
Merge pull request #448 from orbitdb/feat/gitter
...
docs: Add a Gitter badge
2018-09-06 16:46:58 +02:00
Richard Littauer
8342a8363e
docs(README.md): Add a Gitter badge
2018-09-06 10:12:38 -04:00
V-V
21390a95ff
Improved the docker/README.md
...
Tested with newer Docker version, also described some of the
benefits of containerization from our perspective.
2018-08-31 14:52:27 +03:00
V-V
b837a1e348
Instructions for building and running OrbitDB containers
2018-08-31 14:09:48 +03:00
V-V
bfdc17e949
Base Dockerfile for OrbitDB
...
This commit introduces a Dockerfile for building Docker images of OrbitDB
base installations on node.js. It is based on official nodejs image, and
can also be used either as a base image for building new images for
projects that use OrbitDB, or as image for throwaway temporary containers.
2018-08-31 13:41:52 +03:00
Haad
a8e097b4f8
Merge pull request #436 from mistakia/docs/api-fix
...
Document replicate option
2018-08-16 17:47:32 +03:00
Kia Rahimian
d9f1d079ae
docs(API): document replicate option
2018-08-16 10:44:28 -04:00
Haad
eafc95805f
Merge pull request #433 from crazybuster/await-on-send
...
Wait for send to complete on exchange heads
2018-08-16 17:12:21 +03:00
Richard Littauer
b17d275af1
docs: update license information
2018-08-14 14:03:51 -04:00
Richard Littauer
8ae7274d0a
Merge pull request #428 from orbitdb/feat/automatically-add-tocs
...
docs: Add TOCs using an npm script
2018-08-13 15:16:28 -04:00
Richard Littauer
8a506f6b3b
Change script names
2018-08-13 14:48:42 -04:00
Richard Littauer
3816f4d517
chore: move remark packages to devdeps
2018-08-12 12:32:52 -04:00
Richard Littauer
fa6dbeb221
docs: add remark-validate-links, fix broken links
2018-08-12 11:26:28 -04:00
Yu Pan
003c658927
Wait for the message to be actually sent before continuing
2018-08-09 16:15:54 -07:00
Richard Littauer
8a9f0ec21d
docs: Add TOCs using an npm script
...
This is a stab at making #426 work automatically, so that we don't need to manually adjust the files. I've also edited some of the depths of the headings. What do you think, @mistakia?
One thing I would like is to add this to the build. It shouldn't change anything if there are no changes to make.
2018-08-08 18:07:51 -04:00
Richard Littauer
11d7c32d1a
Merge pull request #407 from mistakia/docs/update
...
Refactored README.md & updated API.md
2018-08-01 08:24:20 -04:00
Haad
3ed6f4988d
Merge pull request #424 from orbitdb/remove-old-circleci-config
...
Remove CircleCI 1.0 config file
2018-08-01 13:14:43 +03:00
haad
182100a14b
Remove CircleCI 1.0 config file
2018-08-01 12:59:55 +03:00