mpl
1fd526b999
test/transport.go: move to httputil, so we can use it without linking testing
...
Change-Id: I889d167a78ef0fba5ef2e9e3e884f594e151e940
2014-07-14 18:33:10 +02:00
Brad Fitzpatrick
bafc53703d
context: don't allow mutating an existing context's HTTP client
...
Instead, require specifying it when constructing a new context.
Prevents misuse and bugs / data races.
Change-Id: I775e998bf69b9e238ec726c469494c1a65f8f9de
2014-07-02 14:34:24 -07:00
Steven L. Speek
3fc2669025
search: empty string values for attr and tag predicates
...
Fixes issue_461
Change-Id: I94cba8be70f30eca456d990ba4f4db2618b24553
2014-06-22 20:11:37 +02:00
Brad Fitzpatrick
bf3d86e471
search: add attribute substring search
...
Change-Id: I3b30541c43b5fba84491b98ed73d34a64465c24e
2014-06-20 12:10:20 -07:00
Brad Fitzpatrick
abc247c34d
search: add LocationConstraint tests, make Any work
...
Change-Id: I1a13f0cc7333bb209edcd7f28184a10efeee544d
2014-06-15 13:57:13 -07:00
Steven L. Speek
9d5218c063
search: has:location works on images and permanodes
...
fixes issue 457
Change-Id: I0279c2d294706a2347039fd30a6c982a72455920
2014-06-15 18:53:44 +02:00
Steven L. Speek
3688c15e47
search: keywords check their number of arguments
...
Change-Id: I04e8fc4a91c58bc91e3b860d43be840e5359e6e2
2014-05-23 20:03:48 +02:00
Steven L. Speek
db1a4cf6aa
search: Self-documenting atoms
...
Parse errors in the atoms have a position too
Easier to add new search predicates
Change-Id: I9d2e890b9afcfb524aafa8f1e4e1debc683555ac
2014-05-15 00:42:32 +02:00