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

Remove useless nav bar, always load cred explorer (#503)

There's no sense having a landing page with no content and
a nav bar with only one meaningful o...

github.com/sourcecred/odyssey-hackathon - 1689c46f20a8b4021e07fbbc66b1999b7ca940b4 authored over 6 years ago
Add `pagerankNodeDecomposition` to ease rendering (#501)

Summary:
When updating `PagerankTable` to work with contributions, we found it
difficult to ke...

github.com/sourcecred/odyssey-hackathon - b2a70f605cdbc1412b938e4ec4478cb33d136684 authored over 6 years ago
Add `pagerankNodeDecomposition` to ease rendering (#501)

Summary:
When updating `PagerankTable` to work with contributions, we found it
difficult to ke...

github.com/sourcecred/sourcecred - b2a70f605cdbc1412b938e4ec4478cb33d136684 authored over 6 years ago
Use `Map`s in `WeightConfig` (#497)

Summary:
Now that `MapUtil` provides `toObject`/`fromObject`, we can keep storing
weights in l...

github.com/sourcecred/sourcecred - 09958e1ee2848400b842ba90b854f3de2fd84b60 authored over 6 years ago
Use `Map`s in `WeightConfig` (#497)

Summary:
Now that `MapUtil` provides `toObject`/`fromObject`, we can keep storing
weights in l...

github.com/sourcecred/odyssey-hackathon - 09958e1ee2848400b842ba90b854f3de2fd84b60 authored over 6 years ago
Use `MapUtil` functions where appropriate (#496)

Summary:
These call sites were selected from `git grep Map`. In this commit, we
only add usage...

github.com/sourcecred/odyssey-hackathon - 9a1fee285cc7b1b9ab3c5f15b15cb2424a7020ad authored over 6 years ago
Use `MapUtil` functions where appropriate (#496)

Summary:
These call sites were selected from `git grep Map`. In this commit, we
only add usage...

github.com/sourcecred/sourcecred - 9a1fee285cc7b1b9ab3c5f15b15cb2424a7020ad authored over 6 years ago
Add utilities for working with ES6 Maps (#495)

Summary:
We’d like to like ES6 `Map`s, because they provide better type safety
than objects (p...

github.com/sourcecred/sourcecred - 812b2d322e1ca8059af092a3494f1c4b37205e00 authored over 6 years ago
Add utilities for working with ES6 Maps (#495)

Summary:
We’d like to like ES6 `Map`s, because they provide better type safety
than objects (p...

github.com/sourcecred/odyssey-hackathon - 812b2d322e1ca8059af092a3494f1c4b37205e00 authored over 6 years ago
Add edge direction configuration to Cred Explorer (#494)

This commit adds another bank of sliders to the cred explorer, for
changing the directionality ...

github.com/sourcecred/odyssey-hackathon - daf2f9a376a9eff265db9078d45c95505e3f3a4d authored over 6 years ago
Add edge direction configuration to Cred Explorer (#494)

This commit adds another bank of sliders to the cred explorer, for
changing the directionality ...

github.com/sourcecred/sourcecred - daf2f9a376a9eff265db9078d45c95505e3f3a4d authored over 6 years ago
Add `edgeToStrings` for easy snapshotting (#500)

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
Add `edgeToStrings` for easy snapshotting (#500)

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
Persist Cred Explorer weights in LocalStore (#493)

The implementation is similar to the LocalStore usage in
`credExplorer/app.js`. Had to make a s...

github.com/sourcecred/odyssey-hackathon - 95fca7db17bd56414e11b39d809ae12509289252 authored over 6 years ago
Persist Cred Explorer weights in LocalStore (#493)

The implementation is similar to the LocalStore usage in
`credExplorer/app.js`. Had to make a s...

github.com/sourcecred/sourcecred - 95fca7db17bd56414e11b39d809ae12509289252 authored over 6 years ago
Remove some annoying line breaks (#492)

Summary:
Prettier inserted these in a previous version of the code, but the lines
got shorter ...

github.com/sourcecred/sourcecred - 50792a7088ec1c39cc3770bbefaa1654ac680c4e authored over 6 years ago
Remove some annoying line breaks (#492)

Summary:
Prettier inserted these in a previous version of the code, but the lines
got shorter ...

github.com/sourcecred/odyssey-hackathon - 50792a7088ec1c39cc3770bbefaa1654ac680c4e authored over 6 years ago
Separate in-edge and out-edge contribution types (#491)

Summary:
This change is motivated by the behavior of loops, but applies more
generally to edge...

github.com/sourcecred/odyssey-hackathon - 47eecef7b2e8021d26e6d195d8cca258dc4c32d9 authored over 6 years ago
Separate in-edge and out-edge contribution types (#491)

Summary:
This change is motivated by the behavior of loops, but applies more
generally to edge...

github.com/sourcecred/sourcecred - 47eecef7b2e8021d26e6d195d8cca258dc4c32d9 authored over 6 years ago
Expose contributions structure of Markov chains (#490)

Summary:
When we convert a graph to a Markov chain, each cell in the transition
matrix is a su...

github.com/sourcecred/sourcecred - 761a44c561c0c2178c52bd439ed94665c90f0a33 authored over 6 years ago
Expose contributions structure of Markov chains (#490)

Summary:
When we convert a graph to a Markov chain, each cell in the transition
matrix is a su...

github.com/sourcecred/odyssey-hackathon - 761a44c561c0c2178c52bd439ed94665c90f0a33 authored over 6 years ago
Display edges in Cred Explorer (#489)

Previously, when expanding a node in the cred explorer, it would display
the neighboring nodes,...

github.com/sourcecred/odyssey-hackathon - 8921b5b942f6b9d51604e4578a15f046d3783f0b authored over 6 years ago
Display edges in Cred Explorer (#489)

Previously, when expanding a node in the cred explorer, it would display
the neighboring nodes,...

github.com/sourcecred/sourcecred - 8921b5b942f6b9d51604e4578a15f046d3783f0b authored over 6 years ago
Make the cred explorer look a bit nicer (#488)

Summary:
It looks like this now:
![Screenshot](https://user-images.githubusercontent.com/43178...

github.com/sourcecred/sourcecred - 9b13f3d5bd4727278c0985bde052ab7fa272f213 authored over 6 years ago
Make the cred explorer look a bit nicer (#488)

Summary:
It looks like this now:
![Screenshot](https://user-images.githubusercontent.com/43178...

github.com/sourcecred/odyssey-hackathon - 9b13f3d5bd4727278c0985bde052ab7fa272f213 authored over 6 years ago
Display a node/edge type weight configuration UI (#487)

Summary:
This commit adds sliders for each node and edge type (hard-coded for
now), and hooks ...

github.com/sourcecred/odyssey-hackathon - b5ddead3c2bc477d85bc71b6ed0ac6256b42ef2a authored over 6 years ago
Display a node/edge type weight configuration UI (#487)

Summary:
This commit adds sliders for each node and edge type (hard-coded for
now), and hooks ...

github.com/sourcecred/sourcecred - b5ddead3c2bc477d85bc71b6ed0ac6256b42ef2a authored over 6 years ago
Evaluate edge weight based on node and edge type (#486)

Summary:
PageRank wants an _edge evaluator_: a function mapping an edge to its
to-weight and f...

github.com/sourcecred/sourcecred - 17496764596082335b255952bcf9d7a7ec018ba2 authored over 6 years ago
Evaluate edge weight based on node and edge type (#486)

Summary:
PageRank wants an _edge evaluator_: a function mapping an edge to its
to-weight and f...

github.com/sourcecred/odyssey-hackathon - 17496764596082335b255952bcf9d7a7ec018ba2 authored over 6 years ago
Mark `PagerankTable` components as pure (#485)

Summary:
As we add sliders for adjusting the PageRank parameters, we trigger a
bunch of unneed...

github.com/sourcecred/odyssey-hackathon - 88cd736dec8a4b67b81d058983d2b406213ccd15 authored over 6 years ago
Mark `PagerankTable` components as pure (#485)

Summary:
As we add sliders for adjusting the PageRank parameters, we trigger a
bunch of unneed...

github.com/sourcecred/sourcecred - 88cd736dec8a4b67b81d058983d2b406213ccd15 authored over 6 years ago
Cache graph size in cred explorer app (#484)

Summary:
To verify that the correct graph is loaded, we display the graph’s node
and edge coun...

github.com/sourcecred/sourcecred - 663367b0c8abc784b11bb0225c720a99216b715e authored over 6 years ago
Cache graph size in cred explorer app (#484)

Summary:
To verify that the correct graph is loaded, we display the graph’s node
and edge coun...

github.com/sourcecred/odyssey-hackathon - 663367b0c8abc784b11bb0225c720a99216b715e authored over 6 years ago
Update README (#482)

Rewrites the README to be a lot more concrete about what SourceCred is
doing, and to give more ...

github.com/sourcecred/odyssey-hackathon - 1cda37e91aed1ace0dd690eebe567afdd330e0b7 authored over 6 years ago
Update README (#482)

Rewrites the README to be a lot more concrete about what SourceCred is
doing, and to give more ...

github.com/sourcecred/sourcecred - 1cda37e91aed1ace0dd690eebe567afdd330e0b7 authored over 6 years ago
Parse GitHub references from Markdown text nodes (#480)

Summary:
See #432. This commit switches the GitHub Markdown parser from matching
regular expre...

github.com/sourcecred/sourcecred - 56d48e254c8349e1180304e7046656d0219e6008 authored over 6 years ago
Parse GitHub references from Markdown text nodes (#480)

Summary:
See #432. This commit switches the GitHub Markdown parser from matching
regular expre...

github.com/sourcecred/odyssey-hackathon - 56d48e254c8349e1180304e7046656d0219e6008 authored over 6 years ago
Extract contiguous blocks of text from Markdown (#479)

Summary:
This commit exposes a function of type `(string): string[]` to
encapsulate the whole ...

github.com/sourcecred/odyssey-hackathon - a9600d0379ebf55ca4b48150a5c8087da586da1c authored over 6 years ago
Extract contiguous blocks of text from Markdown (#479)

Summary:
This commit exposes a function of type `(string): string[]` to
encapsulate the whole ...

github.com/sourcecred/sourcecred - a9600d0379ebf55ca4b48150a5c8087da586da1c authored over 6 years ago
Properly detect space-separated GitHub references (#478)

Summary:
The regular expressions used to detect GitHub references were of the
form `/(?:\W|^)(...

github.com/sourcecred/sourcecred - bc9e94b2a14bd00219ad9c2684ffc1e8770acb78 authored over 6 years ago
Properly detect space-separated GitHub references (#478)

Summary:
The regular expressions used to detect GitHub references were of the
form `/(?:\W|^)(...

github.com/sourcecred/odyssey-hackathon - bc9e94b2a14bd00219ad9c2684ffc1e8770acb78 authored over 6 years ago
Properly detect GitHub references at start of line (#477)

Summary:
The `^` metacharacter only matches the start of a non-initial line when
the `m` (“mul...

github.com/sourcecred/odyssey-hackathon - 6ab78b85da449df024ccc1dc5557da46cb038e9e authored over 6 years ago
Properly detect GitHub references at start of line (#477)

Summary:
The `^` metacharacter only matches the start of a non-initial line when
the `m` (“mul...

github.com/sourcecred/sourcecred - 6ab78b85da449df024ccc1dc5557da46cb038e9e authored over 6 years ago
Remove testsSetup from config/paths (#475)

It references a non-existent file.

Test plan: `yarn travis --full` passed.

github.com/sourcecred/sourcecred - 664b8ac8d06d085f9edbbd0119c2dcfe7935b346 authored over 6 years ago
Remove testsSetup from config/paths (#475)

It references a non-existent file.

Test plan: `yarn travis --full` passed.

github.com/sourcecred/odyssey-hackathon - 664b8ac8d06d085f9edbbd0119c2dcfe7935b346 authored over 6 years ago
Change `src/v3/` to `src/` and remove v3 naming (#474)

Test plan:
`git grep -i v3` only shows incidental hits in longer strings
`yarn travis --full` ...

github.com/sourcecred/odyssey-hackathon - 24cf35da22acd2f504e55dd7ed81bbd7c49bf999 authored over 6 years ago
Change `src/v3/` to `src/` and remove v3 naming (#474)

Test plan:
`git grep -i v3` only shows incidental hits in longer strings
`yarn travis --full` ...

github.com/sourcecred/sourcecred - 24cf35da22acd2f504e55dd7ed81bbd7c49bf999 authored over 6 years ago
Demolish the bridge (#473)

Summary:
The bridge introduced in #448 has now served its purpose, and may be
deconstructed. T...

github.com/sourcecred/sourcecred - 23704da7a586bdd715ac1abb720c832c70a56250 authored over 6 years ago
Demolish the bridge (#473)

Summary:
The bridge introduced in #448 has now served its purpose, and may be
deconstructed. T...

github.com/sourcecred/odyssey-hackathon - 23704da7a586bdd715ac1abb720c832c70a56250 authored over 6 years ago
Delete the `v1` and `v2` directories from #327 (#472)

Test plan:
`node bin/sourcecred.js load sourcecred example-github` works
`yarn start` works
`...

github.com/sourcecred/odyssey-hackathon - efefc73e6bfcfb4faf42ee25c81e34e7a86da06e authored over 6 years ago
Delete the `v1` and `v2` directories from #327 (#472)

Test plan:
`node bin/sourcecred.js load sourcecred example-github` works
`yarn start` works
`...

github.com/sourcecred/sourcecred - efefc73e6bfcfb4faf42ee25c81e34e7a86da06e authored over 6 years ago
Copy `start` to `start-v3` (#471)

Summary:
This could also be moved into the bridge directory, but this way is
marginally easier...

github.com/sourcecred/sourcecred - 0300a805fa867257f653a3801a2162cda17c37bb authored over 6 years ago
Copy `start` to `start-v3` (#471)

Summary:
This could also be moved into the bridge directory, but this way is
marginally easier...

github.com/sourcecred/odyssey-hackathon - 0300a805fa867257f653a3801a2162cda17c37bb authored over 6 years ago
Add load CLI command (#470)

The `load` command replaces `plugin-load`. By default, it loads data for
all plugins, and does ...

github.com/sourcecred/odyssey-hackathon - addaf4e2a85607669e979d16d0f48ed0d3dcda02 authored over 6 years ago
Add load CLI command (#470)

The `load` command replaces `plugin-load`. By default, it loads data for
all plugins, and does ...

github.com/sourcecred/sourcecred - addaf4e2a85607669e979d16d0f48ed0d3dcda02 authored over 6 years ago
Move Express server API from V1 to bridge (#469)

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
Move Express server API from V1 to bridge (#469)

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
Integrate PageRank to the v3 cred explorer! (#468)

This integrates the PageRank table from #466 into the v3 cred explorer
app, bringing the v3 fro...

github.com/sourcecred/odyssey-hackathon - d627475119ed8fea005dc4cb47ab9f2465dc2af1 authored over 6 years ago
Integrate PageRank to the v3 cred explorer! (#468)

This integrates the PageRank table from #466 into the v3 cred explorer
app, bringing the v3 fro...

github.com/sourcecred/sourcecred - d627475119ed8fea005dc4cb47ab9f2465dc2af1 authored over 6 years ago
Update V1 example-github data (#467)

Summary:
Fixes #445. Created with:

```
$ src/v1/plugins/github/fetchGithubRepoTest.sh -u
$...

github.com/sourcecred/sourcecred - c10ce0060b328f2cc0e7bdcd322a50993a3ffa4a authored over 6 years ago
Update V1 example-github data (#467)

Summary:
Fixes #445. Created with:

```
$ src/v1/plugins/github/fetchGithubRepoTest.sh -u
$...

github.com/sourcecred/odyssey-hackathon - c10ce0060b328f2cc0e7bdcd322a50993a3ffa4a authored over 6 years ago
Recreate Pagerank Table (#466)

Ports #265 to the v3 branch, along with some tweaks:
- Only display log score, and normalize th...

github.com/sourcecred/odyssey-hackathon - 65b5babac4055aeb1c9c0f1cd562700af496bf80 authored over 6 years ago
Recreate Pagerank Table (#466)

Ports #265 to the v3 branch, along with some tweaks:
- Only display log score, and normalize th...

github.com/sourcecred/sourcecred - 65b5babac4055aeb1c9c0f1cd562700af496bf80 authored over 6 years ago
Add “node types” listing to plugin adapter (#464)

Summary:
This enables plugins to specify different semantic types of nodes, along
with human-r...

github.com/sourcecred/sourcecred - 72be58a5c0920462429ba72da6798d0c9549bd9c authored over 6 years ago
Add “node types” listing to plugin adapter (#464)

Summary:
This enables plugins to specify different semantic types of nodes, along
with human-r...

github.com/sourcecred/odyssey-hackathon - 72be58a5c0920462429ba72da6798d0c9549bd9c authored over 6 years ago
Add `name` function to plugin adapter (#463)

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
Add `name` function to plugin adapter (#463)

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
Add GitPluginAdapter and Git render module (#462)

Test plan:
Run the following commands:

```
node bin/sourcecredV3.js load-plugin-v3 sourcecr...

github.com/sourcecred/sourcecred - dd063f5203acaad7fce13ea3cfedac92507626bb authored over 6 years ago
Add GitPluginAdapter and Git render module (#462)

Test plan:
Run the following commands:

```
node bin/sourcecredV3.js load-plugin-v3 sourcecr...

github.com/sourcecred/odyssey-hackathon - dd063f5203acaad7fce13ea3cfedac92507626bb authored over 6 years ago
Implement the GitHub plugin adapter (#461)

Summary:
This enables grabbing the GitHub relational view from disk and
converting it to a gra...

github.com/sourcecred/odyssey-hackathon - 4767dce74940a986e40e68180916e8ead6e51022 authored over 6 years ago
Implement the GitHub plugin adapter (#461)

Summary:
This enables grabbing the GitHub relational view from disk and
converting it to a gra...

github.com/sourcecred/sourcecred - 4767dce74940a986e40e68180916e8ead6e51022 authored over 6 years ago
Allow selecting data to load in V3 cred explorer (#460)

Summary:
Text input boxes for repository owner and name now appear. “Loading the
data” consist...

github.com/sourcecred/sourcecred - 95c206b346718cfadf809cf84250162042a57898 authored over 6 years ago
Allow selecting data to load in V3 cred explorer (#460)

Summary:
Text input boxes for repository owner and name now appear. “Loading the
data” consist...

github.com/sourcecred/odyssey-hackathon - 95c206b346718cfadf809cf84250162042a57898 authored over 6 years ago
Add support for detecting cross-repo references (#459)

In GitHub, you can make cross repo references. For example,
sourcecred/sourcecred#459 is one su...

github.com/sourcecred/odyssey-hackathon - 0b3c91a7bd0cff9f9f905b76cf5f63cd7840a24e authored over 6 years ago
Add support for detecting cross-repo references (#459)

In GitHub, you can make cross repo references. For example,
sourcecred/sourcecred#459 is one su...

github.com/sourcecred/sourcecred - 0b3c91a7bd0cff9f9f905b76cf5f63cd7840a24e authored over 6 years ago
Add `loadGitData` and wire it into CLI (#458)

This commit adds `loadGitData`, which clones the git repository for a
given repo and saves the ...

github.com/sourcecred/sourcecred - ba4fa8e8204ef3c032f4efbfd9ee7287bdae49d6 authored over 6 years ago
Add `loadGitData` and wire it into CLI (#458)

This commit adds `loadGitData`, which clones the git repository for a
given repo and saves the ...

github.com/sourcecred/odyssey-hackathon - ba4fa8e8204ef3c032f4efbfd9ee7287bdae49d6 authored over 6 years ago
Remove `babel-plugin-flow-react-proptypes` (#457)

Summary:
Pending the resolution of brigand/babel-plugin-flow-react-proptypes#201,
we’re removi...

github.com/sourcecred/odyssey-hackathon - a5d19c80aad9abfadd1840a89a7f0e8bb2db4cd3 authored over 6 years ago
Remove `babel-plugin-flow-react-proptypes` (#457)

Summary:
Pending the resolution of brigand/babel-plugin-flow-react-proptypes#201,
we’re removi...

github.com/sourcecred/sourcecred - a5d19c80aad9abfadd1840a89a7f0e8bb2db4cd3 authored over 6 years ago
Add `view.entity` (#456)

This method takes an arbitrary structured address and returns an entity
for it (if a matching e...

github.com/sourcecred/sourcecred - ffdfdca22aa9aee10dcf719b97b7adf7675a849c authored over 6 years ago
Add `view.entity` (#456)

This method takes an arbitrary structured address and returns an entity
for it (if a matching e...

github.com/sourcecred/odyssey-hackathon - ffdfdca22aa9aee10dcf719b97b7adf7675a849c authored over 6 years ago
Add the `attribution/pagerank` module (#455)

This module exposes a method, `pagerank`, which is a convenient entry
point for taking a `Graph...

github.com/sourcecred/odyssey-hackathon - fe64377194304046e3b82d8992b0b8b3f730223f authored over 6 years ago
Add the `attribution/pagerank` module (#455)

This module exposes a method, `pagerank`, which is a convenient entry
point for taking a `Graph...

github.com/sourcecred/sourcecred - fe64377194304046e3b82d8992b0b8b3f730223f authored over 6 years ago
Require all `findStationaryDistribution` options (#453)

I'm planning to make a `pagerank.js` module that is a clean entry point
for all the graph-pager...

github.com/sourcecred/sourcecred - 5c93085430f5b6ebaead7630d7c967f913a1b2d3 authored over 6 years ago
Require all `findStationaryDistribution` options (#453)

I'm planning to make a `pagerank.js` module that is a clean entry point
for all the graph-pager...

github.com/sourcecred/odyssey-hackathon - 5c93085430f5b6ebaead7630d7c967f913a1b2d3 authored over 6 years ago
Fix off-by-1 error in PageRank iteration limit (#452)

If `findStationaryDistribution` is passed `0` as `maxIterations`, then
it should return the ini...

github.com/sourcecred/odyssey-hackathon - a5608dd7c80c3feaf74081c163a2101438989e6d authored over 6 years ago
Fix off-by-1 error in PageRank iteration limit (#452)

If `findStationaryDistribution` is passed `0` as `maxIterations`, then
it should return the ini...

github.com/sourcecred/sourcecred - a5608dd7c80c3feaf74081c163a2101438989e6d authored over 6 years ago
Implement detection of paired authorship (#451)

This commit enables paired authorship on GitHub authored entities.
If the entity has the string...

github.com/sourcecred/sourcecred - 4afa5424226d9df03a68872fab2e9148db71aa4b authored over 6 years ago
Implement detection of paired authorship (#451)

This commit enables paired authorship on GitHub authored entities.
If the entity has the string...

github.com/sourcecred/odyssey-hackathon - 4afa5424226d9df03a68872fab2e9148db71aa4b authored over 6 years ago
Add an entry point for the V3 app (#450)

Summary:
This implements Step 3 of the plan described in #448.

Test Plan:
Run `yarn start` ...

github.com/sourcecred/odyssey-hackathon - d74d760f43f6e309be330ca5f41f0d18b68ba5bd authored over 6 years ago
Add an entry point for the V3 app (#450)

Summary:
This implements Step 3 of the plan described in #448.

Test Plan:
Run `yarn start` ...

github.com/sourcecred/sourcecred - d74d760f43f6e309be330ca5f41f0d18b68ba5bd authored over 6 years ago
Add a “version select” to the bridged app (#449)

Summary:
The bridge now lets you select any version of the app that you want, as
long as that’...

github.com/sourcecred/sourcecred - 1d49ec87dc82c58b52801847c8d7ac98c55ab90d authored over 6 years ago
Add a “version select” to the bridged app (#449)

Summary:
The bridge now lets you select any version of the app that you want, as
long as that’...

github.com/sourcecred/odyssey-hackathon - 1d49ec87dc82c58b52801847c8d7ac98c55ab90d authored over 6 years ago
Create a bridge for the V1 and V3 apps (#448)

Summary:
Our build system doesn’t make it easy to have two separate React
applications, which ...

github.com/sourcecred/odyssey-hackathon - ca5346b524ba494169e5a495bee86e503a0e652f authored over 6 years ago
Create a bridge for the V1 and V3 apps (#448)

Summary:
Our build system doesn’t make it easy to have two separate React
applications, which ...

github.com/sourcecred/sourcecred - ca5346b524ba494169e5a495bee86e503a0e652f authored over 6 years ago
Save the GitHub relational store from the CLI (#447)

Summary:
This provides a command-line entry point `load-plugin-v3` (which will
become `load-pl...

github.com/sourcecred/sourcecred - 4184e8594a80e5c1c55a66db100e3281775ac727 authored over 6 years ago
Save the GitHub relational store from the CLI (#447)

Summary:
This provides a command-line entry point `load-plugin-v3` (which will
become `load-pl...

github.com/sourcecred/odyssey-hackathon - 4184e8594a80e5c1c55a66db100e3281775ac727 authored over 6 years ago
Create a V3 command-line entry point (#446)

Summary:
Due to oclif’s structure, this entry point shares its `commands`
directory with that ...

github.com/sourcecred/odyssey-hackathon - 3835862f82c32c8d4beb550709e1352666942973 authored over 6 years ago
Create a V3 command-line entry point (#446)

Summary:
Due to oclif’s structure, this entry point shares its `commands`
directory with that ...

github.com/sourcecred/sourcecred - 3835862f82c32c8d4beb550709e1352666942973 authored over 6 years ago
Update example-github data (#445)

Generated via
```
$ src/v3/plugins/github/fetchGithubRepoTest.sh -u
```

Test plan: travis

github.com/sourcecred/sourcecred - 3bf496b06fd55b3e231bfbc9e90f1229b246c6c7 authored over 6 years ago