Commit Graph

4348 Commits

Author SHA1 Message Date
Brad Fitzpatrick 15e583f6ea Merge "search: stronger lexer; parse errors contain a position" 2014-04-10 02:32:08 +00:00
Brad Fitzpatrick 05f8eca282 Merge "third_party/kv: bump lldb to 72d8c73cb89f78f33c3a63243b4d24c0b4b1d60b. should fix corruptions." 2014-04-10 02:12:55 +00:00
Brad Fitzpatrick 9fb9b4fca9 Merge "netutil,dockertest: some timeout changes" 2014-04-10 02:09:29 +00:00
mpl a9db189cd7 docker tests: remove container when done
http://camlistore.org/issue/421

Change-Id: Iefde3a8235db0103e8fcfac51f5dfcce5df73ef6
2014-04-09 23:26:14 +02:00
Brad Fitzpatrick 1e99eb1424 Merge "third_party/go-charset: remove useless generate.go" 2014-04-09 02:41:25 +00:00
mpl 06ce6b5eae third_party/go-charset: remove useless generate.go
generate.go cannot be used without the datafiles, which we
have not imported.

also rewrote some commented out imports.

Change-Id: If97e4604df52b9533fc0412a7ebd8a3be0470233
2014-04-09 01:34:45 +02:00
mpl 2ed5cfe4ea netutil,dockertest: some timeout changes
1) replaced fixed sleep with exponential back-off tries when creating
test db on postgres.

2) disabled journaling for mongo, so no need to wait for it for a long
time anymore.
(http://docs.mongodb.org/manual/tutorial/manage-journaling/#enable-journaling)

Change-Id: I049eefecb0c19b492735a1c0a2cad27ef997c874
2014-04-08 23:39:05 +02:00
mpl bd57f1b524 website: release 0.8 notes
Change-Id: Ibf8f81c587c2682e9df2ad9c51a86107978cec9f
2014-04-08 22:55:35 +02:00
mpl 6b839e0e2c Merge "pkg/sorted: remove API for each distinct implementation" 2014-04-08 20:47:09 +00:00
mpl 5f9e4bbcb8 third_party/kv: bump lldb to 72d8c73cb89f78f33c3a63243b4d24c0b4b1d60b. should fix corruptions.
http://camlistore.org/issue/394

Change-Id: Ib0ddd40dc4af6d69d595ef4429fc71cef28a9450
2014-04-08 20:59:17 +02:00
Brad Fitzpatrick b8fa4d99f9 Merge "C+A: add Matt Jibson (Individual CLA)" 2014-04-08 15:58:39 +00:00
mpl 899acb8e72 pkg/sorted: remove API for each distinct implementation
Change-Id: I42446683189cdb00dcfbec1f221885092fdd83d6
2014-04-08 01:37:08 +02:00
Matt Jibson a0582f9da0 C+A: add Matt Jibson (Individual CLA)
Change-Id: I837a972391bc8ec84f1ecb6316221c417f4c7ed2
2014-04-07 02:47:14 -04:00
Brad Fitzpatrick 6842063f7c Merge "Third party imports for feed importer" 2014-04-07 06:42:28 +00:00
Brad Fitzpatrick bfc201f7a6 Add blobserver.RefTypes and blob.TypeAlphabet
To be implemented later, but adding now so googledrive's blob storage implementation
can depend on them.

Change-Id: Ief374e8592bd696c79aa2b80ded11e301063750b
2014-04-06 23:07:55 -07:00
Matt Jibson c2c08f80a8 Third party imports for feed importer
Change-Id: I2c834426f3214836d00cf623caf0915433334320
2014-04-07 01:47:27 -04:00
Brad Fitzpatrick bf32345778 index: make Postgres test use the JSON constructor.
Would caught camlistore.org/issue/418

Change-Id: Ic323607df355e664d3b76709a7ad56dc40637fcf
2014-04-06 14:29:07 -07:00
Brad Fitzpatrick b3ebdae88c Merge "pkg/sorted/postgres: Renamed "postgresql" -> "postgres" in init()" 2014-04-06 21:26:19 +00:00
Brad Fitzpatrick fb59dac0ea Merge branch 'devauth' 2014-04-06 14:17:04 -07:00
Brad Fitzpatrick bf2764cdfe index: rename the reindex method to indexBlob, to be less confusing.
Also, upon server --reindex, check that no out-of-order blobs are
pending.  From a quick reading, they shouldn't be, but I'm curious to
see.  Will do a full reindex of my data later.

Change-Id: Idebf93cc264e55512afcfb99e47320dd0ae745d1
2014-04-06 14:03:38 -07:00
Steven L. Speek 3e50f83b1c pkg/sorted/postgres: Renamed "postgresql" -> "postgres" in init()
Change-Id: I8f1ba7c970b57c62741e534c23958918714cee0b
Fixes: Issue 418
2014-04-06 21:47:53 +02:00
Brad Fitzpatrick bf2d1123b8 ui: add a custom BlobItemDemoContent renderer type, for demos
BlobItemDemoContent is a demo node type, useful for giving talks and showing
how a custom renderer can be invoked just by making a permanode, setting
its "camliNodeType" attribute to "camlistore.org:demo", and then changing its
background color with the "color" property or text with the "title" property.

Change-Id: Ib592471b785fde5750754bde3aa71eb8e2c10f3b
2014-04-06 11:49:59 -07:00
Steven L. Speek d9cd746fc1 search: stronger lexer; parse errors contain a position
lexer and parser run concurrently
parser functions simplified

Change-Id: Ie6e47d975b254218509072886e87c120860e7a17
2014-04-06 19:30:47 +02:00
Brad Fitzpatrick bfaf77e766 auth: don't use untagged struct literals for structs with type fields of the same type
Change-Id: I677b0e6bbdabc6aa9ff3d9f874fee18257ecf234
2014-04-05 20:19:32 -07:00
Aaron Boodman 6e33d64078 Merge "Don't rebuild file embeds if they haven't changed." 2014-04-06 02:43:05 +00:00
Aaron Boodman 257c471ff2 Don't rebuild file embeds if they haven't changed.
Change-Id: Ia3de5b5dc00341254b76b7adf88bf6038319690e
2014-04-05 19:40:06 -07:00
Brad Fitzpatrick bf708b005d closure: ignore emacs temp files in gendeps
Change-Id: I634d46f2f55673eb81dcc8532bdc2ba4fc294c5f
2014-04-05 19:13:58 -07:00
Aaron Boodman 12196cd638 Custom rendering for QuickTime movie files.
Change-Id: I9f527d40a4572c3584dc081e47d45ca65db76163
2014-04-05 17:21:08 -07:00
Aaron Boodman e59f24b453 Merge "Add FontAwesome. This will be used for icons in the UI." 2014-04-06 00:20:33 +00:00
Aaron Boodman 2c675b3a87 Add FontAwesome. This will be used for icons in the UI.
Change-Id: I92fecd44f12cce83f4daee88bce062d9123a48a7
2014-04-05 17:19:29 -07:00
mpl 9c7bb3e793 Merge "pkg/serverinit: fix published type, add parser test" 2014-04-05 13:09:53 +00:00
mpl 0cc8f6122d Merge "pkg/index: cleanup, refactor sub pkgs" 2014-04-05 12:45:22 +00:00
mpl 291320d451 pkg/index: cleanup, refactor sub pkgs
http://camlistore.org/issue/263

Change-Id: I319bb097f0ce30b2bd5271b5c3bbff92b8dcc318
2014-04-05 01:22:05 +02:00
mpl 58e8a7f78b pkg/serverinit: fix published type, add parser test
Because when the UI handler constructor parses the publish config, it
wants a jsonconfig List, not a []string.

Context: bfbf660cd1

Change-Id: If4e6553072d95077a5dc73c28ac527a31074d441
2014-04-04 23:28:34 +02:00
Brad Fitzpatrick 348aff7d44 Merge "query.go: fix to skip over files returning IsNotExist errors on queries for width, height." 2014-04-04 16:55:26 +00:00
Brad Fitzpatrick bf76a73fb7 C+A: add Joshua Gay (Individual CLA)
Change-Id: I4e4ab54605449f79e2f619be305c82ee1a62d626
2014-04-04 09:53:41 -07:00
Joshua Gay 30e3d4e7af query.go: fix to skip over files returning IsNotExist errors on queries for width, height.
I am a first time committer and I am using the fix to issue number 402 as a bug to learn to learn how to commit to this process. I am not sure if this is the correct way to fix this bug -- the submitter of the bug believes it is -- so please review my code with scrutiny. Thank you.

Change-Id: I6c56b7866d530e1b1c66c563f201e6d1e13d3fa9
2014-04-03 20:43:19 -04:00
Brad Fitzpatrick 58ef72df0f Merge "client: replace CAMLI_CLIENT_IDENTITY with CAMLI_KEYID" 2014-04-03 20:30:19 +00:00
Brad Fitzpatrick 6c1c77c92f Merge "make.go: Fix windows build." 2014-04-03 05:22:50 +00:00
Brad Fitzpatrick bffd43b706 C+A: add Daniel Coonce (Individual CLA)
Change-Id: Ice88b6189d88a8ef21416d98ad2d557aad451c89
2014-04-02 22:21:48 -07:00
Brad Fitzpatrick bf2f09cab3 index: reschedule indexing a claim blob if public key blob isn't yet available
Change-Id: Ie0174bf830eb4790080b2b5e7cdc4ea0af25406f
2014-04-02 13:39:36 -07:00
Brad Fitzpatrick bfb13b62b9 dummy importer: only register if in dev mode
Change-Id: I5db990f1c3822e755d7968ddd71939930525e2e9
2014-04-01 15:11:05 -07:00
Brad Fitzpatrick 1948a8c7e7 Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2014-04-01 11:47:21 -07:00
Brad Fitzpatrick bff0eefefb importer: update the dummy importer with lots of docs
Change-Id: I6e7edc778e4bd14ce724ce445dc59ff8d0e0796d
2014-04-01 11:47:03 -07:00
mpl 929411281d Merge "camput init: do not call DefaultSecretRingFile in init()" 2014-04-01 13:11:25 +00:00
Aaron Boodman 768f8afe95 Introduce custom renderings per-data type in the search results.
Currently there are two renderers: image and generic (for the
file/folder icons). But it should be easy to add new types now.

Change-Id: Ib1b348cad614e4e8ff6e61fb6e41538678916588
2014-03-31 22:35:12 -07:00
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
mpl e34c4bc828 client: replace CAMLI_CLIENT_IDENTITY with CAMLI_KEYID
And remove all mentions of CAMLI_CLIENT_IDENTITY because there isn't any
need for the both of them.

http://camlistore.org/issue/412

Change-Id: I0d6b8cff0f23738231de98171a23550d82f05fe9
2014-03-31 18:56:11 +02: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