Commit Graph

19941 Commits

Author SHA1 Message Date
Rafael Weinstein 333f355691 Mock out S3 for testse 2015-06-11 12:12:18 -07:00
Rafael Weinstein 3dcc7deb4c clean up to s3_store after initial commit 2015-06-11 09:42:47 -07:00
Aaron Boodman edbc1c87cf (en|de)codeBlob->blob(En|De)code 2015-06-10 18:51:58 -07:00
Aaron Boodman 1a1832bb35 Add WriteValue and remove support for blobs from top level in json codec 2015-06-10 18:45:54 -07:00
Aaron Boodman b6291f88e0 Add jsonDecode and top-level enc.ReadValue function 2015-06-10 13:35:06 -07:00
Rafael Weinstein e572365453 Added initial s3_store implementation 2015-06-10 13:07:37 -07:00
Aaron Boodman c8f9084ade Forgot tests for floats 2015-06-10 06:56:18 -07:00
Aaron Boodman 5884e93e3d Use raw strings instead of normal strings 2015-06-10 06:53:09 -07:00
Aaron Boodman c63c3ee422 Forgot: don't need to test actual contents 2015-06-09 23:34:41 -07:00
Aaron Boodman 7bed29bcde Rest of tests for json_encode.go 2015-06-09 23:32:15 -07:00
Aaron Boodman 4f8d555bf8 ByteLen()->Len() ... since String is now aggregated in Blob, don't need this weird naming. 2015-06-09 22:58:10 -07:00
Aaron Boodman 266a96a084 Factor Blob back out into a method of String, rather than embedded. Embedding makes branching on nom type hard. 2015-06-09 22:56:17 -07:00
Aaron Boodman 5640511f7c fix broken imports 2015-06-09 16:23:08 -07:00
Aaron Boodman 554f7b6fed wip: added some testing for json_encode.go 2015-06-09 16:21:37 -07:00
Aaron Boodman 9cef1611ce Added json_encode.go -> untested so far 2015-06-05 01:05:05 -07:00
Aaron Boodman 0d5e3a88a1 Revert "add string_codec.go"
This reverts commit 681d48fdb7.
2015-06-04 23:42:07 -07:00
Aaron Boodman 681d48fdb7 add string_codec.go 2015-06-04 23:39:50 -07:00
Aaron Boodman 98d6999e63 Rename blob_chunk_codec.go -> blob_codec.go. The "chunk" is not really accurate. 2015-06-04 23:26:10 -07:00
Aaron Boodman 0018b02453 Add enc/blob_chunk_codec.go 2015-06-04 23:23:51 -07:00
Aaron Boodman cdfbcb4e69 Add initial Map implementation 2015-06-04 22:10:27 -07:00
Aaron Boodman 5f8e151b07 Add test for StringFromBytes 2015-06-04 15:51:28 -07:00
Aaron Boodman 7d00f1bf12 Add initial String implementation 2015-06-04 14:42:28 -07:00
Aaron Boodman eb7db31b90 Add initial Blob implementation 2015-06-04 12:24:36 -07:00
Aaron Boodman 8598afe802 Add TODO to list.go 2015-06-04 12:22:51 -07:00
Aaron Boodman 888677c9e1 Add test for flatList::RemoveAt 2015-06-03 23:16:05 -07:00
Aaron Boodman 011f75bfd5 Add test for flatList::Remove 2015-06-03 23:12:14 -07:00
Aaron Boodman e5da44cdd3 Add test for flatList::Insert 2015-06-03 23:05:51 -07:00
Aaron Boodman e461022742 Add test for flatList::Set 2015-06-03 21:25:59 -07:00
Aaron Boodman 3a0dc592fc Add flatList and some tests. Not everything tested yet. 2015-06-03 18:44:39 -07:00
Aaron Boodman addf1b34d8 Add FileStore::Get() 2015-06-03 16:44:26 -07:00
Aaron Boodman 47eb88b3dd Convert ref.Ref to a pure value type 2015-06-03 16:34:34 -07:00
Aaron Boodman 1755cbc861 Add FileStore::Put() 2015-06-03 16:24:39 -07:00
Aaron Boodman e9fc677246 Merge branch 'master' of https://github.com/attic-labs/noms 2015-06-03 13:59:50 -07:00
Aaron Boodman 6a4fa364dd Add ref.go and test 2015-06-03 13:56:44 -07:00
aboodman 09bded5f14 Update README.md 2015-06-02 23:54:04 -07:00
aboodman 1fafdd0843 Update README.md 2015-06-02 23:53:44 -07:00
aboodman dc2780ba3a Update README.md 2015-06-02 23:53:21 -07:00
Aaron Boodman f973bb6536 Add documentation about codegen 2015-06-02 23:41:26 -07:00
Aaron Boodman 228186dfee Add noms/primitives.go and relatedness 2015-06-02 23:34:51 -07:00
Aaron Boodman 8dd790e7e2 Move attic/dbg to noms/dbg 2015-06-02 20:49:36 -07:00
Aaron Boodman 68c3ac0205 first commit 2015-06-02 20:45:33 -07:00