3191 Commits

Author SHA1 Message Date
Troy McConaghy
59ec527dd3 Merge pull request #1485 from bigchaindb/minor-docs-fixes
Minor docs fixes
2017-05-23 12:16:40 +02:00
Troy McConaghy
0cddab67ea Merge pull request #1472 from bigchaindb/move-some-docs-around
Docs: Moved Old Cloud Deployment Templates to the Appendices & Edited Introductions
2017-05-22 14:49:03 +02:00
Krish
710fde686d Update bigchaindb default deployment version
Updated to the latest release, version 0.10.2.
2017-05-22 14:22:16 +02:00
Scott Sadler
ccb4bfd244 document get_new_blocks_feed 2017-05-22 14:22:12 +02:00
Scott Sadler
954df20dac documentation fix 2017-05-22 12:50:51 +02:00
Scott Sadler
b6ae91c541 documentation fix 2017-05-22 12:47:07 +02:00
Scott Sadler
2589e16fd6 pipeline fixes; dont validate tx schema during block creation, parallelise tx schema validation in vote pipeline 2017-05-22 12:41:15 +02:00
Sylvain Bellemare
ba40034362 Update changelog for v0.10.2 2017-05-22 10:57:56 +02:00
Troy McConaghy
b0c3241be4 Merge branch 'master' into move-some-docs-around 2017-05-19 14:35:59 +02:00
Scott Sadler
5de15c33ec disable threads in web workers 2017-05-19 14:05:28 +02:00
Krish
b6ec3e5f5c Mongodb TLS (#1456)
* Support for secure TLS communication in MongoDB, MongoDB Monitoring
Agent and MongoDB Backup Agent
- Move from Golang to Bash for entrypoint program
- Update image tag to 2.0 for Backup and Monitoring Agents and to
3.4.4 for MongoDB
- Add documentation

* changed title & rewrote Step 1 of workflow.rst

* copy-edited ca-installation.rst

* copy-edited & modified structure of workflow.rst

* moved repeated Easy-RSA install & config docs to new page

* edited the sentences describing the Easy-RSA dirs

* copy-edited the page about generating server certificate

* copy-edited the page about generating client certificate

* renamed page to 'How to Set Up a Self-Signed Certificate Authority'

* copy-edited page about how to revoke a certificate

* Comments on how to uniquely name all instances in the cluster

* Added comments about the other questions when setting up a CA

* Added note about one Agent Api Key per Cloud Manager backup

* docs: clarified instructions for generating server CSR

* docs: added back 'from your PKI infrastructure'

* docs: fixed step & added step re/ FQDNs & certs in workflow.rst

* docs: added note re/ the Distinguished Name

* Update docs for env vars setup

* docs: added tip: how to get help with the easyrsa command
2017-05-19 11:18:44 +02:00
Troy McConaghy
c6133c827d docs: updated link to JS/nodejs driver 2017-05-18 17:51:43 +02:00
Troy McConaghy
69cafee156 Add steps to Release_Process.md, to update Docker image version for k8s 2017-05-18 17:51:15 +02:00
vrde
e420531fe5 Remove useless options from CORS init
This can be merged only after
https://github.com/bigchaindb/js-bigchaindb-driver/pull/10 is merged
2017-05-18 17:50:37 +02:00
Troy McConaghy
780a9c9bf5 Quickstart docs: tell them to run MongoDB using 'sudo mongod ...' 2017-05-18 17:50:08 +02:00
Troy McConaghy
cab2ea11ab use default mongodb replica set name when run mongod for tests 2017-05-18 17:50:08 +02:00
vrde
3995e22d4a Fail if config file not found 2017-05-18 17:43:44 +02:00
vrde
5ae8c81474 Use "allow_headers" keyword to initialize CORS
Fix #1478
2017-05-18 17:43:44 +02:00
krish7919 (Krish)
b8407d603a Deploy events API on k8s over on HTTP 2017-05-16 10:38:40 +02:00
Troy McConaghy
edbe5deb46 docs: moved old cloud depl. templates to Appendices & edited intros 2017-05-15 15:25:01 +02:00
vrde
6cb75960b0
Merge branch 'kyber-master-feat-cors' 2017-05-12 15:33:47 +02:00
Rodolphe Marques
ccaae91601 Added full text search support for mongodb.
- Create widlcard text index for the assets collection.
- Created backend query to to text search on assets collection.
- Added and updated tests.
2017-05-12 15:22:11 +02:00
vrde
f08edd5a52
Unpin flask-cors, revert extra changes 2017-05-12 14:35:34 +02:00
vrde
444e6fae85
Merge branch 'master' into kyber-master-feat-cors 2017-05-12 01:42:59 +02:00
Sylvain Bellemare
9d3eb23abf Add workaround for hostname of events api link
addresses #1465
2017-05-11 17:05:17 +02:00
Sylvain Bellemare
f3cd43e5a9 Make GET /blocks status arg case insensitive 2017-05-11 16:29:39 +02:00
Rodolphe Marques
ce414e46f3 Added missing docstrings. Fixed typos. 2017-05-11 12:29:08 +02:00
Rodolphe Marques
eb94181e1b Fixed tests.
Updated fixtures to flush the assets table after each test.
2017-05-11 12:00:01 +02:00
Rodolphe Marques
aacba571f8 Added docstrings and tests to new methods 2017-05-11 11:38:07 +02:00
Rodolphe Marques
8c0dbeb281 Added asset decoupling support for rethinkdb
Updated schema.
Created queries for assets table.
Fixed tests.
2017-05-10 17:55:43 +02:00
Rodolphe Marques
92392b51a7 Initial implementation to decouple assets from transactions.
Most changes done to how we write and read blocks to the database.
Created schema, indexes and queries for mongodb.
Fixed tests.
2017-05-10 16:43:52 +02:00
Troy McConaghy
08b8b712b6 Merge pull request #1453 from bigchaindb/docs-on-creating-oms-alerts
New docs how to 'Create an Email Alert' in OMS Portal
2017-05-10 16:40:18 +02:00
diminator
3e21fd8b49 Merge remote-tracking branch 'origin/master' into kyber-master-feat-cors 2017-05-09 21:28:38 +02:00
Scott Sadler
b4f14b26ce address nomenclature issues 2017-05-08 14:25:39 +02:00
Troy McConaghy
b96cfdecc1 Merge pull request #1452 from bigchaindb/edits-to-websocket-api-docs
Minor edits & fixes to WebSocket API docs
2017-05-05 13:39:23 +02:00
Troy McConaghy
31028ba147 New docs how to 'Create an Email Alert' in OMS Portal 2017-05-05 11:16:00 +02:00
Troy McConaghy
8297ce9260 Minor edits & fixes to WebSocket API docs 2017-05-04 15:04:54 +02:00
Krish
07a9e69933 WebSocket support in NGINX (#1439)
* Open port in Dockerfile
* Added the BIGCHAINDB_WS_FRONTEND_PORT and BIGCHAINDB_WS_BACKEND_PORT as parameters.
2017-05-02 12:20:27 +02:00
Troy McConaghy
3a6828638b Merge pull request #1447 from CsterKuroi/fix-typo-in-docs
Fix typo in docs
2017-05-02 11:02:03 +02:00
diminator
fc6c1c2f68 Merge branch 'fix/outputs-public-keys-validate' into kyber-master-feat-cors 2017-05-01 13:18:41 +02:00
diminator
3564e25d3f
check output conditions with single statement 2017-05-01 13:17:58 +02:00
diminator
7055c21fdd Merge branch 'master' into kyber-master-feat-cors 2017-05-01 13:15:08 +02:00
tdsgit
dbd020f34f minor 2017-04-29 21:55:48 +05:30
tdsgit
d330d8ec56 timeout exception added 2017-04-29 21:50:00 +05:30
tdsgit
756034f634 Merge remote-tracking branch 'upstream/master' into bug/1337/init-timeout-rethinkdb-conn 2017-04-29 21:07:27 +05:30
tdsgit
6a82f9c95b removed multiple tries 2017-04-29 21:07:07 +05:30
Krish
43f9f67867 Publish port 80 publicly in nginx-3scale. (#1446)
Upgrade docker image tag to `1.1` as the corresponding config changes for displaying error message are built in the `1.1` container image.
2017-04-28 10:14:14 +02:00
KURO1
a44523081a Fix typo in docs 2017-04-28 10:39:03 +08:00
Krish
20270cdb9b Config settings for MongoDB Backup Agent (#1442) 2017-04-26 18:34:22 +02:00
Troy McConaghy
1bda3dade1 Merge pull request #1441 from bigchaindb/note-ruby-code-in-driver-docs
Updated Drivers & Clients docs page, including link to Ruby driver
2017-04-26 11:18:10 +02:00