mpl
bb7487ea0b
cammount: setup transport (trusted certs support)
...
Change-Id: I2970986637094d5bf581545bbedab601c62c1641
2013-06-26 15:19:14 +02:00
Brad Fitzpatrick
90ecd785ba
Merge "client: factorize the transport setup, and use it in camget"
2013-06-26 01:58:07 +00:00
Josh Huckabee
a5d72541c3
Enhance PostgreSQL support:
...
* Fix dbinit command in dev server
* Make sslmode configurable in dbinit
* Don't fail on index schema setup when plpsql language already exists
Change-Id: Ic70461963f6266172d21cda8e6f071e2442d7651
2013-06-25 16:48:38 -07:00
Josh Huckabee
65f3079498
Replace github.com/bmizerany/pq with github.com/lib/pq postgres driver.
...
Change-Id: If62fd5b489696171c8be6b42a988e1c7d0a634d0
2013-06-25 16:13:22 -07:00
mpl
dccd401ff0
Merge "website: added -also_run to camweb and fixed sharing doc"
2013-06-25 22:32:22 +00:00
mpl
d1b4a1ef46
website: added -also_run to camweb and fixed sharing doc
...
-added -also_run so we could run scripts/run-blobserver
to start a blobserver for the sharing demos/doc.
-added new share blob to the root and rmed the old one
-run-blobserver now uses make.go
-fixed doc to account for the share handler
Change-Id: I2d5120cfbb92f983872bc65ede4ac5b314ca9606
2013-06-26 00:51:16 +02:00
Josh Huckabee
4c3b49b2cf
Add github.com/lib/pq third party dependency.
...
Change-Id: I0c2240c1615b463adb57b618ca39a626e858dcc7
2013-06-25 14:58:04 -07:00
mpl
b24ac50965
client: factorize the transport setup, and use it in camget
...
Fixes http://camlistore.org/issue/153
Change-Id: If393b34bbfcf4a6282357c9c57ebb85bae8741a3
2013-06-25 23:37:41 +02:00
Mathieu Lonjaret
5d556aac1c
Merge "Fix dev server TLS config."
2013-06-25 14:33:44 +00:00
Brad Fitzpatrick
8e981fbfa8
C+A: add Josh Huckabee
...
Change-Id: I8cd4d4ed78c7c1781973ef2e0660dd4f8cee75c8
2013-06-25 07:47:28 -07:00
Josh Huckabee
bdac95b218
Fix dev server TLS config.
...
Change-Id: I630b7381d72ce4538de489db69e6d8300afb65ce
2013-06-25 07:44:49 -07:00
mpl
5ab9f5618a
make.go: added -targets option
...
Change-Id: Ia22226a9d6f64d9d830d6b85db8a5e25ed812827
2013-06-24 23:19:32 +02:00
Brad Fitzpatrick
0cc0cadee9
dev-server: add a share handler
...
Change-Id: I211fe078d1bc32b5abb4d3a2c48b0a8b566236de
2013-06-23 13:50:02 -07:00
Brad Fitzpatrick
ded8f8d0d7
Be helpful about how to setup SQLite, especially on a Mac.
...
Change-Id: I87dbcd077383f0148a8c50f4120e6606139fcacd
2013-06-22 17:51:09 -07:00
Brad Fitzpatrick
8c2195d5ce
On Mac, automatically find the brew sqlite3.
...
Change-Id: Iafa852a414d4f87553bd51ee75fe077b0f5cea1d
2013-06-22 17:20:32 -07:00
Brad Fitzpatrick
f1bed0e3b2
website: Remove releases section
...
Change-Id: Ibd5bb280ff42296ec7a5bd95e7f7ee8f40c7d29a
2013-06-22 11:16:48 -07:00
Brad Fitzpatrick
837e5071b6
website: Link to 0.2 from home
...
Change-Id: I84b0715808a5cbe67d00ccfbb22c143d24901391
2013-06-22 10:44:05 -07:00
Brad Fitzpatrick
c86b1bafdf
Add 0.2 release tag.
...
Change-Id: I42eb5ae160814865e6f8139e50978a1a96178007
2013-06-22 07:52:25 -07:00
Brad Fitzpatrick
1c47a8ca56
other fix
...
Change-Id: I72f92211a4cb1ec54644dec2d8fb61dcc40e3880
2013-06-22 07:51:44 -07:00
Brad Fitzpatrick
7aa203efcf
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-22 07:50:12 -07:00
Brad Fitzpatrick
044e2e77cd
0.2 release notes
...
Change-Id: Iced581916a4b557e1310e32152c6e333b935e515
2013-06-22 07:49:56 -07:00
mpl
da5056c0d1
dev-clients: rename config file to match xdg compliant changes
...
Change-Id: I51d6dffb38fa178db151da8c7d2bcc041f996413
2013-06-22 16:40:19 +02:00
Brad Fitzpatrick
3ebcb011e4
Makefile: make 'go run make.go' the default
...
Change-Id: Ifbac6719e3585bd7ddad7a2306ca4174fd28789a
2013-06-21 23:07:14 -07:00
Brad Fitzpatrick
7d8a8634a0
make.go: do two builds, once for just binaries (with a nice GOBIN), then the check-everything-builds install (with the default hidden-away GOBIN)
...
Change-Id: I5d8148a65a412d01f5e8bb1377b047aea5d2e8cf
2013-06-21 20:18:02 -07:00
Brad Fitzpatrick
1c54500e54
genfileembed: also consider the modtime of the fileembed.go file itself.
...
Change-Id: I73f2f5d472ceda10724a1612e2f088e50c7258db
2013-06-21 20:17:08 -07:00
Brad Fitzpatrick
268ba3aa8e
Merge "osutil: change paths to be xdg compliant"
2013-06-22 01:49:22 +00:00
Brad Fitzpatrick
f557a7235b
Merge "client: help (wrt to the gpg key) initialize the config"
2013-06-22 01:48:31 +00:00
mpl
a221ebe413
osutil: change paths to be xdg compliant
...
http://camlistore.org/issue/152
Change-Id: Idfcf167158df1e12eaeb2ec802f14e0994e19d8b
2013-06-22 01:35:28 +02:00
mpl
0de2881a16
client: help (wrt to the gpg key) initialize the config
...
Change-Id: I983e4396abacbc4d8fc354863cffeece65dd5b90
2013-06-22 01:16:11 +02:00
mpl
febbaf1387
schema: share is a claim with claimType="share"
...
http://camlistore.org/issue/150
Change-Id: I1dcd1709c886839df507b02beee2e19986783693
2013-06-22 00:48:51 +02:00
mpl
39afc93833
Merge "website server-config doc: added sourceRoot parameter"
2013-06-20 22:03:42 +00:00
mpl
7699e50982
website server-config doc: added sourceRoot parameter
...
Change-Id: I504b2640a3756d5c31115b4cf8317a8199ea8a39
2013-06-21 00:20:10 +02:00
Brad Fitzpatrick
26bb16b25e
Merge branch 'master' of ssh://camlistore.org:29417/camlistore
2013-06-20 14:58:17 -07:00
Brad Fitzpatrick
1c9436d26a
Make sourceRoot take precedence over fileembedded resources.
2013-06-20 14:58:12 -07:00
mpl
c2379dcf07
genconfig: added sourceRoot parameter
...
Change-Id: I321279c0625ef24d52f62ec718f4a667f735f032
2013-06-20 23:33:00 +02:00
Brad Fitzpatrick
b4087ccc36
Remove CAMLI_DEV_UI_FILES and last zembed file.
2013-06-20 13:44:30 -07:00
Brad Fitzpatrick
48d282991c
Remove all the html/css/js zembed files from the tree, for now.
2013-06-20 11:49:10 -07:00
Brad Fitzpatrick
a0a6856a07
Set CAMLI_DEV_UI_FILES in dev-server, at least for now.
2013-06-20 11:48:30 -07:00
mpl
d9258434fe
ui: zembeds should belong to package ui, not newui
...
Change-Id: I5d69e73280051eb8b97f3e082e5cfe285439dac6
2013-06-20 19:07:05 +02:00
mpl
0a85af4da5
make.go: generate the zembeds and rename/mv some globals
...
We're using the tmp/bin/genfileembed built by
make.go to generate from the static resources
(.html,.js etc) the zembeds.*.go files that
will be embedded in the final binary.
This requires mirroring to the build dir all
said static resources.
A further step will be to remove all the zembeds
from the initial source tree (i.e the git repo).
Change-Id: I25a1aa38d0314b3074cdbedfd4422a685da66191
2013-06-20 15:50:09 +02:00
mpl
f1c0c37cd7
dev/update_closure_compiler: new command
...
Go program that replaces get_closure_compiler from
misc/get_closure.pl
Change-Id: Ic7471c970afbfc65bc14d9ec2401aeb0d1ecd9a1
2013-06-20 00:15:08 +02:00
mpl
2430cf7a20
camlibot: run without --staticres --offline since they are gone
...
Change-Id: I14d696e2f07967719fa82e4782d8a4ed139b411e
2013-06-19 16:12:52 +02:00
mpl
22f3c5ed03
dev-server: rm --offline from usage since it is gone
...
Change-Id: I0e5b79113fc03e9cd5c232983a7242a0c543a55e
2013-06-19 15:36:59 +02:00
Brad Fitzpatrick
10d000d900
ui: serve Closure from embedded zip data when available
...
Change-Id: I9bb6bb4f13f69b293fd98441d82068c0677ffbd5
2013-06-18 23:14:36 -07:00
Brad Fitzpatrick
8071a49516
Merge branch 'master' of ssh://camlistore.org:29418/camlistore
2013-06-18 18:39:55 -07:00
Brad Fitzpatrick
757c09cb87
make.go: fix zip corruption with extra bytes from newlines
...
Change-Id: Ib6fc01c60885898e09abaea4e8eec0e79fb7581a
2013-06-18 18:39:43 -07:00
mpl
46d6f4d9ce
make.go: allow for installation of genfileembed
...
With -embed_static, genfileembed is built, and
installed in tmp/build-gopath/bin
Change-Id: Ibca9c90349a7cf8d43e1f865792802772e9a08d3
2013-06-19 01:41:37 +02:00
Brad Fitzpatrick
3a8dc35241
make.go: don't put a 'closure' binary (updateclosure) in bin/
2013-06-18 15:23:45 -07:00
Brad Fitzpatrick
58b0d0fa02
make.go: pull cleanGoEnv out into a function
2013-06-18 15:21:56 -07:00
Brad Fitzpatrick
cca2466547
Mark closure's z_data.go as wanted, so it's not deleted.
2013-06-18 14:45:57 -07:00