Commit Graph

3638 Commits

Author SHA1 Message Date
Artus Vranken cfe8a95046 Problem: A Typo: BitchainDB
Solution: change "BitchainDB" to "BigchainDB"
2018-03-28 15:27:57 +02:00
Troy McConaghy 7454c588b7
Merge pull request #1882 from bigchaindb/update-version-py
Updated to version to 1.3.0 in version.py
2017-11-21 19:40:05 +01:00
Troy McConaghy b2ff0a4544 Updated to 1.3.0 in version.py 2017-11-21 19:05:48 +01:00
Troy McConaghy 9726cacf54
Merge pull request #1881 from bigchaindb/update-docker-image-to-1.3.0-in-k8s-yamls
Updated Docker image to 1.3.0 in k8s YAML files
2017-11-21 19:00:26 +01:00
Troy McConaghy 61747b138d Updated Docker image to 1.3.0 in k8s YAML files 2017-11-21 18:58:41 +01:00
Troy McConaghy 2590043a7a
Merge pull request #1880 from bigchaindb/update-changelog-for-v1.3-release
Updated the CHANGELOG.md file for the v1.3 release
2017-11-21 18:54:30 +01:00
Troy McConaghy 9d9310d8e5 Updated CHANGELOG.md for the v1.3 release 2017-11-21 18:41:44 +01:00
kansi f9d8519832 Merge branch 'bug/1592/metadata-text-search' 2017-11-20 19:12:31 +05:30
kansi c78490f44d Merge branch 'master' into bug/1592/metadata-text-search 2017-11-20 19:12:12 +05:30
Shahbaz Nazir 6c1017510b
Add standard template for creating PRs (#1776)
* Add standard template for creating PRs

Adding a standard template for creating
Pull requests for improved code QA and delegating
dependencies whenever applicable

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>

* Update developer docs with PR instructions

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>

* Addressing review comments for PR template

Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
2017-11-20 14:08:57 +01:00
Shahbaz Nazir bc4f8fcab5
Fix getstarted undefined referrer issue with IPDB (#1866)
Skip Referer check on preflight request (OPTIONS) and set Referrer-Policy to origin-when-cross-origin in response to OPTIONS request. Once Referrer-Policy is set on the subsequent POST request referrer is set by the browser to expected value.
2017-11-17 20:35:57 +01:00
Troy McConaghy f53eb1e3e7
Merge pull request #1855 from bigchaindb/update-blocks-and-votes-docs
Updated docs about blocks and votes
2017-11-17 13:32:02 +01:00
Troy McConaghy 01796b0660
Merge branch 'master' into update-blocks-and-votes-docs 2017-11-16 18:27:08 +01:00
Troy McConaghy 5642050276
Merge pull request #1853 from bigchaindb/rm-descriptions-from-yaml-files
Removed all 'description' keys & values from the YAML files
2017-11-16 18:22:52 +01:00
Troy McConaghy 73034794f8 Merge branch 'master' into rm-descriptions-from-yaml-files 2017-11-16 18:06:58 +01:00
Ahmed Muawia Khan 7b2b343138
Merge pull request #1790 from bigchaindb/multi-node-automation
Automation of multi node BigchainDB deployment for dev/test
2017-11-16 16:56:21 +01:00
Ahmed Muawia Khan a99c817030
Merge pull request #1824 from bigchaindb/update-tectonic-docs
Update tectonic installation guide
2017-11-16 16:56:00 +01:00
Ahmed Muawia Khan 3752e13a38
Merge pull request #1825 from bigchaindb/docker-for-mac-quickstart
Update quickstart guide for 'docker for mac' users
2017-11-16 16:55:31 +01:00
muawiakh cd98591851 Address comments on docs and some typos 2017-11-16 12:53:36 +01:00
muawiakh 2df08430cd Remove docker network creation and use default docker bridge 2017-11-16 12:53:36 +01:00
muawiakh c285487dfb Revert "Fix flake8 failure"
This reverts commit 5c6e7419a7fa827f1291be3ecbeda895e3a46b58.
2017-11-16 12:53:36 +01:00
muawiakh 0ee0d88da1 Fix flake8 failure 2017-11-16 12:52:35 +01:00
muawiakh b96a754f9a Update bdb-config 2017-11-16 12:51:46 +01:00
muawiakh b2b644db3d Fix minor docs comments 2017-11-16 12:51:46 +01:00
muawiakh 20147562f6 Fix docs build issue 2017-11-16 12:51:46 +01:00
muawiakh 0f68c41b89 Addressing comments and updating some documentation 2017-11-16 12:51:46 +01:00
muawiakh 241af47a32 Automation of multi node BigchainDB deployment for dev/test
- Setup single/multi node BigchainDB cluster using
  - Vagrant
  - Ansible
- Updated documentation
2017-11-16 12:51:46 +01:00
muawiakh 977a6426fe Make premium_lrs default 2017-11-16 12:44:21 +01:00
muawiakh 1eb8764e4a Update deployment with tectonic documentation
- Add details about CA configuration
- Update storage class template
2017-11-16 12:44:21 +01:00
muawiakh b4ca495967 Remove redundant redirections to different docker installation pages(s)
- All the instructions are common now
- Remove redundant files
- address comments
2017-11-16 12:14:11 +01:00
muawiakh 47f872df0f Integrate some other changes 2017-11-16 11:45:46 +01:00
muawiakh 7906edcebf Update quickstart guide for 'docker for mac' users 2017-11-16 11:45:46 +01:00
Ahmed Muawia Khan a4140e92a6
Merge pull request #1852 from bigchaindb/travis-workaround
[Workaround]: Travis failures
2017-11-16 11:33:54 +01:00
muawiakh 18fed8b1d0 [Workaround]: Travis failures
- Marking test_double_create as serial
- If this works, we don't need to skip the tests
- Finger crossed.
2017-11-15 14:30:01 +01:00
kansi 5590e719ae Merge branch 'fix-readme-dev-test-node-link' 2017-11-15 18:55:27 +05:30
kansi 4d465317b6 Merge branch 'master' into fix-readme-dev-test-node-link 2017-11-15 18:54:54 +05:30
kansi 67c4b8ee3f Fix "Set Up & Run a Dev/Test Node" link 2017-11-15 16:31:46 +05:30
Troy McConaghy c6c89bfcba Added page about the transaction schema files 2017-11-15 11:18:07 +01:00
Troy McConaghy b3ccb09e01 Changed title of the page about vote.yaml 2017-11-15 11:17:41 +01:00
Troy McConaghy 31a0bc846b Updated docs about blocks and votes 2017-11-14 15:51:36 +01:00
kansi 860d247aa4 Fixed decouple assets 2017-11-14 19:23:22 +05:30
Troy McConaghy e86fa1f1bb Removed drop_schema_description() & its test 2017-11-14 14:05:53 +01:00
Troy McConaghy 6291afd0f7 rm all 'description' keys & values from YAML files 2017-11-14 14:05:02 +01:00
Troy McConaghy c2acefa6f0
Merge pull request #1847 from bigchaindb/no-more-autogen-schema-pages-in-docs
Removed auto-generated tx & vote schema documentation
2017-11-14 11:42:43 +01:00
Troy McConaghy 053b954624 Removed docs/server/source/schema from .gitignore 2017-11-14 10:20:10 +01:00
kansi f16e30f30b Merge branch 'master' into bug/1592/metadata-text-search 2017-11-14 00:16:28 +05:30
kansi 4eca26782c Change metadata model, fix tests and update docs 2017-11-14 00:13:06 +05:30
Troy McConaghy f0d4417d02 Removed auto-generation of tx/vote schema documentation 2017-11-13 17:28:06 +01:00
Troy McConaghy 5454b6fcd1
Merge pull request #1843 from bigchaindb/update-version-py-to-1.3.0.dev
Updated to 1.3.0.dev in version.py
2017-11-13 14:54:41 +01:00
Troy McConaghy 9bed27b98f Updated to 1.3.0.dev in version.py 2017-11-13 14:53:25 +01:00