mpl
eaca89f8ab
make.go: allow embedding of the closure resources
...
Change-Id: I2491740e2bbecc6484d60842df79cdc73fb22597
2013-06-18 23:27:15 +02:00
Brad Fitzpatrick
83e42a14a8
Add server/camlistored/ui/closure package stub.
...
Change-Id: I1b8fd14e1d30326077e313d53594136e0b7c9de5
2013-06-18 11:36:44 -07:00
Brad Fitzpatrick
c4e516545f
encrypt: scan all meta blobs into index on start.
...
Yet to do: allow configuring an index besides just in-memory, and meta blob compaction.
Change-Id: I76041f1bc01487d208a0231abfef6d874ab819d9
2013-06-18 11:16:13 -07:00
mpl
b0118f15b1
closure: adding resources picked by updatelibrary
...
source: git rev 1389e13 on https://code.google.com/p/closure-library/
Change-Id: I7d5975c2801f24cbd368a8f048e9b073dee6d20d
2013-06-18 16:21:28 +02:00
mpl
0fc12f5eb3
Merge "updatelibrary: new command that will replace misc/get_closure.pl"
2013-06-18 12:45:31 +00:00
mpl
9fe8a4af10
updatelibrary: new command that will replace misc/get_closure.pl
...
This command allows to selectively download from the closure library
repository the resources (.js, .css files) that are required by
the ui.
Change-Id: Ie506fe5bf0e74215d91ffbfc30ae72321b91c6c9
2013-06-18 15:03:22 +02:00
Brad Fitzpatrick
2e632793ca
encrypt: start of index recovery/compaction from meta blobs on start-up
...
Change-Id: I8aae66194ee67b1d63704ff98868e02f8b943e17
2013-06-17 21:56:25 -07:00
Brad Fitzpatrick
78b4084f4c
osutil: simplify GoPackagePath
...
Change-Id: If0af2e19c56d495ff46dc38a19b5148fa9f014fe
2013-06-17 17:12:22 -07:00
Brad Fitzpatrick
a82d394066
On Linux, don't assume fusermount is in /bin. Use PATH.
...
Change-Id: If6c59a3776dcc679e9fabaa989e35c8be38baa00
2013-06-17 07:43:44 -07:00
Brad Fitzpatrick
d1fd483548
camput: remove Go 1.0 workaround.
...
Now that we rely on Go 1.1, we no longer need to workaround https://code.google.com/p/go/issues/detail?id=4589
Change-Id: Ib6631679e7f9bcea82ef96df0f50d9ecace31aa3
2013-06-16 20:56:58 -07:00
Brad Fitzpatrick
c6577d600c
encrypt: writing, but not yet reading meta blobs
...
Change-Id: I395ec3cb19b7bee23e15fed231e2e0a10258c729
2013-06-15 21:49:46 -07:00
Brad Fitzpatrick
1fddf9579a
encrypt: more paranoia in FetchStreaming
...
Change-Id: Ie072a56015eb8a921328eccc6684647d2a153df3
2013-06-15 20:37:33 -07:00
Brad Fitzpatrick
3176c5be43
encrypt: require big ugly I_AGREE configuration in order to use it, so people don't get misled
...
Change-Id: I4259e423d6a4b733f353a1e8792c6b8cb3c95c43
2013-06-15 20:08:37 -07:00
Brad Fitzpatrick
3111bd5e0e
encrypt: enumerate support
...
Change-Id: Ia7a20b2501a53b52fb514763c57e0ed2d6468735
2013-06-15 18:04:34 -07:00
Brad Fitzpatrick
3b6b49cb89
encrypt: fetch support (decryption)
...
Change-Id: I17f36a30efd300874b1844e99038ff11a978feef
2013-06-15 17:20:10 -07:00
Brad Fitzpatrick
537005fa32
encrypt: stat support.
...
Can now upload encrypted blobs.
Change-Id: Ib39e3b3218c99f139b0ed2b6d4a232160b4e1e64
2013-06-15 16:44:49 -07:00
Brad Fitzpatrick
c3b87326c8
dev-camput: flag to specify path
...
Change-Id: I16eea9df236af332755d9e8902aac100dfdf6ba7
2013-06-15 16:44:31 -07:00
Brad Fitzpatrick
4bf389bb81
encrypt: actually write encrypted blob to backend
...
Change-Id: I889088481af141e07a97cd1e4b89c459c5eaaedf
2013-06-15 16:06:11 -07:00
Brad Fitzpatrick
9f63df26a4
blobref: consistent receiver names, add SHA1FromBytes
...
Change-Id: I4582c8b0ca2a60507846d9d1317b466edd16d12d
2013-06-15 15:51:29 -07:00
Brad Fitzpatrick
8e3a432e53
encrypt: write encrypted blobs.
...
no meta or retrieval yet, though.
Change-Id: I9f3a53500ca6b96226fbcfe65e8278481618d3b0
2013-06-15 15:42:37 -07:00
Brad Fitzpatrick
d12007af52
encrypt: enough of a shell to start up in dev-server, even if nothing works yet
...
Change-Id: I7e3c17d952a943afd4cfb57939f25bf181aaa6fd
2013-06-15 15:05:27 -07:00
Brad Fitzpatrick
675f4e16ea
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-15 14:27:27 -07:00
Brad Fitzpatrick
ee165ffaef
encryption TODOs/notes
...
Change-Id: Ifbbae03a71096d3c99008280f4ffd9b7bf13b365
2013-06-15 14:27:10 -07:00
Brad Fitzpatrick
79f7e014ca
Merge "start of permanode attributes doc"
2013-06-15 21:05:04 +00:00
Brad Fitzpatrick
f04df91c04
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-15 09:51:18 -07:00
Brad Fitzpatrick
1f709f46af
Add the go-import meta tag back (See: go help remote). It got lost somehow.
...
Change-Id: Id33c8be4040af6ec6023685e3a5f2fbfb4424b13
2013-06-15 09:51:06 -07:00
Brad Fitzpatrick
c75f500b27
Fix make.go sqlite3 check.
...
Fixes https://github.com/bradfitz/camlistore/issues/4
Change-Id: I16a13aa86a4357b538de25d13c17d2d9b3d824a6
2013-06-14 13:21:04 -07:00
Brad Fitzpatrick
1c4964c1bc
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-14 12:56:04 -07:00
Brad Fitzpatrick
ca58d8e2e0
Remove noisy var _ = log.Printf lines.
...
Change-Id: Ia58b8ef5f271f542ae4fe61c7fb1497322770322
2013-06-14 12:55:55 -07:00
mpl
742d0afb71
Merge "genjsdeps: now pkg + cmd in misc/closure/"
2013-06-13 22:11:18 +00:00
mpl
ad5f3b854d
genjsdeps: now pkg + cmd in misc/closure/
...
pkg/server/ui.go uses misc/closure too
fixes http://camlistore.org/issue/142
Change-Id: I614e34e6b7d493d66aa61108e3ca940854844c0f
2013-06-14 00:29:45 +02:00
mpl
5aeda6ecfc
Merge "camlibot: run in staticres mode until closureRoot works"
2013-06-13 21:59:17 +00:00
mpl
7efc0d131e
camlibot: run in staticres mode until closureRoot works
...
Change-Id: I24252453e1935d9e7308512c705f8ca6e3fda01b
2013-06-14 00:16:35 +02:00
mpl
40b4485b9e
buildbot: actually print output when server fails to start
...
Makes it way easier for debugging.
Change-Id: Ic71c78134664cb512d1ae2b14eb994724e367ef9
2013-06-14 00:08:42 +02:00
mpl
24ee976607
Merge "buildbot: actually print output when server fails to start"
2013-06-13 21:50:42 +00:00
mpl
dfa5cb3e0b
README: mention contributing page on here too.
...
The README is the most visible window to the project
on the github repo/page. So linking to the contrib
page in there should help in guiding ppl not to use
github for collaborating on the project.
Change-Id: Ibd6ff5d233ca87827b06434b462ef16d3a3725eb
2013-06-13 14:34:28 +02:00
mpl
b198c00cde
TODO: "revert" non-typo
...
Change-Id: Ibbeb4458970f66b5b8aeba3d769d065a43e8cdd9
2013-06-13 01:59:27 +02:00
mpl
c31c97186a
TODO: typo
...
Change-Id: Ic9146c8adce1e4a7871dd75fbbd25f051a6980e2
2013-06-13 01:46:09 +02:00
mpl
ed798d8118
ui: update zembeds because of previous search changes
...
Change-Id: Iab9e8d3ad1ee5d2ccc163b637fae3c7038f1ef4b
2013-06-13 01:26:07 +02:00
Brad Fitzpatrick
bd5e7815b6
Merge "fix typo on closing tag and add a missing closing tag"
2013-06-12 22:52:49 +00:00
Tony Scelfo
07e6bae14a
fix typo on closing tag and add a missing closing tag
...
Change-Id: I5e16d2c17806341c32654619e23c7bdf7fffa0a1
2013-06-12 16:10:07 -07:00
Brad Fitzpatrick
87e38b5023
website: update uses
...
Change-Id: I06097eea55e7af394b299205bc404723b1eaf6a4
2013-06-12 16:08:56 -07:00
Brad Fitzpatrick
a9bfb22147
overview: also sharing
...
Change-Id: I607e405cffecd617016f308e06ae781672c829c0
2013-06-12 16:05:57 -07:00
Brad Fitzpatrick
15bfae372f
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-12 16:03:12 -07:00
Brad Fitzpatrick
9973215646
More overview
...
Change-Id: I36d1720e8a6affe03d5d2efd4cf7140f5822a3bc
2013-06-12 16:02:56 -07:00
Brad Fitzpatrick
1eb2866d0f
Merge "ui: always reset blobcontainer children upon a search"
2013-06-12 22:04:44 +00:00
Brad Fitzpatrick
ca1365877c
CONTRIBUTORS: add Tony Scelfo (Google CLA)
...
Change-Id: I4ec52f9a4f76e2267291410fa5da748ebba95b94
2013-06-12 14:34:27 -07:00
Brad Fitzpatrick
a71162ab5f
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-12 13:45:19 -07:00
Brad Fitzpatrick
5761b57d69
Work on implementing new static resource plan, as documented in the big TODO item.
...
Change-Id: I79d7665a24633630c39cceb5e1ab49cbb0300150
2013-06-12 10:10:24 -07:00
Brad Fitzpatrick
299b4cc0c8
More server-config docs.
...
Change-Id: Idcb10e53957b10848acc1bad09021eaa5f602ce7
2013-06-12 09:52:01 -07:00