Brad Fitzpatrick
bf2a7b60a3
Importer overhaul. Only Foursquare is currently working.
...
The rest are currently stubbed out and will need updating
to the new APIs.
Change-Id: I9d70302b3ac1026192413bf9dcd3c8f1eb420349
2014-03-31 10:56:30 -07:00
Brad Fitzpatrick
bf4426e35e
types: add EmptyBody
...
Change-Id: Ic0cc6cae6debb20fbc15bd95692e8565171eae49
2014-03-31 09:36:08 -07:00
Brad Fitzpatrick
bfb076ab95
context: add Context.SetHTTPClient
...
Change-Id: I10729215cacb5d6faf2ffaedc12c9d7449a1d6a3
2014-03-31 09:34:45 -07:00
mpl
cc1bd94c22
Merge "camput init: ring/key related fixes"
2014-03-31 13:50:29 +00:00
Brad Fitzpatrick
9f4e8fdef8
Merge "blobserver: more docs on MyPrefix"
2014-03-30 22:45:29 +00:00
Brad Fitzpatrick
b63d56ac9d
blobserver: more docs on MyPrefix
...
Change-Id: Icf7fa540c7eb7400719e6baf74f3be746615a4f5
2014-03-30 14:51:54 -07:00
mpl
cdc4ed5ae2
camput init: ring/key related fixes
...
1) Removed exec call to gpg, because it automatically looks in .gnupg/,
which we don't use anymore as a default.
2) Now taking into account global --secret-keyring flag.
This flag is now in osutil.
3) New or modified funcs in osutil
4) Made sure --gpgkey works too.
5) Cleaned up error messages and hints.
Context: http://camlistore.org/issue/364
http://camlistore.org/issue/368
Change-Id: I2e51032ed0597da656db100d72f5588b37308e1a
2014-03-28 19:55:18 +01:00
mpl
b0c4f85ee0
sorted/postgres: test with docker
...
Also, NewKeyValue now automatically creates the required tables.
http://camlistore.org/issue/263
Change-Id: I02dd7660ee08c2eaeec17131622d6f581fdd6c55
2014-03-28 19:34:09 +01:00
Brad Fitzpatrick
4b2acfe155
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2014-03-27 19:42:49 -07:00
Brad Fitzpatrick
bf00b4d41c
context: add method to get an HTTPClient.
...
For importer work.
Change-Id: Ibfb74461157c7f81cdb04f05f9fb955f95990ebf
2014-03-27 19:41:56 -07:00
Brad Fitzpatrick
768cb6e0c2
Merge "sorted,dockertest: added MySQL (dockerified) test"
2014-03-27 00:34:30 +00:00
Aaron Boodman
912063c498
Merge "Factor out the image-specific parts of the detail page into a separate class."
2014-03-26 04:47:39 +00:00
Aaron Boodman
e839eaebde
Factor out the image-specific parts of the detail page into a separate class.
...
This will allow custom renderings of other types of content in the detail view.
Change-Id: I3a8ca6c67e890a51f6b4effe3316beef2cd970cd
2014-03-25 21:47:10 -07:00
mpl
08f9c821f5
sorted,dockertest: added MySQL (dockerified) test
...
Two important related changes:
1) sorted/mysql now takes into account the host given in the config
2) the required tables are now automatically created by NewKeyValue
http://camlistore.org/issue/263
Change-Id: I0043f36edb0630d6484148508d3a1e08c8e88a94
2014-03-26 00:39:38 +01:00
mpl
5a5affb2d3
release notes: verifydb for kv
...
Change-Id: I00eba7d5fe5aa3331d45a3e08b39d58f5ceddc0a
2014-03-25 17:28:33 +01:00
Brad Fitzpatrick
6a610384b0
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2014-03-23 17:14:18 -07:00
Brad Fitzpatrick
bf5740afb2
Add BaseURL method to handler Loader.
...
Change-Id: Ibc61cd19798aa1b0858cbe40b10544953db67b36
2014-03-23 17:13:40 -07:00
Brad Fitzpatrick
d66e320477
Merge "Added missing check for http.StatusOK in Stat. Also made checks for http.StatusOK / 200 uniform"
2014-03-23 23:14:41 +00:00
Steven L. Speek
3442076272
search: width and height exact matches simplified
...
corrected some copy paste errors in the expr_test
file
Change-Id: I36467d96c5674cddc34009d36a05c42ddd7e3cc2
2014-03-23 21:18:00 +01:00
Steven L. Speek
0f644c4244
search-ui.txt: 'and', 'or' and parenthesis description
...
Change-Id: Ie6c077e008084dec0817b2de23832646f4ba99c7
2014-03-23 18:59:57 +01:00
Govert Versluis
33d5718843
Added missing check for http.StatusOK in Stat.
...
Also made checks for http.StatusOK / 200 uniform
Change-Id: I8ef608dc098cdfd221a53be20801d7dcdcdf7655
2014-03-23 17:37:16 +01:00
Brad Fitzpatrick
bfe27edc7f
website: add mongo blob storage to 0.8 notes
...
Change-Id: I5381e53fbf1a1a03f8655ec345f0b1abe2e7189a
2014-03-22 12:46:48 -07:00
Govert Versluis
96637ffcd3
pkg/blobserver/mongo: Add support for blob storage in MongoDB
...
Related changes:
Split docker-related test-helper functions from pkg/sorted/mongo.
These helper functions are now also used in the pkg/blobserver/mongo
tests too.
Also fixed a typo in a comment in pkg/blob/fetcher.go and a missing variable in
debug output in pkg/blobserver/storagetest/storagetest.go
Addresses http://camlistore.org/issue/127
Change-Id: I8b6f57f9ced066d6f83788fdcc87be6619c65c3c
Conflicts:
pkg/blob/fetcher.go
2014-03-22 12:36:59 -07:00
Aaron Boodman
a85361a2a7
Rename IndexPageReact to IndexPage
...
Change-Id: If901a5e9585bb561795c904341b777aa62ad4a26
2014-03-22 06:24:48 -07:00
Aaron Boodman
c42523b686
Merge "Remove Closure-based index page, as it is no longer used."
2014-03-22 13:20:18 +00:00
Aaron Boodman
99a4ff78f5
Remove Closure-based index page, as it is no longer used.
...
Change-Id: Ibd24c5785841ad1ff978576c4d83362ea0fd3fde
2014-03-22 06:19:29 -07:00
Brad Fitzpatrick
a90879bac0
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2014-03-21 13:57:07 -07:00
Brad Fitzpatrick
3dc784e557
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2014-03-21 13:49:53 -07:00
Aaron Boodman
2802cfb95c
Minor cleanup to importer README files.
...
Change-Id: Id37ed68b5b8eefe9bc0011452a0e41f70466d87b
2014-03-21 13:41:16 -07:00
Brad Fitzpatrick
bf692123bf
importer: use context.Context instead of Interrupt type
...
Change-Id: I79f93c6a14934320022b90500d926453e614d001
2014-03-21 12:27:06 -07:00
Brad Fitzpatrick
9054fe84dd
Merge "Add kv queue to google drive / google cloud storage sync handlers"
2014-03-21 18:47:44 +00:00
Philip Snowberger
1ba212d707
Add kv queue to google drive / google cloud storage sync handlers
...
Change-Id: I978ae42dbc6ce2840071cbadaf9351498a23415f
2014-03-21 11:46:22 -07:00
Brad Fitzpatrick
b6e8238d47
Merge "Diskpacked: support deletion"
2014-03-21 18:44:53 +00:00
mpl
3d7c093ac8
Merge "UI: reset search session data if empty result."
2014-03-21 13:11:14 +00:00
Brad Fitzpatrick
bf763f9890
website: add Twitter import to 0.8 release notes
...
Change-Id: I7faae7e0f0ee788a1fbf694f0f687a52d004fa80
2014-03-20 23:11:00 -07:00
Nick O'Neill
2d70c95aef
Tweet importing with some basic info
...
Change-Id: I73455eef50dcdc495ddc042d266b3a4a8020c877
2014-03-20 18:57:43 -07:00
mpl
828999e322
UI: reset search session data if empty result.
...
http://camlistore.org/issue/352
Change-Id: I085c744a8ca31c4420f8132c897305c548b0483e
2014-03-21 00:53:01 +01:00
mpl
23ef1cf24b
sorted/kvfile: added test
...
http://camlistore.org/issue/263
Change-Id: I4f6e8fe3cb26bedcff0a09278924364c249a3291
2014-03-20 23:57:05 +01:00
Tamás Gulácsi
bc39d9888c
Diskpacked: support deletion
...
Delete from index and zero out blob's data.
Use FALLOC_FL_PUNCH_HOLE if available (linux >= 2.6.38).
Change-Id: I0c194fd6734a35b520212398d93dfdc5cabadeb5
2014-03-20 21:20:36 +01:00
Brad Fitzpatrick
673e82815b
Merge "kvutil: add VerifyDb*, use kvutil in sorted"
2014-03-20 19:44:08 +00:00
Brad Fitzpatrick
d1825c8103
Merge "Makefile: fmt target"
2014-03-20 19:30:25 +00:00
Brad Fitzpatrick
c56635c3a5
Merge branch 'master' of https://camlistore.googlesource.com/camlistore
2014-03-20 12:29:56 -07:00
Brad Fitzpatrick
bfe51f3ad5
gofmt
...
Change-Id: Ie6be315d02a439cbfdd870a0b0b7f16cba12a168
2014-03-20 12:29:45 -07:00
Steven L. Speek
a40d5d467b
Makefile: fmt target
...
Made it a prerequisite of presubmit
Change-Id: Ia0d8f5f5bf1131d4004c950af98ad5e078b3423b
2014-03-20 20:04:35 +01:00
mpl
697fd3b840
cznic/kv: bump to ad6be3ee976d5a8ec01072bac898a5db0a5c61ce (bugfix)
...
Change-Id: I967c691fc30dfc16620e569182817afa65a24529
2014-03-20 12:18:34 +01:00
mpl
05058091e9
kvutil: add VerifyDb*, use kvutil in sorted
...
http://camlistore.org/issue/393
Change-Id: If9482aa05f2346644196e3218dcde571e4d1a1a1
2014-03-20 01:21:27 +01:00
mpl
3b66e2136c
Merge "sorted/kv: enable VerifyDb* options with env var"
2014-03-19 23:05:31 +00:00
mpl
4ac7601315
sorted/kv: enable VerifyDb* options with env var
...
http://camlistore.org/issue/393
Change-Id: I97bbe3d4ab6eb186c3960db0995cedeec3a34ddf
2014-03-20 00:04:18 +01:00
mpl
b5e0a3f4d9
Merge "cznic/kv: bumped to acb8d1b9040438369038812735a8fff92ec11048"
2014-03-19 22:23:40 +00:00
mpl
1ededef4ca
cznic/kv: bumped to acb8d1b9040438369038812735a8fff92ec11048
...
Change-Id: I2a4dc85aba4d215847224b2a8d00ad8198783f1b
2014-03-19 23:06:23 +01:00