1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-26 11:16:43 +02:00
Commit Graph

338 Commits

Author SHA1 Message Date
michielmulders
f2e7e1606b Completed basic usage example 2017-09-22 10:14:24 +02:00
michielmulders
dfaf97e5ce Basic usage examples added, not completed 2017-09-22 10:14:24 +02:00
michielmulders
6f6c21dacf Created and updated page with BigchainDB JS Driver info 2017-09-22 10:14:24 +02:00
7f532ee94f remove yarn
* yarn is usually installed globally and we never call the locally installed version
2017-09-22 10:14:24 +02:00
greenkeeper[bot]
4102ef8c21 chore(package): update babel-eslint to version 8.0.0 2017-09-22 10:14:24 +02:00
michielmulders
202ae6060b Removed parenthesis in request.js 2017-09-22 10:14:24 +02:00
michielmulders
7ac13b2045 Issue 50: remove onlyJsonResponse connection.js 2017-09-22 10:14:24 +02:00
greenkeeper[bot]
cce49f1d12 chore(package): update ava to version 0.22.0 2017-09-22 10:14:24 +02:00
michielmulders
a2ff15e282 Update index.rst for testing purpose automated 2017-09-22 10:14:24 +02:00
michielmulders
f0fda97057 Updating index.rst for testing new webhook 2017-09-22 10:14:24 +02:00
michielmulders
a5509a0171 Revert "Fix Issue 50: connection.js remove onlyJsonResponse"
This reverts commit 3c9ff5c384.
2017-09-22 10:14:24 +02:00
michielmulders
5ec5df7e1d Fix Issue 50: connection.js remove onlyJsonResponse 2017-09-22 10:14:24 +02:00
michielmulders
484a3eb608 Issue 57: mv connection/index.js connection.js && rm connection + fix all breaking imports) 2017-09-22 10:14:24 +02:00
michielmulders
4931b62e8e Removed build dirs from soruce and edited gitignore for the last time 2017-09-22 10:14:23 +02:00
michielmulders
c8de30ba57 Change gitignore with _build 2017-09-22 10:14:23 +02:00
michielmulders
178cc116f5 Ignore doc/_build instead of doc/build 2017-09-22 10:14:23 +02:00
michielmulders
c2f4a6e5e2 Added make hmtl and clean to Makefile 2017-09-22 10:14:23 +02:00
michielmulders
c1ddbf479a Removed /build and gitignore inside /docs, added /docs/build in main gitignore 2017-09-22 10:14:23 +02:00
michielmulders
f3df9ed6c7 Added gitignore to not upload build/ dir 2017-09-22 10:14:23 +02:00
michielmulders
b0b0d157cb Moved docs from personal repo to official js Driver repo 2017-09-22 10:14:23 +02:00
greenkeeper[bot]
4154078305 chore(package): update sinon to version 3.0.0 2017-09-22 10:14:23 +02:00
greenkeeper[bot]
ceedf91774 fix(package): update query-string to version 5.0.0 2017-09-22 10:14:23 +02:00
greenkeeper[bot]
3c0209f3cd chore(package): update ava to version 0.21.0 2017-09-22 10:14:23 +02:00
vrde
d714306c9d Update other docs to version 0.3.0
Close #76. Close #77.
2017-09-22 10:14:23 +02:00
vrde
8048399a0b Release 0.3.0 2017-09-22 10:14:23 +02:00
vrde
6dc11b5455 Update README compatibility matrix 2017-09-22 10:14:22 +02:00
vrde
bb3d478b41 Update BigchainDB docker container for travis to 1.0.0 2017-09-22 10:14:22 +02:00
vrde
2fd3fcf8ce Fix eslint errors 2017-09-22 10:14:22 +02:00
greenkeeper[bot]
d0f4342f6f chore(package): update eslint to version 4.1.1
Closes #64
2017-09-22 10:14:22 +02:00
Scott Sadler
d6e33b807a add has subcondition to ccJsonLoad test 2017-09-22 10:14:22 +02:00
Scott Sadler
51585b1b05 add additional test for ccJsonLoad 2017-09-22 10:14:22 +02:00
Scott Sadler
b665752c8c fulfills.output -> fulfills.output_index 2017-09-22 10:14:22 +02:00
Scott Sadler
f82706ecbb point travis at bigchaindb master 2017-09-22 10:14:22 +02:00
Scott Sadler
529c18a753 remove signature in details and rename subfulfillments to subconditions 2017-09-22 10:14:22 +02:00
greenkeeper[bot]
49c91a0916 fix(package): update yarn to version 0.27.5 2017-09-22 10:14:22 +02:00
diminator
a7b09941e2 ignore yarn.lock 2017-09-22 10:14:22 +02:00
greenkeeper[bot]
d390fda202 chore(package): update ava to version 0.20.0 2017-06-28 14:43:55 +00:00
Tim Daubenschütz
f60585d2d0 Merge pull request #69 from bigchaindb/fix-typo
Fix typo in upgrade guide
2017-06-28 09:50:29 +02:00
tim
4c34f33a82 Fix typo via @ferOnti 2017-06-28 09:42:16 +02:00
Tim Daubenschütz
c83181fe20 Merge pull request #62 from bigchaindb/r-0.2.0
Bump version 0.1.2 => 0.2.0
2017-06-26 18:20:23 +02:00
tim
d2c70f66ed Upgrade guide for v0.2.0 2017-06-26 18:18:56 +02:00
tim
e4c24ef027 Use new docker image 1.0.0rc1 2017-06-26 18:18:56 +02:00
tim
332abb53d2 Bump version 0.1.2 => 0.2.0 2017-06-26 18:18:56 +02:00
vrde
96cd7e0383
Merge branch 'update-readme' 2017-06-26 17:28:56 +02:00
vrde
f40d0b06ba
Simplify README.md and change example 2017-06-26 16:21:47 +02:00
Tim Daubenschütz
017827d0a4 Merge pull request #65 from bigchaindb/greenkeeper/js-sha3-0.6.0
Update js-sha3 to the latest version 🚀
2017-06-26 11:28:24 +02:00
greenkeeper[bot]
3bf3e30b89 fix(package): update js-sha3 to version 0.6.0 2017-06-26 05:09:21 +00:00
vrde
288304624a Merge pull request #59 from bigchaindb/remove-content-type-if-no-body
Fix Content-Type issue
2017-06-23 14:53:43 +02:00
vrde
3d83083ee8
Fix Content-Type issue 2017-06-23 14:31:30 +02:00
Tim Daubenschütz
f63a868bc9 Merge pull request #61 from bigchaindb/threshold-public-keys
Encode public_keys array for threshold conditions
2017-06-23 11:18:56 +02:00