3226 Commits

Author SHA1 Message Date
Troy McConaghy
3ca11c1f69 Emphasize MongoDB over RethinkDB in configuration.md 2017-06-20 17:40:08 +02:00
Troy McConaghy
3229e2e262 docs: changed the * symbol to × for multiplication. 2017-06-20 17:32:22 +02:00
Troy McConaghy
3aeb20afd3 Changed some ticks to backticks in configuration.md 2017-06-20 17:27:51 +02:00
Troy McConaghy
9e247f9318 Removed all mentions of BIGCHAINDB_SERVER_THREADS 2017-06-20 17:22:40 +02:00
Sylvain Bellemare
3fec83d2e2 Drop support for Python 3.4
closes #1353
2017-06-20 15:26:23 +02:00
Sylvain Bellemare
6d4b9385e4 Upgrade pip in dockerfile 2017-06-20 11:45:39 +02:00
Sylvain Bellemare
5b06af3a02 Split docker-compose for mongo and rethink 2017-06-20 11:45:39 +02:00
Krish
01474c002c Update docs with SSL environment variables (#1536)
* Update docs with TLS env variables

* Document ssl, login and password env vars

* Update docs and add default values in example configuration
2017-06-16 15:27:56 +02:00
Krish
c4bcd38fc6 Bug while running travis tests (#1555) 2017-06-16 14:28:56 +02:00
Krish
bca835fed7 Cloud manager GroupID update (#1551)
* Update docker image for mongodb monitoring agent

* Update docker image for mongodb backup agent

* Update secret.yaml and documentation with GroupID requirement

* Delete redundant lines from config file from entrypoint script

* Rename secret and keys
2017-06-16 14:10:21 +02:00
Rodolphe Marques
571ee83731 Merge pull request #1545 from bigchaindb/bug/1214/fix-outputs-endpoint
Bug/1214/fix outputs endpoint
2017-06-16 10:59:47 +02:00
Rodolphe Marques
842664cb14 Improved documentation
- fixed test name
2017-06-16 10:31:46 +02:00
Rodolphe Marques
b523ba3fe5 Rename unspent -> spent in outputs endpoint
- If spent=None return all outputs
- If spent=True return only spent outputs
- If spent=False return only unspent outputs
- Updated documentation
- Add the ability to return only spent outputs in core
- Added and update tests
2017-06-16 10:31:46 +02:00
Rodolphe Marques
8d60796765 Merge pull request #1541 from bigchaindb/feat/1525/inconsistency-relative-links
Remove relative links
2017-06-16 10:30:20 +02:00
Tim Daubenschütz
ced4058e68 Merge pull request #1538 from bigchaindb/feat/1441/remove-host-and-port
Feat/1441/remove host and port
2017-06-16 10:22:16 +02:00
Rodolphe Marques
4d1131d90c Remove links from statuses endpoint
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
Rodolphe Marques
446e454a77 outputs endpoint returns list of objects instead of links
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
tim
555e823781 Resolve TODO configurable ws endpoint 2017-06-16 09:58:51 +02:00
tim
bd0d79d399 Allow scheme configuration for ws-server 2017-06-16 09:55:46 +02:00
tim
673062f892 Remove host+port from / and /api/v1/ 2017-06-16 09:52:47 +02:00
Rodolphe Marques
dda6517451 Merge pull request #1532 from bigchaindb/feat/1531/consistent-naming
Consistent naming of `transaction_id`
2017-06-16 09:50:43 +02:00
Tim Daubenschütz
41805de0c2 Merge pull request #1543 from bigchaindb/feat/1038/fix-tx-endpoint
Fix /transactions/id endpoint
2017-06-16 09:50:06 +02:00
Troy McConaghy
ae6123cdd9 Merge pull request #1548 from bigchaindb/update-production-ready-page
Updated the root docs page titled "Production-Ready?"
2017-06-15 17:13:29 +02:00
Troy McConaghy
da08f08c6a Updated the root docs page titled Production-Ready? 2017-06-15 16:09:40 +02:00
Rodolphe Marques
c2e44d99d4 Merge pull request #1529 from bigchaindb/feat/1147/consolidate-root-urls
Consolidate root urls
2017-06-15 15:05:31 +02:00
Rodolphe Marques
263c0b04d5 update data models documentation 2017-06-15 15:04:09 +02:00
Troy McConaghy
d1a4aa28a6 Merge pull request #1544 from bigchaindb/update-docs-re-vote-model
Updated the docs page about the vote model
2017-06-15 14:38:31 +02:00
Troy McConaghy
262dd06f68 Updated the docs page about the vote model 2017-06-15 13:44:04 +02:00
Troy McConaghy
0f4998ef16 changed hard-coded URL in docs link to a :ref: 2017-06-15 10:04:49 +02:00
tim
275f29cfe4 Add note for polling and WS API when POST /transactions 2017-06-14 17:40:12 +02:00
Troy McConaghy
9b5d1f323e Merge pull request #1527 from bigchaindb/revise-clusters-section-of-docs
Revised the "Clusters" Section of the Docs
2017-06-14 17:19:24 +02:00
tim
eb791aa2ce Include Location header in POST /transactions 2017-06-14 16:53:22 +02:00
tim
6cedab47a1 /transactions/ID only returns VALID transactions 2017-06-14 15:42:04 +02:00
Sylvain Bellemare
828885265d Update benchmark python script 2017-06-14 11:00:50 +02:00
Sylvain Bellemare
f06e5034a4 Move benchmark to its own compose file 2017-06-14 11:00:50 +02:00
Sylvain Bellemare
4ea0bd7b44 Remove /data volume reference for config 2017-06-14 11:00:50 +02:00
Rodolphe Marques
cc9c8a4d0d fixed broken test 2017-06-14 10:51:57 +02:00
Rodolphe Marques
03ba6391c6 updated tests for the events api 2017-06-14 10:38:23 +02:00
Rodolphe Marques
f1a9650679 Consistent naming on the events api 2017-06-14 10:36:23 +02:00
Rodolphe Marques
fa04899003 Merge remote-tracking branch 'origin/feat/1147/consolidate-root-urls' into feat/1531/consistent-naming 2017-06-14 10:19:01 +02:00
vrde
e5ca42a159 Merge pull request #1483 from bigchaindb/remove-useless-options-from-cors
Remove useless options from CORS
2017-06-13 16:23:07 +02:00
Sylvain Bellemare
10e2ce1796 Add build arg to dockerfile & docker-compose (dev) 2017-06-13 16:08:28 +02:00
Rodolphe Marques
05a6653d5f Fixed web related tests 2017-06-13 12:31:49 +02:00
Rodolphe Marques
7ffea9e8a4 Renamed tx_id to transaction_id
- Documentation
- Api
2017-06-13 12:24:04 +02:00
Krish
f35f01f1cb Add SSL support for MongoDB connections (#1510)
* Add SSL support for MongoDB connections

* Tests for TLS connectivity and other fixes

* Add test for ssl parameters

* Add test for AuthenticationError

* Cleanup branch

* Split env vars as per @r-marques suggestion

* Remove SSL_ENABLED and use BIGCHAINDB_DATABASE_SSL instead

* Changes as per comments from @r-marques

* Remove redundant tests

* Test for ConfigurationError
2017-06-13 12:04:34 +02:00
Rodolphe Marques
3ecb05a62d Renamed txid to transaction_id in data models
- Updated schema validation
- Updated database schema
- Updated database queries
- Fixed tests
2017-06-13 11:36:58 +02:00
Rodolphe Marques
27b1292497 Renamed streams_v1 to streams
- Updated tests
- Updated documentation
2017-06-12 17:39:49 +02:00
Rodolphe Marques
e0e27dc121 Consolidate root urls
- All information added to root url `/`
- Information specific to v1 under `/api/v1`
- Removed `_links`
- Removed `self`
2017-06-12 15:13:42 +02:00
libscott
32fc9244e6 Benchmark for CREATE transactions (#1511)
* benchmark code, throughput stats collection with graphite

* benchmarks readme

* benchmark readme update with results

* Update README.md

* add comment on why 10000 backlog size in benchmark
2017-06-10 10:01:28 +02:00
Troy McConaghy
63477d1819 Fixed typo & changed 'organization' to 'consortium' 2017-06-09 17:20:51 +02:00