- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 23 2019
Dec 23 2019
ForkCC: add whitelist/rootdir options
java/Traversal: add findCommonDescendant
java: add ListEmptyOrigins tool
Dec 17 2019
Dec 17 2019
Add zhou2019fork
Dec 16 2019
Dec 16 2019
add software fork references
Dec 14 2019
Dec 14 2019
Dec 6 2019
Dec 6 2019
Dec 4 2019
Dec 4 2019
seirl requested changes to D2380: API: add /node and /edge endpoints to check for node/edge existence.
I think the API could be more REST:
Nov 27 2019
Nov 27 2019
Nov 25 2019
Nov 25 2019
seirl committed rDGRPHbbc66409467f: java tools: ForkCC learned to print its largest component (authored by seirl).
java tools: ForkCC learned to print its largest component
Sure, it's as simple as you'd expect:
Nov 24 2019
Nov 24 2019
It's up on granet, not committed yet because it should be included in a puppet integration diff.
Nov 18 2019
Nov 18 2019
Nov 15 2019
Nov 15 2019
graph backend: use global config
Add docstring
Nov 13 2019
Nov 13 2019
conftest: fix instanceof/isinstance
seirl committed rDGRPHcd135e660735: conftest: forward multiprocessing exceptions to parent (authored by seirl).
conftest: forward multiprocessing exceptions to parent
Nov 12 2019
Nov 12 2019
\o/
This looks good, I agree more stuff needs to be generalized in the whole aiohttp side anyway... And I'm also not sure how to do it properly, so I think this is good for now.
Nov 11 2019
Nov 11 2019
seirl committed rDDATASET146208d4af8a: docs/graph: postgresql: use latest/ url fragment instead of hardcoded date (authored by seirl).
docs/graph: postgresql: use latest/ url fragment instead of hardcoded date
Nov 8 2019
Nov 8 2019
Nov 4 2019
Nov 4 2019
Oct 30 2019
Oct 30 2019
java: benchmark: add ForkCC class
api server: missing </body>
Oct 29 2019
Oct 29 2019
tests/pid: test iter_prefix
backend: fix default stack and heap size
seirl committed rDGRPHfa86908882b9: java: Adapt BFS benchmark for a simple visit (authored by seirl).
java: Adapt BFS benchmark for a simple visit
Add single-thread BFS benchmark
seirl committed rDGRPH0be23c10a124: benchmark.ParallelBFS: new class to time parallel BFS on the full graph (authored by zack).
benchmark.ParallelBFS: new class to time parallel BFS on the full graph
java: Move GenDistribution in benchmark/
seirl committed rDGRPH25f6dad2f387: Graph: add getBVGraph getter for underlying BVgraph(s) (authored by zack).
Graph: add getBVGraph getter for underlying BVgraph(s)
seirl committed rDGRPH34dcf5cd6350: ParallelBFS benchmark: add support to optionally use transposed graph (authored by zack).
ParallelBFS benchmark: add support to optionally use transposed graph
seirl committed rDGRPHef98dd033e06: Graph: comment out useless loading of nodeIdMap (authored by seirl).
Graph: comment out useless loading of nodeIdMap
seirl committed rDGRPH8d570f551be8: java: add GenDistribution.java directly in the tree (authored by seirl).
java: add GenDistribution.java directly in the tree
seirl committed rDGRPHdd88ede0b41d: java: Traversal: add a NbNodesAccessed method (authored by seirl).
java: Traversal: add a NbNodesAccessed method
java: public nodeTypesMap for iteration
app: add 3.6 compatibility
seirl committed rDGRPH471398b73e16: java: Entry: add lightweight copies in count methods (authored by seirl).
java: Entry: add lightweight copies in count methods
seirl committed rDGRPH86b9e5eaa9a9: java: traversal: use HashSet to reduce initialization time (authored by seirl).
java: traversal: use HashSet to reduce initialization time
Enable iteration on the graph
backend: add hardcoded java_opts
Oct 21 2019
Oct 21 2019
Add single-thread BFS benchmark
Oct 19 2019
Oct 19 2019
seirl committed rDGRPH3c02a00b2283: java: add GenDistribution.java directly in the tree (authored by seirl).
java: add GenDistribution.java directly in the tree
seirl committed rDGRPHed8738d66651: java: Traversal: add a NbNodesAccessed method (authored by seirl).
java: Traversal: add a NbNodesAccessed method
Oct 16 2019
Oct 16 2019
java: public nodeTypesMap for iteration
seirl committed rDGRPH1b0fdb772309: Graph: comment out useless loading of nodeIdMap (authored by seirl).
Graph: comment out useless loading of nodeIdMap
Oct 15 2019
Oct 15 2019
seirl committed rDGRPH862ea0cdb686: java: Entry: add lightweight copies in count methods (authored by seirl).
java: Entry: add lightweight copies in count methods
app: add 3.6 compatibility
backend: add hardcoded java_opts
Oct 14 2019
Oct 14 2019
seirl committed rDGRPH97f7d693e58c: java: traversal: use HashSet to reduce initialization time (authored by seirl).
java: traversal: use HashSet to reduce initialization time
Oct 12 2019
Oct 12 2019
Oct 11 2019
Oct 11 2019
Enable iteration on the graph
return graph nodes
Enable iteration on the graph
Oct 8 2019
Oct 8 2019
Merge branch 'lowlevel_api'
Add count() methods
Oct 7 2019
Oct 7 2019
- rebase
- graph: cosmetic fixes and comments
seirl committed rDGRPH9b5fab5b389e: backend: propagate java errors to the toplevel (authored by seirl).
backend: propagate java errors to the toplevel
graph: cosmetic fixes and comments
Add low level API (WIP)
graph.py: add 'deep' methods
conftest: remove unused variable
java/graph: docs: fix trailing commas
java/graph: fix javadoc errors
Oct 6 2019
Oct 6 2019
Oct 4 2019
Oct 4 2019
- backend: propagate java errors to the toplevel
seirl committed rDGRPHccb0d772fdab: backend: propagate java errors to the toplevel (authored by seirl).
backend: propagate java errors to the toplevel
graph.py: add 'deep' methods
Add low level API (WIP)
Refactor simple_traversal