Jude Nelson
|
266e9c65f2
|
update API tests to verify that the API deployment does not need blockstack_client; update documentation to reflect this
|
2018-05-04 17:46:52 -04:00 |
|
Jack Zampolin
|
bd1e041363
|
Make config.py items configurable via ENV and set sane default values
|
2018-01-17 15:38:06 -08:00 |
|
Aaron Blankstein
|
4004761b79
|
fix api/Dockerfile so that it installs blockstack from workdir. add required variable back into config. clear out imports dependent on removed variables. mount tmpdir in api container so that it spawns correctly on linux.
|
2018-01-17 11:57:28 -05:00 |
|
Jack Zampolin
|
d6bfd83fc9
|
Begin to disentangle the api
|
2018-01-16 14:40:49 -08:00 |
|
Aaron Blankstein
|
369a762e39
|
Merge branch 'master' into develop
|
2017-08-22 17:44:35 -04:00 |
|
Aaron Blankstein
|
119728cfb0
|
add locking so that the full indexer and the updater don't step on one another
|
2017-08-22 16:31:41 -04:00 |
|
Aaron Blankstein
|
87dd8b0cef
|
adds --update_profiles flag to fetch_data, to update the profiles which have new zonefiles since last indexing
|
2017-08-22 13:36:01 -04:00 |
|
Aaron Blankstein
|
c878b62c8a
|
/usr/bin/env python -> python2. our code is not python3 friendly, we should specify that
|
2017-08-17 13:40:01 -04:00 |
|
Aaron Blankstein
|
58e2af7fe5
|
fixed /v1/search endpoint -- now it forwards to the searcher blueprint if enabled, or makes request to search.blockstack
|
2017-04-13 15:29:36 -04:00 |
|
Aaron Blankstein
|
566c2895ce
|
default search endpoint on, update the copyright notices for the test files, add Cache-Control headers if you want to use edge caching
|
2017-04-12 18:18:16 -04:00 |
|
Aaron Blankstein
|
bccf08e2d2
|
integrating search as a blueprint flask, plus getting its imports to play nicely with the api module
|
2017-04-11 12:13:51 -04:00 |
|
Muneeb Ali
|
7e3ca0afa9
|
combined config file (with resolver), renamed from settings
|
2017-04-09 14:27:48 -04:00 |
|