Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
SourceCred
Collective -
Host: opensource -
https://opencollective.com/sourcecred
- Website: https://SourceCred.io
- Code: https://github.com/sourcecred
There's no sense having a landing page with no content and
a nav bar with only one meaningful o...
Summary:
When updating `PagerankTable` to work with contributions, we found it
difficult to ke...
Summary:
When updating `PagerankTable` to work with contributions, we found it
difficult to ke...
Summary:
Now that `MapUtil` provides `toObject`/`fromObject`, we can keep storing
weights in l...
Summary:
Now that `MapUtil` provides `toObject`/`fromObject`, we can keep storing
weights in l...
Summary:
These call sites were selected from `git grep Map`. In this commit, we
only add usage...
Summary:
These call sites were selected from `git grep Map`. In this commit, we
only add usage...
Summary:
We’d like to like ES6 `Map`s, because they provide better type safety
than objects (p...
Summary:
We’d like to like ES6 `Map`s, because they provide better type safety
than objects (p...
This commit adds another bank of sliders to the cred explorer, for
changing the directionality ...
This commit adds another bank of sliders to the cred explorer, for
changing the directionality ...
Summary:
If we want to snapshot an edge, then none of the available options is
ideal:
- S...
github.com/sourcecred/sourcecred - 099cf69631f607be6126a90ef71a224203c91e63 authored over 6 years ago
Summary:
If we want to snapshot an edge, then none of the available options is
ideal:
- S...
github.com/sourcecred/odyssey-hackathon - 099cf69631f607be6126a90ef71a224203c91e63 authored over 6 years ago
The implementation is similar to the LocalStore usage in
`credExplorer/app.js`. Had to make a s...
The implementation is similar to the LocalStore usage in
`credExplorer/app.js`. Had to make a s...
Summary:
Prettier inserted these in a previous version of the code, but the lines
got shorter ...
Summary:
Prettier inserted these in a previous version of the code, but the lines
got shorter ...
Summary:
This change is motivated by the behavior of loops, but applies more
generally to edge...
Summary:
This change is motivated by the behavior of loops, but applies more
generally to edge...
Summary:
When we convert a graph to a Markov chain, each cell in the transition
matrix is a su...
Summary:
When we convert a graph to a Markov chain, each cell in the transition
matrix is a su...
Previously, when expanding a node in the cred explorer, it would display
the neighboring nodes,...
Previously, when expanding a node in the cred explorer, it would display
the neighboring nodes,...
Summary:
It looks like this now:
![Screenshot](https://user-images.githubusercontent.com/43178...
Summary:
It looks like this now:
![Screenshot](https://user-images.githubusercontent.com/43178...
Summary:
This commit adds sliders for each node and edge type (hard-coded for
now), and hooks ...
Summary:
This commit adds sliders for each node and edge type (hard-coded for
now), and hooks ...
Summary:
PageRank wants an _edge evaluator_: a function mapping an edge to its
to-weight and f...
Summary:
PageRank wants an _edge evaluator_: a function mapping an edge to its
to-weight and f...
Summary:
As we add sliders for adjusting the PageRank parameters, we trigger a
bunch of unneed...
Summary:
As we add sliders for adjusting the PageRank parameters, we trigger a
bunch of unneed...
Summary:
To verify that the correct graph is loaded, we display the graph’s node
and edge coun...
Summary:
To verify that the correct graph is loaded, we display the graph’s node
and edge coun...
Rewrites the README to be a lot more concrete about what SourceCred is
doing, and to give more ...
Rewrites the README to be a lot more concrete about what SourceCred is
doing, and to give more ...
Summary:
See #432. This commit switches the GitHub Markdown parser from matching
regular expre...
Summary:
See #432. This commit switches the GitHub Markdown parser from matching
regular expre...
Summary:
This commit exposes a function of type `(string): string[]` to
encapsulate the whole ...
Summary:
This commit exposes a function of type `(string): string[]` to
encapsulate the whole ...
Summary:
The regular expressions used to detect GitHub references were of the
form `/(?:\W|^)(...
Summary:
The regular expressions used to detect GitHub references were of the
form `/(?:\W|^)(...
Summary:
The `^` metacharacter only matches the start of a non-initial line when
the `m` (“mul...
Summary:
The `^` metacharacter only matches the start of a non-initial line when
the `m` (“mul...
It references a non-existent file.
Test plan: `yarn travis --full` passed.
github.com/sourcecred/sourcecred - 664b8ac8d06d085f9edbbd0119c2dcfe7935b346 authored over 6 years agoIt references a non-existent file.
Test plan: `yarn travis --full` passed.
github.com/sourcecred/odyssey-hackathon - 664b8ac8d06d085f9edbbd0119c2dcfe7935b346 authored over 6 years ago
Test plan:
`git grep -i v3` only shows incidental hits in longer strings
`yarn travis --full` ...
Test plan:
`git grep -i v3` only shows incidental hits in longer strings
`yarn travis --full` ...
Summary:
The bridge introduced in #448 has now served its purpose, and may be
deconstructed. T...
Summary:
The bridge introduced in #448 has now served its purpose, and may be
deconstructed. T...
Test plan:
`node bin/sourcecred.js load sourcecred example-github` works
`yarn start` works
`...
Test plan:
`node bin/sourcecred.js load sourcecred example-github` works
`yarn start` works
`...
Summary:
This could also be moved into the bridge directory, but this way is
marginally easier...
Summary:
This could also be moved into the bridge directory, but this way is
marginally easier...
The `load` command replaces `plugin-load`. By default, it loads data for
all plugins, and does ...
The `load` command replaces `plugin-load`. By default, it loads data for
all plugins, and does ...
Test Plan:
`yarn start` and `node bin/sourcecred.js start` both still work.
wchargin-branch:...
github.com/sourcecred/sourcecred - bb75cc54cd75ee00b9bd730501aebdd886798218 authored over 6 years ago
Test Plan:
`yarn start` and `node bin/sourcecred.js start` both still work.
wchargin-branch:...
github.com/sourcecred/odyssey-hackathon - bb75cc54cd75ee00b9bd730501aebdd886798218 authored over 6 years ago
This integrates the PageRank table from #466 into the v3 cred explorer
app, bringing the v3 fro...
This integrates the PageRank table from #466 into the v3 cred explorer
app, bringing the v3 fro...
Summary:
Fixes #445. Created with:
```
$ src/v1/plugins/github/fetchGithubRepoTest.sh -u
$...
Summary:
Fixes #445. Created with:
```
$ src/v1/plugins/github/fetchGithubRepoTest.sh -u
$...
Ports #265 to the v3 branch, along with some tweaks:
- Only display log score, and normalize th...
Ports #265 to the v3 branch, along with some tweaks:
- Only display log score, and normalize th...
Summary:
This enables plugins to specify different semantic types of nodes, along
with human-r...
Summary:
This enables plugins to specify different semantic types of nodes, along
with human-r...
Summary:
This presents a human-readable name for a plugin. It’s not yet used
anywhere.
Pair...
github.com/sourcecred/odyssey-hackathon - 728a3cdf3753b7719c2f11b124497dcbe44d5372 authored over 6 years ago
Summary:
This presents a human-readable name for a plugin. It’s not yet used
anywhere.
Pair...
github.com/sourcecred/sourcecred - 728a3cdf3753b7719c2f11b124497dcbe44d5372 authored over 6 years ago
Test plan:
Run the following commands:
```
node bin/sourcecredV3.js load-plugin-v3 sourcecr...
Test plan:
Run the following commands:
```
node bin/sourcecredV3.js load-plugin-v3 sourcecr...
Summary:
This enables grabbing the GitHub relational view from disk and
converting it to a gra...
Summary:
This enables grabbing the GitHub relational view from disk and
converting it to a gra...
Summary:
Text input boxes for repository owner and name now appear. “Loading the
data” consist...
Summary:
Text input boxes for repository owner and name now appear. “Loading the
data” consist...
In GitHub, you can make cross repo references. For example,
sourcecred/sourcecred#459 is one su...
In GitHub, you can make cross repo references. For example,
sourcecred/sourcecred#459 is one su...
This commit adds `loadGitData`, which clones the git repository for a
given repo and saves the ...
This commit adds `loadGitData`, which clones the git repository for a
given repo and saves the ...
Summary:
Pending the resolution of brigand/babel-plugin-flow-react-proptypes#201,
we’re removi...
Summary:
Pending the resolution of brigand/babel-plugin-flow-react-proptypes#201,
we’re removi...
This method takes an arbitrary structured address and returns an entity
for it (if a matching e...
This method takes an arbitrary structured address and returns an entity
for it (if a matching e...
This module exposes a method, `pagerank`, which is a convenient entry
point for taking a `Graph...
This module exposes a method, `pagerank`, which is a convenient entry
point for taking a `Graph...
I'm planning to make a `pagerank.js` module that is a clean entry point
for all the graph-pager...
I'm planning to make a `pagerank.js` module that is a clean entry point
for all the graph-pager...
If `findStationaryDistribution` is passed `0` as `maxIterations`, then
it should return the ini...
If `findStationaryDistribution` is passed `0` as `maxIterations`, then
it should return the ini...
This commit enables paired authorship on GitHub authored entities.
If the entity has the string...
This commit enables paired authorship on GitHub authored entities.
If the entity has the string...
Summary:
This implements Step 3 of the plan described in #448.
Test Plan:
Run `yarn start` ...
Summary:
This implements Step 3 of the plan described in #448.
Test Plan:
Run `yarn start` ...
Summary:
The bridge now lets you select any version of the app that you want, as
long as that’...
Summary:
The bridge now lets you select any version of the app that you want, as
long as that’...
Summary:
Our build system doesn’t make it easy to have two separate React
applications, which ...
Summary:
Our build system doesn’t make it easy to have two separate React
applications, which ...
Summary:
This provides a command-line entry point `load-plugin-v3` (which will
become `load-pl...
Summary:
This provides a command-line entry point `load-plugin-v3` (which will
become `load-pl...
Summary:
Due to oclif’s structure, this entry point shares its `commands`
directory with that ...
Summary:
Due to oclif’s structure, this entry point shares its `commands`
directory with that ...
Generated via
```
$ src/v3/plugins/github/fetchGithubRepoTest.sh -u
```
Test plan: travis
github.com/sourcecred/sourcecred - 3bf496b06fd55b3e231bfbc9e90f1229b246c6c7 authored over 6 years ago