Commit Graph

1141 Commits

Author SHA1 Message Date
Dan Willhite
d677bcc045 Merge pull request #681 from willhite/crunchbase
Code simplification...
2015-11-24 15:11:09 -08:00
Dan Willhite
3ca4b848f4 Code simplification...
based on fact that maps return zero values rather than nils when key isn't present.
2015-11-24 14:59:36 -08:00
Dan Willhite
5603ca76d7 Remove unused symbolic link 2015-11-24 14:03:32 -08:00
Aaron Boodman
b989f9391c Update README.md 2015-11-24 13:39:10 -08:00
Erik Arvidsson
56bde584eb Merge pull request #676 from arv/crunchbase-importer
Update Crunchbase importer to handle dates
2015-11-24 12:22:05 -05:00
Erik Arvidsson
0a1232c010 Update Crunchbase importer to handle dates
Previously we were storing date, year+month, year+quarter
and year, all as strings.

Now we only store the date as a unix time stamp (or zero) if the data
was invalid or missing.

Also, moves the files into an importer subdirectory in preparation for
an indexer.
2015-11-24 10:06:21 -05:00
Aaron Boodman
b5884c5f63 crunchbase_ui: fix test data a little 2015-11-23 21:01:19 -08:00
Aaron Boodman
e0ce8b09f4 crunchbase_ui: style futzing 2015-11-23 16:37:18 -08:00
Aaron Boodman
36f6e0572a chart: Rename to crunchbase_ui and add masthead 2015-11-23 16:20:13 -08:00
Erik Arvidsson
58709e858f Merge pull request #661 from arv/js-blob-top-level
JS: Implement top level blob support
2015-11-23 16:19:24 -05:00
Erik Arvidsson
e6e2bc3d09 Merge pull request #664 from arv/splore-safari
Make `Splore work in Safari and Firefox
2015-11-23 16:18:51 -05:00
Erik Arvidsson
28a47966a0 pitchmap 2015-11-23 16:05:17 -05:00
Erik Arvidsson
547a61d985 tagshow 2015-11-23 15:38:14 -05:00
Erik Arvidsson
af23cc0dfe Chart too 2015-11-23 13:01:12 -05:00
Erik Arvidsson
edac078091 Make `Splore work in Safari and Firefox
To make this happen I updated to Babel 6 and changed to the es2015
preset since Firefox/Safari do NOT support classes, let, generators...

Now that compiled code is not ES6 any more we can run Uglify on it
too.

'Splore is 200k minimized which isn't terrible.

Towards #603
2015-11-23 10:54:55 -05:00
Erik Arvidsson
b897704fd5 Merge pull request #663 from arv/chart
JS demo showing a graph
2015-11-23 10:39:57 -05:00
Erik Arvidsson
f8f5a95739 JS demo showing a graph
This is not yet backed by any Noms data
2015-11-23 10:32:33 -05:00
Rafael Weinstein
655b9b3b9b Merge pull request #671 from rafael-atticlabs/fixTestEnsureRef
fix TestEnsureRef
2015-11-21 14:44:12 -08:00
Rafael Weinstein
7ad26393a0 fix TestEnsureRef 2015-11-21 14:27:28 -08:00
Aaron Boodman
eea6242de6 Update README.md 2015-11-20 17:16:28 -08:00
Ben Kalman
f160a891fe Merge pull request #662 from kalman/cl-append
Support compoundList.Append
2015-11-20 16:45:21 -08:00
Benjamin Kalman
4b901cdc84 Support compoundList.Append. 2015-11-20 16:40:19 -08:00
Aaron Boodman
cbb979b574 Update README.md 2015-11-20 09:34:09 -08:00
cmasone-attic
546c5c58c2 Merge pull request #655 from cmasone-attic/appspec
Remove deployment files
2015-11-20 07:59:16 -08:00
Erik Arvidsson
2b2af7c506 JS: Implement top level blob support
We lost the 'b ' encoding when we switched to js2.
2015-11-19 18:43:51 -05:00
Erik Arvidsson
b33f3119e3 Merge pull request #658 from arv/js-blob
JS: Support embedded blobs
2015-11-19 16:28:05 -05:00
Erik Arvidsson
eeb7b0f2c8 JS: Support encoding and decoding embedded blobs
Embedded blobs use base64 encoded strings
2015-11-19 16:22:13 -05:00
Erik Arvidsson
99e6dcd75c Merge pull request #659 from arv/use-strict
JS: Remove use strict
2015-11-19 15:12:40 -05:00
Erik Arvidsson
8b06ff18c0 JS: Remove use strict
All our code is written as ES modules which are always strict
2015-11-19 14:54:15 -05:00
Chris Masone
7bb455dc06 Remove deployment files
These will now live elsewhere.
2015-11-19 09:57:17 -08:00
Erik Arvidsson
70b6262de1 Merge pull request #642 from arv/text-encoding
Switch text-encoding dependency
2015-11-19 12:22:56 -05:00
Rafael Weinstein
e446c15fd8 Merge pull request #652 from rafael-atticlabs/tweak
Minor fix for meta_sequence_cursor_test
2015-11-18 17:14:53 -08:00
Rafael Weinstein
710fcc3708 Minor fix for meta_sequence_cursor_test 2015-11-18 17:13:43 -08:00
cmasone-attic
a451df5183 Merge pull request #651 from cmasone-attic/appspec
Add prod_build rule for splore
2015-11-18 15:41:28 -08:00
Chris Masone
3ca570b4eb Add prod_build rule for splore
Add appspec.yml for deployment.
2015-11-18 15:39:29 -08:00
Rafael Weinstein
1a82fa9255 Merge pull request #649 from rafael-atticlabs/cursorBug
Correctly construct metaSequenceCursor
2015-11-18 14:47:49 -08:00
Rafael Weinstein
12d88c769d Correctly construct metaSequenceCursor 2015-11-18 14:05:54 -08:00
Erik Arvidsson
480f516048 Switch text-encoding dependency
This is to reduce code size.
2015-11-17 10:37:52 -05:00
Erik Arvidsson
f4cc3211ec Merge pull request #637 from arv/update-encode-decode-test-to-use-ordered-value
Update encode/decode tests to use typed constructors
2015-11-16 20:14:22 -05:00
cmasone-attic
8b3c30b184 Merge pull request #641 from cmasone-attic/appspec
Whoops...also point to validate_service.sh in appspec.yml
2015-11-16 16:41:14 -08:00
Chris Masone
9c0a0d0821 Whoops...also point to validate_service.sh in appspec.yml 2015-11-16 16:41:00 -08:00
cmasone-attic
5cbebabdd5 Merge pull request #640 from cmasone-attic/appspec
Add simple script to check that noms server is running
2015-11-16 16:39:36 -08:00
Chris Masone
117977bc80 Add simple script to check that noms server is running
For use in AWS deployment
2015-11-16 16:39:07 -08:00
cmasone-attic
c90380689b Merge pull request #639 from cmasone-attic/appspec
Make service start/stop more aggressive
2015-11-16 16:27:59 -08:00
Chris Masone
0bea83dbdf Make service start/stop more aggressive 2015-11-16 16:27:35 -08:00
cmasone-attic
321c2621c7 Merge pull request #638 from cmasone-attic/appspec
Unconditionally stop noms-server
2015-11-16 15:46:04 -08:00
Chris Masone
b19d3a0612 Unconditionally stop noms-server 2015-11-16 15:45:36 -08:00
Erik Arvidsson
eb4b3cbece Update encode/decode tests to use typed constructors 2015-11-16 18:38:43 -05:00
cmasone-attic
3a850deac6 Merge pull request #636 from cmasone-attic/appspec
Use upstart start/stop, not SysV init commands
2015-11-16 15:37:11 -08:00
Chris Masone
61383b8893 Use upstart start/stop, not SysV init commands 2015-11-16 15:36:50 -08:00