cmasone-attic
476372ec2e
Merge pull request #715 from cmasone-attic/broken
...
Fix import of goleveldb package to point into Godeps/_workspace
2015-12-03 10:28:02 -08:00
Chris Masone
e035b1166d
Fix import of goleveldb package to point into Godeps/_workspace
...
Need to keep our dependencies hermetic and pinned.
2015-12-03 10:21:07 -08:00
Dan Willhite
e7e0b317fa
Merge pull request #711 from willhite/b-687
...
Fixes #687 .
2015-12-02 16:50:33 -08:00
Dan Willhite
699cc2accc
Fixes #687 .
...
Make dataStoreCommon.doCommit() return an error instead of boolean.
2015-12-02 16:41:00 -08:00
Rafael Weinstein
4528efc22b
Merge pull request #712 from rafael-atticlabs/listInterface
...
listLeaf & compoundList implement List interface
2015-12-02 14:26:19 -08:00
Rafael Weinstein
e0b368302d
listLeaf & compoundList implement List interface
2015-12-02 13:54:25 -08:00
Erik Arvidsson
4dc93afeae
Merge pull request #707 from arv/js-encode-ref
...
JS: Add support for writing Ref
2015-12-02 13:25:25 -05:00
Rafael Weinstein
15baa8a3a1
Merge pull request #704 from rafael-atticlabs/sameType
...
Compound & Leaf values now have same Type()
2015-12-02 10:21:41 -08:00
Rafael Weinstein
4c1f4464af
Compound & Leaf values now have same Type()
2015-12-02 10:19:27 -08:00
Erik Arvidsson
514fd92ab6
JS: Add support for writing Ref
...
Reading an writing ref values return Ref. This is different from
Go but it gets us unblocked.
Towards #599
2015-12-02 12:52:09 -05:00
Erik Arvidsson
00c3732e4a
Merge pull request #706 from arv/type-syntax-use-lt-gt
...
NomDL: Change type syntax to use <> instead of ()
2015-12-02 12:42:19 -05:00
Erik Arvidsson
698c21bc67
NomDL: Change type syntax to use <> instead of ()
...
Fixes #678
2015-12-02 12:30:00 -05:00
Erik Arvidsson
810969f462
Merge pull request #705 from arv/rename-noms-types
...
Rename noms UInt* to Uint*
2015-12-02 12:15:13 -05:00
Erik Arvidsson
61f14f8c9a
Rename noms UInt* to Uint*
...
Fixes #673
2015-12-02 12:01:42 -05:00
Dan Willhite
10687b1b7a
Merge pull request #682 from willhite/shove
...
New top-down sync strategy for shove.
2015-12-01 12:55:17 -08:00
Rafael Weinstein
59a2ccc434
Merge pull request #702 from rafael-atticlabs/metaSequenceData
...
Simplify retrieval of tuples from metaSequences
2015-12-01 12:46:21 -08:00
Rafael Weinstein
9cf1896940
Simplify retrieval of tuples from metaSequences
2015-12-01 12:44:27 -08:00
Dan Willhite
afc3944341
Add top-down sync strategy.
2015-12-01 12:39:42 -08:00
Erik Arvidsson
c34ce8fb86
Merge pull request #688 from arv/cb-index
...
Crunchbase indexer: Use a map of refs instead
2015-12-01 15:18:06 -05:00
Erik Arvidsson
b3f95399c6
Crunchbase indexer: Use a map of refs instead
...
We previously used a map of sets which got really large 17.6MB. This
adds a Ref indirection which leads to a map size of 104KB instead.
2015-12-01 15:11:09 -05:00
Erik Arvidsson
1e61a985b7
Merge pull request #698 from arv/fix-codegen-clobbering
...
NomDL codegen: Fix clobbering
2015-12-01 15:10:05 -05:00
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