sourcecred/CHANGELOG.md
Dandelion Mané a56c941b80
Enable loading private git repositories (#1085)
* Enable loading private git repositories

This commit enables loading private repositories, assuming that the user
has ssh-agent configured with keys to allow cloning the private
repository, and has provided a GitHub API token with permissions for the
repository in question.

I have not added automated testing. I don't think a cost-benefit
analysis favors adding such tests at this time:
- This code changes very infrequently, and so is unlikely to break
- If it does break, it will be pretty easy to catch and to fix
- the @sourcecred org is on a free plan, which doesn't allow private
repos, so setting up the test case is a bit of a pain

Test plan: `yarn test --full` passes, so I haven't broken existing Git
clone behavior. Locally, I am able to load private repositories.

* Remove unnecessary process import.
2019-02-11 14:36:14 -07:00

1.7 KiB
Raw Blame History

Changelog

[Unreleased]

  • Enable loading private repositories (#1085)
  • Enable setting type weights to 0 in the UI (#1005)
  • Add support for 🚀 and 👀 reaction types (#1068)
  • Create one page per project, rather than having a selector (#988)

[0.2.0]

  • Cache GitHub data, allowing for incremental and resumable loading (#622)
  • Hyperlink Git commits to GitHub (#887)
  • Relicense from MIT to MIT + Apache-2 (#812)
  • Display short hash + summary for commits (#879)
  • Hyperlink to GitHub entities (#860)
  • Add GitHub reactions to the graph (#846)
  • Detect references to commits (#833)
  • Detect references in commit messages (#829)
  • Add commit authorship to the graph (#826)
  • Add MentionsAuthor edges to the graph (#808)

[0.1.0]

  • 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