Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sourcecred/odyssey-hackathon

Repo for working on our Odyssey Hackathon project
https://github.com/sourcecred/odyssey-hackathon

Rename `sourceId`/`destId` to `src`/`dst` (#46)

Summary:
The “ID” parts were left-over from the Great Address Migration, and we
think that abb...

43450f18b1fc9061843015bbc74fbb8b3b3e255f authored almost 7 years ago by William Chargin <[email protected]>
Remove outdated design documents (#45)

design.md and overview.md both describe a vision of sourcecred
in which it is a measure of cred...

cde98cd67b83278046e6e3ffe7f8c7df782ded3e authored almost 7 years ago by Dandelion Mané <[email protected]>
Add tiny-example-repository example data (#44)

Summary:
The sourcecred/tiny-example-repository repository stores some example
data that we ca...

01df727c3934cba79746f211b82ba6070063f072 authored almost 7 years ago by William Chargin <[email protected]>
Graph concept renames

- ID -> Address
- ID.name -> Address.id
- GraphEdge -> Edge
- GraphNode -> Node

2992a311573bbc37aba605496862988e93e7e383 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add inEdges and outEdges for Nodes.

58ad1eb6355d89bd04618f65579abd8f80e201df authored almost 7 years ago by Dandelion Mané <[email protected]>
Change order of repositoryName and pluginName

9dc9d5e4f39668c597a7abd2f9fcf6709934d8b2 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add conversion functions for id (#38)

Test Plan:
Run `yarn test` and note that tests pass.

wchargin-branch: id-conversion

791cad90599b417d167e51442c898c89d935f7b1 authored almost 7 years ago by William Chargin <[email protected]>
Move package json to root (#37)

Reorganize the code so that we have a single package.json file, which is at the root.
All sourc...

bc2377448fdeedfbc759b7888ec6d5bad8ff3d9d authored almost 7 years ago by Dandelion Mané <[email protected]>
Create script to scrape data from GitHub repos (#36)

Summary:
This tool grabs all the information that we think will be relevant for a
first-pass i...

c5be6eceda9d695e3cb3fc47f76a9bc85ed1995b authored almost 7 years ago by William Chargin <[email protected]>
Update README.md (#31)

This reflects our current vision that SourceCred is aimed at valuing open-source contributions v...

d41872b7b7fb3c3af82df156ac1244bf3fa3e1ce authored almost 7 years ago by Dandelion Mané <[email protected]>
Add types for GitHub plugin. (#35)

9878313ef3e39d5d758ec8e21899d48578426e6f authored almost 7 years ago by Dandelion Mané <[email protected]>
Add initial graph data types (#34)

2c083425fb778c65142d5fce765a2bdc9847f861 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add prettier to backend (#33)

Summary:
Follows the lead of #18.

Test Plan:
Verify that non-pretty files abort the commit:...

d48e8e7f26364d18b1c8ab58ed53fb71c1ff4708 authored almost 7 years ago by William Chargin <[email protected]>
Setup flow for backend. (#32)

5f55804677413181c63bac08d6f8d6afb639b5c1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial commit of the backend project. (#30)

Sets up package.json, .gitignore, and adds octokit/rest.js as a dependency.

4dbb5cd21a7c14196a3be59ef083c3a4aa22bf0c authored almost 7 years ago by Dandelion Mané <[email protected]>
Upgrade: babel-plugin-flow-react-proptypes@^18.0.0 (#27)

Summary:
Generated: `yarn add --dev babel-plugin-flow-react-proptypes@^18.0.0`.

This pulls i...

32220148c08d88f6a35e29f7e168b6f59b532e25 authored almost 7 years ago by William Chargin <[email protected]>
Run `yarn prettify` for the first time. (#22)

b367da8568f1a6f8485c7cc00b7372f8d4aeeac3 authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend visual cleanup (#21)

* Use font roboto

* Change title.

* Add grid gap

* Restyle app; blue header, and css->i...

de359dbaa4293be6475b78b2f05c29e542ced62c authored almost 7 years ago by Dandelion Mané <[email protected]>
Set up prettier as an autoformatter (#18)

Setup prettier precommit, with yarn prettify to reformat.

- Prettier runs as a precommit hook...

167289a75a7dfbba9a1bce1124e80c6ddee0716f authored almost 7 years ago by Dandelion Mané <[email protected]>
Autogenerate PropTypes from Flow types (#20)

Summary:
Closes #17; see discussion there.

This commit uses the `babel-plugin-flow-react-pro...

5744d3c8600f7ac546a6041f9328b90b92d11531 authored almost 7 years ago by William Chargin <[email protected]>
Eject from create-react-app (#19)

Summary:
This commit was created by performing the following steps:
- `rm -r node_modules`
...

ee59eb9b3011e951cd67e23a67efe98d866098f0 authored almost 7 years ago by William Chargin <[email protected]>
Add PropTypes to existing React components

Test Plan:
Run `yarn start` and note that the app runs without any console
warnings, but that ch...

1d0368411ce45a6a9a364eab032ac10ef950ba00 authored almost 7 years ago by William Chargin <[email protected]>
Add an end-to-end component test for App

Summary:
This should ensure that there aren’t any runtime PropTypes errors.

The change to reimp...

c1b37fa729a8d3802fe2c3a4ee4923e958ac4f8d authored almost 7 years ago by William Chargin <[email protected]>
Remove console.log that alerts us of hacks (#15)

Summary:
It produces a lot of noise, and we know about it.

wchargin-branch: remove-spurious-log

011e9a755befa499a1e2e254379f5b261bc5305c authored almost 7 years ago by William Chargin <[email protected]>
Initial prototype of the cred explorer (#14)

Sets up an initial cred explorer that looks at Git commit data

- uses git commit data as gene...

22ddd15d780282e9cea0e9c77272308ec477ddc1 authored almost 7 years ago by Dandelion Mané <[email protected]>
Frontend setup (#13)

* Initial infrastructure for sourcecred-explorer.

Setup npm, yarn, flow, jest using scaffoldi...

91bdce2e5e4eddeb4a210137d20cfe14da407581 authored almost 7 years ago by Dandelion Mané <[email protected]>
Tweak commit_graph_dump & store sample data. (#12)

commit_graph_dump is modified to use camelCase variables
in the output data.json. Saved the dat...

5b3b345630f42cf09c1751348940cf9202f5cc47 authored almost 7 years ago by Dandelion Mané <[email protected]>
Check in experimental commit graph traversal (#8)

Summary:
This is a minimal script that will crawl the file-reachable commits in a
repository a...

03198b0c8691f7d5e117f1648ac76bc10c2ea89f authored almost 7 years ago by William Chargin <[email protected]>
Split out useful & ethical. (#7)

84ad9d57bf6e80528d38949a58c63d636993419e authored almost 7 years ago by Dandelion Mané <[email protected]>
Make design goals grammatically consistent

Summary:
This changes the titles of two design goals so that they are all
adjectival: “SourceCre...

65d711022e080b95386426cac4eb19ce61be0ee5 authored almost 7 years ago by William Chargin <[email protected]>
Add overview.md (#6)

6bcc275c2d6bccd5bdb8ef269e6e6cfdf1de8fcf authored almost 7 years ago by Dandelion Mané <[email protected]>
Simplify README, link to new docs

c9b2fcd21aaf14c4d68455d5eaca9410dce2ae9b authored almost 7 years ago by Dandelion Mané <[email protected]>
Enumerate design goals for SourceCred (#5)

* Add design goals

* Fix formatting on design.md

* It's also a protocol

* Fix formatting

0874d89b31f90e44645e004125ef1b72d472f007 authored almost 7 years ago by Dandelion Mané <[email protected]>
Initial draft of the README (#1)

* Initial commit of README

* Fix some typos, etc

* More tweaks.

* More iterations on ma...

7dd9155833fe0717c51a36154c5635d4a4aa1689 authored almost 7 years ago by Dandelion Mané <[email protected]>
Add LICENSE

9cba0e9e212a287ce26e8d7c2d273e1025c9f9bf authored almost 7 years ago by Dandelion Mané <[email protected]>