346 Commits

Author SHA1 Message Date
Troy McConaghy
0ec29abd24 docs: added note re only real way to limit CC complexity today 2017-04-16 21:57:05 +02:00
Troy McConaghy
aa4d532e47 added docs re enforcing max tx size with a reverse proxy 2017-04-16 21:22:12 +02:00
Krish
df02a77788 Documentation for running BigchainDB in docker containers on mac (#1265)
* Documentation for running bigchaindb docker image on mac
2017-04-13 16:17:18 +02:00
Troy McConaghy
333dc9bb93 Updated link to Haskell transaction builder in drivers-clients/index.rst 2017-04-13 12:43:35 +02:00
Troy McConaghy
9f474f5161 fixed problematic hyperlink in http-client-server-api.rst 2017-04-13 12:40:48 +02:00
Troy McConaghy
efa20aea66 fixed problematic hyperlinks in setup-run-node.md 2017-04-13 12:35:30 +02:00
Troy McConaghy
7f8ab60d3b repaired problematic kubernetes hyperlinks 2017-04-13 12:29:53 +02:00
Troy McConaghy
24f7e2662b fixed 2 problematic hyperlinks in run-with-docker.md 2017-04-13 12:10:36 +02:00
Troy McConaghy
6a7eeec23a Updated link to AWS docs re access keys 2017-04-13 12:04:49 +02:00
Troy McConaghy
d937933627 updated link to python-rapidjson repo on github 2017-04-13 11:46:01 +02:00
Troy McConaghy
5afc63ac67 Merge pull request #1390 from bigchaindb/remove-consensus-plugin-docs
Made the consensus plugin an undocumented feature
2017-04-13 10:43:31 +02:00
Troy McConaghy
53b4325d01 Merge branch 'master' into update-docs-on-clusters 2017-04-13 10:27:52 +02:00
Troy McConaghy
93baa922c8 Made the consensus plugin an undocumented feature 2017-04-13 09:56:03 +02:00
Troy McConaghy
659ff0a813 docs: clarify that the keyring update process 2017-04-12 15:18:08 +02:00
Troy McConaghy
b741c51dbc docs: added step where other nodes update their keyring 2017-04-12 15:14:44 +02:00
Troy McConaghy
da634c3892 more edits to cluster setup docs 2017-04-12 15:10:36 +02:00
Troy McConaghy
8fa6b1685e Clarify that AWS depl. scripts deploy w/ RethinkDB 2017-04-12 14:57:36 +02:00
Troy McConaghy
ee3c7f607c updated set-up-a-cluster.md in server docs 2017-04-12 14:55:56 +02:00
Troy McConaghy
ad37441115 docs: moved rethinkdb backup notes to appendices 2017-04-12 14:24:11 +02:00
Troy McConaghy
7c3f912fe0 Addressed remaining comments on PR #1386 2017-04-12 13:56:09 +02:00
Troy McConaghy
40e3c78c9a modified the Bigchaindb node diagram & notes on it 2017-04-12 13:55:07 +02:00
Troy McConaghy
a6ce7b40aa docs fix: the bigchaindb package on PyPI no longer includes the Python driver 2017-04-12 11:23:34 +02:00
Troy McConaghy
8b861131d8 docs: added that we require MongoDB 3.4+ 2017-04-12 11:18:20 +02:00
Troy McConaghy
8361fae815 clarified notes on RethinkDB storage based on @r-marques comments 2017-04-12 11:16:49 +02:00
Troy McConaghy
beace99fc0 some edits to setup-run-node.md 2017-04-11 16:47:30 +02:00
Troy McConaghy
ffc08eaef9 updated docs page 'Set Up and Run a Cluster Node' 2017-04-11 16:29:08 +02:00
Troy McConaghy
22cc47b0c5 Updated docs re: prod node reqs. Moved RethinkDB reqs to Appendices 2017-04-11 14:27:17 +02:00
Troy McConaghy
c3f173528f updated docs page: Production Node Components 2017-04-11 13:23:10 +02:00
Troy McConaghy
392be98289 docs: updated Production Node Assumptions page 2017-04-11 11:15:21 +02:00
Troy McConaghy
fb2d4b19a9 bugfix: fixed ref to production-nodes/index in server index.rst 2017-04-11 10:59:56 +02:00
Troy McConaghy
ed6c90b863 renamed docs/server/source/nodes -> production-nodes 2017-04-11 10:45:09 +02:00
Rodolphe Marques
6f916d5781 Fixed documentation about transactions endpoint. (#1360)
* Fixed documentation about transactions endpoint.

* clarify how bigchaindb handles invalid transactions

* rephrase
2017-04-04 11:25:26 +02:00
Sylvain Bellemare
57d3770564 Add missing underline title characters 2017-04-03 11:21:32 +02:00
Lavina
e7b0b227f1 Rename bigchain.py command module to bigchaindb.py 2017-04-03 11:21:32 +02:00
Troy McConaghy
f5a32e35c5 docs: 1st draft of page about updating all s/w on a BDB node on k8s 2017-03-23 18:21:55 +01:00
Sylvain Bellemare
b42264e27e Add commands subpackage documentation 2017-03-22 16:35:24 +01:00
Rodolphe Marques
510e03ea80 Merge pull request #1322 from bigchaindb/feat/356/limit-cc-complexity
Clarify allowed maximum complexity of conditions
2017-03-22 15:50:55 +01:00
Rodolphe Marques
f98a634d65 clarify allowed maximum complexity of conditions 2017-03-22 14:37:37 +01:00
Krish
425397f644 NGINX frontend for MongoDB and BigchainDB (#1304)
- Added NGINX deployment to frontend both BDB and MDB.
- Nginx is configured with a whitelist (which is read from a ConfigMap)
to allow only other MDB nodes in the closter to communicate with it.
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Multiple changes:
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Documentation
- add the k8s directory to the ignore list in codecov.yml
2017-03-22 14:25:25 +01:00
Sylvain Bellemare
9987041ac0 Add note about case insensitivity of log levels 2017-03-21 16:17:32 +01:00
Sylvain Bellemare
45ae58448f Correct wording 2017-03-21 16:17:32 +01:00
Sylvain Bellemare
3a81270101 Add link to configuration file settings 2017-03-21 16:17:32 +01:00
Sylvain Bellemare
4338637983 Add docs for allowed log levels for cmd line 2017-03-21 16:17:32 +01:00
Sylvain Bellemare
d867983a89 Document cmd line option for the log level 2017-03-21 16:17:32 +01:00
Sylvain Bellemare
05db44a636 Add documentation for log configuration 2017-03-21 16:17:32 +01:00
Troy McConaghy
9aa243c9f8 Merge pull request #1300 from bigchaindb/update-copyright-year-in-docs
Updated copyright year in docs footers
2017-03-20 09:38:24 +01:00
Troy McConaghy
3e0b4e7b90 Merge pull request #1301 from bigchaindb/rm-docs-load-testing-with-docker
Removed docs re: load testing with Docker
2017-03-18 22:24:04 +01:00
Troy McConaghy
da92d1e1c2 Merge branch 'master' into change-federation-to-consortium 2017-03-17 13:51:28 +01:00
Troy McConaghy
10365bae52 docs: removed docs re load testing w/ Docker 2017-03-17 13:40:06 +01:00
Troy McConaghy
ff132a9464 Updated copyright year in docs footers 2017-03-17 09:28:16 +01:00