Erik Arvidsson
ff8924db09
NomDL codegen: Fix clobbering
...
If two files depend on the same file we ended up overwriting the
first written file which is problematic because the "internal" types
would not be written the second time.
2015-12-01 15:02:04 -05:00
Rafael Weinstein
5cce2d68a7
Merge pull request #695 from rafael-atticlabs/complexTypesHaveCS
...
Complex Types embed a ChunkStore
2015-12-01 10:59:16 -08:00
Rafael Weinstein
7caa08bc5c
Complex Types embed a ChunkStore
2015-12-01 10:40:47 -08:00
Aaron Boodman
7b43b69101
Merge pull request #697 from aboodman/margin
...
splore: add padding at right side of layout
2015-12-01 09:36:31 -08:00
Aaron Boodman
dc8059e36a
splore: add padding at right side of layout
2015-12-01 09:35:08 -08:00
Erik Arvidsson
b3c7d4f079
Merge pull request #696 from arv/fix-symlinks
...
Fix symlinks for crunchbase/ui
2015-12-01 10:39:39 -05:00
Erik Arvidsson
af1d56b3b1
Fix symlinks for crunchbase/ui
2015-12-01 10:38:54 -05:00
Aaron Boodman
1e5063b35a
Merge pull request #694 from aboodman/cbimp-url
...
Make it possible to run crunchbase importer under cron
2015-11-30 22:55:39 -08:00
Aaron Boodman
3c29fdc0be
Make it possible to run crunchbase importer under cron
...
- fetch from a url rather than file
- use http caching to fetch the file
- compare hashes as a fallback for when caching fails us
2015-11-30 22:54:31 -08:00
Dan Willhite
2e91b971ab
Fix crasher in json_importer.
...
Move deferred call to close response body below error checks.
2015-11-26 09:42:42 -08:00
Aaron Boodman
db132ba86f
Merge pull request #689 from aboodman/mv
...
mv clients/crunchbase_ui -> clients/crunchbase/ui
2015-11-25 16:31:03 -08:00
Aaron Boodman
aac62e1aad
mv clients/crunchbase_ui -> clients/crunchbase/ui
2015-11-25 16:18:38 -08:00
Aaron Boodman
ca77828a0b
crunchbase_ui: add instructions to get analyses too
2015-11-25 13:11:50 -08:00
cmasone-attic
11b0849984
Merge pull request #686 from cmasone-attic/rename
...
Rename crunchbase_ui/style.css -> styles.css
2015-11-25 14:04:24 -05:00
Chris Masone
9810b3cfc8
Remove extraneous stylesheet import
2015-11-25 14:04:08 -05:00
Chris Masone
44f1d3e038
Rename crunchbase_ui/style.css -> styles.css
...
To be consistent with splore
2015-11-25 14:04:08 -05:00
Erik Arvidsson
f33fad55fd
Merge pull request #685 from arv/cb-indexer-use-channel
...
Use a channel for the crunchbase indexer
2015-11-25 14:02:42 -05:00
Erik Arvidsson
7dcf3b88dd
Use a channel for the crunchbase indexer
...
... instead of a mutex
2015-11-25 13:56:25 -05:00
Rafael Weinstein
a2ff860194
Merge pull request #684 from rafael-atticlabs/enum
...
Implement Enum encode/decode + a bunch of tests
2015-11-25 09:59:55 -08:00
Erik Arvidsson
31450be379
Merge pull request #680 from arv/crunchbase-indexer
...
Crunchbase indexer
2015-11-25 12:31:19 -05:00
Rafael Weinstein
f3774020f5
Implement Enum encode/decode + a bunch of tests
2015-11-24 23:12:47 -08:00
Dan Willhite
9e9b57b00e
Merge pull request #683 from willhite/stabilize-types
...
Make generated files stable and consistent with go fmt.
2015-11-24 16:46:02 -08:00
Dan Willhite
7dd540d5d5
Make generated files stable and consistent with go fmt.
2015-11-24 16:15:35 -08:00
Erik Arvidsson
7864800bf0
Restructure the data a bit so that we do not have to load every round
2015-11-24 18:59:33 -05:00
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
Erik Arvidsson
91cf7f2048
Crunchbase indexer
...
Creates a map from key (ref of key) to a set of rounds (ref of set of
rounds).
2015-11-24 17:21:07 -05: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