Commit Graph

24 Commits

Author SHA1 Message Date
Jude Nelson
47ce5bc3c5 remove programs we don't use 2018-06-27 17:39:55 -04:00
Jude Nelson
f4ca2d109e fix live tests to confirm to new API error paths 2018-04-24 16:37:44 -04:00
Jude Nelson
806f09e4bd Merge branch 'develop' into feature/token-v1 2018-04-24 10:44:09 -04:00
Aaron Blankstein
478ef3a6f9 Merge branch 'master' into develop 2018-04-20 16:34:47 -04:00
Jude Nelson
4fc7c5f999 Merge branch 'develop' into feature/token-v1 2018-04-20 15:54:54 -04:00
Aaron Blankstein
614547cecd fix api_tests to work without existence of test_support 2018-04-20 15:47:14 -04:00
Aaron Blankstein
0b6dee98ca add api tests 2018-04-20 14:11:35 -04:00
Jude Nelson
d19bf0cabf remove internal API tests, since they're removed in 0.19 2018-04-19 19:08:23 -04:00
Aaron Blankstein
4397486087 fix bad path in api_tests 2018-02-27 11:51:38 -05:00
Aaron Blankstein
8c5d06ddc5 fix api-tests to match change in history response, use is_subdomain instead of is_address_subdomain for boolean testing 2018-02-14 17:19:00 -05:00
Aaron Blankstein
7a92f69036 fixes buggy behavior when communicating with older nodes, and protocol weirdness when fetching zonefiles 2017-11-20 10:10:04 -05:00
Aaron Blankstein
b1c8e3d7e4 depend on the sanctity of ablankstein.id instead of muneeb.id for the CI build 2017-10-10 19:18:10 -04:00
Aaron Blankstein
6af117d3b9 add single_sig query string to /v1/prices/names/:foo endpoint to use a dummy single sig address to compute prices 2017-10-06 11:24:22 -04:00
Jude Nelson
c39951488b use the live tests from develop 2017-09-29 03:15:06 -04:00
Aaron Blankstein
9a46b8c241 add permission to authinternal circleCI test 2017-09-29 00:49:36 -04:00
Aaron Blankstein
dc5ef3718f fix handling of app domain names that aren't url-like, added error responses, and test cases for origin rejections 2017-07-17 16:07:17 -04:00
Aaron Blankstein
7a005ff1d9 add support for port 3000 + fix some of the tests, still some errors in the unit tests I'll come back to 2017-07-17 14:06:28 -04:00
Aaron Blankstein
e667bf2384 adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully 2017-07-10 15:04:30 -04:00
Aaron Blankstein
93d07d68b3 This reverts us *all* the way back to 523cf405d7 -- this removes all changes to support the token file from this branch.
Revert "added example request and response for PUT /v1/wallet/keys/owner to api docs"

This reverts commit d52ee4b31e.

Revert "cutting down on the verbosity of logging outputs -- registrar now only prints 1 line on wakeups. storage drivers are concatenated into 1 line"

This reverts commit 87e3e7ab0d.

Revert "adding dropbox as a default storage driver to load, and switched default 'required' drivers to 'disk,dropbox'"

This reverts commit 9471b0a20a.

Revert "adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully"

This reverts commit 32efc99d62.

Revert "bugfix for the address reencoding in get_zonefile -- checks to see if the address is an address before trying to reencode"

This reverts commit 1488013b93.

Revert "Merge branch 'rc-0.14.3' of github.com:blockstack/blockstack-core into rc-0.14.3"

This reverts commit f75ab67960, reversing
changes made to fe863bcd3c.

Revert "don't create the metadata dir"

This reverts commit fe863bcd3c.

Revert "make all metadata directories inside the critical section"

This reverts commit e66236abd2.

Revert "don't cast 'None' to string by accident"

This reverts commit c6250d5349.

Revert "force string"

This reverts commit e72d43d0be.

Revert "add unbound proxy variable"

This reverts commit 7f1f7e9731.

Revert "return raw zonefile"

This reverts commit 51e858428d.

Revert "force string"

This reverts commit 1ce371644f.

Revert "force string"

This reverts commit 5353cb1015.

Revert "require virtualchain rc-0.14.3 and jsontokens-py 0.0.4"

This reverts commit 346f042db7.

Revert "Merge branch 'rc-0.14.3' of https://github.com/blockstack/blockstack-core into rc-0.14.3"

This reverts commit 1fa1de3e54, reversing
changes made to 523cf405d7.
2017-07-10 14:59:23 -04:00
Aaron Blankstein
32efc99d62 adding test case for issue 483, which *also* required fixing the app session schema to handle empty string methods a little bit more gracefully 2017-07-07 15:26:18 -04:00
Aaron Blankstein
7e22913eed a little bit more supportive of an error response for unauthorized methods with auth tokens 2017-06-29 15:19:16 -04:00
Aaron Blankstein
ded4a8314f xmlunittests will now force failure of circleCI 2017-06-23 10:28:13 -04:00
Aaron Blankstein
72185c3914 adding another auth token verification test 2017-06-22 17:43:56 -04:00
Aaron Blankstein
e1b15bb66d adding live tests and circle.yml for testing Core API Service on rc-0.14.2 2017-05-09 11:26:09 -04:00