644 Commits

Author SHA1 Message Date
Ahmed Muawia Khan
5669514ee7 Fix label docs 2018-02-21 12:13:45 +01:00
Ahmed Muawia Khan
669b2d586b Merge branch 'tendermint' into tendermint-docs-k8s-dep 2018-02-21 11:48:02 +01:00
Troy McConaghy
c5fdaf24ad Fix the requirements.txt file for docs/server, update README.md 2018-02-20 12:58:23 +01:00
Troy McConaghy
7f94242f85 Update all docs re/ votes when Tendermint integrated 2018-02-16 16:24:44 +01:00
Troy McConaghy
96f30da875
Merge pull request #2056 from bigchaindb/rm-refs-to-transaction-cli-tool
Problem: Transaction CLI Tool deprecated but linked from some docs
2018-02-16 15:28:10 +01:00
Troy McConaghy
6982dfbe79 Put back the accidentally-removed post-tx-response 2018-02-16 14:54:20 +01:00
Troy McConaghy
7c3d7f4f63 Tidy up some grammar and Tendermint refs 2018-02-16 14:53:30 +01:00
Troy McConaghy
0139e53ab4 rm code to gen example HTTP stuff for /statuses & /votes 2018-02-16 14:35:35 +01:00
Troy McConaghy
9ef2271a5d In HTTP API docs, removed all /statuses & /votes endpoints 2018-02-16 14:31:26 +01:00
kansi
6cf86be033 Remove location header from post txn response 2018-02-16 18:42:06 +05:30
Troy McConaghy
46a2909c4d Remove 2 refs/links to the deprecated Transaction CLI tool 2018-02-15 17:34:51 +01:00
Troy McConaghy
63bd698b21 changed constructed/allowed tx 'version' from '1.0' to '2.0' (#2048)
- Created three new JSON Schema files for the v2.0 transaction schema, based on the v1.0 files. The only change is the allowed value of version (from "^1\\.0$" to "^2\\.0$").
- I didn't delete the v1.0 JSON Schema files because we might want those some day (to validate old transactions).
- Updated the __init__.py in the directory with the JSON Schema files so that it now uses the version 2.0 JSON Schema files.
- Updated all relevant tests. I only found one, in tests/validation/test_transaction_structure.py
- Updated VERSION in common/transaction.py
- Checked to make sure the example HTTP API docs show "version" with value "2.0". They do.
- Updated the docs page about "The Transaction Model". It just points to the IPDB Transaction Spec.
- If someone submits a transaction with "version" having value "1.0" then the error message comes from the JSON Schema checker.
2018-02-15 11:07:16 +01:00
vrde
4157244df7 Problem: statsd config is no longer supported
Solution: remove monitoring code, completes #1138
2018-02-13 14:35:47 +01:00
muawiakh
a4ac9cf308 Address comments
- Update docs for better readability
2018-02-12 14:35:02 +01:00
Troy McConaghy
ee997359b8
Merge branch 'tendermint' into update-ipdb-tx-spec-url-in-docs 2018-02-09 22:10:53 +01:00
muawiakh
320e09dee3 Resolved merge conflicts again 2018-02-08 15:57:37 +01:00
muawiakh
d6a7500abc Resolved merge conflicts with tendermint branch 2018-02-08 15:52:31 +01:00
muawiakh
b68c0ccbc0 Addressing comments and removing *-tm* or *-tmt* references 2018-02-08 15:48:45 +01:00
Troy McConaghy
1ba9233310 tendermint-instance-? --> tm-instance-? 2018-02-08 14:52:45 +01:00
Vanshdeep Singh
fa33fc26af Integrate get block with transaction id api (#2021)
* Integrate api, get block with transaction id

* Fixed docs and docstrings

* Fix docs

* Remove status from tendermint, fix mongo query
2018-02-08 14:32:21 +01:00
Troy McConaghy
8945dd2332 Re-org headings in Prod. Dep. Template - Overview page 2018-02-08 14:20:50 +01:00
muawiakh
6052043a03 Remove unwanted references 2018-02-08 12:17:40 +01:00
muawiakh
03219a9371 Remove references from BigchainDB 1.x deployment strategy
- Remove references from existing deployment model
- Address comments, fix typos, minor structure changes.
2018-02-08 11:54:57 +01:00
Vanshdeep Singh
e25d365828 Integrate blocks API (#1970)
* Integrate blocks api

* Update docs

* Fix docs

* Fixed mismatch between code and documentation

* Fixed docs
2018-01-31 14:42:41 +01:00
Troy McConaghy
328f2ed193 Some minor copy-editing 2018-01-24 16:43:35 +01:00
codegeschrei
e74fb096fc requested changes 2018-01-24 11:59:50 +01:00
muawiakh
93070bf9fe Update docs II 2018-01-12 18:21:19 +01:00
muawiakh
c4e752d379 Address comments
- Use aafigure to render text -> HTML/image
- Update some docs
2018-01-12 18:16:05 +01:00
codegeschrei
06a091e215 add mode parameter to transaction endpoint, fixes #1995 2018-01-11 13:26:06 +01:00
Troy McConaghy
c0b32213e4 Updated all refs to the IPDB Transaction Spec & its URL 2018-01-10 14:40:34 +01:00
muawiakh
14892fc839 Template for BigchainDB + Tendermint Kubernetes Deployment
- Template doc for BigchainDB + Tendermint single node
- Template doc for BigchainDB + Tendermint network
- Remove autosectionlabel extension from docs/server/source/conf.py
  - Removed this extension because this does not allow two different
    documents to have same headings, because it auto-indexes
- Fix and explicitly label headings and references.
2018-01-10 14:20:32 +01:00
Troy McConaghy
31479eb3f3 docs: IPDB Testnet --> BigchainDB Testnet 2018-01-08 11:25:36 +01:00
Troy McConaghy
f235d42439
Merge pull request #1957 from bigchaindb/simplify-dev-and-test-docs-for-tendermint
Simplify the "Develop & Test BigchainDB Server" section of the docs
2017-12-22 17:14:35 +01:00
vrde
4c5047cb20
Merge pull request #1945 from bigchaindb/update-some-docs-in-the-production-nodes-section
Updated docs in the Production Nodes section for Tendermint
2017-12-20 16:13:13 +01:00
Troy McConaghy
5799ede466
Merge pull request #1952 from bigchaindb/new-style-quickstart-page
Redid the Quickstart page for the tendermint branch
2017-12-13 12:21:11 +01:00
Troy McConaghy
d9850639aa
Merge pull request #1942 from bigchaindb/tendermint-docs/1934/fix-some-broken-links
[tendermint branch] Docs: Fix 5 broken links to IPDB tx spec pages
2017-12-13 11:09:20 +01:00
muawiakh
4792b94201 Fix typo in firewall docs
- inbount -> inbound
2017-12-12 13:37:57 +01:00
Troy McConaghy
caf6724184 docs: made dev-and-test section just point to CONTRIBUTING.md 2017-12-12 10:55:05 +01:00
Troy McConaghy
fbd85301e1
Merge pull request #1921 from bigchaindb/docs/update-firewall-page
Updated the Notes for Firewall Setup page in docs
2017-12-12 10:35:03 +01:00
Troy McConaghy
93be14174a Redid the Quickstart page for the tendermint branch 2017-12-08 12:18:20 +01:00
Troy McConaghy
dab64485eb
Merge branch 'tendermint' into update-some-docs-in-the-production-nodes-section 2017-12-07 17:34:36 +01:00
Troy McConaghy
da799b74f6 Updated docs in Production Nodes section for Tendermint 2017-12-06 17:10:37 +01:00
Troy McConaghy
e0b454953c
Merge branch 'tendermint' into rm-aws-deployment-tools-and-docs 2017-12-06 14:14:04 +01:00
Troy McConaghy
c8e2f59413
Merge pull request #1933 from bigchaindb/docs/1927/remove-azure-quickstart-template-docs
Remove Azure Quickstart Template Docs
2017-12-06 13:56:57 +01:00
Troy McConaghy
d2296af3c8 Docs: Fixed 5 broken links to IPDB tx spec pages
(cherry picked from commit d9f147df6e2a8f11c4de20371954a718a299b832)
2017-12-06 11:34:47 +01:00
Troy McConaghy
b36df932a5 Removed appendices/install-latest-pip.md 2017-12-05 13:47:24 +01:00
Troy McConaghy
c5443dc477 Removed Azure Quickstart Template docs 2017-12-05 11:27:08 +01:00
Troy McConaghy
1a5bb073e3 Remove rethinkdb-backup.md 2017-12-01 15:27:55 +01:00
Troy McConaghy
b1276020b3 Updated the Notes for Firewall Setup page in docs 2017-12-01 14:26:28 +01:00
Troy McConaghy
91dcce1a45 Removed some fully-removeable pages from Appendices 2017-12-01 11:16:35 +01:00