See https://golang.org/s/go15vendor
This commit moves the google.golang.org/cloud/... packages. The rest
of third_party will move later.
This commit is a dependency for some cloud logging work which we'll
develop in Camlistore's tree.
In a few places, cznic/kv use was hardcoded, instead of picking the user
set kv type, if any. This change makes sure we use the user-defined one,
if set, syndtr/leveldb otherwise.
Relatedly, the low-level config generated for diskpacked now uses that
same principle for its internal index. Also, if a diskpacked is
configured without an index, it now defaults to syndtr/leveldb.
Please note that this patch DOES NOT change the default kv type in the
automatically generated high-level config.
Related: #632
Change-Id: I55dbd385230878e92776e6b83d34c36fd1fa9382
Remove assumption that both strings have the same byte length.
Add the Kelvin sign to the tests.
BenchmarkHasSuffixFoldToLower-4 3000000 482 ns/op 2 allocs/op
BenchmarkHasSuffixFold-4 10000000 130 ns/op 0 allocs/op
The same holds for HasPrefixFold:
BenchmarkHasPrefixFoldToLower-4 2000000 599 ns/op 2 allocs/op
BenchmarkHasPrefixFold-4 10000000 139 ns/op 0 allocs/op
Change-Id: I613f86b59285ccf177d3e3be597202551a0aa64c
This includes all of the top-level files in the docs folder except for
status and terms, which are going to be a little trickier to convert.
This includes no editorial changes. There are a few minor stylistic
changes (like the auth value table in server-config converted into a
list). Text has also been mostly wrapped at 80 columns, which accounts
for a lot of the changes as well.
Change-Id: I3782158f05d2b3c72e6cb44bff92c46ccc231a96
Probably needs some more trimming and reorganizing, but I think it's now
pretty much up to date in terms of contents.
Change-Id: I3d04dc2d01098ae7b19f13627d6a6b47256c75f6
convert a simple file (/docs/todo) to markdown as initial proof of
concept. All other existing files which contain HTML but no markdown
should be passed through blackfriday unmolested.
Change-Id: I6ec79f3bb0998fcb54712b748f94b5ae5bbed1c0
russross/blackfriday (BSD license, version 8cec3a8) parses and converts
markdown to HMTL.
shurcooL/sanitized_anchor_name (MIT license, version 11a20b7) generates
anchor names for HTML headings.
Change-Id: I475ec76a1a252354071abfbe2d9c97b234144b3e
If no metaIndex is specified, just go on, but don't panic.
Also try to clear the logic a little bit (don't overwrite indexConf).
Change-Id: I43e61ac3d5cd239cc113cb034ff3dd61eaaa14fd
Some new features (build binaries tarballs) added in commit
988fc8a43c depend on some files that were
added to the camli repo in that very commit.
So for these new features to work, the Camlistore source used must be >=
to that revision, hence that bump.
Change-Id: Ibb68c0f1a1c85277becc02ad73b902d77b5bc465
Both individual and corporate CLAs support electronic signatures now, so
it's probably not worth specifically calling that out on either.
Change-Id: I3bc531351d28c97b3a68c37eb46fc1f8b5e749ab
As Adrian Tritschler reported, Flickr returns Lat/Long
with inconsistent quoting: 0 / "-32.2".
Also ints ("total", for example) can come in quoted ("6236") and
unquoted (6236) form, too.
This commit utilizes an int and a float32 with specialized Unmarshaler.
Change-Id: Ic559059272ba457860bf56a8671d5abd430eb404
https://camlistore.org/r/4936 broke cr2 decoding. If the tiff library
registers with the standard library's image package before the cr2 library
does, the tiff library will fail to decode cr2 images properly.
Fixes error message:
tiff: unsupported feature: compression value 6
Seen when generating thumbnails for CR2 files.
Change-Id: I6e5f77fbbf2b5b6615ece46525e33e0bfab9b0cd