Brad Fitzpatrick
ef47a3533e
index: fix deadlock, document PeerBlob and friends' lock rules, rename lk to mu
2012-11-09 10:00:47 -08:00
mpl
40bd73ee07
move discovery from /ui/ to / in genconfig too
...
Change-Id: I1a020696e64c58f911e85070263c015bdbd2be1c
2012-11-08 15:27:17 +01:00
Brad Fitzpatrick
db55ee77d9
camput: automatic blobroot path discovery
2012-11-07 22:23:45 -06:00
Brad Fitzpatrick
9abbbef45e
camput: gofmt
2012-11-07 22:21:52 -06:00
Brad Fitzpatrick
ff60ec2785
Get rid of some old camput config cruft
2012-11-07 21:19:07 -06:00
Brad Fitzpatrick
a51cda3a34
client: move stats stuff to stats.go
2012-11-07 21:11:12 -06:00
Brad Fitzpatrick
5221a1ded9
client: document SetHTTPClient
2012-11-07 21:06:10 -06:00
Brad Fitzpatrick
281a6c40f4
client: correct case of SetHTTPClient
2012-11-07 21:03:46 -06:00
Brad Fitzpatrick
9b35026497
camput: rename tinkerTransport to statsTransport
2012-11-07 21:00:22 -06:00
Brad Fitzpatrick
3057358cfc
Index the dimensions of images.
2012-11-07 23:54:00 +01:00
Brad Fitzpatrick
a41269e78e
Reindex all dev-server blobs into memindex on restart.
...
Required some sync work (full syncs on start, blocking full syncs on
start, and also adding a dev-only hack to force a depedency from
search -> sync, to control the handler initialization order, otherwise
publish handlers would race with the sync handler and they'd create
new "blog" and "pics" permanodes and we'd end up with duplicates).
2012-11-07 22:40:17 +01:00
Brad Fitzpatrick
71d7cf9e88
Implement storage generations, init and discovery
2012-11-07 21:14:56 +01:00
Brad Fitzpatrick
a6d3151645
gofmt handlers
2012-11-07 20:54:55 +01:00
Brad Fitzpatrick
b887087606
Do a TODO: s/errorIsNoEnt/os.IsNotExist/g
2012-11-07 20:02:34 +01:00
Brad Fitzpatrick
bccf8ed575
Move discovery up from the UI handler to the Root handler.
2012-11-07 18:57:43 +01:00
Brad Fitzpatrick
5c4d0f71f5
gofmt
2012-11-07 18:49:14 +01:00
Brad Fitzpatrick
df5eee936d
Make discory work with an Accept header on the root
2012-11-07 18:04:40 +01:00
Brad Fitzpatrick
316d3cff31
camlistored: style fix
2012-11-07 17:52:09 +01:00
Brad Fitzpatrick
39d8df7bb2
serverconfig: docs and unexport GenLowLevelConfig
2012-11-07 17:51:42 +01:00
Brad Fitzpatrick
256fb531b1
presubmit: say PASS at the end
2012-11-07 17:49:22 +01:00
Brad Fitzpatrick
fad4960033
regenerate embedded files with new genfileembed
2012-11-05 18:43:47 +01:00
Brad Fitzpatrick
824dbf768f
genfileembed: work around a Go 1.0 vs Go 1.1 bug in fmt %q, doing it ourselves.
...
folder.png and node.png had problems generating on Go 1.1's %q and compiling with Go 1.0.3
2012-11-05 18:43:20 +01:00
Brad Fitzpatrick
e582f155ed
Thumbnails for permanodes with members (folder) and camliContent to file images
2012-11-05 18:01:03 +01:00
Brad Fitzpatrick
5033e26980
Add folder icon from Tango.
2012-11-05 17:37:18 +01:00
Brad Fitzpatrick
6f82d343ef
search: push thumbnail logic into its own function
2012-11-05 17:23:42 +01:00
Brad Fitzpatrick
9b7faaca07
Push server-side thumbnails down into DescribeRequest. Use node.png.
2012-11-05 16:32:56 +01:00
Brad Fitzpatrick
776cf7ce75
Add a permanode icon (from Tango); rebuild embed files.
2012-11-05 16:32:30 +01:00
Brad Fitzpatrick
03b8cd143f
Start of server-side icon support for recent permanodes list.
2012-11-05 15:48:13 +01:00
Brad Fitzpatrick
832b774025
search: add EdgesTo handler and tests
2012-11-05 15:09:34 +01:00
Brad Fitzpatrick
f696007a14
index: implement EdgesTo
...
For finding back references in the graph.
2012-11-05 10:29:42 +01:00
Brad Fitzpatrick
0c3e700006
Merge branch 'master' of github.com:bradfitz/camlistore
2012-11-05 10:25:05 +01:00
Brad Fitzpatrick
8c9fba0d71
Merge branch 'rotate' of github.com:bradfitz/camlistore into rotate
2012-11-04 16:34:06 +01:00
Brad Fitzpatrick
a2e01c513b
Start of images package and EXIF test files.
...
Change-Id: Ie623ddc7f6df5cbde890a7c0a47affe91780534b
2012-11-04 16:16:02 +01:00
mpl
32a591a687
Merge "rotate thumbnails"
2012-11-04 14:57:57 +00:00
Brad Fitzpatrick
e783ad1717
Add another search handler test, for recent permanodes.
...
Change-Id: Iaf40cd94aba7b96c16fa1b04c2bfcebdfeea870e
2012-11-04 15:26:13 +01:00
mpl
70368abb7d
rotate thumbnails
...
Change-Id: I87dd3008facc5e9c8007fc8ebcba13e98f4a2175
2012-11-04 14:36:31 +01:00
Brad Fitzpatrick
305b4557b9
Improve search handler tests.
...
Change-Id: I5639447cc95f06d0773e7f15cb601d51c7dd5031
2012-11-04 13:59:19 +01:00
Brad Fitzpatrick
546e2fc14d
Send Content-Length on JSON responses
...
Change-Id: I7e8034b0aea8031011607527f237e24d63b88502
2012-11-04 13:50:35 +01:00
Brad Fitzpatrick
ab98ebfa23
some FakeIndex docs
...
Change-Id: I508e5326c07c8cc7bd39068a2d7e342d0b27884c
2012-11-04 12:38:33 +01:00
Brad Fitzpatrick
933375019d
Remove *testing.T from IndexDeps constructor; use Fataler interface
...
Change-Id: I1cfcc2fa8059dca3f4e082c1dae896974d3d0e02
2012-11-04 12:27:45 +01:00
Brad Fitzpatrick
17a3faf2df
index: export NewMemoryIndex
...
Change-Id: Iaa6d3268ce0f6c531e37c97799deeb31c11eabdb
2012-11-04 12:18:11 +01:00
Brad Fitzpatrick
0ccf9ba3f1
some TODOs
...
Change-Id: Ifcc2612ea323347ba78d5cb493ebe9fabd3a10aa
2012-11-03 22:27:27 +01:00
Brad Fitzpatrick
73266993ff
sigserver: cleanup
...
Change-Id: I47e840eb30f88289b9567250997ab954b1ccfa83
2012-11-03 21:00:02 +01:00
mpl
295cbade1b
Add postgres support
...
Also added the -short option for make presubmit
because postgres test is too slow.
Change-Id: I6be21c4d4cd67671eb44ab65333fc32c1e261bbd
2012-11-03 19:59:22 +01:00
Brad Fitzpatrick
4b0d2841ee
Add search.EdgesTo method to search interface. No implementation yet.
...
Change-Id: Ie3a9eb91e218e172b195d55cb9c17cb6c8f819ce
2012-11-03 16:08:37 +01:00
Brad Fitzpatrick
69e155af64
Replace panics with t.Fatal
...
Change-Id: I7a514f4a67dbf44eff2448a423082c528e9ee365
2012-11-03 14:54:53 +01:00
Brad Fitzpatrick
d2e2652eea
gofmt
...
Change-Id: Ib9aca9d648317f1f17fce0e5e7dba5315a95c274
2012-11-03 14:54:45 +01:00
Brad Fitzpatrick
13f85afe8c
Merge "Modification to allow windows build and deployement"
2012-11-03 13:25:43 +00:00
Brad Fitzpatrick
1466c77198
Add 'edgeback' key to index, for going backwards.
...
Change-Id: I43057a6fb96c3e8d9364002288d5c7b9ad2fd034
2012-11-03 14:25:48 +01:00
Brad Fitzpatrick
7cde834f2a
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2012-11-03 14:18:26 +01:00