sourcecred/src
Dandelion Mané 3d79f7680e
Collapse the 3 author types into 1 (#164)
Currently, we store GitHub Users, Organizations, and Bots as separate
nodetypes in the graph. This is inconvenient, as we don't care very much
what type of entity authored a node.

This commit collapses those three categories into one nodetype. The
extra information has migrated to the node payload, so it is still
possible to discover this information if it's important.

Test plan: There is some amount of snapshot churn because the author
node types and payloads have changed. Verify that the snapshot changes
are appropriate, and that CI passes.
2018-04-27 15:52:55 -07:00
..
core Remove `get` prefix from getters in graph.js (#163) 2018-04-27 15:10:12 -07:00
graphql Add field aliases to structured GraphQL queries (#116) 2018-03-26 20:54:16 -07:00
plugins Collapse the 3 author types into 1 (#164) 2018-04-27 15:52:55 -07:00