Ahmed Muawia Khan
cf543d8f41
Problem: docs build failing
...
Solution: Fix docs build
2018-03-21 11:15:25 +01:00
Ahmed Muawia Khan
757b4fc14c
Remove cluster-dns
2018-03-20 19:34:01 +01:00
Troy McConaghy
81c6975501
Merge pull request #2071 from bigchaindb/text-edits-in-http-api-docs
...
Copy-edited the HTTP API docs
2018-03-05 12:31:56 +01:00
Troy McConaghy
c2fd9e7b7b
Merge pull request #2113 from bigchaindb/rm-stand-alone
...
Problem: The node-on-kubernetes docs aren't just for a "stand-alone" node
2018-03-05 12:28:34 +01:00
Troy McConaghy
6ee8224491
Merge pull request #2112 from bigchaindb/revise-azure-acs-page
...
Problem: User gets error about "Service Principal" when they try to deploy a k8s cluster on Azure
2018-03-05 12:27:44 +01:00
Troy McConaghy
7acdb1a565
Problem: The docs aren't just for a "stand-alone" node
...
Solution: Remove "stand-alone"
2018-03-04 19:34:18 +01:00
Troy McConaghy
5f206acc63
Revised docs re az acs create
2018-03-04 14:36:55 +01:00
Troy McConaghy
95b4647a22
Added instructions for including secret token header in POST requests
2018-03-03 19:15:01 +01:00
Troy McConaghy
74d86cc83e
Add example secret token
2018-03-03 15:02:45 +01:00
Troy McConaghy
2304f8cd10
Revisions to Overview page in prod dep. template
2018-03-03 14:55:31 +01:00
Ahmed Muawia Khan
9cb84b165f
Merge pull request #2093 from muawiakh/migrate-cli-docs
...
Migrate CLI documentation
2018-02-28 14:44:17 +01:00
Ahmed Muawia Khan
4c6ac6bd19
Update production deployment template after v1 automation
2018-02-27 13:26:51 +01:00
Troy McConaghy
3d0720ce42
Revised intro of Overview page in prod dep template docs
2018-02-27 00:37:59 +01:00
Sylvain Bellemare
12f603b8d2
Problem: There are no docs for the tendermint integration API
...
Solution: Add docs for the tendermint integration in Appendices for now.
2018-02-26 16:26:40 +01:00
Ahmed Muawia Khan
7cea7298f0
Update mongodb user configuration
...
- Update docs for azure cluster deployment template
- Update entrypoint for MongoDB to handle user configuration
more efficiently
- remove `use admin` in js file, that is an invalid format
2018-02-26 14:45:21 +01:00
Troy McConaghy
86e7b2a881
Some minor copy-editing
2018-02-25 18:05:18 +01:00
Ahmed Muawia Khan
8e8e328205
Migrate CLI documentation
...
- Remove documentation for CLI commands that are not needed with
Tendermint integration.
2018-02-23 14:53:28 +01:00
Troy McConaghy
497e1039ef
Merge branch 'tendermint' into text-edits-in-http-api-docs
2018-02-22 21:02:33 +01:00
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
5c783be546
Merge branch 'tendermint' into text-edits-in-http-api-docs
2018-02-19 16:45:03 +01:00
Troy McConaghy
e1bdd41030
Copy-edited the HTTP API docs
2018-02-19 16:33:46 +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