mpl
5b73925c2a
pre-commit hook: skip deleted files
...
http://camlistore.org/issues/74
Change-Id: Ie1cdeca8d22d0a41ced2a3a3d9bd7bc4b6c89951
2013-04-25 19:25:32 +02:00
mpl
ea3e16adf9
Merge "a few camlibot changes"
2013-03-07 21:00:55 +00:00
mpl
6e5ee35085
precommit: check trailing space in java sources too
...
Change-Id: I85820763b6c1075f5c8ff5d793b082bd11181931
2013-02-25 19:28:06 +01:00
Jani Monoses
48838c6651
Use git instead of svn for fetching closure.
...
Change-Id: I3fc4af0f17d59aa951bdd59176fcbce5072226cf
2013-02-13 11:38:16 +02:00
mpl
7cb62ad6f5
a few camlibot changes
...
1) Use "make forcefull". Please note that this will fail
with the default Go1 version installed by ubuntu packages.
2) Use --offline with dev-server to avoid pulling the
closure stuff.
3) Waterfall display (new stuff on top, older at bottom).
4) Added a camput -vivify run, with the subsequent camgets
to check that the file has indeed been pushed.
Change-Id: Icd164932bd61d54ddbece12ef420524643e07f1b
2013-02-07 16:16:15 +01:00
Brad Fitzpatrick
e398532b4a
buildinfo: include dirty + flag in version
...
Change-Id: Idc4763de41fdfa055fed5c06a36db9e9539f60bc
2013-02-03 10:14:21 -08:00
mpl
fc8ecb3b29
closure: changed the library setup, added the compiler
...
1) The code to get the closure library has been moved from
dev-server to misc/get_closure.pl
2) The svn checkout version for the closure library was bumped
to the latest: 2459
3) The closure library checkout now goes into tmp/closure-library/,
to keep tmp/ clean for other things we might want to add there
(like the compiler). So the path to the actual libraries is now
tmp/closure-library/closure/
4) The code to get the closure compiler build was added in
misc/get_closure.pl. The compiler goes to
tmp/closure-compiler/compiler.jar
5) The version of the closure compiler is the latest build as
of this time: 20121212
Change-Id: I7e03ad7d6fe440430c5727cf56a956efed360d43
2013-01-25 17:13:19 +01:00
mpl
e28418946c
camlibot: use make full
...
Change-Id: If4a8e3ea7add16137263d25c7d9540d19e0116bd
2013-01-22 01:55:45 +01:00
Brad Fitzpatrick
fb24b240cc
dev-server: more verbose, build camdbinit lazily (speeds start-up)
...
Change-Id: I0a5dc255efd2cfcde7ff735a79ceeeb4b9965b08
2013-01-20 12:33:35 -08:00
mpl
b8a8e86012
buildbot: now hits on http://localhost:3179/ui/new/ since home.html gone
...
Change-Id: I58d2f5b7fc06fc326e08d95daa69a1e6e5bd2753
2012-12-24 02:14:06 +01:00
mpl
2d094d4ea5
camlibot: print stdout as well on failure page
...
Change-Id: Iabe2734fb6013c62a19ead5a2232975a445dac32
2012-12-23 23:56:58 +01:00
mpl
f59fe1d535
Merge "buildbot: now with history and prettier output"
2012-12-20 13:35:20 +00:00
mpl
f45e6f5508
buildbot: now with history and prettier output
...
Change-Id: I863a5899024a74930bfa534f2ce79bcd083326fe
2012-12-19 15:49:56 +01:00
Brad Fitzpatrick
c966fe8c12
Remove old cgo tests
...
Change-Id: Iebdfadd483e858b9127342fc35f21ea7da69da80
2012-12-16 20:43:48 -08:00
mpl
489068e277
buildbot
...
Change-Id: I6ae90b2ea75af6d0ca45905a5f2316cc94953b9e
2012-12-07 22:19:44 +01:00
mpl
c2b746a086
pre-commit hook: warn about broken third party imports
...
Change-Id: Ib1315af2833a757093b36127b62d64abbd055963
2012-10-24 13:09:06 +02:00
Brad Fitzpatrick
3c80cc17f8
Move old broken dev-* scripts away.
...
Change-Id: Ide5dfe2dffc5d1af8f1c88be0a897c97932eb14c
2012-10-19 13:38:55 -07:00
mpl
4a184c84d5
pre-commit git hook:
...
-gofmt
-trailing space check
Change-Id: Icd63483b1873b21cd5ff6f00fff4b191095942ad
2012-10-16 18:18:46 +02:00
Brad Fitzpatrick
e0d10d941f
hack
2012-08-05 10:49:20 +10:00
Brad Fitzpatrick
1b63c44b4e
Update all os.ENOENT references to ErrNotExist. Mostly docs/dead code.
...
Change-Id: I2bb4d5a9d9c610e8dce2309335d06046dbb1e049
2012-05-13 12:06:21 -07:00
Brad Fitzpatrick
136f0ab3b6
more helpful error message in devlib.pl
...
Change-Id: I6ce4b94cd772a2a5687188f886a638e9dd5b1ac2
2012-04-22 17:50:13 -07:00
Brad Fitzpatrick
0fa34e75b0
update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH
...
Change-Id: Iec928f786e7763a104d10f7e2a34a1bc6d948919
2012-03-27 10:37:21 -07:00
Brad Fitzpatrick
413cac1eb9
remove hack, now that http://code.google.com/p/go/source/detail?r=91c826464 is in
...
Change-Id: Ib8191696a7a8edbd3dde848bbdf4b5f8a84263e3
2012-03-27 09:17:16 -07:00
Brad Fitzpatrick
10cf23c700
Get the MySQL indexer working again.
...
It now uses the generic indexing layer, rather than its own schema.
Also, move it under pkg/index/, like mongo.
Also, link in mongo to the main binary.
Not using the tests yet (leaving for mpl :))
Change-Id: I47a2203ca6c0b5244cd458aedec46227c4363c62
2012-03-26 13:57:53 -07:00
Brad Fitzpatrick
284407ac8f
Fixed site config.
...
Change-Id: Iee2226f4d6cb8c541de2a7800c4d4230c12a7953
2011-11-30 15:37:39 -08:00
Brad Fitzpatrick
81fa1f3199
test commit
...
Change-Id: Ie4e6f185895b04bc08539a2003f71faaf0675c19
2011-11-30 09:29:03 -08:00
Brad Fitzpatrick
331cae6e42
fixing email
...
Change-Id: I6980acf8deaa1d1dfa0660d16cf7193aa78ceeeb
2011-11-30 09:27:03 -08:00
Brad Fitzpatrick
6bfaf3b0b2
test
...
Change-Id: I14a9730dbcf84a22e2db8f63745297b362368282
2011-11-30 09:16:05 -08:00
Brad Fitzpatrick
9036922eda
test
...
Change-Id: Ie7bf9effd9b5a6771aa06647738067225493867b
2011-08-14 19:54:38 -07:00
Brad Fitzpatrick
23498e85b6
sqlite: more windows work. not quite working yet.
...
Change-Id: I2f724ef8a923497d6d10d2aa2079d0c62c79b55f
2011-07-21 11:00:12 -07:00
Brad Fitzpatrick
f349ccfeab
sqlite: make sqlite3_os_init conditional, move guts to go_init_vfs
...
Change-Id: I5144911fbcdf9bbd7859a7c862773fa713338e5d
2011-07-20 18:33:13 -07:00
Brad Fitzpatrick
d1f82c3464
sqlite: add place to put windows stuff
...
Change-Id: I53dd835401f824af8f2129a66016f0d23fcde793
2011-07-20 18:27:38 -07:00
Brad Fitzpatrick
4429eb8bbb
more sqlite cleanup
...
Change-Id: Iacd48d581bcd4d60e34b1152ffe16ecf06077846
2011-07-20 18:02:19 -07:00
Brad Fitzpatrick
63e31b53a3
sqlite: rearrange a bit, from windows WIP port pain + learning
...
Change-Id: Ice1e49bca5955637c08528cece67cf6b0f0fd12e
2011-07-20 18:00:30 -07:00
Brad Fitzpatrick
19efe6b2e8
sqlite: don't need LDFLAGS -ldl, missing on Windows
...
Change-Id: Icae43e1843a5c3751ecd746b97a20161e145401f
2011-07-19 20:29:34 -07:00
Brad Fitzpatrick
aa771ad925
sqlite: don't use non-portable *os.File.Fd(); not an int on windows
...
also, remove from fileMap on Close.
Change-Id: If5e44b84c3a876b05e678bc0ef65502bcbc2caf6
2011-07-19 20:26:08 -07:00
Brad Fitzpatrick
5ce7133f14
sqlite: remove the tempdir too
...
Change-Id: I49b22bf093a55b4d9bdfbe8fa9fa3e5001d822bb
2011-07-19 18:48:59 -07:00
Brad Fitzpatrick
bc13dafec9
sqlite: start of better tests
...
Change-Id: I7106d4e1950e0152d83f672aacc78a4783acf940
2011-07-19 18:47:56 -07:00
Daniel Erat
0aebead810
sqlite: avoid truncating files on SQLITE_OPEN_CREATE. whoops.
...
Change-Id: If64057ed9c603c42f4e92af54757f57209cc53d4
2011-07-20 01:45:26 +00:00
Daniel Erat
8709a77644
sqlite: support getting time and deleting
...
Change-Id: I7abef164a64e2358134cbbf076adf3b225145033
2011-07-20 01:35:57 +00:00
Daniel Erat
f5b1dc96fd
sqlite: minor cleanup; make test do a bit more
...
Change-Id: I7ad67a929ca6a439577610c383214622103dfd45
2011-07-20 01:03:19 +00:00
Daniel Erat
746b16216b
sqlite: implement write. simple test passes now!
...
Change-Id: I260c71bdf4fcf6c35cb9caf73f430a31cdeebb78
2011-07-20 00:43:21 +00:00
Daniel Erat
77d921371c
sqlite: fix args passed to exec call
...
Change-Id: Id24ad8d3baadf8db4324ad006095fb14c93bb892
2011-07-20 00:10:04 +00:00
Daniel Erat
27f7e9ecf6
sqlite: more stubs; test fails instead of crashing
...
Change-Id: I3a9e08d7228c39b8a333469c0ea4f1a6c1cf2b47
2011-07-19 22:55:07 +00:00
Daniel Erat
f4f3f877b4
sqlite: add xAccess
...
Change-Id: Ibf7d21ea6eb20150f4268a4334c6fc77ab0dc2be
2011-07-19 22:39:30 +00:00
Daniel Erat
aaa6617666
sqlite: make read match behavior of unix vfs
...
Change-Id: Ibcae7ee7f989ad535b00df87a2fa03316f3dad01
2011-07-19 22:24:58 +00:00
Brad Fitzpatrick
44b42519c9
more sqlite printfs
...
Change-Id: I74a5d84ed430636f8d0c3ddda5b10d465bed7869
2011-07-18 07:39:48 -07:00
Brad Fitzpatrick
054797ca82
old file
...
Change-Id: Ieffee948a020cae346667babfa450ded4ffce337
2011-07-18 07:03:15 -07:00
Daniel Erat
8875ffeff0
sqlite: add unused file size impl
...
Change-Id: Ia0985ad51c716ac7a06c479655a60cc641977854
2011-07-18 00:49:54 +00:00
Daniel Erat
8d19dabe73
sqlite: read
...
Change-Id: I925cce717ead61ae35d06602e9a7df16cc78db22
2011-07-18 00:24:15 +00:00