Benjamin Kalman
aba809b81a
JS: Implement NomsBlob
...
This does not yet support creating a chunked Blob but it can decode
one that it got from a ChunkStore.
Partial fix for #798
2016-03-16 12:38:13 -07:00
Rafael Weinstein
12a399b14d
Merge pull request #1071 from rafael-atticlabs/httpStoreWrite
...
Add HttpStore.put
2016-03-15 16:29:26 -07:00
Rafael Weinstein
5a4fab4448
Add HttpStore.put
2016-03-15 16:24:06 -07:00
cmasone-attic
cb592df3af
Merge pull request #1073 from cmasone-attic/remove_imgsvr
...
Remove unused clients/imgsvr
2016-03-14 14:57:04 -07:00
Rafael Weinstein
85c0ab9856
Merge pull request #1074 from rafael-atticlabs/correctSequenceType
...
Write correct type for unwritten child sequences
2016-03-14 13:40:19 -07:00
Rafael Weinstein
6f92539bff
Write correct type for unwritten child sequences
2016-03-14 13:38:56 -07:00
Aaron Boodman
87f10b931b
Merge pull request #1067 from kyleder/1049-csv-cr
...
Fix: Safely handle carriage returns in CSVs
2016-03-14 13:31:53 -07:00
Chris Masone
a144493c0a
Remove unused clients/imgsvr
...
This was only used by tagshow, and we don't run it anywhere
anyway.
2016-03-14 10:29:32 -07:00
Kyle Derkacz
d7b55cfbc5
Fixing code formatting errors in the csv reader
2016-03-11 18:32:13 -08:00
Ben Kalman
077798646e
Merge pull request #1069 from kalman/picasa-sizes
...
Make Picasa importer use thumbnail URLs for full size images.
2016-03-11 17:35:49 -08:00
Benjamin Kalman
7bc58a174e
Make Picasa importer use thumbnail URLs for full size images.
2016-03-11 17:35:04 -08:00
Dan Willhite
0bd6dcc49a
Merge pull request #1068 from willhite/work
...
Update github.com/clbanning/mxj vendor to remove dependency issue.
2016-03-11 13:22:08 -08:00
Dan Willhite
11806c4709
Update clbanning/mxj vendor library to fix dependency issue.
2016-03-11 12:59:16 -08:00
Kyle Derkacz
506d0013ea
Fix: Safely handle carriage returns in CSVs
...
Carriage returns (CR) are not fully supported by Go's CSV reader. When
a CR is encountered by the reader, the reader silently ignores the CR
and continues processing the line. This is ok when the CR is part of a
CRLF, but when the CR is independent then the line isn't properly
terminated.
Github issue #1049
2016-03-10 20:57:35 -08:00
Rafael Weinstein
b58ce977fa
Merge pull request #1063 from rafael-atticlabs/datastoreCommit
...
DataStore.commit + tests
2016-03-10 20:10:05 -08:00
Rafael Weinstein
dff5b3471c
DataStore.commit + tests
2016-03-10 19:52:42 -08:00
Rafael Weinstein
a89dafdd5b
Merge pull request #1066 from rafael-atticlabs/correctCollectionWriting
...
Correct collection writing
2016-03-10 19:41:46 -08:00
Rafael Weinstein
5b3eb45f24
propogate cs
2016-03-10 16:46:40 -08:00
Rafael Weinstein
697066598a
write unwritten p-tree chunks
2016-03-10 16:28:58 -08:00
cmasone-attic
12fde71912
Merge pull request #1064 from cmasone-attic/small_fixes
...
Some small fixes in chunks/
2016-03-10 16:19:05 -08:00
Chris Masone
ec3163c7f8
Some small fixes in chunks/
...
Mostly 'go vet' complaints.
2016-03-10 15:42:37 -08:00
Ben Kalman
11433d0cdd
Merge pull request #1061 from kalman/readme
...
Update README.md to mention GitHub PR gen hider.
2016-03-10 14:25:35 -08:00
Benjamin Kalman
d2ad122ed9
Update README.md to mention GitHub PR gen hider.
2016-03-10 10:39:05 -08:00
cmasone-attic
3526f3d31a
Merge pull request #1060 from cmasone-attic/issue133
...
Use Type() to validate Commit in Dataset.SetNewHead()
2016-03-09 14:07:20 -08:00
Chris Masone
224215f340
Use Type() to validate Commit in Dataset.SetNewHead()
...
Since we put a type system in Noms, we can now use it
to check that a ref that purports to be the new Head
for a Dataset after a pull actually points to a Commit.
Fixes #133
2016-03-09 14:07:04 -08:00
cmasone-attic
f9e6d3762c
Merge pull request #1058 from cmasone-attic/issue1020
...
Tag root item in DynamoStore as uncompressed
2016-03-09 13:48:38 -08:00
cmasone-attic
e45d33ac54
Merge pull request #1059 from cmasone-attic/comments
...
Fix up DataStore comments
2016-03-09 12:57:38 -08:00
Chris Masone
6b4c93a3f7
Fix up DataStore comments
...
If I'm going to start refactoring this code, it's important
that I'm sure what all the methods do. So, update the comments
2016-03-09 12:45:45 -08:00
Chris Masone
3587622f6a
Tag root item in DynamoStore as uncompressed
...
These items are never compressed, but all other items have a tag
on them, so it makes sense that these should as well. Remain
tolerant of old roots, though, that are not tagged.
2016-03-09 12:22:56 -08:00
Erik Arvidsson
a1ebfe744d
Merge pull request #1055 from arv/csv-lenient-column-count
...
noms.io: Make csv reader more lenient
2016-03-07 16:24:39 -08:00
Erik Arvidsson
fe70aebcee
noms.io: Make csv reader more lenient
...
Allow the rows to be of different length
2016-03-07 16:12:18 -08:00
Aaron Boodman
84a01c1823
Merge pull request #1053 from aboodman/splore-ui-fix
...
splore: clip width of labels
2016-03-07 09:24:25 -08:00
Aaron Boodman
9db3ab0b16
splore: clip width of labels
2016-03-04 23:51:24 -08:00
Ben Kalman
02b2a9d5fb
Merge pull request #1052 from kalman/maybeParse
...
Add Ref.maybeParse.
2016-03-04 13:43:24 -08:00
Benjamin Kalman
1b3fdbf380
Add Ref.maybeParse.
2016-03-04 13:37:56 -08:00
Ben Kalman
4e849aeb02
Merge pull request #1051 from kalman/flow
...
Update flow to 0.22.1.
2016-03-04 13:37:33 -08:00
Benjamin Kalman
53e468a919
Update flow to 0.22.1.
2016-03-04 13:34:56 -08:00
Erik Arvidsson
0447f0f6af
Merge pull request #1050 from arv/assert-kinds-in-struct
...
js: Add asserts for the params to Struct constructor
2016-03-04 13:16:21 -08:00
Erik Arvidsson
5ca41751f5
js: Add asserts for the params to Struct constructor
2016-03-04 12:59:32 -08:00
Aaron Boodman
7a11d8c967
Update README.md
2016-03-03 20:24:10 -08:00
Aaron Boodman
25a70b98a0
Update README.md
2016-03-03 20:23:11 -08:00
cmasone-attic
0c22c5727b
Merge pull request #1048 from cmasone-attic/issue1037
...
Add -dynamo-stats flag to control printing of DynamoStore stats
2016-03-03 08:46:20 -08:00
Chris Masone
4f82f47b05
Add -dynamo-stats flag to control printing of DynamoStore stats
...
Most people don't want to see these most of the time, so
now there's a flag I can set when I want to see the
read/write stats that DynamoStore keeps.
Fixes #1037
2016-03-02 17:29:57 -08:00
Erik Arvidsson
1d108d7ee0
Merge pull request #1047 from attic-labs/revert-1041-revert-1040-csv-parser-skip-first-row
...
Revert "Revert "Change csv importer API slightly""
2016-03-02 13:27:25 -08:00
Erik Arvidsson
a8d41ff7cc
Revert "Revert "Change csv importer API slightly""
2016-03-02 11:26:24 -08:00
Erik Arvidsson
8929c63ab2
Merge pull request #1041 from attic-labs/revert-1040-csv-parser-skip-first-row
...
Revert "Change csv importer API slightly"
2016-03-01 17:39:25 -08:00
Erik Arvidsson
2808e0889b
Revert "Change csv importer API slightly"
2016-03-01 17:39:04 -08:00
Erik Arvidsson
d9e3160499
Merge pull request #1040 from arv/csv-parser-skip-first-row
...
Change csv importer API slightly
2016-03-01 17:34:23 -08:00
Ben Kalman
565e9e3957
Merge pull request #1039 from kalman/null
...
JS: Correctly check for null key in ordered sequences.
2016-03-01 17:32:34 -08:00
Benjamin Kalman
e214bddb89
JS: Correctly check for null key in ordered sequences.
2016-03-01 17:31:54 -08:00