Commit Graph

3746 Commits

Author SHA1 Message Date
Brad Fitzpatrick 3e0b83e717 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2013-12-27 16:16:38 -08:00
Brad Fitzpatrick d65e80f2ed Add a hackfest entry. Missed a lot of these, but still fun.
Change-Id: I561bf958c15297f959f88327cca1ccf977260d5c
2013-12-27 16:16:09 -08:00
Brad Fitzpatrick 3521892467 Merge "Allow devcam to use a persistent directory rather than a temp dir." 2013-12-27 23:28:41 +00:00
Brad Fitzpatrick c91227414c Merge "trivial docs spelling" 2013-12-27 23:27:23 +00:00
Brad Fitzpatrick 1364153d2f C+A: add Andy Smith (Individual CLA)
Change-Id: Ibefd1389051b694482427978de7dcc127c1dcbce
2013-12-27 15:27:09 -08:00
Aaron Boodman 246b2b9ca8 Allow devcam to use a persistent directory rather than a temp dir.
Change-Id: I234ba75e36dd55f339f679e45ba4c1ac3159f1f0
2013-12-27 15:25:08 -08:00
termie 4f4292de6b trivial docs spelling
Change-Id: I8125264b2d346269d91ef78ad54243abcafdb2b6
2013-12-27 15:04:46 -08:00
Brad Fitzpatrick 126b2baba9 Merge "Add React JavaScript library" 2013-12-27 22:35:17 +00:00
Nick O'Neill 3b95f0ac25 Added an uploader progress view.
Based on notification stuff, so any other part of the app (or other people using the client) can get the same updates when the uploads start, move forward or end.

Also fixed some issues with url parsing, should be not so sensitive about trailing slashes now.

Change-Id: Ieafc3ecae03eeeba38beed55efad23703b11561c
2013-12-27 14:19:58 -08:00
Aaron Boodman 9ddd94d488 Add React JavaScript library
Change-Id: I6acfac7a041c7f2dafe4546a37f3fb7d6bd139e1
2013-12-27 14:03:46 -08:00
Brad Fitzpatrick bce395b9b3 Merge "fuse: Enable tests on Linux; make them pass" 2013-12-27 20:52:46 +00:00
Dustin Sallings c6768d8875 fuse: Enable tests on Linux; make them pass
This is essentially two things:

1. Trivial changes to fs_test to make it not skip on Linux
2. Move much of the logic that was in *mutFile.Release into *mutFile.Flush

See http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FUSE_tutorial
and the FUSE FAQ for an explanation of Flush vs. Release.

Change-Id: Id63312b3f8ebf12917338b836beb8a7a736d4fe6
2013-12-27 11:51:17 -08:00
Bill Thiede b030952753 buidbot/master: remove auto refresh on stderr view.
I thought this was clever, but now I see it is just annoying when
dealing with long stderr logs.

Change-Id: Iddb172240a046aedb9abb78fa5a74ebeded3c387
2013-12-27 11:21:21 -08:00
Aaron Boodman ef2a43497b Merge "Clarify confusing log message in Flickr importer" 2013-12-27 08:03:57 +00:00
Aaron Boodman 88973d4871 Clarify confusing log message in Flickr importer
Change-Id: I9201bd12e7afb31c08b34b4bc4cd7c39567de296
2013-12-27 00:02:33 -08:00
Aaron Boodman 1a4a4d5145 Fix typo in comment
Change-Id: I8faf1365d545952c475a8c852ec5707304b4a69e
2013-12-26 23:32:51 -08:00
Aaron Boodman 07a61c430d Optimize BlobItemContainer layout.
We were forcing synchronous relayout for each blobitem in a few
places. Removed those.

Change-Id: I18a6a73c28f1307e62947d5ee6b8881ca5eb505a
2013-12-26 23:16:00 -08:00
Brad Fitzpatrick 55955a7734 fs: fix other case where we're comparing Flags to 0 2013-12-26 14:11:20 -08:00
Brad Fitzpatrick 3f7dde054c fs: only reject read-only open if flags contain a blacklisted write flag 2013-12-26 13:55:27 -08:00
Dustin Sallings 3742b287a9 require auth config in storage-remote
The client configuration requires this if it's not passed in through the
environment.  Since this is for a storage service, it makes sense to
place it with the specific remote.

Since SetupAuthFromConfig was a bit awkward and not used elsewhere, it's
replaced with a more simple and explicit SetupAuthFromString to which
the exact auth details you wish to use are provided.

Change-Id: Id39ff314738794e299d48cbe634be2aa5d5c3bd1
2013-12-26 11:00:03 -08:00
Brad Fitzpatrick 9fd329df80 Merge "cmd/camtool: (re)index command" 2013-12-26 17:29:03 +00:00
mpl 2d85e017ff cmd/camtool: (re)index command
http://camlistore.org/issue/193

Change-Id: I498f92bdc153f44dc84d4b47f03c47a8e7b54ad9
2013-12-26 18:23:15 +01:00
Brad Fitzpatrick d676971b48 Merge "website: release date typo" 2013-12-26 16:35:10 +00:00
Brad Fitzpatrick 6ef671249b Merge "remote: fix crash due to nil logger" 2013-12-26 16:29:11 +00:00
Brad Fitzpatrick 6793ce3d93 client: fix one of the constructors that allowed logger to be uninitialized
Change-Id: Id864716cd5c821fbb2446bab7a42ed9b89a6983e
2013-12-26 08:28:15 -08:00
Dustin Sallings 96ef529509 remote: fix crash due to nil logger
This happened in a well-timed HTTP failure:

runtime.panic(0x674580, 0x10e67b9)
	/Users/dustin/prog/eprojects/go/src/pkg/runtime/panic.c:266 +0xb6
log.(*Logger).Output(0x0, 0x2, 0xc2104e4870, 0x83, 0x0, ...)
	/Users/dustin/prog/eprojects/go/src/pkg/log/log.go:134 +0x46b
log.(*Logger).Print(0x0, 0x13b29b8, 0x1, 0x1)
	/Users/dustin/prog/eprojects/go/src/pkg/log/log.go:165 +0x66
camlistore.org/pkg/client.func·011(0x7da390, 0x13, 0xc21075d400, 0x1, 0x1, ...)
	$GOPATH/src/camlistore.org/pkg/client/upload.go:363 +0x133
camlistore.org/pkg/client.(*Client).Upload(0xc21014ec00, 0xc2109fa7b0, 0x0, 0x0, 0x0)

Change-Id: I9859bc8f03ef0dd9c9b89b7e22815c5ee5b7fd87
2013-12-26 01:27:56 -08:00
Brad Fitzpatrick 0eb1069636 docs: mention flickr importer in 0.6
Change-Id: I57ddfe9185918516c0b448c00ec63d23550cd8c1
2013-12-25 23:35:44 -08:00
mpl ba407452fe website: release date typo
Change-Id: I80a2b1832f7d08d1ba5f6f901925733db2cb6663
2013-12-25 20:34:17 +01:00
Brad Fitzpatrick faf46fc25a website: remove gerrithost flag. It's gone.
Change-Id: Ia02d3f59e86c0c32f376aee232fb474bc62e717b
2013-12-25 11:00:27 -08:00
Brad Fitzpatrick 401579d656 Record 0.6 tag
Change-Id: I52da474ca3831c8be4685edfc0e132b27255f8a4
2013-12-25 10:59:18 -08:00
Brad Fitzpatrick 5f3b778595 make-release: remove some no-longer-existing files
Change-Id: Ie00176d25a136d9e58a710cd4982135e91a69e26
2013-12-25 10:58:28 -08:00
Brad Fitzpatrick aacc916232 Document the 0.6 release.
Change-Id: If0ab182d8eda69423de129972f41d34a7cd4aa85
2013-12-25 10:55:55 -08:00
Brad Fitzpatrick 03ceecd9a5 Fix App Engine build.
Change-Id: I6b97b9899515a8481f343ea8ea842baf6bcdbbd7
2013-12-25 10:05:18 -08:00
Brad Fitzpatrick d5cf14d977 Make the reindex flag actually work.
Don't log.Fatal first saying the schema version is wrong.

Change-Id: I86272515cd62e5db13a5f31cffb91316285fb3fe
2013-12-25 09:49:51 -08:00
Brad Fitzpatrick bf5813564a Merge "pkg/blobserver: Introduce a BlobStreaming interface." 2013-12-25 16:42:41 +00:00
Brad Fitzpatrick 297bd859ad Merge "camput: set handlerConfig=true when generating a config" 2013-12-25 16:41:41 +00:00
Brian Gitonga Marete 92cedc3f72 pkg/blobserver: Introduce a BlobStreaming interface.
This commit introduces the basic API required to implement
high-throughput blob streaming functionality within the various blob
storage engines.

Change-Id: Ie170d11b229196617f96b298f864ad12af62c363
2013-12-25 13:18:40 +03:00
Dustin Sallings 3f967a1111 camput: set handlerConfig=true when generating a config
Change-Id: I10ca5274a90640dd72f7c678f1000cf0ddf5adf9
2013-12-25 01:53:02 -08:00
Bill Thiede bab46f1db5 devcam: option to add args to camlistored exec.
Handy catch-all for camlistored args we haven't plummed through to
devcam server in the proper manner.  Example use:

	$ devcam server -extraargs=-reindex

Change-Id: I4af922e4c95728dc7858fa2db9e60c7efd37a3cb
2013-12-24 21:35:48 -08:00
Bill Thiede fe25884b71 pkg/sorted/kvfile: faster wipe.
Delete the underlying DB file instead of iterating over the contents and
deleting item by item.

Change-Id: I1328c44b447ba9b1dc1cf81fdaf1f2437f80a071
2013-12-24 21:27:49 -08:00
Bill Thiede 63096a3133 pkg/search: fix is:pano test.
Fix breakage in
https://camlistore.org/gw/7b6790f56ab3f634fb42908731b211ec2236b6cc

Change-Id: Iba1084944cec54c11702911a88c584ee0efe5fec
2013-12-24 21:25:28 -08:00
Brad Fitzpatrick 649390b9ef camtool: make diskpacked-reindex command a bit more user-friendly
Change-Id: Ic7cde2f453f5cd2716d929800b297cb766826acd
2013-12-24 20:16:36 -08:00
Brad Fitzpatrick 911d07e16e client: use a method value.
http://golang.org/doc/go1.1#method_values

Change-Id: I68d516fdbfa60b6688f74bd9c3293583fc51b2ec
2013-12-24 19:47:16 -08:00
Brad Fitzpatrick bda8ad3c4b devcam: fix slash-vs-backslash bug on Windows
Change-Id: Id9c952d406db36319919ddbfd1695b5405277bde
2013-12-24 18:44:51 -08:00
Brad Fitzpatrick 5bf44f9aa4 make.go: remove mac-specific check for sqlite3 in Cellar.
Change-Id: Ie9a069734becc2b998e54dfe661bf3f869d036c6
2013-12-24 18:24:24 -08:00
Brad Fitzpatrick 7b6790f56a search: make is:pano be a bit wider.
Change-Id: I73a27b296a62d77bd1f8967a690a361f7aa4edde
2013-12-24 17:55:46 -08:00
Brad Fitzpatrick b3d9bf2954 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2013-12-24 17:43:47 -08:00
Brad Fitzpatrick c61a3dfdf7 make.go: don't build mattn/go-sqlite3 if sqlite3 isn't available
Tested with:
$ PKG_CONFIG_LIBDIR=/xx go run make.go

Change-Id: Idfc6bd703261e5bc39378c889d6f49cc4af017d1
2013-12-24 17:42:32 -08:00
Brad Fitzpatrick eb85f58340 Merge "FUSE: support renaming roots" 2013-12-25 00:03:05 +00:00
Dustin Sallings de98f54994 FUSE: support renaming roots
Change-Id: I2acdd9a59e1b031b1a9d02d3cd07f7b9b16818a5
2013-12-24 16:01:06 -08:00