907 Commits

Author SHA1 Message Date
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
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
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
Haad
25d5a24cf8
Merge pull request #404 from orbitdb/circleci-20-test
Adding auto-generated CircleCI 2.0 config file
2018-08-01 12:38:54 +03:00
Haad
d2f2d42955
Merge pull request #421 from orbitdb/feat/sponsors
docs(README.md): Add Haja and Maintainer sponsors
2018-08-01 12:38:03 +03:00
Haad
87987b2923
Merge pull request #422 from orbitdb/feat/community-calls
docs: Add note about community calls
2018-08-01 12:36:13 +03:00
Kia Rahimian
cb33a6f1fa docs(api): fix broken link to load event 2018-07-25 21:10:06 -04:00
Kia
e0693720f0
docs(api): add store closed event 2018-07-25 21:08:31 -04:00
Kia
b35e0f67b1
docs(api): add missing param to store ready event 2018-07-25 21:03:59 -04:00
Kia
a4eb5e1c60 docs(api): add missing aliases 2018-07-25 21:01:26 -04:00
Kia
383f0ce6d2 docs(api): document returns 2018-07-25 21:01:26 -04:00
Kia Rahimian
2f84c96c9d docs: move custom store to GUIDE.md 2018-07-25 21:01:26 -04:00
Kia
3177f2c634 docs(readme): expand on usage with IPFS instance 2018-07-25 21:01:26 -04:00
Kia
51d0c2c3e9 docs(readme): remove api list
keep README.md concise
2018-07-25 21:01:26 -04:00
Kia
5585bff739 docs: fix typo 2018-07-25 21:01:26 -04:00
Kia Rahimian
a7ab7c4d4a docs: add store.load param 2018-07-25 21:01:26 -04:00
Kia
88ebe6a459 docs: fix styling 2018-07-25 21:01:26 -04:00