Ahmed Muawia Khan
8c1ee8329e
Problem: Typo with get kube-dns IP ( #2181 )
2018-04-05 17:56:30 +02:00
Troy McConaghy
c8682a1d89
Problem: bigchaindb upsert-validator labelled "insecure" ( #2180 )
...
Solution: Remove the "insecure" label from the docs on `bigchaindb upsert-validator`
2018-04-05 17:47:11 +02:00
Vanshdeep Singh
d28b9019c0
Problem: Python version not check before running ( #2179 )
...
Solution: Check python version
2018-04-05 15:29:32 +02:00
vrde
6181e52dbd
Problem: Exchange can fail silently ( #2177 )
...
Solution: Raise a RuntimeError if Exchange is running and a new
subscriber queue is requested.
2018-04-05 13:57:07 +02:00
Troy McConaghy
cc88b4d286
Final PR Before the Release of 2.0 Alpha ( #2175 )
...
* Problem: docker image tag wrong in dev-setup/bigchaindb.yaml
Solution: change the docker image tag to 2.0.0-alpha in that file
* Problem: version.py needed updating for 2.0 Alpha
Solution: Updated the contents of bigchaindb/version.py for the release of 2.0.0 Alpha
v2.0.0a1
2018-04-03 15:37:46 +02:00
Troy McConaghy
07f03dbd5e
Problem: CHANGELOG.md isn't updated for the 2.0 Alpha release ( #2159 )
...
* Update CHANGELOG.md for the 2.0 release
* Problem: BigchainDB 2.0 Alpha name & tag wrong in CHANGELOG.md
Solution: Name="BigchainDB 2.0 Alpha" tag="v2.0.0a1"
* Problem: Blogpost link missing & no Known Issues
Solution: Hyperlink the blog post with the missing link and
document the Known Issues.
* Problem: The 2.0 Alpha release date in CHANGELOG.md was wrong
Solution: Changed the release date of 2.0 Alpha to April 3, 2018 in CHANGELOG.md
2018-04-03 15:10:03 +02:00
Vanshdeep Singh
ea8ac4b80e
Problem: Event stream api crashing ( #2173 )
...
Solution: Fix Exchange initialization
2018-04-03 14:57:44 +02:00
Ahmed Muawia Khan
7683ea00fc
Problem: Outdated docker image tags for 2.0.0-alpha release ( #2174 )
2018-04-03 14:52:30 +02:00
Troy McConaghy
58432807a0
Problem: No link back to Root Docs from Contrib. Docs ( #2170 )
...
Solution: Add a link back to the Root Docs from the 'Contributing to BigchainDB' Docs
2018-04-03 12:28:47 +02:00
Troy McConaghy
ef7a276aad
Problem: Some links in Quickstart page are broken or wrong ( #2171 )
...
Solution: Update the links in the Quickstart page of the BigchainDB Server docs
2018-04-03 12:26:47 +02:00
Troy McConaghy
55fafef577
Problem: There were more broken links to CONTRIBUTING.md ( #2172 )
...
Solution: Fix those links by linking directly to the new 'Contributing to BigchainDB' docs
2018-04-03 12:17:11 +02:00
Troy McConaghy
ec5f66ba4f
Problem: Issue #2217 is unresolved ( #2169 )
...
* Problem: Some docs still say to run MongoDB w/ replica set
Solution: Update the relevant docs
* Problem: A docs mention of upsert-validator wasn't linked to BEP-3.
Solution: Link that docs mention to BEP-3 on GitHub.
2018-04-03 12:14:36 +02:00
vrde
8086f75ec8
Problem: there are no events for invalid blocks ( #2163 )
...
Solution: update the documentation to reflect this. I've also removed
the documentation about the event plugin API. That part needs to be
refactored to work properly with BigchainDB 2.0. We can reintroduce it
later.
2018-04-03 12:12:33 +02:00
Vanshdeep Singh
25043bc993
Problem: Block height in event stream is string. ( #2167 )
2018-04-03 12:08:00 +02:00
Vanshdeep Singh
e4e528e5c4
Problem: Changing validators requires a network restart ( #2070 )
...
Solution: Allow nodes to add, update, or remove validators at runtime using a new command. Implements BEP3.
2018-03-29 18:25:26 +02:00
Vanshdeep Singh
0f86e7d368
Problem: Multi-threading not configured ( #2165 )
...
* Problem: Multi-threading not configured
Solution: Auto-generate multi-threading config with default threads and workers set to 1
* Problem: Documentation not updated for multi-threading
Solution: Updated necessary docs
2018-03-29 16:26:54 +02:00
Ahmed Muawia Khan
b4401d27e4
Merge pull request #2156 from ttmc/reorder-developer-contrib-process-pages
...
Problem: The order of the dev contrib docs was weird
2018-03-29 12:01:40 +02:00
Ahmed Muawia Khan
7f2ed58de9
Merge pull request #2164 from muawiakh/update-config
...
Problem: BigchainDB server configuration causing failure
2018-03-28 20:08:47 +02:00
Ahmed Muawia Khan
933e68bf53
Update some configuration for alpha release containers
...
- Update bigchaindb server threads/workers
- Configure `debug` log-level for tendermint
2018-03-28 19:46:05 +02:00
Troy McConaghy
3000e52795
Problem: RELEASE_PROCESS.md doesn't follow BEP-1 ( #2161 )
...
Solution: Update RELEASE_PROCESS.md to use only the `master` branch
to use Git tags (never branches) to identify new versions.
2018-03-28 15:40:30 +02:00
Troy McConaghy
42f9160f46
Merge pull request #2154 from ttmc/update-marketing-copy
...
Problem: Some marketing copy (text blurbs) was old
2018-03-28 14:33:55 +02:00
Troy McConaghy
e3be475ebd
Merge pull request #2160 from vrde/reintroduce-dist-and-release
...
Problem: maintainers are not able to do a release
2018-03-28 14:10:46 +02:00
vrde
3ed3334188
Problem: maintainers are not able to do a release
...
Solution: reintroduce `make dist` and `make release`
2018-03-28 14:02:18 +02:00
Troy McConaghy
03c8f16475
Merge pull request #2106 from kansi/bep/3/get-validators-api
...
Get validator set from the node
2018-03-28 11:44:09 +02:00
Troy McConaghy
f71818c837
Merge pull request #2158 from muawiakh/invalid-kube-dns-command
...
Problem: Invalid command to get kube-dns IP
2018-03-27 20:01:11 +02:00
Ahmed Muawia Khan
5162a0a163
Problem: Invalid command to get kube-dns IP
2018-03-27 19:44:00 +02:00
Ahmed Muawia Khan
3cf921b32d
Merge pull request #2157 from muawiakh/fix-arg-parse
...
Problem: argument not parsed properly while generating configs
2018-03-27 17:04:26 +02:00
Ahmed Muawia Khan
a047838ec3
Problem: argument not parsed properly while generating configs
...
Solution: Handle all the positional arguments using curly braces
2018-03-27 16:44:45 +02:00
Troy McConaghy
3d1f341c44
Remove accidentally-pasted URL from docs
2018-03-27 16:41:26 +02:00
Troy McConaghy
8ce48f75a1
Renamed 2 files/pages of notes on running a node
2018-03-27 16:38:58 +02:00
Troy McConaghy
75caf76c62
Problem: The order of the dev contrib docs was weird
...
Solution: Reorder & relabel those pages
2018-03-27 12:02:33 +02:00
Troy McConaghy
3f2d40f670
Merge pull request #2155 from ttmc/clarify-contributing-docs
...
Problem: Docs re contributing needed editing & reorg
2018-03-27 10:34:15 +02:00
Troy McConaghy
4fb963d149
Don't include docs fetched-at-build-time in Git repo
2018-03-27 10:27:27 +02:00
Troy McConaghy
3566c97873
Problem: Docs re contributing needed editing & reorg
...
Solution: Edit & reorg them
2018-03-27 10:18:51 +02:00
Troy McConaghy
dea76f7c91
Merge pull request #2141 from muawiakh/update-dns-server
...
Problem: Cluster DNS and Health check terminology is incorrect
2018-03-26 16:37:49 +02:00
Ahmed Muawia Khan
a8e68c3706
Replace clusters Web UI to k8s cluster web ui
2018-03-26 16:00:25 +02:00
Ahmed Muawia Khan
339078ae68
Address comments
...
- remove confusion between NODE-IP<->CLUSTER-IP just replace with IP
- remove confusion between node<->cluster just replace with Kubernetes
cluster
2018-03-26 15:37:05 +02:00
Troy McConaghy
d1bc21809e
Problem: Some marketing copy (text blurbs) was old
...
Solution: Update the marketing copy!
2018-03-25 13:28:21 +02:00
Troy McConaghy
ff62675c01
THE blockchain database.
2018-03-24 06:01:12 +01:00
Troy McConaghy
1d053bbad8
Two fixes to root docs home page
...
- Added a button to link to the new "Contributing to BigchainDB" docs
- Changed the opening tag line
2018-03-24 05:40:14 +01:00
Vanshdeep Singh
283f685f07
Problem: FastQuery not working ( #2153 )
...
Solution: Fix FastQuery Class
2018-03-23 17:16:00 +01:00
Vanshdeep Singh
cffd68f7cf
Problem: Event stream test incomplete ( #2152 )
...
Solution: Complete the test by checking connection status returned in the 'result' field
2018-03-23 15:39:47 +01:00
Vanshdeep Singh
358899b3b1
Problem: 'TRANSFER' Transaction fails. ( #2151 )
...
Solution: The asset storage and retrieval logic leads to different txn bodies
causing a validation error. Concequently the logic has been simplied.
2018-03-23 15:08:30 +01:00
vrde
4c992198db
Problem: version doesn't reflect reality ( #2150 )
...
Solution: change the version to 2.0.dev, and add a cool banner.
mmm mmmm mmmm mmmmmm
# " "# " "# #"
# mmm" mmm" m"
# "# "# m"
mm#mm "mmm#" "mmm#" m"
# mm mmmm
# mm m"# m m m" "m m mm
#" # #" # #m# # m # #" "
# # #mmm#m m#m # # #
# # # m" "m #mm# #
# #
mmm # mm mmm mmm mmm#
" # #" # #" # " # #" "#
m"""# # # #"""" m"""# # #
"mm"# # # "#mm" "mm"# "#m##
:D
2018-03-23 14:41:15 +01:00
vrde
283b664e6a
Problem: there is no way to easily reset the DB ( #2149 )
...
Solution: Add a `reset` recipe for our Makefile
2018-03-23 14:39:43 +01:00
vrde
f157096699
Problem: No reason to check the BEP (+typo) ( #2144 )
...
Solution: Say why there is a link to the BEP, and fix a typo.
2018-03-23 14:39:15 +01:00
Manolo
0e7adb33d2
Merge pull request #2148 from vrde/ignore-vim-swap-files
...
Problem: vim swap files are not ignored by git
2018-03-22 17:13:16 +01:00
vrde
7a718f78d2
Update Makefile ( #2147 )
...
* Problem: it's difficult to run/test/compile docs
Solution: we already have a nice Makefile, but it's outdated. The idea
is to revamp it and make it easy to use.
* Problem: Makefile is not documented
Solution: Add basic instructions on how to use it in the main README.md
* Problem: can't connect to localhost:9984
Solution: make docker expose 9984 by default, so everyone can connect to
localhost:9984.
* Problem: make clean is TMI
Solution: add `@` to remove commands so we don't output all the details
about the cleaning
* Problem: make clean is too shy
Solution: print a message saying that cleaning went well.
2018-03-22 17:12:39 +01:00
Ahmed Muawia Khan
5676a6e088
Problem: No error message/logs if tendermint container cannot find peers ( #2146 )
...
Solution: retry every 30 seconds for a maximum of 10 times.
2018-03-22 17:12:21 +01:00
vrde
ee6170ee88
Problem: vim swap files are not ignored by git
...
Solution: add patterns to ignore them.
2018-03-22 16:00:39 +01:00