Sylvain Bellemare
9dd2e026b0
Fixes #1891
2017-12-05 19:38:52 +01:00
Katha
e377fb57af
Pre commit styling ( #1914 )
...
* run pre-commit and fix errors
* mention pre-commit in our guides
2017-11-30 15:04:14 +01:00
Sylvain Bellemare
35012a6452
Fix flake8 errors
2017-11-29 16:55:32 +01:00
muawiakh
82cd3a61ed
Add metadata endpoint to info view
...
- Metadata search was recently added and works seamlessly
- The endpoint was not reflected in the info view i.e.
when someone queries at root / or api/v1 endpoints.
- Handle unit tests for the change as well.
2017-11-22 18:31:35 +01:00
kansi
4eca26782c
Change metadata model, fix tests and update docs
2017-11-14 00:13:06 +05:30
kansi
8939c0f341
Merge branch 'master' into bug/1592/metadata-text-search
2017-11-09 17:39:35 +05:30
kansi
714c1782ac
Support for metadata search api and its testing suite
2017-11-07 12:20:51 +05:30
kansi
8310b04b17
Merge branch 'master' into bug/1670/asset-language-api-fix
2017-11-03 11:38:09 +05:30
kansi
f3da30aea0
Validate nested keys for asset.data and metadata
2017-11-01 17:26:16 +05:30
kansi
cd636101a7
Support abbreviated values for "language"
2017-10-31 16:54:47 +05:30
kansi
1de5375962
Validate asset data keys
2017-10-31 15:16:59 +05:30
kansi
7226584215
Api fix for asset language
2017-10-31 10:12:16 +05:30
Ketan Bhatt
684fffe917
HTTP API Logger logs request path and method too
2017-07-09 16:44:21 +05:30
vrde
8457cb35eb
Add middleware to strip content-type headers from GETs
2017-07-04 14:01:56 +02:00
Sylvain Bellemare
26f14aadec
Parametrize websocket api tests for docker
2017-07-03 15:23:50 +02:00
libscott
b1ad6045b6
Rename "output" to "output_index" in /api/v1/outputs ( #1596 )
...
* rename output to output_index in /api/v1/outputs
* rename transaction.input.fulfills.output to output_index
* fix rethinkdb queries for output_index
2017-06-30 09:40:50 +02:00
Sylvain Bellemare
02fe712c34
Integrate cryptoconditions version 02
2017-06-22 14:56:22 +02:00
Rodolphe Marques
842664cb14
Improved documentation
...
- fixed test name
2017-06-16 10:31:46 +02:00
Rodolphe Marques
b523ba3fe5
Rename unspent -> spent in outputs endpoint
...
- If spent=None return all outputs
- If spent=True return only spent outputs
- If spent=False return only unspent outputs
- Updated documentation
- Add the ability to return only spent outputs in core
- Added and update tests
2017-06-16 10:31:46 +02:00
Rodolphe Marques
8d60796765
Merge pull request #1541 from bigchaindb/feat/1525/inconsistency-relative-links
...
Remove relative links
2017-06-16 10:30:20 +02:00
Rodolphe Marques
4d1131d90c
Remove links from statuses endpoint
...
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
Rodolphe Marques
446e454a77
outputs endpoint returns list of objects instead of links
...
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
tim
673062f892
Remove host+port from / and /api/v1/
2017-06-16 09:52:47 +02:00
Rodolphe Marques
dda6517451
Merge pull request #1532 from bigchaindb/feat/1531/consistent-naming
...
Consistent naming of `transaction_id`
2017-06-16 09:50:43 +02:00
Tim Daubenschütz
41805de0c2
Merge pull request #1543 from bigchaindb/feat/1038/fix-tx-endpoint
...
Fix /transactions/id endpoint
2017-06-16 09:50:06 +02:00
tim
eb791aa2ce
Include Location header in POST /transactions
2017-06-14 16:53:22 +02:00
tim
6cedab47a1
/transactions/ID only returns VALID transactions
2017-06-14 15:42:04 +02:00
Rodolphe Marques
cc9c8a4d0d
fixed broken test
2017-06-14 10:51:57 +02:00
Rodolphe Marques
03ba6391c6
updated tests for the events api
2017-06-14 10:38:23 +02:00
Rodolphe Marques
fa04899003
Merge remote-tracking branch 'origin/feat/1147/consolidate-root-urls' into feat/1531/consistent-naming
2017-06-14 10:19:01 +02:00
Rodolphe Marques
05a6653d5f
Fixed web related tests
2017-06-13 12:31:49 +02:00
Rodolphe Marques
27b1292497
Renamed streams_v1
to streams
...
- Updated tests
- Updated documentation
2017-06-12 17:39:49 +02:00
Rodolphe Marques
e0e27dc121
Consolidate root urls
...
- All information added to root url `/`
- Information specific to v1 under `/api/v1`
- Removed `_links`
- Removed `self`
2017-06-12 15:13:42 +02:00
Tim Daubenschütz
8b7f86b63d
Feat/1462/text search http api ( #1471 )
...
* Add assets text search endpoint
* Filter out assets from invalid transactions.
- Added the limit argument to limit the returned results
- Created and updated tests
* Added documentation for the assets endpoint.
- Added some docstrings
* Removed unnecessary fixtures
2017-05-30 11:21:26 +02:00
vrde
659d25444e
Merge branch 'remove-useless-capped-queue'
2017-04-18 16:38:26 +02:00
vrde
f94a1e020c
Dispatcher is a consumer, no capped queue needed
2017-04-18 16:13:03 +02:00
Troy McConaghy
d7ccc7c00f
Merge branch 'master' into docs/1170/move-http-api-docs-to-top-level-section
2017-04-18 14:34:53 +02:00
vrde
414d915033
Snakecaseify keys
2017-04-13 08:54:34 +02:00
Sylvain Bellemare
0347fbccf4
Add a few more checks to the test
2017-04-12 13:50:09 +02:00
Sylvain Bellemare
e614834a03
Import Transaction class within fixture
2017-04-12 13:49:10 +02:00
Sylvain Bellemare
75dd645ec9
Import stdlib pkgs at the top of the test module
2017-04-12 13:47:58 +02:00
Sylvain Bellemare
98e52e047e
Make utility test function into a fixture
2017-04-11 18:34:31 +02:00
Sylvain Bellemare
e0e997755e
Re-order imports (pep8)
2017-04-11 18:34:20 +02:00
vrde
a673d9c6ef
Add more code coverage
2017-04-11 16:34:50 +02:00
Troy McConaghy
8964ba33b4
updated links to the HTTP API docs in this repo
2017-04-10 15:14:18 +02:00
vrde
be3f62dd10
Update endpoints and docs
2017-04-07 14:57:11 +02:00
vrde
f23faaa65f
Add WebSocket server
2017-04-07 09:16:22 +02:00
Rodolphe Marques
96daa98699
Adverstise Event stream api in api info endpoint.
...
Updated tests.
2017-04-07 08:42:22 +02:00
vrde
83397de397
Add more tests and utils
2017-04-07 08:42:22 +02:00
vrde
5d39b42b7a
Add dependencies and first test
2017-04-07 08:42:22 +02:00