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

Add dispatch methods for plugin adapters (#619)

This commit adds some consistent and tested methods for getting the
appropriate plugin adapter ...

github.com/sourcecred/sourcecred - 0cf5923bcef54521b2c5b50c48df9d0b2f424c6a authored over 6 years ago
Expose a cache directory to plugins at load time (#616)

Summary:
The `node ./bin/sourcecred.js load` command invokes plugin code by
providing an outpu...

github.com/sourcecred/sourcecred - c02a81ff43bd32bcd89708500f1628993f999e84 authored over 6 years ago
Expose a cache directory to plugins at load time (#616)

Summary:
The `node ./bin/sourcecred.js load` command invokes plugin code by
providing an outpu...

github.com/sourcecred/odyssey-hackathon - c02a81ff43bd32bcd89708500f1628993f999e84 authored over 6 years ago
Remove the PULL_REQUEST_TEMPLATE.md (#618)

It's annoying that it always appends it to the end of the PR message
when we've uploaded a sing...

github.com/sourcecred/sourcecred - 2e6cc6fbfdb7b74a5f077e0e09e598c9e3a72e91 authored over 6 years ago
Remove the PULL_REQUEST_TEMPLATE.md (#618)

It's annoying that it always appends it to the end of the PR message
when we've uploaded a sing...

github.com/sourcecred/odyssey-hackathon - 2e6cc6fbfdb7b74a5f077e0e09e598c9e3a72e91 authored over 6 years ago
Revert "Move PluginAdapter to core (#615)" (#617)

This reverts commit 25b0124b56caaa93ff1c15fec20c1376ba609280.

@wchargin had an extensive offl...

github.com/sourcecred/odyssey-hackathon - bb2fed56ca714b1dcc994ecfab9ca3b9249bf319 authored over 6 years ago
Revert "Move PluginAdapter to core (#615)" (#617)

This reverts commit 25b0124b56caaa93ff1c15fec20c1376ba609280.

@wchargin had an extensive offl...

github.com/sourcecred/sourcecred - bb2fed56ca714b1dcc994ecfab9ca3b9249bf319 authored over 6 years ago
Move PluginAdapter to core (#615)

There's no reason for it to be in `app` - the concepts it contains are
core concepts, e.g. node...

github.com/sourcecred/sourcecred - 25b0124b56caaa93ff1c15fec20c1376ba609280 authored over 6 years ago
Move PluginAdapter to core (#615)

There's no reason for it to be in `app` - the concepts it contains are
core concepts, e.g. node...

github.com/sourcecred/odyssey-hackathon - 25b0124b56caaa93ff1c15fec20c1376ba609280 authored over 6 years ago
Forbid accessing the `cache/` directory at runtime (#614)

Summary:
We plan to allow plugins to store permanent data in `$SC/data/` and
temporary, epheme...

github.com/sourcecred/odyssey-hackathon - f4489601055b378893e57be118c42fe4d23f4599 authored over 6 years ago
Forbid accessing the `cache/` directory at runtime (#614)

Summary:
We plan to allow plugins to store permanent data in `$SC/data/` and
temporary, epheme...

github.com/sourcecred/sourcecred - f4489601055b378893e57be118c42fe4d23f4599 authored over 6 years ago
Remove the `start` CLI command and dependencies (#613)

Summary:
We never use the `node ./bin/sourcecred.js start` command. This command
contains an E...

github.com/sourcecred/odyssey-hackathon - 7a4401e3efdc2c1619cd56302046e8363e092b1d authored over 6 years ago
Remove the `start` CLI command and dependencies (#613)

Summary:
We never use the `node ./bin/sourcecred.js start` command. This command
contains an E...

github.com/sourcecred/sourcecred - 7a4401e3efdc2c1619cd56302046e8363e092b1d authored over 6 years ago
Add `NodeTrie` and `EdgeTrie` classes (#612)

For #465, I'm planning to create an abstraction over NodeTypes and
EdgeTypes which traverses a ...

github.com/sourcecred/sourcecred - 9c781fcfee8936390747c8ee06e34cda3fb49888 authored over 6 years ago
Add `NodeTrie` and `EdgeTrie` classes (#612)

For #465, I'm planning to create an abstraction over NodeTypes and
EdgeTypes which traverses a ...

github.com/sourcecred/odyssey-hackathon - 9c781fcfee8936390747c8ee06e34cda3fb49888 authored over 6 years ago
deploy.sh: depend on build_static_site.sh (#611)

Summary:
This is a minimal patch to make the deploy script depend on the
separate, well-tested...

github.com/sourcecred/sourcecred - 383f8d406efa1f2073c2037251671906c040b427 authored over 6 years ago
deploy.sh: depend on build_static_site.sh (#611)

Summary:
This is a minimal patch to make the deploy script depend on the
separate, well-tested...

github.com/sourcecred/odyssey-hackathon - 383f8d406efa1f2073c2037251671906c040b427 authored over 6 years ago
Pull out explicit NodeType and EdgeType (#608)

Will be useful for #502.

Test plan: `yarn flow`

github.com/sourcecred/sourcecred - 943dea94f9338c21fa3019a75f2191fbded7f959 authored over 6 years ago
Pull out explicit NodeType and EdgeType (#608)

Will be useful for #502.

Test plan: `yarn flow`

github.com/sourcecred/odyssey-hackathon - 943dea94f9338c21fa3019a75f2191fbded7f959 authored over 6 years ago
Create script to build static site (#592)

Summary:
Currently, we create the static site and deploy it all at once in
`scripts/deploy.sh`...

github.com/sourcecred/odyssey-hackathon - d7cb4c65fa3a904acf60509f94ee96eaed71caf1 authored over 6 years ago
Create script to build static site (#592)

Summary:
Currently, we create the static site and deploy it all at once in
`scripts/deploy.sh`...

github.com/sourcecred/sourcecred - d7cb4c65fa3a904acf60509f94ee96eaed71caf1 authored over 6 years ago
Add `sharness` for shell-based testing (#597)

Summary:
We will shortly want to perform testing of shell scripts; it makes the
most sense to ...

github.com/sourcecred/odyssey-hackathon - baa0cbff1b1e056c9b2a984012cb63e3329bcb3c authored over 6 years ago
Add `sharness` for shell-based testing (#597)

Summary:
We will shortly want to perform testing of shell scripts; it makes the
most sense to ...

github.com/sourcecred/sourcecred - baa0cbff1b1e056c9b2a984012cb63e3329bcb3c authored over 6 years ago
Rename Contributor & Contribution types (#607)

Consider the following types:

```
// Used to be called "Contributor"
export type Adjacency ...

github.com/sourcecred/odyssey-hackathon - 00da630bb29708fc34cce66069812d3c5a63ba79 authored over 6 years ago
Rename Contributor & Contribution types (#607)

Consider the following types:

```
// Used to be called "Contributor"
export type Adjacency ...

github.com/sourcecred/sourcecred - 00da630bb29708fc34cce66069812d3c5a63ba79 authored over 6 years ago
Make PagerankTable props non-nullable (#605)

Historically, `credExplorer/App.js` instantiated a PagerankTable
regardless of its state, and w...

github.com/sourcecred/odyssey-hackathon - 59ac10b6126ac2d4c9912e93b13e6b4d8edfa986 authored over 6 years ago
Make PagerankTable props non-nullable (#605)

Historically, `credExplorer/App.js` instantiated a PagerankTable
regardless of its state, and w...

github.com/sourcecred/sourcecred - 59ac10b6126ac2d4c9912e93b13e6b4d8edfa986 authored over 6 years ago
Use AppStateTransitionMachine to drive App (#583)

Pull #579 reifies the cred explorer state as an explicit state
transition machine, with a well-...

github.com/sourcecred/odyssey-hackathon - 10f704ebd2f004530c95036fec70c0fb8945d450 authored over 6 years ago
Use AppStateTransitionMachine to drive App (#583)

Pull #579 reifies the cred explorer state as an explicit state
transition machine, with a well-...

github.com/sourcecred/sourcecred - 10f704ebd2f004530c95036fec70c0fb8945d450 authored over 6 years ago
Downcase `sourcecred` URL on homepage (#600)

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
Downcase `sourcecred` URL on homepage (#600)

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
Enforce a max-width of 900px (#599)

Summary:
Here, we make the width consistent across the home page, the explorer,
and the navbar...

github.com/sourcecred/odyssey-hackathon - 05ef54be807d99541e717e498f8c9cd793145588 authored over 6 years ago
Enforce a max-width of 900px (#599)

Summary:
Here, we make the width consistent across the home page, the explorer,
and the navbar...

github.com/sourcecred/sourcecred - 05ef54be807d99541e717e498f8c9cd793145588 authored over 6 years ago
Write prose for the home page (#598)

Summary:
@decentralion and I have spent a bunch of time on this prose, and we
think that it’s ...

github.com/sourcecred/odyssey-hackathon - f137b83cde5cf04b86dba7127cd3bfb0212839ea authored over 6 years ago
Write prose for the home page (#598)

Summary:
@decentralion and I have spent a bunch of time on this prose, and we
think that it’s ...

github.com/sourcecred/sourcecred - f137b83cde5cf04b86dba7127cd3bfb0212839ea authored over 6 years ago
Implement AppState and StateTransitionMachine (#579)

The cred explorer app has a variety of valid states. Currently, it is
thrown together without e...

github.com/sourcecred/odyssey-hackathon - 56c17d2597cfe4ac038864d258023f2fecd1a0e6 authored over 6 years ago
Implement AppState and StateTransitionMachine (#579)

The cred explorer app has a variety of valid states. Currently, it is
thrown together without e...

github.com/sourcecred/sourcecred - 56c17d2597cfe4ac038864d258023f2fecd1a0e6 authored over 6 years ago
Link to `CONTRIBUTING.md` from the README (#585)

Summary:
The information currently in the README is helpful but incomplete. We
now have a `CON...

github.com/sourcecred/sourcecred - 038d1669724e3fd2d2c0c4bbe9577db89c2a0be5 authored over 6 years ago
Link to `CONTRIBUTING.md` from the README (#585)

Summary:
The information currently in the README is helpful but incomplete. We
now have a `CON...

github.com/sourcecred/odyssey-hackathon - 038d1669724e3fd2d2c0c4bbe9577db89c2a0be5 authored over 6 years ago
Rename "Explore(r)" to "Prototype" in route and navigation (#584)

"Explore(r)" does not accurately convey the current state of the
project. In order to more accu...

github.com/sourcecred/sourcecred - fa66c7ba8079a09054ce6862e6aaa0772b4074e0 authored over 6 years ago
Rename "Explore(r)" to "Prototype" in route and navigation (#584)

"Explore(r)" does not accurately convey the current state of the
project. In order to more accu...

github.com/sourcecred/odyssey-hackathon - fa66c7ba8079a09054ce6862e6aaa0772b4074e0 authored over 6 years ago
Better navbar styling and external project links

Currently, the navbar lacks styling, and only provides links to the home and explorer pages.
Th...

github.com/sourcecred/odyssey-hackathon - 8e653403dc8186cc6b6bb39ea2eb67ab9c0bcdfd authored over 6 years ago
Better navbar styling and external project links

Currently, the navbar lacks styling, and only provides links to the home and explorer pages.
Th...

github.com/sourcecred/sourcecred - 8e653403dc8186cc6b6bb39ea2eb67ab9c0bcdfd authored over 6 years ago
Write `CONTRIBUTING.md` (#574)

Summary:
Having a guide for contributors makes the experience more pleasant for
everyone. In t...

github.com/sourcecred/sourcecred - ee93f4aa01b9ef4d6a0be7f8419b1e72f16610a5 authored over 6 years ago
Write `CONTRIBUTING.md` (#574)

Summary:
Having a guide for contributors makes the experience more pleasant for
everyone. In t...

github.com/sourcecred/odyssey-hackathon - ee93f4aa01b9ef4d6a0be7f8419b1e72f16610a5 authored over 6 years ago
Remove `src/app/public` (#582)

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
Remove `src/app/public` (#582)

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
Streamline the cred explorer UI (#581)

This commit removes some unecessary text and whitespace from the cred
explorer. The result is m...

github.com/sourcecred/sourcecred - 56f0b8b1b9c2bcb4996cab3b684e1d47a4ab1e77 authored over 6 years ago
Streamline the cred explorer UI (#581)

This commit removes some unecessary text and whitespace from the cred
explorer. The result is m...

github.com/sourcecred/odyssey-hackathon - 56f0b8b1b9c2bcb4996cab3b684e1d47a4ab1e77 authored over 6 years ago
Remove `clean-webpack-plugin` (#578)

Summary:
As of #577, this is no longer needed.

Test Plan:
Running `yarn && yarn test --full...

github.com/sourcecred/odyssey-hackathon - 48275590ba382793dcbb5c96e4b2dc64230bb49f authored over 6 years ago
Remove `clean-webpack-plugin` (#578)

Summary:
As of #577, this is no longer needed.

Test Plan:
Running `yarn && yarn test --full...

github.com/sourcecred/sourcecred - 48275590ba382793dcbb5c96e4b2dc64230bb49f authored over 6 years ago
Refine the build directory cleaning logic (#577)

Summary:
We were asking the `clean-webpack-plugin` to remove the `build/`
directory in all cas...

github.com/sourcecred/sourcecred - 480bdf1bc74669064bd20f7d026af255950cb951 authored over 6 years ago
Refine the build directory cleaning logic (#577)

Summary:
We were asking the `clean-webpack-plugin` to remove the `build/`
directory in all cas...

github.com/sourcecred/odyssey-hackathon - 480bdf1bc74669064bd20f7d026af255950cb951 authored over 6 years ago
Remove graph node and edge count (#575)

This commit removes the node and edge counts that are displayed on the
cred explorer. While thi...

github.com/sourcecred/sourcecred - 8009cd279bb54258b7c9f68bd0ab86099a8b74b4 authored over 6 years ago
Remove graph node and edge count (#575)

This commit removes the node and edge counts that are displayed on the
cred explorer. While thi...

github.com/sourcecred/odyssey-hackathon - 8009cd279bb54258b7c9f68bd0ab86099a8b74b4 authored over 6 years ago
Permit STOPSHIPs in Markdown files (#573)

Summary:
This way, we can document what STOPSHIPs are without having to tip-toe
around the phr...

github.com/sourcecred/odyssey-hackathon - dbf5caa08f87b8b522120d644b1601efbe51c438 authored over 6 years ago
Permit STOPSHIPs in Markdown files (#573)

Summary:
This way, we can document what STOPSHIPs are without having to tip-toe
around the phr...

github.com/sourcecred/sourcecred - dbf5caa08f87b8b522120d644b1601efbe51c438 authored over 6 years ago
Add a template for pull requests (#572)

Summary:
By pre-filling the “summary” and “test plan” fields, we create a strong
suggestion th...

github.com/sourcecred/sourcecred - 2af2fe3b43ac1c73242285ccb946008357ff8981 authored over 6 years ago
Add a template for pull requests (#572)

Summary:
By pre-filling the “summary” and “test plan” fields, we create a strong
suggestion th...

github.com/sourcecred/odyssey-hackathon - 2af2fe3b43ac1c73242285ccb946008357ff8981 authored over 6 years ago
package.json: reorganize test commands (#571)

Summary:
Running `yarn test` (equiv. `npm test` or `npm run test`) now runs all
checks. It tak...

github.com/sourcecred/sourcecred - 3b5ad594bd47a9ca9c40913ef582621bae9e88f6 authored over 6 years ago
package.json: reorganize test commands (#571)

Summary:
Running `yarn test` (equiv. `npm test` or `npm run test`) now runs all
checks. It tak...

github.com/sourcecred/odyssey-hackathon - 3b5ad594bd47a9ca9c40913ef582621bae9e88f6 authored over 6 years ago
new-webpack: remove old scripts and configs (#570)

Summary:
These are no longer used.

Test Plan:
Both `yarn start` and `yarn build` still work...

github.com/sourcecred/odyssey-hackathon - c1cb29b1e67a51c5f05fba0124090256c4c75cce authored over 6 years ago
new-webpack: remove old scripts and configs (#570)

Summary:
These are no longer used.

Test Plan:
Both `yarn start` and `yarn build` still work...

github.com/sourcecred/sourcecred - c1cb29b1e67a51c5f05fba0124090256c4c75cce authored over 6 years ago
new-webpack: replace old scripts in `package.json` (#569)

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
new-webpack: replace old scripts in `package.json` (#569)

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
new-webpack: clean `build/` before prod (#568)

Summary:
In our current system, we build by invoking `scripts/build.js`, which
begins by remov...

github.com/sourcecred/sourcecred - b45ef739fe5620406ad7839f9517eff16c94aa00 authored over 6 years ago
new-webpack: clean `build/` before prod (#568)

Summary:
In our current system, we build by invoking `scripts/build.js`, which
begins by remov...

github.com/sourcecred/odyssey-hackathon - b45ef739fe5620406ad7839f9517eff16c94aa00 authored over 6 years ago
new-webpack: serve static files (#567)

Summary:
This commit makes the Webpack dev server fully functional under the new
config, by se...

github.com/sourcecred/sourcecred - 1d48bf9390f4f54fdd4db8d7aefa018a5480cfe7 authored over 6 years ago
new-webpack: serve static files (#567)

Summary:
This commit makes the Webpack dev server fully functional under the new
config, by se...

github.com/sourcecred/odyssey-hackathon - 1d48bf9390f4f54fdd4db8d7aefa018a5480cfe7 authored over 6 years ago
new-webpack: only minify in prod (#566)

Summary:
Extraction of the plugin list to a function is mostly trivial, but
requires a novel `...

github.com/sourcecred/sourcecred - 37eddcaf27da2582f941cbb4f48c58d63d4032f4 authored over 6 years ago
new-webpack: only minify in prod (#566)

Summary:
Extraction of the plugin list to a function is mostly trivial, but
requires a novel `...

github.com/sourcecred/odyssey-hackathon - 37eddcaf27da2582f941cbb4f48c58d63d4032f4 authored over 6 years ago
new-webpack: allow running in dev (#565)

Summary:
In addition to simply disabling the prod-only check, we apply a
workaround for a know...

github.com/sourcecred/sourcecred - fca43f436221d379f5c7eccd5c3d08a4555fb179 authored over 6 years ago
new-webpack: allow running in dev (#565)

Summary:
In addition to simply disabling the prod-only check, we apply a
workaround for a know...

github.com/sourcecred/odyssey-hackathon - fca43f436221d379f5c7eccd5c3d08a4555fb179 authored over 6 years ago
new-webpack: functionize (#564)

Summary:
This will enable us to differentiate the production and development
behavior where ne...

github.com/sourcecred/odyssey-hackathon - 7bf0ed3c84bb1803121049d9c534c51163ab3b9a authored over 6 years ago
new-webpack: functionize (#564)

Summary:
This will enable us to differentiate the production and development
behavior where ne...

github.com/sourcecred/sourcecred - 7bf0ed3c84bb1803121049d9c534c51163ab3b9a authored over 6 years ago
new-webpack: add Flow typing (#563)

Summary:
There really should be an `// $ExpectFlowError` on the dynamic `require`
on line 182:...

github.com/sourcecred/sourcecred - e2a94c2aa8d71124333146b8c7a726ca36c48436 authored over 6 years ago
new-webpack: add Flow typing (#563)

Summary:
There really should be an `// $ExpectFlowError` on the dynamic `require`
on line 182:...

github.com/sourcecred/odyssey-hackathon - e2a94c2aa8d71124333146b8c7a726ca36c48436 authored over 6 years ago
new-webpack: copy prod config to new shared config (#562)

Summary:
This module will become the shared home of the production and
development configurati...

github.com/sourcecred/sourcecred - 8dec3aa61b778203d2facb910d15a53473b6057a authored over 6 years ago
new-webpack: copy prod config to new shared config (#562)

Summary:
This module will become the shared home of the production and
development configurati...

github.com/sourcecred/odyssey-hackathon - 8dec3aa61b778203d2facb910d15a53473b6057a authored over 6 years ago
Treat plugin adapters generically in `App` (#560)

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
Treat plugin adapters generically in `App` (#560)

Test Plan:
Unit tests pass, and manual testing indicates that graph loading works.

wchargin-...

github.com/sourcecred/sourcecred - e492965c12ca7aaf4a602cbd13ae36d3d1cbe6cc authored over 6 years ago
CLI takes repo strings as `owner/name` (#559)

Test plan:
```
$ yarn backend
$ node bin/sourcecred.js load sourcecred/sourcecred
```

github.com/sourcecred/odyssey-hackathon - 3266eb31fade6cf5d7d71c5a1b6fb6bd2e05a84c authored over 6 years ago
CLI takes repo strings as `owner/name` (#559)

Test plan:
```
$ yarn backend
$ node bin/sourcecred.js load sourcecred/sourcecred
```

github.com/sourcecred/sourcecred - 3266eb31fade6cf5d7d71c5a1b6fb6bd2e05a84c authored over 6 years ago
Create a Repo type and use throughout the project (#555)

Our data model orients on getting repos from GitHub, which are
alternatively represented as str...

github.com/sourcecred/odyssey-hackathon - 4406c96c956ad9c575b1b80cf55ebf7a23c042e1 authored over 6 years ago
Create a Repo type and use throughout the project (#555)

Our data model orients on getting repos from GitHub, which are
alternatively represented as str...

github.com/sourcecred/sourcecred - 4406c96c956ad9c575b1b80cf55ebf7a23c042e1 authored over 6 years ago
Make deploy script wait for valid response (#557)

Currently, any non-yes keystroke causes the deply script to abort.
This is frustrating, as it m...

github.com/sourcecred/odyssey-hackathon - dd09e28d6efe5dde88f38743110d184b541a3b33 authored over 6 years ago
Make deploy script wait for valid response (#557)

Currently, any non-yes keystroke causes the deply script to abort.
This is frustrating, as it m...

github.com/sourcecred/sourcecred - dd09e28d6efe5dde88f38743110d184b541a3b33 authored over 6 years ago
Deploy script adds necessary CNAME file (#558)

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
Deploy script adds necessary CNAME file (#558)

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
Demonstrate the GitHub token env var in the README (#556)

Summary:
Using the environment variable is the preferred way to interact with the
CLI, simply ...

github.com/sourcecred/odyssey-hackathon - bdb9ae9c465e48f92fdd5605cab5bbd89f9be014 authored over 6 years ago
Demonstrate the GitHub token env var in the README (#556)

Summary:
Using the environment variable is the preferred way to interact with the
CLI, simply ...

github.com/sourcecred/sourcecred - bdb9ae9c465e48f92fdd5605cab5bbd89f9be014 authored over 6 years ago
Add external link to Discord invite (#551)

Test Plan:
None really needed—the infrastructure has already been tested—but you
can verify th...

github.com/sourcecred/odyssey-hackathon - 68fa7237a0aea23a48aca3349421807cb9fa0fa5 authored over 6 years ago
Add external link to Discord invite (#551)

Test Plan:
None really needed—the infrastructure has already been tested—but you
can verify th...

github.com/sourcecred/sourcecred - 68fa7237a0aea23a48aca3349421807cb9fa0fa5 authored over 6 years ago
Add external redirect infrastructure (#550)

Summary:
This patch extends our routing infrastructure to add support for
_external_ redirects...

github.com/sourcecred/sourcecred - 8e062592aeb21771d3fbdf721cacfb4434e81100 authored over 6 years ago
Add external redirect infrastructure (#550)

Summary:
This patch extends our routing infrastructure to add support for
_external_ redirects...

github.com/sourcecred/odyssey-hackathon - 8e062592aeb21771d3fbdf721cacfb4434e81100 authored over 6 years ago
Add all available flow-typed libdefs (#548)

Summary:
Generated with `flow-typed install --skip --overwrite`.

Test Plan:
Amazingly, `yar...

github.com/sourcecred/odyssey-hackathon - 24a950629a56934481aabb5c3086547df60b9bb5 authored over 6 years ago
Add all available flow-typed libdefs (#548)

Summary:
Generated with `flow-typed install --skip --overwrite`.

Test Plan:
Amazingly, `yar...

github.com/sourcecred/sourcecred - 24a950629a56934481aabb5c3086547df60b9bb5 authored over 6 years ago
Display cred explorer scores as -Log(score) (#535)

@wchargin suggested displaying scores this way. This way, lowest scores
are best, and higher sc...

github.com/sourcecred/odyssey-hackathon - 49da7cfdb06f3185c969f3f4bc22896d11fe48eb authored over 6 years ago
Display cred explorer scores as -Log(score) (#535)

@wchargin suggested displaying scores this way. This way, lowest scores
are best, and higher sc...

github.com/sourcecred/sourcecred - 49da7cfdb06f3185c969f3f4bc22896d11fe48eb authored over 6 years ago
Upgrade Flow to v0.76.0 (#546)

Summary:
In addition to a routine libdef update, we also need to work around a
particularly na...

github.com/sourcecred/odyssey-hackathon - 873eca6350b902766d6dcc6635ea89e9530a70bf authored over 6 years ago