3147 Commits

Author SHA1 Message Date
krish7919 (Krish)
8c80f72c40 Update documentation about file paths 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
99fb96c9c6 Update description in documentation 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
5eb2a4af16 Remove reference to deprecated ConfigMap mdb-fqdn 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
75c33dbcf1 Remove base 64 encoding requirement from ConfigMap 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
e37a8c37fd Remove step from documentation 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
36b4871ecd Add links in workflow document 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
8fb1c0be8b Update docs to reflect TLS setup 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
54189ba418 Credential management using Secrets in nginx
Support for websocket port in nginx
2017-06-06 10:01:53 +02:00
krish7919 (Krish)
af966f56df Credential management using Secret in nginx_3scale 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
cf10d3199e Support for TLS connections in MongoDB StatefulSet 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
06f0f8d95e Support for TLS connections in MongoDB Monitoring Agent 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
ff12d0aafc Support for TLS connections in MongoDB Backup Agent 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
7208310111 Global ConfigMap and Secret 2017-06-06 10:01:53 +02:00
krish7919 (Krish)
fe0bd625dc Update to easyrsa steps 2017-06-06 10:01:53 +02:00
Troy McConaghy
0c1b30b59d Merge pull request #1498 from bigchaindb/py-script-to-analyze-nginx-logs
More docs re/ OMS logs + a script to analyze NGINX logs
2017-06-02 10:32:06 +02:00
Troy McConaghy
b7a9129550 Merge pull request #1500 from bigchaindb/js-driver-is-maintained-by-us
Docs: The JS driver is maintained by the BDB team
2017-06-01 17:01:16 +02:00
Rodolphe Marques
c7197cecdf Merge pull request #1512 from bigchaindb/init-timeout-rethinkdb-conn
Init timeout rethinkdb conn
2017-06-01 15:41:11 +02:00
Rodolphe Marques
54ab3b5e37 Update documentation on configuration 2017-06-01 15:20:00 +02:00
Rodolphe Marques
00dc44721f Merge remote-tracking branch 'origin/master' into init-timeout-rethinkdb-conn 2017-06-01 14:53:44 +02:00
Rodolphe Marques
cc2e83f07d Added unit test for rethinkdb connection timeout
- Cosmetic changes
2017-06-01 14:30:20 +02:00
libscott
30bf7c9b4e Merge pull request #1492 from bigchaindb/pipeline-fast-transaction
Transaction schema validation pipeline tweaks
2017-06-01 14:25:34 +02:00
Scott Sadler
9e22e060ea Merge remote-tracking branch 'origin/master' into pipeline-fast-transaction 2017-06-01 14:15:46 +02:00
libscott
479bb78d9b Merge pull request #1389 from bigchaindb/vote-order-bug
Resume voting on blocks in order
2017-06-01 12:48:22 +02:00
Rodolphe Marques
b3d72d84e4 Merge pull request #1357 from lavinasachdev3/bug/1336/handle-authentication-exception
Add a new exception for MongoDB Authentication errors
2017-06-01 10:15:26 +02:00
Scott Sadler
01c6d6e72d remove test, see if codecov is happy 2017-05-31 17:13:57 +02:00
libscott
1d96768db8 Merge pull request #1488 from bigchaindb/nothreads
Disable threads in web workers
2017-05-31 14:36:44 +02:00
libscott
bb02995ae6 Merge pull request #1494 from bigchaindb/rapidjson-schema
Use rapidjson-schema
2017-05-31 14:06:21 +02:00
Scott Sadler
211bdeffb1 dont raise Exception if there's an inconsistency in schema validation failures 2017-05-31 11:33:57 +02:00
Scott Sadler
8348dfb8ce test for vote get_changefeed to make codecov happy (fix) 2017-05-30 17:43:38 +02:00
Scott Sadler
d51632a675 test for vote get_changefeed to make codecov happy 2017-05-30 15:14:23 +02:00
Scott Sadler
4216c17339 test Vote.validate_tx transaction exists 2017-05-30 14:41:24 +02:00
Tim Daubenschütz
8b7f86b63d Feat/1462/text search http api (#1471)
* Add assets text search endpoint

* Filter out assets from invalid transactions.

- Added the limit argument to limit the returned results
- Created and updated tests

* Added documentation for the assets endpoint.

- Added some docstrings

* Removed unnecessary fixtures
2017-05-30 11:21:26 +02:00
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