Commit Graph

89 Commits

Author SHA1 Message Date
Rafael Weinstein
d8b5d03520 Zero-tolerance for unnamed struct cycles (#3365) 2017-04-08 10:39:03 -07:00
Ben Kalman
3c764c1eb5 Remove JS SDK, examples, and tools (#3293) 2017-03-27 15:54:39 -07:00
cmasone-attic
5025a45b0b Remove usages of LevelDBStore (#3190)
NBS is stable enough that we've made it the default store for command
line tools, and the go-to store for tests that require temporary, but
persistent, storage.

We intend to remove support for LevelDB-backed chunk storage
completely ASAP. This patch removes all usage of LevelDBStore from
noms.git, but doesn't remove LevelDBStore _just_ yet as there are
still some dependencies on it elsewhere.

Toward #3127
2017-02-14 19:49:23 -08:00
Erik Arvidsson
e90bfcbd2a Switch to Yarn (#3092)
brew install yarn
2017-01-20 11:42:32 -08:00
Erik Arvidsson
431a258af5 Update js-tour.md
Fix link to docs.noms.io
2017-01-10 10:51:51 -08:00
cmasone-attic
ca31583a08 Add new spec for nbs-aws (#2997)
The new spec is a URI, akin to what we use for HTTP It allows the
specification of a DynamoDB table, an S3 bucket, a database ID, and a
dataset ID: aws://table-name:bucket-name/database::dataset

The bucket name is optional and, if not provided, Noms will use a
ChunkStore implementation backed only by DynamoDB.
2017-01-02 08:24:45 -08:00
wardn
262f10a14b Update go tour documentation to reflect dataset changes (#2960) 2016-12-20 09:01:17 -05:00
Ben Kalman
dc289245cb Add path @at for positional indexing, and negative indices (#2910)
This lets you do foo.bar@at(n) to get the nth element of a list, set, or
map (for lists, this is equivalent to foo.bar[n]). This patch also adds
support for negative indices to @at(-n) and [-n] to get the nth element
relative to the back of collections.
2016-12-05 14:43:41 -08:00
Aaron Boodman
428eb8d15d Update js-tour.md 2016-10-23 08:18:11 -07:00
Aaron Boodman
81655bb81b Update go-tour.md 2016-10-23 08:17:34 -07:00
Aaron Boodman
bbf9a84974 Update index.md 2016-10-23 08:14:42 -07:00
Aaron Boodman
dcaf5c12dd Update index.md 2016-10-23 08:09:09 -07:00
Aaron Boodman
412f1a0ca9 Rename index.html to index.md 2016-10-23 08:08:25 -07:00
Aaron Boodman
4deac983a0 Create index.html 2016-10-23 08:07:51 -07:00
Andrew Gallagher
a2ff4d990d add missing language identifier to code block (#2727) 2016-10-18 09:12:57 -07:00
Aaron Boodman
c04f623375 Update js-tour.md 2016-09-30 12:24:22 -07:00
cmasone-attic
bc9f16941b Fix JS and Go tour documents to use new Database/Dataset API (#2659)
Whoops, shoulda fixed these with the patches that updated the
APIs.
2016-09-30 10:49:37 -07:00
Aaron Boodman
25fedb51fc Update cli-tour.md 2016-08-31 21:37:56 -07:00
Mike Gray
733a1fd97a Update spelling.md with more syntax (#2450) 2016-08-31 19:25:08 -04:00
Erik Arvidsson
d06c3ec8fe Move /js/ into /js/noms/ (#2423) 2016-08-23 16:04:00 -07:00
Zane Starr
db7d0f42a8 change here corrects typo in docs with regards to csv-import commands column type flag 2016-08-23 13:38:07 -07:00
Chris Masone
b5c4d784bb Update FAQ to address conflict resolution
Towards #148
2016-08-15 10:56:37 -07:00
Ben Kalman
da62bb2b97 Remove most references to ldb: prefix in the .md docs (#2360) 2016-08-12 15:51:25 -07:00
Aaron Boodman
daf2ed7a78 Update faq.md 2016-08-09 15:59:40 -07:00
Aaron Boodman
5950eac64c Update faq.md 2016-08-03 22:11:55 -07:00
Mike Gray
66100a9625 pointer to godoc reference (#2260) 2016-08-03 10:09:53 -07:00
Adam Leventhal
c6d99f2fab noms-based fuse implementation (#2256) 2016-08-02 17:50:39 -07:00
Will Glynn
eea4d92804 Change "Amazon Dynamo" to "Amazon DynamoDB" (#2246) 2016-08-02 16:39:51 -07:00
mgedigian
321350d7e5 fixing typos, stale comments, broken link (#2250) 2016-08-02 15:47:04 -07:00
Chris Masone
4043512b9c Hashes aren't sha1 anymore, and aren't prefixed with algo
Also, they're only 32 characters long.
2016-08-02 14:21:32 -07:00
Aaron Boodman
4ca89bfd7d add splore pic 2016-08-02 09:18:49 -07:00
Mike Gray
b42733e982 changing order of args to match JS and be more logical (#2223) 2016-08-01 11:17:59 -07:00
Mike Gray
93916c5139 exposing StructData, updating tour (#2214) 2016-08-01 12:09:02 -04:00
Aaron Boodman
50d5f03539 Update faq.md 2016-08-01 01:13:21 -07:00
Aaron Boodman
c9ed7a3742 Update faq.md 2016-08-01 01:12:14 -07:00
Aaron Boodman
e3bda81cbe Add an FAQ (#2221) 2016-08-01 01:07:36 -07:00
Aaron Boodman
0e577a8858 Add the logo to the homepage 2016-07-31 11:51:26 -07:00
Mike Gray
0e71059695 updating tour to match current output (#2199) 2016-07-29 13:28:24 -04:00
Mike Gray
5af05997fc initial go sdk tour (#2198) 2016-07-29 13:08:45 -04:00
Aaron Boodman
df2831b0fb Update intro.md 2016-07-27 08:49:42 -07:00
Aaron Boodman
f6b368b8db Update cli-tour.md 2016-07-25 15:51:49 -07:00
Aaron Boodman
81660798bf A new take on the homepage after initial round of feedback (#1957) 2016-07-02 00:11:43 -07:00
Ben Kalman
69623deb74 Fix sha1- to #sha1- in doc/cli-tour.md (#1940) 2016-07-01 10:26:32 -07:00
Ben Kalman
038192cfcc Make the spec package support types.Path (#1920) 2016-06-29 13:55:05 -07:00
Aaron Boodman
da6beab1f9 Update js-tour.md 2016-06-23 05:46:04 -07:00
Aaron Boodman
a5b2fdc8dc Update cli-tour.md 2016-06-15 15:06:44 -07:00
Ben Kalman
040397ca92 One-line go install in doc/cli-tour.md (#1795) 2016-06-13 16:55:31 -07:00
Dan Willhite
744d7e8151 Update cli-tour.md
Update noms log output with diff contents.
2016-06-13 13:10:28 -07:00
Kyle G. Lundstedt
e97dab4b34 update cli-tour.md to noms changes (#1788)
- added diff and serve to "Available commands" list
- removed three datasets not on the demo server anymore
2016-06-10 16:44:33 -07:00
Aaron Boodman
93679f5f8f Update cli-tour.md 2016-06-09 11:30:38 -07:00