sourcecred/CHANGELOG.md
Dandelion Mané 2779770af5
Organize weights by plugin (#773)
This commit adds PluginWeightConfig, which is responsible for
adding all the weights for an individual plugin. The top-level
WeightConfig now creates multiple PluginWeightConfigs. It also takes
responsibility for hiding the FallbackPlugin.

Test plan: The PluginWeightConfig is tested (and fairly simple). The
top-level WeightConfig is not yet tested (#604), so I manually tested
that the weights in the app still function.
2018-09-05 11:57:20 -07:00

1.0 KiB
Raw Blame History

Changelog

[Unreleased]

  • Organize weight config by plugin (#773)
  • Configure edge forward/backward weights separately (#749)
  • Combine "load graph" and "run pagerank" into one button (#759)
  • Store GitHub data compressed at rest, reducing space usage by 68× (#750)
  • Improve weight sliders display (#736)
  • Separate bots from users in the UI (#720)
  • Add a feedback link to the prototype (#715)
  • Support combining multiple repositories into a single graph (#711)
  • Normalize scores so that 1000 cred is split amongst users (#709)
  • Stop persisting weights in local store (#706)
  • Execute GraphQL queries with exponential backoff (#699)
  • Introduce a simplified Git plugin that only tracks commits (#685)
  • Rename cred explorer table columns (#680)
  • Display version string in the app's footer
  • Support hosting SourceCred instances at arbitrary gateways, not just the root of a domain (#643)
  • Aggregate over connection types in the cred explorer (#502)
  • Start tracking changes in CHANGELOG.md