Ben Kalman
1e511a61c6
Let Splore open a noms path ( #2356 )
...
Currently Splore can only open a database (db=) or a hash (hash=). This
removes the hash and replaces it with the much more general path (p=).
For example, what used to be:
?db=http://demo.noms.io&hash=abcd
is now:
?db=http://demo.noms.io&p=#abcd
and of course more complex paths work, like:
?db=http://demo.noms.io&p=#abcd.field[42].name
I've exposed getHashOfValue in noms.js.
2016-08-12 16:47:26 -07:00
Ben Kalman
da62bb2b97
Remove most references to ldb: prefix in the .md docs ( #2360 )
2016-08-12 15:51:25 -07:00
Erik Arvidsson
6178251012
Update to Flow 0.30.0 ( #2337 )
...
This requires all parameterized types to have type params. Fortunately
one can use `T<any>` which has the same behavior as the old `T` syntax.
We should tighten the types further after this but this unblocks us.
Fixes #2301
2016-08-11 11:27:41 -07:00
Erik Arvidsson
0da3e4411f
Splore: Use Struct as label for non named structs ( #2291 )
...
If a struct does not have a name we used to have no label for the node.
It looks kind of funky so instead it will use the text "Struct" as the
label.
2016-08-05 15:01:28 -07:00
Erik Arvidsson
6b6c409d16
Splore Blobs and more ( #2279 )
...
- Display the prolly-tree for Blobs
- Fix fallout from sha1-xxx to xxxx
- Make the hashes links to splore rooted at that hash
Fixes #2218
Fixes #1321
2016-08-05 11:41:33 -07:00
Ben Kalman
1116a05792
Fix Splore node labels in Firefox ( #2264 )
2016-08-03 22:54:03 -07:00
Erik Arvidsson
619a07298f
Splore: Use demo.noms.io as the default database ( #2219 )
...
Changes the default database to `https://demo.noms.io/cli-tour `
Fixes #2217
2016-08-01 09:16:06 -07:00
Erik Arvidsson
899ed35e55
Symlinks needed by other heaps of peeps ( #1995 )
2016-07-08 13:40:19 -07:00
Erik Arvidsson
96ed40bbb5
Setup symlinks again ( #1994 )
2016-07-08 13:33:01 -07:00
Erik Arvidsson
88fd487f00
Splore deployment ( #1992 )
...
Make sure we run npm install in js first
2016-07-08 11:46:10 -07:00
Ben Kalman
68e16f338e
Fix noms browser fetch and splore layout ( #1989 )
2016-07-07 18:19:18 -07:00
Erik Arvidsson
c0bd2c90d4
More tweaks to tools/run-all-js-tests.py ( #1974 )
...
* Update Splore build.py
* path
* Setup the bin symlinks in preinstall
* Link entire node_modules instead
2016-07-06 13:44:11 -07:00
Aaron Boodman
1d752e3101
Update license: Noms will be copyright Attic Labs. ( #1976 )
2016-07-05 22:07:42 -07:00
Erik Arvidsson
983fa59090
Samples js shared 2 ( #1973 )
...
* Revert "Revert "Share node_modules for samples/js" (#1967 )"
This reverts commit 7bb1623e99 .
* Add parent directory to the PATH
* Change run-all-js-tests to run samples/js before samples/js/**
* Fix a temporary comment
2016-07-05 16:25:21 -07:00
Erik Arvidsson
7bb1623e99
Revert "Share node_modules for samples/js" ( #1967 )
2016-07-05 14:44:21 -07:00
Erik Arvidsson
b0ab909e4f
Share node_modules between samples/js ( #1955 )
...
This is so that we do not need to do npm install 10 times in the
samples directory. Instead we do it once inside samples/js and let
all the sub directories have no dependencies. This works because
nodejs searches the parent directories when looking for a module.
Towards #1888
2016-07-05 13:55:36 -07:00
Dan Willhite
7c6048cc67
Set noms version of splore to latest version.
2016-06-16 16:58:00 -07:00
Erik Arvidsson
4af0ca1efb
Fix issue with in browser Hash ( #1738 )
...
Also, make Hash not copy the bytes.
2016-06-06 17:11:34 -07:00
Erik Arvidsson
e4b7d13416
Add license field to all the package.json file ( #1742 )
...
Issue #1307
2016-06-06 16:56:10 -07:00
Aaron Boodman
8aab8924d1
Rename clients to samples
2016-06-05 02:37:28 -07:00