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
This commit adds some consistent and tested methods for getting the
appropriate plugin adapter ...
Summary:
The `node ./bin/sourcecred.js load` command invokes plugin code by
providing an outpu...
Summary:
The `node ./bin/sourcecred.js load` command invokes plugin code by
providing an outpu...
It's annoying that it always appends it to the end of the PR message
when we've uploaded a sing...
It's annoying that it always appends it to the end of the PR message
when we've uploaded a sing...
This reverts commit 25b0124b56caaa93ff1c15fec20c1376ba609280.
@wchargin had an extensive offl...
github.com/sourcecred/odyssey-hackathon - bb2fed56ca714b1dcc994ecfab9ca3b9249bf319 authored over 6 years agoThis reverts commit 25b0124b56caaa93ff1c15fec20c1376ba609280.
@wchargin had an extensive offl...
github.com/sourcecred/sourcecred - bb2fed56ca714b1dcc994ecfab9ca3b9249bf319 authored over 6 years ago
There's no reason for it to be in `app` - the concepts it contains are
core concepts, e.g. node...
There's no reason for it to be in `app` - the concepts it contains are
core concepts, e.g. node...
Summary:
We plan to allow plugins to store permanent data in `$SC/data/` and
temporary, epheme...
Summary:
We plan to allow plugins to store permanent data in `$SC/data/` and
temporary, epheme...
Summary:
We never use the `node ./bin/sourcecred.js start` command. This command
contains an E...
Summary:
We never use the `node ./bin/sourcecred.js start` command. This command
contains an E...
For #465, I'm planning to create an abstraction over NodeTypes and
EdgeTypes which traverses a ...
For #465, I'm planning to create an abstraction over NodeTypes and
EdgeTypes which traverses a ...
Summary:
This is a minimal patch to make the deploy script depend on the
separate, well-tested...
Summary:
This is a minimal patch to make the deploy script depend on the
separate, well-tested...
Will be useful for #502.
Test plan: `yarn flow`
github.com/sourcecred/sourcecred - 943dea94f9338c21fa3019a75f2191fbded7f959 authored over 6 years agoWill be useful for #502.
Test plan: `yarn flow`
github.com/sourcecred/odyssey-hackathon - 943dea94f9338c21fa3019a75f2191fbded7f959 authored over 6 years ago
Summary:
Currently, we create the static site and deploy it all at once in
`scripts/deploy.sh`...
Summary:
Currently, we create the static site and deploy it all at once in
`scripts/deploy.sh`...
Summary:
We will shortly want to perform testing of shell scripts; it makes the
most sense to ...
Summary:
We will shortly want to perform testing of shell scripts; it makes the
most sense to ...
Consider the following types:
```
// Used to be called "Contributor"
export type Adjacency ...
Consider the following types:
```
// Used to be called "Contributor"
export type Adjacency ...
Historically, `credExplorer/App.js` instantiated a PagerankTable
regardless of its state, and w...
Historically, `credExplorer/App.js` instantiated a PagerankTable
regardless of its state, and w...
Pull #579 reifies the cred explorer state as an explicit state
transition machine, with a well-...
Pull #579 reifies the cred explorer state as an explicit state
transition machine, with a well-...
Summary:
This is minor, but we might as well point to the canonical
capitalization.
Test Pl...
github.com/sourcecred/sourcecred - 20c80c33905f83496bc610b19e6539b1316f250c authored over 6 years ago
Summary:
This is minor, but we might as well point to the canonical
capitalization.
Test Pl...
github.com/sourcecred/odyssey-hackathon - 20c80c33905f83496bc610b19e6539b1316f250c authored over 6 years ago
Summary:
Here, we make the width consistent across the home page, the explorer,
and the navbar...
Summary:
Here, we make the width consistent across the home page, the explorer,
and the navbar...
Summary:
@decentralion and I have spent a bunch of time on this prose, and we
think that it’s ...
Summary:
@decentralion and I have spent a bunch of time on this prose, and we
think that it’s ...
The cred explorer app has a variety of valid states. Currently, it is
thrown together without e...
The cred explorer app has a variety of valid states. Currently, it is
thrown together without e...
Summary:
The information currently in the README is helpful but incomplete. We
now have a `CON...
Summary:
The information currently in the README is helpful but incomplete. We
now have a `CON...
"Explore(r)" does not accurately convey the current state of the
project. In order to more accu...
"Explore(r)" does not accurately convey the current state of the
project. In order to more accu...
Currently, the navbar lacks styling, and only provides links to the home and explorer pages.
Th...
Currently, the navbar lacks styling, and only provides links to the home and explorer pages.
Th...
Summary:
Having a guide for contributors makes the experience more pleasant for
everyone. In t...
Summary:
Having a guide for contributors makes the experience more pleasant for
everyone. In t...
Summary:
This subtree has no effect on the new build process; it contains only
stale code.
...
github.com/sourcecred/sourcecred - 9d5c4454c554b473cf13e09f4eb2d48b4399a187 authored over 6 years ago
Summary:
This subtree has no effect on the new build process; it contains only
stale code.
...
github.com/sourcecred/odyssey-hackathon - 9d5c4454c554b473cf13e09f4eb2d48b4399a187 authored over 6 years ago
This commit removes some unecessary text and whitespace from the cred
explorer. The result is m...
This commit removes some unecessary text and whitespace from the cred
explorer. The result is m...
Summary:
As of #577, this is no longer needed.
Test Plan:
Running `yarn && yarn test --full...
Summary:
As of #577, this is no longer needed.
Test Plan:
Running `yarn && yarn test --full...
Summary:
We were asking the `clean-webpack-plugin` to remove the `build/`
directory in all cas...
Summary:
We were asking the `clean-webpack-plugin` to remove the `build/`
directory in all cas...
This commit removes the node and edge counts that are displayed on the
cred explorer. While thi...
This commit removes the node and edge counts that are displayed on the
cred explorer. While thi...
Summary:
This way, we can document what STOPSHIPs are without having to tip-toe
around the phr...
Summary:
This way, we can document what STOPSHIPs are without having to tip-toe
around the phr...
Summary:
By pre-filling the “summary” and “test plan” fields, we create a strong
suggestion th...
Summary:
By pre-filling the “summary” and “test plan” fields, we create a strong
suggestion th...
Summary:
Running `yarn test` (equiv. `npm test` or `npm run test`) now runs all
checks. It tak...
Summary:
Running `yarn test` (equiv. `npm test` or `npm run test`) now runs all
checks. It tak...
Summary:
These are no longer used.
Test Plan:
Both `yarn start` and `yarn build` still work...
Summary:
These are no longer used.
Test Plan:
Both `yarn start` and `yarn build` still work...
Test Plan:
Run `yarn start` and note that everything checks out.
Run `yarn build && (cd buil...
github.com/sourcecred/sourcecred - 0128df8c1871db9f3e09719b8bfff31b862d5083 authored over 6 years ago
Test Plan:
Run `yarn start` and note that everything checks out.
Run `yarn build && (cd buil...
github.com/sourcecred/odyssey-hackathon - 0128df8c1871db9f3e09719b8bfff31b862d5083 authored over 6 years ago
Summary:
In our current system, we build by invoking `scripts/build.js`, which
begins by remov...
Summary:
In our current system, we build by invoking `scripts/build.js`, which
begins by remov...
Summary:
This commit makes the Webpack dev server fully functional under the new
config, by se...
Summary:
This commit makes the Webpack dev server fully functional under the new
config, by se...
Summary:
Extraction of the plugin list to a function is mostly trivial, but
requires a novel `...
Summary:
Extraction of the plugin list to a function is mostly trivial, but
requires a novel `...
Summary:
In addition to simply disabling the prod-only check, we apply a
workaround for a know...
Summary:
In addition to simply disabling the prod-only check, we apply a
workaround for a know...
Summary:
This will enable us to differentiate the production and development
behavior where ne...
Summary:
This will enable us to differentiate the production and development
behavior where ne...
Summary:
There really should be an `// $ExpectFlowError` on the dynamic `require`
on line 182:...
Summary:
There really should be an `// $ExpectFlowError` on the dynamic `require`
on line 182:...
Summary:
This module will become the shared home of the production and
development configurati...
Summary:
This module will become the shared home of the production and
development configurati...
Test Plan:
Unit tests pass, and manual testing indicates that graph loading works.
wchargin-...
github.com/sourcecred/odyssey-hackathon - e492965c12ca7aaf4a602cbd13ae36d3d1cbe6cc authored over 6 years ago
Test Plan:
Unit tests pass, and manual testing indicates that graph loading works.
wchargin-...
github.com/sourcecred/sourcecred - e492965c12ca7aaf4a602cbd13ae36d3d1cbe6cc authored over 6 years ago
Test plan:
```
$ yarn backend
$ node bin/sourcecred.js load sourcecred/sourcecred
```
Test plan:
```
$ yarn backend
$ node bin/sourcecred.js load sourcecred/sourcecred
```
Our data model orients on getting repos from GitHub, which are
alternatively represented as str...
Our data model orients on getting repos from GitHub, which are
alternatively represented as str...
Currently, any non-yes keystroke causes the deply script to abort.
This is frustrating, as it m...
Currently, any non-yes keystroke causes the deply script to abort.
This is frustrating, as it m...
The CNAME file is needed so that our custom domain will continue working
after deploys.
Test...
github.com/sourcecred/odyssey-hackathon - 81ccda773a08b296dcc782c1ecd579528153c142 authored over 6 years ago
The CNAME file is needed so that our custom domain will continue working
after deploys.
Test...
github.com/sourcecred/sourcecred - 81ccda773a08b296dcc782c1ecd579528153c142 authored over 6 years ago
Summary:
Using the environment variable is the preferred way to interact with the
CLI, simply ...
Summary:
Using the environment variable is the preferred way to interact with the
CLI, simply ...
Test Plan:
None really needed—the infrastructure has already been tested—but you
can verify th...
Test Plan:
None really needed—the infrastructure has already been tested—but you
can verify th...
Summary:
This patch extends our routing infrastructure to add support for
_external_ redirects...
Summary:
This patch extends our routing infrastructure to add support for
_external_ redirects...
Summary:
Generated with `flow-typed install --skip --overwrite`.
Test Plan:
Amazingly, `yar...
Summary:
Generated with `flow-typed install --skip --overwrite`.
Test Plan:
Amazingly, `yar...
@wchargin suggested displaying scores this way. This way, lowest scores
are best, and higher sc...
@wchargin suggested displaying scores this way. This way, lowest scores
are best, and higher sc...
Summary:
In addition to a routine libdef update, we also need to work around a
particularly na...