1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00
Commit Graph

3485 Commits

Author SHA1 Message Date
Troy McConaghy
299e6a6971 updated changelog re pull request #1612 2017-07-04 14:40:19 +02:00
vrde
b06a8b3cc5
Merge branch 'strip-content-type-from-gets' 2017-07-04 14:19:16 +02:00
vrde
8457cb35eb
Add middleware to strip content-type headers from GETs 2017-07-04 14:01:56 +02:00
Troy McConaghy
43c67aed92 First draft of change log for 1.0.0 2017-07-04 11:41:54 +02:00
Troy McConaghy
60ca16f56e Merge pull request #1624 from bigchaindb/cost-not-fulfillment-length
Changed 'fulfillment length' to 'cost' and added link re cost
2017-07-03 17:50:39 +02:00
Krish
e8411fc99e Do not allow duplicate GENESIS block creation - #1556 (#1612)
* Add a check for GENESIS transaction

* Add test and fixture

* Removed database query for GENESIS block

* Undo log level change
2017-07-03 17:21:15 +02:00
Troy McConaghy
9f090f7601 'fulfillment length' --> 'cost' and add link re cost 2017-07-03 17:14:41 +02:00
Krish
ece195ff8d Deployment changes: (#1623)
Update MongoDB container tag to `3.0`.

Doc change to reflect bdb-config.bdb-user parameter usage.

Fix typo in configuration.md.

Add BIGCHAINDB_DATABASE_SSL parameter to bigchaindb-dep.yaml for
Kubernetes deployments.

Refer the the `bdb-user` parameter from ConfigMap in
bigchaindb-dep.yaml.

Consolidate all BigchainDB parameter values under the
`bdb-config` ConfigMap.

Remove `bdb-user` from secrets.yaml.
2017-07-03 15:55:43 +02:00
Rodolphe Marques
e89623c836 Merge pull request #1470 from bigchaindb/fix/outputs-public-keys-validate
check output conditions with single statement (#1450 unrevert)
2017-07-03 15:46:46 +02:00
Troy McConaghy
9c96147b23 Merge pull request #1573 from bigchaindb/update-server-docs-re-cc
Restructured & Revised the "Inputs and Outputs" Page of the Server Docs for v1.0
2017-07-03 15:28:38 +02:00
Sylvain Bellemare
26f14aadec Parametrize websocket api tests for docker 2017-07-03 15:23:50 +02:00
Sylvain Bellemare
4d61c5e8ca Refine the condition uri regex for validation
closes #1516
2017-07-03 15:08:47 +02:00
Troy McConaghy
e615e28cc4 output --> output_index & removed unneeded para. 2017-07-03 14:52:40 +02:00
Rodolphe Marques
9033ba76f8 Remove unnecessary output_has_owner method.
- Refactor the code
2017-07-03 14:30:19 +02:00
Rodolphe Marques
aaf4fcb91e Merge remote-tracking branch 'origin/master' into fix/outputs-public-keys-validate 2017-07-03 14:15:40 +02:00
Troy McConaghy
46bb1d6d12 Merge pull request #1620 from bigchaindb/edit-steps-15-plus-in-k8s-dep-docs
More edits/fixes to k8s deployment docs & bigchaindb-dep.yaml
2017-07-03 14:10:44 +02:00
Troy McConaghy
32bdfa0214 Merge pull request #1586 from bigchaindb/update-tx-model-docs-page
Revised & updated the docs page re the transaction model
2017-07-03 14:09:41 +02:00
Troy McConaghy
989914dcab Merge pull request #1622 from bigchaindb/remove-g-group-link-from-readme
Removed the link to the Google Group from README.md
2017-07-03 13:59:46 +02:00
Sylvain Bellemare
3bec24860e Update change log for v0.10.3 2017-07-03 11:49:49 +02:00
Sylvain Bellemare
dae0bdb1e5 Pin minor+ version of cryptoconditions & logstats 2017-07-03 11:49:49 +02:00
Troy McConaghy
c24138eb0a Merge branch 'master' into update-server-docs-re-cc 2017-07-03 09:32:30 +02:00
Troy McConaghy
fa2d98b3c7 Removed link to the Google Group from README.md 2017-07-02 11:59:05 +02:00
Troy McConaghy
9ccecd2761 Renamed 'Drivers & Clients' section 'Drivers & Tools' 2017-07-02 11:52:08 +02:00
Troy McConaghy
07b5e0e5da Formatted & copy-edited steps 16-17.2 2017-07-02 11:23:40 +02:00
Troy McConaghy
4e45932ac3 Clarified some MDB Cloud Manager instructions 2017-06-30 15:54:48 +02:00
Troy McConaghy
ca394bbb93 Fixed indent of ConfigMap ref to BDB public key 2017-06-30 15:11:48 +02:00
Troy McConaghy
97acc4f216 Updated docs re BDB k8s deployment 2017-06-30 15:00:34 +02:00
Krish
b33f718097 Use ConfigMap values in bigchaindb-dep.yaml (#1618)
* Use ConfigMap values in bigchaindb-dep.yaml

* Removed comments from top of bigchaindb-dep.yaml

Because they didn't add much information and they also contained a dated Docker Hub version tag.
2017-06-30 14:59:14 +02:00
Troy McConaghy
d99c7069e0 Merge remote-tracking branch 'origin/master' into update-tx-model-docs-page 2017-06-30 13:44:04 +02:00
Krish
dea77d32a5 Add documentation on exposed ports in k8s/nginx (#1610)
* Add documentation on exposed ports in k8s/nginx

* Clarity on port and targetPort parameters
2017-06-30 13:37:41 +02:00
Troy McConaghy
8e6a86721c Merge pull request #1616 from bigchaindb/update-tags-of-mdb-agents
Updated Docker image tag in MongoDB agent Deployment YAML files
2017-06-30 11:27:34 +02:00
Troy McConaghy
5c909c99a5 Merge pull request #1571 from bigchaindb/update-root-docs-re-cc
Updated crypto-conditions-related root docs
2017-06-30 11:25:18 +02:00
Troy McConaghy
c7a6544070 Updated Docker image tag in MongoDB agent Deployment YAML files 2017-06-30 11:09:19 +02:00
Troy McConaghy
3dd30365ee Merge pull request #1614 from bigchaindb/editing-node-on-k8s-page
Editing node on k8s page
2017-06-30 10:12:48 +02:00
Troy McConaghy
1fc2c39157 Merge pull request #1567 from bigchaindb/minor-edits-to-config-settings-docs
Minor edits to configuration settings docs
2017-06-30 10:09:37 +02:00
Troy McConaghy
fa1c4843d5 Mention that the signature in 'fulfillment' is encoded 2017-06-30 09:51:35 +02:00
libscott
5e9b7f4ffe Remove condition details signature, rename subfulfillments to subconditions (#1589)
* implement output.condition.details marshalling and remove signature field

* rename outputs[].condition.details.subfulfillments to subconditions

* simpler threshold depth overlow handling

* pass public_key as kwarg

* change ccv1 condition uri in docs

* import base58 at top in test_transaction
2017-06-30 09:44:22 +02:00
Troy McConaghy
7913e8730b 'tranfer-enablers' --> 'transfer-enablers' (× 3) 2017-06-30 09:42:29 +02:00
libscott
b1ad6045b6 Rename "output" to "output_index" in /api/v1/outputs (#1596)
* rename output to output_index in /api/v1/outputs

* rename transaction.input.fulfills.output to output_index

* fix rethinkdb queries for output_index
2017-06-30 09:40:50 +02:00
Troy McConaghy
8ef6385a8c Merge pull request #1584 from bigchaindb/release-process-mods
Minor modifications to the Release Process
2017-06-29 17:11:14 +02:00
Troy McConaghy
69cdfd56cf Added note about what to expect from MongoDB's db.auth() command 2017-06-29 17:02:23 +02:00
Troy McConaghy
6b6bfe1733 Explained how to log in to the MongoDB pod 2017-06-29 16:39:01 +02:00
Troy McConaghy
92ec8f613e Fixed spelling & grammar stuff in docs re MDB StatefulSet 2017-06-29 16:02:34 +02:00
Troy McConaghy
1034db1ce5 Fixed name of https-certs volume mount in nginx-3scale-dep.yaml 2017-06-29 15:32:08 +02:00
Troy McConaghy
a72bf56089 copyedited docs re assigning DNS name to NGINX public IP 2017-06-29 15:09:27 +02:00
Troy McConaghy
d3924213ee edits in nginx-3scale service docs 2017-06-29 14:35:23 +02:00
libscott
70b60562d8 Document graphite configuration parameter (#1594)
* document graphite configuration parameter

* add example

* graphite settings docs follows wsserver

* Removed outer JSON braces @ graphite.host docs
2017-06-29 14:19:08 +02:00
Troy McConaghy
d88f1e2dcd Merge pull request #1598 from bigchaindb/more-prod-depl-template-copyedits
More prod depl template copyedits
2017-06-29 14:03:04 +02:00
Troy McConaghy
5bf1081f0a Merge pull request #1554 from bigchaindb/document-ws-scheme-setting
Added more docs about the wsserver.scheme config setting
2017-06-29 12:06:10 +02:00
libscott
5442cc1f2f output -> output_index 2017-06-29 11:34:45 +02:00