Commit Graph

3585 Commits

Author SHA1 Message Date
Ahmed Muawia Khan 84ff0ad4a5 Merge pull request #1690 from bigchaindb/update-azure-kubernetes-docs
Update guide to setup bdb+kubernetes+azure setup
2017-07-21 15:38:16 +02:00
Muawia Khan b56f8a6213 Update guide to setup bdb+kubernetes+azure setup
-- Fixed typos in the guide
-- Fixed some syntax errors in commandline instructions
-- Fixed strucuture of sample jsons
-- Fixed bugs in nginx-https-dep file, it was trying to access
an invalid variable in the configmap.
-- Improved some docs to give more clarity for the user.
Atleast all the issues I faced. :)
2017-07-21 15:01:20 +02:00
Ahmed Muawia Khan f72a35ff11 Merge pull request #1682 from bigchaindb/fix-deps-server-quickstart
Keep minimal number of os-level deps for server quickstart
2017-07-21 14:57:09 +02:00
Muawia Khan b4d1554612 Keep minimal number of os-level deps for server quickstart
-- Only libffi-dev and libssl-dev are enough for the bdb server
quickstart installation and they pull any dependant packages
recursively via apt.
2017-07-21 14:27:13 +02:00
Krish a27cfdd89c Updating dependencies (#1692) 2017-07-21 13:36:29 +02:00
Troy McConaghy 5125997b2b Replaced old response to Root URL with a description of what to expect 2017-07-21 12:34:08 +02:00
Troy McConaghy d323ad73c2 Merge pull request #1686 from bigchaindb/update-changelog-on-master-for-1.0.1
Updated the changelog on master for v1.0.1
2017-07-21 09:08:08 +02:00
michielmulders 21142f1ea0 Update quickstart.md with minor details
At point D, you start the mongo shell which is listening on port 27017 for incoming connections from BDB.
At point E, you don't mention to open a new terminal because you want to keep the mongo shell alive (or run it in background with addition of '&', however I prefer to see the mongo output). Being stupid me, I shut down the terminal which resulted in not being able to start BDB.

Beside that, I added a verification step to make sure that BDB server is running correctly.
2017-07-20 22:56:36 +02:00
Sylvain Bellemare 2f4d9fa171 Update changelog for v1.0.1
(cherry picked from commit 37d9fd72d0)
2017-07-20 12:45:28 +02:00
Krish 8e6a94e158 Change imagePullPolicy in k8s configs (#1680) 2017-07-19 20:14:56 +02:00
Krish dad96fe246 Fix broken travis build (#1684)
- Use RethinkDB and MongoDB docker containers rather than manually
install packages.
2017-07-19 18:16:48 +02:00
Krish 4c8b0fc828 Healthchecks for NGINX in nginx-http-dep.yaml and dev-setup/nginx-http.yaml (#1679) 2017-07-17 18:59:11 +02:00
Krish e0efc2286a Simpler MongoDB Instance Configuration in K8s (#1678)
* Simpler configuration of MongoDB instance in a node

* Update docs for MDB configuration
2017-07-17 17:57:13 +02:00
Krish 9116836e4c Simpler BigchainDB Instance Configuration in K8s (#1677)
* Simpler configuration of BigchainDB instance in a node

* Update docs for BDB configuration

* Changes as per @ttmc's comments
2017-07-17 17:29:51 +02:00
Troy McConaghy 3946ab2f43 Merge pull request #1668 from bigchaindb/docs/1651/explain-condition-contents
New docs page regarding the contents of a condition
2017-07-17 14:48:03 +02:00
Krish c640313003 Remove 3scale port number from configs (#1676)
* Remove 'threescale-api-port' from all configs in node setup

* Update docs - remove references to threescale-api-port

* Fix typo
2017-07-17 14:46:06 +02:00
Krish b7e13fd087 Secure WebSocket Support (#1619)
* Remove support for whitelist

* Rename nginx to nginx-api

* Remove websocket support from nginx-api

* Change nginx to nginx-api service
The nginx-api service will proxy requests to the BigchainDB HTTP API.

* Rename ngx-instance-0 to ngx-api-instance-0 in nginx_3scale

* Update nginx-api service base docker image and README

* Add nginx-ws service to support Websocket

* Add config files for simple dev setup

* WS support with split NGINX

* NGINX module as single entrypoint into the cluster.

* Tested HTTP and WS with latest configs

* Openresty as separate service

* Remove upstream api port as configuration parameter

* Changes while testing

* Adding READMEs for nginx-http and nginx-https modules

* Documentation update

* Change 'Openresty' to 'OpenResty'.
2017-07-17 13:46:05 +02:00
Troy McConaghy f576894b4c Merge pull request #1652 from bigchaindb/resolve-issue-1649
Removed old Terraform & Ansible templates
2017-07-17 12:08:34 +02:00
Krish 6bd6e7fddb Update MongoDB Backup Agent to v5.6.0.624 (#1674) 2017-07-14 10:02:38 +02:00
Troy McConaghy 3c76cd5f77 added docs re OMS logging setup via web browser 2017-07-13 17:21:18 +02:00
Ahmed Muawia Khan 8085f74075 Merge pull request #1663 from bigchaindb/k8s-mongo-memory-limit-fix
Fix for MongoDB hitting memory limit on k8s
2017-07-13 15:42:34 +02:00
Troy McConaghy d6221b3d78 New docs page re contents of a condition 2017-07-13 12:03:03 +02:00
muawiakh 494e9a071d Fixing installation of bigchaindb 1.0.0 pyPackage for quickstart
- Quick start setup was broken because of a race condition with
using cryptoconditions in setup_requires and install_requires and
for a fresh Ubuntu 16.04 setup initialization of BigchainDB node
the python package installation fails due to package conflicts.
- Rest of the details are captured in the github issue #1657
2017-07-12 18:05:07 +02:00
muawiakh b0106c0203 Fix for MongoDB hitting memory limit on k8s
- MongoDB StatefulSet hitting memory limit, so k8s restarts it.
We have had multiple instances of restarts lately.
-  Changing it to 3.5 GB, data and reasoning to back it up
is mentioned in the ticket #1655
2017-07-12 16:17:50 +02:00
Ahmed Muawia Khan 690d64cb8d Merge pull request #1648 from bigchaindb/minor-quickstart-doc-fix
Minor changes in quickstart guide
2017-07-12 13:04:32 +02:00
muawiakh 5526335aab Minor changes in quickstart guide
- Add build-essential and libssl-dev as pre-reqs
for bigchaindb installation
2017-07-12 10:12:11 +02:00
Troy McConaghy 66c0f94f78 Merge pull request #1646 from CsterKuroi/bug/1645/add-missing-table-assets
Bug/1645/add missing table assets
2017-07-11 17:39:23 +02:00
Troy McConaghy ab2b8aee21 Wrote more about how to calculate a fulfillment string 2017-07-11 13:34:48 +02:00
Troy McConaghy 157e2683de Removed old Terraform & Ansible templates 2017-07-11 11:07:43 +02:00
KURO1 3e6948bca4 Add the missing table asset in backend.schema 2017-07-10 17:54:04 +08:00
Ketan Bhatt 684fffe917 HTTP API Logger logs request path and method too 2017-07-09 16:44:21 +05:30
Ketan Bhatt 4056f315ae Rename validity to blocks_validity_status 2017-07-09 12:22:39 +05:30
libscott e8ee39463f MongoDB socket timeout to handle master re-election (#1638)
* add a socket timeout so that changefeeds can reconnect if theres a re-election

* fix threshold max depth at 100
2017-07-06 19:50:28 +02:00
Sylvain Bellemare c80ba6f3b5 Fix mistakenly changed MongoDB version 2017-07-06 14:49:21 +02:00
Troy McConaghy 23d0994579 Merge pull request #1639 from bigchaindb/switch-version-in-version-py-to-1.1.0.dev
Switch version in version.py to 1.1.0.dev
2017-07-06 10:09:38 +02:00
Troy McConaghy 6d9cc17861 Push to GitHub, not 'master' 2017-07-05 17:03:35 +02:00
Troy McConaghy f7f10130c9 More improvements to RELEASE_PROCESS.md 2017-07-05 17:00:17 +02:00
Troy McConaghy 74c57d3e2b Changed version in version.py to 1.1.0.dev 2017-07-05 15:36:22 +02:00
Troy McConaghy d5f3f74179 Resolved issue #1632 in RELEASE_PROCESS.md 2017-07-05 14:53:33 +02:00
Troy McConaghy fc0ec050f1 Updated version.py for the 1.0.0 release 2017-07-05 14:48:17 +02:00
Troy McConaghy c62f831f22 Merge pull request #1634 from bigchaindb/update-bdb-tag-in-k8s-dep
Updated BDB Docker tag from 1.0.0rc1 to 1.0.0 in k8s deployment
2017-07-05 11:28:06 +02:00
Troy McConaghy e2d96af46e Merge pull request #1629 from bigchaindb/changelog-for-1.0.0
Change Log Updates for 1.0.0
2017-07-05 11:11:13 +02:00
Troy McConaghy 923df8f64f Updated BDB Docker tag from 1.0.0rc1 to 1.0.0 in k8s deployment 2017-07-05 10:52:31 +02:00
Troy McConaghy 48f295da9b Merge remote-tracking branch 'origin/master' into changelog-for-1.0.0 2017-07-05 10:46:51 +02:00
Troy McConaghy e7d1ffd58c Merge pull request #1633 from bigchaindb/fix-doc-broken-link
Fixed broken reference
2017-07-05 10:44:00 +02:00
Rodolphe Marques 5e1480abd7 Fixed broken reference 2017-07-05 10:14:40 +02:00
Rodolphe Marques da574e909d Merge pull request #1547 from bigchaindb/upgrade-guides
[WIP] Upgrade guide BDB v0.10 -> v1.0
2017-07-05 10:08:20 +02:00
Troy McConaghy 34a4fedf39 Set the 1.0.0 release date as 2017-07-05 2017-07-05 09:28:57 +02:00
Troy McConaghy 68b1ed6206 Merge pull request #1621 from bigchaindb/rename-drivers-and-clients-section
Renamed 'Drivers & Clients' section 'Drivers & Tools'
2017-07-04 16:31:49 +02:00
Rodolphe Marques f9c24d8db7 Renamed output -> output_index in the outputs endpoint example 2017-07-04 16:04:24 +02:00