3165 Commits

Author SHA1 Message Date
Scott Sadler
bc687ca229 Merge remote-tracking branch 'origin/master' into pipeline-fast-transaction 2017-05-30 11:18:46 +02:00
Scott Sadler
51be4be2f7 Merge remote-tracking branch 'origin/master' into vote-order-bug 2017-05-29 17:03:36 +02:00
Scott Sadler
444bf6d197 fix rethinkdb changefeed decoupling 2017-05-29 16:42:29 +02:00
Rodolphe Marques
ac2d65d23d Merge pull request #1469 from bigchaindb/feat/1462/text-search
Text search support for mongodb backend
2017-05-29 13:30:45 +02:00
Rodolphe Marques
ef52c04808 Merge remote-tracking branch 'origin/master' into feat/1462/text-search 2017-05-29 13:07:38 +02:00
Rodolphe Marques
45a10a2577 Merge pull request #1460 from bigchaindb/feat/1275/asset-decoupling
Feat/1275/asset decoupling
2017-05-29 12:57:11 +02:00
Rodolphe Marques
3819ae5d65 Clean up code
- Fixed docstrings
2017-05-26 10:34:58 +02:00
Troy McConaghy
61d56cb2cf docs: The JS driver is maintained by the BDB team 2017-05-26 09:41:50 +02:00
Rodolphe Marques
e9979dda85 fixed typos 2017-05-24 17:05:43 +02:00
Scott Sadler
4fa0e951b1 fix pipeline changefeed node name 2017-05-24 16:16:37 +02:00
Scott Sadler
40eb2b7e52 Merge branch 'master' into vote-order-bug 2017-05-24 15:34:26 +02:00
Troy McConaghy
818d44052e python cleanup of analyze.py 2017-05-24 15:15:12 +02:00
Troy McConaghy
d058066c22 gave more examples of OMS Log Search string + analysis tips 2017-05-24 15:02:58 +02:00
Troy McConaghy
8f6e7fc735 added little py script to do some nginx logs analysis 2017-05-24 15:02:06 +02:00
Leo Arias
ae56497456 set the version of the snap using git tags
closes #1436
2017-05-24 14:53:46 +02:00
Troy McConaghy
6aaa4503dd Merge pull request #1482 from bigchaindb/update-bdb-ver-for-k8s-in-release-process
Add steps to Release_Process.md, to update Docker image version for k8s
2017-05-24 13:50:30 +02:00
Rodolphe Marques
23954ccc8a Merge remote-tracking branch 'origin/master' into feat/1275/asset-decoupling 2017-05-24 12:44:04 +02:00
Rodolphe Marques
cda8259e57 Fixed typos 2017-05-24 12:38:34 +02:00
Rodolphe Marques
56379e9bec fix pep8 issue 2017-05-24 12:11:40 +02:00
Troy McConaghy
c79dc9cf03 Merge pull request #1481 from bigchaindb/update-link-to-js-driver-repo
Docs: Updated the Link to the JavaScript / Node.js Driver
2017-05-24 12:05:08 +02:00
Rodolphe Marques
285fc03ca9 Merge remote-tracking branch 'origin/master' into feat/1462/text-search 2017-05-24 11:59:49 +02:00
Scott Sadler
17cf9178ce restore tx validation in block 2017-05-24 11:38:16 +02:00
Rodolphe Marques
6900e86458 Filter out assets from invalid transactions
- Created docstrings
- Created tests
- Raise an exception when trying to use text search with RethinkDB.
2017-05-24 11:38:15 +02:00
libscott
488074fa09 Merge pull request #1411 from bigchaindb/fast-unspents
Fast unspents
2017-05-23 13:21:33 +02:00
Scott Sadler
e12e95d9d8 use rapidjson-schema 2017-05-23 13:19:10 +02:00
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
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