Brad Fitzpatrick
f14c6dd55b
localdisk: return ENOENT as documented by interface; add test.
2011-03-12 18:28:05 -08:00
Brad Fitzpatrick
c046998532
More helpful dev-indexer helper script.
2011-03-12 17:40:42 -08:00
Brad Fitzpatrick
6316a765fc
Start of camput creating permanodes / claims.
2011-03-12 13:10:56 -08:00
Brad Fitzpatrick
f70cc6d2e5
Updates to latest Go language + library changes.
2011-03-12 12:32:40 -08:00
Brad Fitzpatrick
3edbfd3f26
Updates for Go release 2011-03-07
2011-03-07 08:37:27 -08:00
Brad Fitzpatrick
77e4ebe48f
Epic refactoring around partition handling; MySQL indexer starting to work
...
The MySQL indexer storage implementation now does Receive, Enumerate,
and Stat.
So I can now just camsync from a localdisk blobserver to a
mysqlindexer blobserver and push-index stuff.
2011-03-06 20:11:36 -08:00
Brad Fitzpatrick
3cc140e624
updated TODO
2011-03-06 13:22:58 -08:00
Brad Fitzpatrick
9652999910
Paranoia: use db name 'devcamlistore', not 'camlistore'
2011-03-06 13:13:39 -08:00
Brad Fitzpatrick
0a7a3bda34
Start of some mysqlindexer receive work.
2011-03-06 09:28:02 -08:00
Brad Fitzpatrick
bb6a850e99
Untested mysql indexer stat support.
2011-03-06 00:16:32 -08:00
Brett Slatkin
0371e8f66f
gofmt
2011-03-05 16:23:47 -08:00
Brett Slatkin
8af57171f3
enumerate-blobs working for mysql indexer
2011-03-05 16:23:12 -08:00
Brett Slatkin
dfe4b27fa2
gofmt
2011-03-05 15:32:08 -08:00
Brett Slatkin
02fcf406fe
script to init mysql and start indexer blobserver
2011-03-05 15:31:54 -08:00
Brett Slatkin
e36a7679b2
mysql client pool work for indexer; temporary glue in blobserver
2011-03-05 15:10:50 -08:00
Brad Fitzpatrick
9924b32691
Temporarily wiring up mysqlindexer to blobserver.
2011-03-05 14:25:08 -08:00
Brad Fitzpatrick
e3659d3a62
Start of mysqlindexer storage library.
2011-03-05 14:14:00 -08:00
Brett Slatkin
2b49c2879c
Merge branch 'master' of camlistore.org:camlistore
2011-03-05 13:44:33 -08:00
Brad Fitzpatrick
55e6ffe8e3
Add presubmit Make target.
2011-03-05 13:44:19 -08:00
Brett Slatkin
fe05a77b07
gofmt cleanup
2011-03-05 13:44:11 -08:00
Brett Slatkin
02a3466192
adds -remove to camput
2011-03-05 13:43:24 -08:00
Brett Slatkin
16c672506b
implemented go client.RemoveBlobs; no idea if it works yet
2011-03-05 12:46:28 -08:00
Brad Fitzpatrick
4de2eb4ebd
Start of Client.Remove for de-queue in camsync.
2011-03-05 11:34:12 -08:00
Brad Fitzpatrick
cafaec5dc8
more sync work; start of loop and queue removal
2011-03-05 09:53:51 -08:00
Brad Fitzpatrick
bc7340d7e7
sync: move to library, add tests, fix merge bug
2011-03-05 09:00:56 -08:00
Brad Fitzpatrick
113de1f3a3
get handler cleanup, break apart into smaller bits
2011-03-05 00:03:53 -08:00
Brad Fitzpatrick
4d8f10208a
camsync: it now syncs
2011-03-04 19:02:26 -08:00
Brad Fitzpatrick
38a85571ca
Add dev-blobserver wrapper; remove run.sh
2011-03-02 21:46:07 -08:00
Brad Fitzpatrick
7381cbf4d1
More camsync work.
2011-03-02 20:03:09 -08:00
Brad Fitzpatrick
d9bf9a3e14
blobref: faster String(); use camli/testing
2011-03-02 10:18:45 -08:00
Brad Fitzpatrick
ad37f29ce3
start of camsync & indexing; add Client.EnumerateBlobs
2011-03-01 18:02:01 -08:00
Brad Fitzpatrick
8d8fb6a6b7
Fix mistake in example response.
2011-03-01 17:25:35 -08:00
Brad Fitzpatrick
b0f8f29bca
Fix copyright license.
2011-03-01 08:29:44 -08:00
Brad Fitzpatrick
0584e4a358
Unfork the Go http package (it now has http.Client.Do)
2011-02-28 19:20:26 -08:00
Brad Fitzpatrick
66abaaec73
enumerate: don't allow 'maxwaitsec' with 'after'
2011-02-28 18:11:53 -08:00
Brad Fitzpatrick
b3f85acd47
enumerate: tests & long poll support
2011-02-27 17:42:20 -08:00
Brad Fitzpatrick
2e2fea784b
Split localdisk.go up into separate files.
2011-02-27 16:18:17 -08:00
Brad Fitzpatrick
5329e66eb6
some enumerate waitsec work
2011-02-26 23:09:57 -08:00
Brad Fitzpatrick
f34b4b35d2
Spec and start of longpoll enumerate.
2011-02-26 14:03:10 -08:00
Brad Fitzpatrick
88c1992692
Take a small interface.
2011-02-26 13:44:25 -08:00
Brad Fitzpatrick
e1c7b60fa1
localdisk: parallel stats and long-poll stats.
2011-02-26 13:31:23 -08:00
Brad Fitzpatrick
b21a036964
Make camli/blobserver's blobhub_test use camli/testing.
2011-02-26 13:30:34 -08:00
Brad Fitzpatrick
01b9a71d71
Fix camli/schema's tests to pass again.
2011-02-26 13:30:07 -08:00
Brad Fitzpatrick
fd0dc7d94c
Add camli/testing helper package.
2011-02-26 13:29:39 -08:00
Brad Fitzpatrick
35ef3e5ce2
New build.pl --test for running tests.
2011-02-26 13:29:04 -08:00
Brad Fitzpatrick
ac7b64eb56
Fix test file's package. Still no tests.
2011-02-26 13:28:22 -08:00
Brad Fitzpatrick
0e99f12815
Add missing dep.
2011-02-26 13:27:57 -08:00
Brad Fitzpatrick
51283ac159
blobhub impl and tests.
2011-02-26 12:22:26 -08:00
Brad Fitzpatrick
32d58d3e56
Ignore x86 binaries too.
2011-02-26 11:26:08 -08:00
Brad Fitzpatrick
5fbcb110b1
Remove old Makefile
2011-02-26 10:27:44 -08:00