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 snapshot test for GitHub GraphQL query (#382)

Summary:
This has two primary benefits:
- Humans can look at this snapshot file to see what’...

github.com/sourcecred/sourcecred - a3f2b820739d9c3c5a523cc52cfcf445936811b4 authored over 6 years ago
Add an address module for the GitHub plugin (#380)

Summary:
This module exposes a structured type `StructuredAddress`, an embedding
`GithubAddres...

github.com/sourcecred/sourcecred - 773596755a0b1f65d0ed023814d09a85d99a88e4 authored over 6 years ago
Add an address module for the GitHub plugin (#380)

Summary:
This module exposes a structured type `StructuredAddress`, an embedding
`GithubAddres...

github.com/sourcecred/odyssey-hackathon - 773596755a0b1f65d0ed023814d09a85d99a88e4 authored over 6 years ago
Port GitHub data ingestion into v3 (#378)

This commit copies the following logic necessary for downloading GitHub
data into v3. Minimal c...

github.com/sourcecred/odyssey-hackathon - 0339d9f41b5473d9a64ca71311e671fe2c0110ff authored over 6 years ago
Port GitHub data ingestion into v3 (#378)

This commit copies the following logic necessary for downloading GitHub
data into v3. Minimal c...

github.com/sourcecred/sourcecred - 0339d9f41b5473d9a64ca71311e671fe2c0110ff authored over 6 years ago
Update GitHub example repository data (#379)

Summary:
We’ve added a comment directly on a pull request.

Paired with @decentralion.

Tes...

github.com/sourcecred/sourcecred - ed70947c634380db64beacfdc6df3081908d10e3 authored over 6 years ago
Update GitHub example repository data (#379)

Summary:
We’ve added a comment directly on a pull request.

Paired with @decentralion.

Tes...

github.com/sourcecred/odyssey-hackathon - ed70947c634380db64beacfdc6df3081908d10e3 authored over 6 years ago
Check graph invariants during tests (#372)

Summary:
Each of the invariants listed at the top of the `Graph` class is now
explicitly check...

github.com/sourcecred/odyssey-hackathon - 5d3cfd82e46ee7ccb50f73b23ca4b2d7a6e7d3fa authored over 6 years ago
Check graph invariants during tests (#372)

Summary:
Each of the invariants listed at the top of the `Graph` class is now
explicitly check...

github.com/sourcecred/sourcecred - 5d3cfd82e46ee7ccb50f73b23ca4b2d7a6e7d3fa authored over 6 years ago
Add an `advancedGraph` test case (#377)

The `advancedGraph` is an example graph defined in `graph.test.js`.
It shows off many tricksy f...

github.com/sourcecred/sourcecred - c352b5b8d6be0bda4b78bafc0119fdea6dc91de4 authored over 6 years ago
Add an `advancedGraph` test case (#377)

The `advancedGraph` is an example graph defined in `graph.test.js`.
It shows off many tricksy f...

github.com/sourcecred/odyssey-hackathon - c352b5b8d6be0bda4b78bafc0119fdea6dc91de4 authored over 6 years ago
Implement `Graph.toJSON` and `Graph.fromJSON` (#374)

The serialization scheme uses `IndexedEdge`s:

```js
type Integer = number;
type IndexedEdge...

github.com/sourcecred/odyssey-hackathon - 5fc0d42c1fc4a7f8686bc7da3c286a35c19c87bc authored over 6 years ago
Implement `Graph.toJSON` and `Graph.fromJSON` (#374)

The serialization scheme uses `IndexedEdge`s:

```js
type Integer = number;
type IndexedEdge...

github.com/sourcecred/sourcecred - 5fc0d42c1fc4a7f8686bc7da3c286a35c19c87bc authored over 6 years ago
Reimplement `Graph.copy` using `Graph.merge` (#376)

* Implement `Graph.merge`

Tests are mostly copied over from the v2, as implemented in #320.
...

github.com/sourcecred/sourcecred - 6177f6c740e0717d9f092762e525e3e4ba50cf99 authored over 6 years ago
Reimplement `Graph.copy` using `Graph.merge` (#376)

* Implement `Graph.merge`

Tests are mostly copied over from the v2, as implemented in #320.
...

github.com/sourcecred/odyssey-hackathon - 6177f6c740e0717d9f092762e525e3e4ba50cf99 authored over 6 years ago
Implement `Graph.merge` (#375)

Tests are mostly copied over from the v2, as implemented in #320.
Some new tests were added, e....

github.com/sourcecred/odyssey-hackathon - 46751d27075f480442ff979bc06b77aca72536ea authored over 6 years ago
Implement `Graph.merge` (#375)

Tests are mostly copied over from the v2, as implemented in #320.
Some new tests were added, e....

github.com/sourcecred/sourcecred - 46751d27075f480442ff979bc06b77aca72536ea authored over 6 years ago
Copy `v1/util` to `v3/util` (#373)

No changes made to the code - it's a straight copy.

Test plan:
Unit tests are included.

github.com/sourcecred/sourcecred - 5fde1c10a5981fb194e309dca70fb2d7ca7955be authored over 6 years ago
Copy `v1/util` to `v3/util` (#373)

No changes made to the code - it's a straight copy.

Test plan:
Unit tests are included.

github.com/sourcecred/odyssey-hackathon - 5fde1c10a5981fb194e309dca70fb2d7ca7955be authored over 6 years ago
Make invariants more precise (#371)

Summary:
The previously listed invariants were weak on two counts. First, it was
unstated that...

github.com/sourcecred/odyssey-hackathon - 831f5f571c695447a676a77bd37e323b82fcddad authored over 6 years ago
Make invariants more precise (#371)

Summary:
The previously listed invariants were weak on two counts. First, it was
unstated that...

github.com/sourcecred/sourcecred - 831f5f571c695447a676a77bd37e323b82fcddad authored over 6 years ago
Implement `Graph.copy` (#370)

The implementation is quite simple. The tests are somewhat more
comprehensive than in v2 or v1....

github.com/sourcecred/sourcecred - d9e2850eb3c8d90aee6d3a0150b3f1be76f68fd4 authored over 6 years ago
Implement `Graph.copy` (#370)

The implementation is quite simple. The tests are somewhat more
comprehensive than in v2 or v1....

github.com/sourcecred/odyssey-hackathon - d9e2850eb3c8d90aee6d3a0150b3f1be76f68fd4 authored over 6 years ago
Add and implement `Graph.equals` (#369)

It turns out we forgot to add this to the API, so I added it. I also
implemented it. The tests ...

github.com/sourcecred/odyssey-hackathon - feef1192502ee0160b60c7e916718c71171bd512 authored over 6 years ago
Add and implement `Graph.equals` (#369)

It turns out we forgot to add this to the API, so I added it. I also
implemented it. The tests ...

github.com/sourcecred/sourcecred - feef1192502ee0160b60c7e916718c71171bd512 authored over 6 years ago
Implement `Graph.neighbors` (#368)

This is the change that puts the Graph into `Graph` :) We add `_inEdges`
and `_outEdges`, and u...

github.com/sourcecred/sourcecred - 4a441eb287e5925926999994c209d0bf74fe9282 authored over 6 years ago
Implement `Graph.neighbors` (#368)

This is the change that puts the Graph into `Graph` :) We add `_inEdges`
and `_outEdges`, and u...

github.com/sourcecred/odyssey-hackathon - 4a441eb287e5925926999994c209d0bf74fe9282 authored over 6 years ago
Check concurrent modification in graph iterators (#367)

Summary:
A client of `Graph` is able to (e.g.) invoke `nodes()` to get a node
iterator, iterat...

github.com/sourcecred/odyssey-hackathon - 25df874db7b61e9ef641a18c43576d3c8fe2337d authored over 6 years ago
Check concurrent modification in graph iterators (#367)

Summary:
A client of `Graph` is able to (e.g.) invoke `nodes()` to get a node
iterator, iterat...

github.com/sourcecred/sourcecred - 25df874db7b61e9ef641a18c43576d3c8fe2337d authored over 6 years ago
Add tests for adding a conflicting edge (#366)

Adding a conflicting edge (i.e. one with the same address, but different
`src` or `dst`) is an ...

github.com/sourcecred/sourcecred - b8298123ef9fa1fab611fd4e8c8c57bc313e8d36 authored over 6 years ago
Add tests for adding a conflicting edge (#366)

Adding a conflicting edge (i.e. one with the same address, but different
`src` or `dst`) is an ...

github.com/sourcecred/odyssey-hackathon - b8298123ef9fa1fab611fd4e8c8c57bc313e8d36 authored over 6 years ago
Update README to reference our Discord (#363)

github.com/sourcecred/odyssey-hackathon - d90cd3cf1b5d7832398e25bd0c6fa84bdf4b674f authored over 6 years ago
Update README to reference our Discord (#363)

github.com/sourcecred/sourcecred - d90cd3cf1b5d7832398e25bd0c6fa84bdf4b674f authored over 6 years ago
Add a `coverage` package script (#365)

Summary:
We’re not mandating anything about coverage right now, but by making it
easier to tra...

github.com/sourcecred/sourcecred - 55d5c58e056018cc7388ab85f0d967f5a84548a0 authored over 6 years ago
Add a `coverage` package script (#365)

Summary:
We’re not mandating anything about coverage right now, but by making it
easier to tra...

github.com/sourcecred/odyssey-hackathon - 55d5c58e056018cc7388ab85f0d967f5a84548a0 authored over 6 years ago
Ignore coverage output in Prettier (#364)

Test Plan:
Run `yarn test --env=jsdom --coverage`, and note that files are
generated into `cov...

github.com/sourcecred/odyssey-hackathon - 4a70db0db12518a7a252f1d65d105a5682a96826 authored over 6 years ago
Ignore coverage output in Prettier (#364)

Test Plan:
Run `yarn test --env=jsdom --coverage`, and note that files are
generated into `cov...

github.com/sourcecred/sourcecred - 4a70db0db12518a7a252f1d65d105a5682a96826 authored over 6 years ago
Remove legacy V3 `NodeAddress`/`EdgeAddress` (#362)

Summary:
These are superseded by the unified implementation in `address.js`.

Test Plan:
Exi...

github.com/sourcecred/sourcecred - abb44883cdc332998c08220de021691d9f162c3a authored over 6 years ago
Remove legacy V3 `NodeAddress`/`EdgeAddress` (#362)

Summary:
These are superseded by the unified implementation in `address.js`.

Test Plan:
Exi...

github.com/sourcecred/odyssey-hackathon - abb44883cdc332998c08220de021691d9f162c3a authored over 6 years ago
Use new unified addresses in Graph V3 (#361)

Summary:
This is basically a textual substitution.

Test Plan:
Existing unit tests suffice. ...

github.com/sourcecred/odyssey-hackathon - 70c1f64854ba9ebcac5825f1186de619e21f7d4b authored over 6 years ago
Use new unified addresses in Graph V3 (#361)

Summary:
This is basically a textual substitution.

Test Plan:
Existing unit tests suffice. ...

github.com/sourcecred/sourcecred - 70c1f64854ba9ebcac5825f1186de619e21f7d4b authored over 6 years ago
Add unified address `hasPrefix` (#360)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-hasprefix

github.com/sourcecred/sourcecred - fe1dd326ed34810ef5d1e63b6609e6961ecf9b17 authored over 6 years ago
Add unified address `hasPrefix` (#360)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-hasprefix

github.com/sourcecred/odyssey-hackathon - fe1dd326ed34810ef5d1e63b6609e6961ecf9b17 authored over 6 years ago
Add unified address `append` (#359)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-append

github.com/sourcecred/odyssey-hackathon - 083bd59514815b2edff0963d8c7d334eaa34e55e authored over 6 years ago
Add unified address `append` (#359)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-append

github.com/sourcecred/sourcecred - 083bd59514815b2edff0963d8c7d334eaa34e55e authored over 6 years ago
Add unified address `toString` (#358)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-tostring

github.com/sourcecred/sourcecred - 0bf1ef8af24b96d8e8da0628ed7568dd8a60ac7e authored over 6 years ago
Add unified address `toString` (#358)

Test Plan:
Unit tests added. Run `yarn travis`.

wchargin-branch: address-tostring

github.com/sourcecred/odyssey-hackathon - 0bf1ef8af24b96d8e8da0628ed7568dd8a60ac7e authored over 6 years ago
Add unified address assertions, fromParts, toParts (#357)

Summary:
This implements the following functions for the unified addresses:

- assertions: ...

github.com/sourcecred/odyssey-hackathon - 32aba15b01f8db9e3bce0918871f92ef161b03fc authored over 6 years ago
Add unified address assertions, fromParts, toParts (#357)

Summary:
This implements the following functions for the unified addresses:

- assertions: ...

github.com/sourcecred/sourcecred - 32aba15b01f8db9e3bce0918871f92ef161b03fc authored over 6 years ago
Add top-level address module error handling (#356)

Summary:
This commit implements all the code needed for the top-level
`makeAddressModule` func...

github.com/sourcecred/sourcecred - c1a5e01a2ccfc6d8a7dcd54c9c4f72f83c058245 authored over 6 years ago
Add top-level address module error handling (#356)

Summary:
This commit implements all the code needed for the top-level
`makeAddressModule` func...

github.com/sourcecred/odyssey-hackathon - c1a5e01a2ccfc6d8a7dcd54c9c4f72f83c058245 authored over 6 years ago
Add foundations to unify address implementations (#355)

Summary:
We have `NodeAddress` and `EdgeAddress`, which are opaque aliases of
`string` each wi...

github.com/sourcecred/odyssey-hackathon - fc7e8886b101b844bcb1f35fd7020e9dfc2fa819 authored over 6 years ago
Add foundations to unify address implementations (#355)

Summary:
We have `NodeAddress` and `EdgeAddress`, which are opaque aliases of
`string` each wi...

github.com/sourcecred/sourcecred - fc7e8886b101b844bcb1f35fd7020e9dfc2fa819 authored over 6 years ago
Make all `neighbors` options required (#354)

Summary:
In actual code, we almost always call `neighbors` with a specified
direction. Usually...

github.com/sourcecred/sourcecred - 08cb60e7622f025e12ca9793bafc8dd892dcd0a1 authored over 6 years ago
Make all `neighbors` options required (#354)

Summary:
In actual code, we almost always call `neighbors` with a specified
direction. Usually...

github.com/sourcecred/odyssey-hackathon - 08cb60e7622f025e12ca9793bafc8dd892dcd0a1 authored over 6 years ago
Pull `Direction` values into an enum (#353)

Summary:
This saves clients from having to pollute their global namespace with
`IN` and `OUT` ...

github.com/sourcecred/odyssey-hackathon - dfaa7d9764215999406673ab59db9ceabc4c239e authored over 6 years ago
Pull `Direction` values into an enum (#353)

Summary:
This saves clients from having to pollute their global namespace with
`IN` and `OUT` ...

github.com/sourcecred/sourcecred - dfaa7d9764215999406673ab59db9ceabc4c239e authored over 6 years ago
Add address prefix testing functions (#352)

Summary:
These functions can be used for address filtering: finding all nodes
owned by a plugi...

github.com/sourcecred/sourcecred - 4a06485a99493201e5ac16474d5473ebad822d86 authored over 6 years ago
Add address prefix testing functions (#352)

Summary:
These functions can be used for address filtering: finding all nodes
owned by a plugi...

github.com/sourcecred/odyssey-hackathon - 4a06485a99493201e5ac16474d5473ebad822d86 authored over 6 years ago
Fix address `toString` test case structure (#351)

Summary:
This fixes an organizational error on my part: the assertions were not
in `it`-blocks...

github.com/sourcecred/odyssey-hackathon - bc98383053f2a142b9060bd212fe58846b9cc33a authored over 6 years ago
Fix address `toString` test case structure (#351)

Summary:
This fixes an organizational error on my part: the assertions were not
in `it`-blocks...

github.com/sourcecred/sourcecred - bc98383053f2a142b9060bd212fe58846b9cc33a authored over 6 years ago
Tune GitHub graphql page limit (#349)

On larger repos (e.g. `ipfs/js-ipfs` and `ipfs/go-ipfs`) our GitHub
query tends to fail with an...

github.com/sourcecred/sourcecred - 1a8de82715ca1e5367a422e949fd2fe316dd026a authored over 6 years ago
Tune GitHub graphql page limit (#349)

On larger repos (e.g. `ipfs/js-ipfs` and `ipfs/go-ipfs`) our GitHub
query tends to fail with an...

github.com/sourcecred/odyssey-hackathon - 1a8de82715ca1e5367a422e949fd2fe316dd026a authored over 6 years ago
Graph: implement edge methods (#348)

This commit implements the following edge related methods on graph:

- `Graph.addEdge(edge)`
...

github.com/sourcecred/odyssey-hackathon - 0deb3511c2f4683c688fb2144f4ad85b9b49b035 authored over 6 years ago
Graph: implement edge methods (#348)

This commit implements the following edge related methods on graph:

- `Graph.addEdge(edge)`
...

github.com/sourcecred/sourcecred - 0deb3511c2f4683c688fb2144f4ad85b9b49b035 authored over 6 years ago
Add `toString` functions for addresses and edges (#347)

Summary:
If you just print out an address, depending on output context the NUL
separators may ...

github.com/sourcecred/sourcecred - 051ca7034d3691c982640d6320fac142b2e49804 authored over 6 years ago
Add `toString` functions for addresses and edges (#347)

Summary:
If you just print out an address, depending on output context the NUL
separators may ...

github.com/sourcecred/odyssey-hackathon - 051ca7034d3691c982640d6320fac142b2e49804 authored over 6 years ago
Include context parameters for address assertions (#346)

Summary:
Now, a client calling `assertNodeAddress` can indicate the context to
clients, like `...

github.com/sourcecred/odyssey-hackathon - 4705bec20d54f9f71fa4a44fe5917bc8624f3c63 authored over 6 years ago
Include context parameters for address assertions (#346)

Summary:
Now, a client calling `assertNodeAddress` can indicate the context to
clients, like `...

github.com/sourcecred/sourcecred - 4705bec20d54f9f71fa4a44fe5917bc8624f3c63 authored over 6 years ago
Log error contents on promise rejection (#345)

Summary:
Using `throw err;` was not useful when the error’s message was an
object: `[object Ob...

github.com/sourcecred/sourcecred - 24c3b2ec4163118d2b6721720a31783f5a6584ac authored over 6 years ago
Log error contents on promise rejection (#345)

Summary:
Using `throw err;` was not useful when the error’s message was an
object: `[object Ob...

github.com/sourcecred/odyssey-hackathon - 24c3b2ec4163118d2b6721720a31783f5a6584ac authored over 6 years ago
Unify a command-line entry point module (#344)

Summary:
For now, this contains the logic to register an `unhandledRejection`
error. I’ve remo...

github.com/sourcecred/odyssey-hackathon - 2be413b77c2d166dbc8a45098dc1733e62ba2d7b authored over 6 years ago
Unify a command-line entry point module (#344)

Summary:
For now, this contains the logic to register an `unhandledRejection`
error. I’ve remo...

github.com/sourcecred/sourcecred - 2be413b77c2d166dbc8a45098dc1733e62ba2d7b authored over 6 years ago
Limit Cred Explorer to display 100 entries (#342)

Right now, the cred explorer attempts to display every node in the
graph. As graphs easily grow...

github.com/sourcecred/sourcecred - 540bd860c6c285ee597ba08f8010b96e1827a166 authored over 6 years ago
Limit Cred Explorer to display 100 entries (#342)

Right now, the cred explorer attempts to display every node in the
graph. As graphs easily grow...

github.com/sourcecred/odyssey-hackathon - 540bd860c6c285ee597ba08f8010b96e1827a166 authored over 6 years ago
Unify `RecursiveTables` abstraction (#343)

Summary:
A `RecursiveTable` shows the tree-view from a single node; a
`RecursiveTables` shows ...

github.com/sourcecred/odyssey-hackathon - 910e4fc831623462df6d0d8a4b9cafc9da32488b authored over 6 years ago
Unify `RecursiveTables` abstraction (#343)

Summary:
A `RecursiveTable` shows the tree-view from a single node; a
`RecursiveTables` shows ...

github.com/sourcecred/sourcecred - 910e4fc831623462df6d0d8a4b9cafc9da32488b authored over 6 years ago
Fix GitHub rendering for posts without authors (#341)

Our GitHub renderer tries to display the author name for a comments or
pull request reviews. Ho...

github.com/sourcecred/sourcecred - 222c334027223706ab251467a8b24fd6e2ad5054 authored over 6 years ago
Fix GitHub rendering for posts without authors (#341)

Our GitHub renderer tries to display the author name for a comments or
pull request reviews. Ho...

github.com/sourcecred/odyssey-hackathon - 222c334027223706ab251467a8b24fd6e2ad5054 authored over 6 years ago
Add `addressAppend` (#332)

Consider a case where a user wants to construct many addresses sharing a
common prefix. For exa...

github.com/sourcecred/odyssey-hackathon - e092b32bca5e5ddaf9200344511a5e3b6e2a9138 authored over 6 years ago
Add `addressAppend` (#332)

Consider a case where a user wants to construct many addresses sharing a
common prefix. For exa...

github.com/sourcecred/sourcecred - e092b32bca5e5ddaf9200344511a5e3b6e2a9138 authored over 6 years ago
Ensure build failure emails (#339)

When the cron build fails, we want to make sure that we know about it.
This commit ensures that...

github.com/sourcecred/sourcecred - bd28030caadd433ba667345882ceb04d252083ee authored over 6 years ago
Ensure build failure emails (#339)

When the cron build fails, we want to make sure that we know about it.
This commit ensures that...

github.com/sourcecred/odyssey-hackathon - bd28030caadd433ba667345882ceb04d252083ee authored over 6 years ago
Add v3 `Graph` nodes methods (#331)

This commit implements and tests the following methods on the `Graph`:
- `addNode`
- `removeNo...

github.com/sourcecred/odyssey-hackathon - 0c8ede57a27343f5c51cbb6ed0ef78f3903c5415 authored over 6 years ago
Add v3 `Graph` nodes methods (#331)

This commit implements and tests the following methods on the `Graph`:
- `addNode`
- `removeNo...

github.com/sourcecred/sourcecred - 0c8ede57a27343f5c51cbb6ed0ef78f3903c5415 authored over 6 years ago
Fetch PR additions and deletions from GitHub (#340)

Summary:
Closes #336.

Test Plan:
Snapshots updated; changes are easily readable. Existing t...

github.com/sourcecred/sourcecred - 5b3b28c7054c822f6bfc945827717bd2c70e84be authored over 6 years ago
Fetch PR additions and deletions from GitHub (#340)

Summary:
Closes #336.

Test Plan:
Snapshots updated; changes are easily readable. Existing t...

github.com/sourcecred/odyssey-hackathon - 5b3b28c7054c822f6bfc945827717bd2c70e84be authored over 6 years ago
Upgrade flow to 0.73 (#338)

It still passes :)

Test plan: Travis

github.com/sourcecred/odyssey-hackathon - 6585700c0cc424f4ea3620dffb671a2ecad957de authored over 6 years ago
Upgrade flow to 0.73 (#338)

It still passes :)

Test plan: Travis

github.com/sourcecred/sourcecred - 6585700c0cc424f4ea3620dffb671a2ecad957de authored over 6 years ago
Update `src/v1/` paths for CI cron (#337)

Summary:
Fixes breakage due to https://github.com/sourcecred/sourcecred/pull/327.

Test Plan:...

github.com/sourcecred/sourcecred - 3e835764223c5c0c19d42112084f5bd53be25edf authored over 6 years ago
Update `src/v1/` paths for CI cron (#337)

Summary:
Fixes breakage due to https://github.com/sourcecred/sourcecred/pull/327.

Test Plan:...

github.com/sourcecred/odyssey-hackathon - 3e835764223c5c0c19d42112084f5bd53be25edf authored over 6 years ago
Upgrade prettier to 1.13 (#335)

Release notes: https://prettier.io/blog/2018/05/27/1.13.0.html

github.com/sourcecred/odyssey-hackathon - 3ac051b16ce84e4f4dbc37fe95a182fdbd96e13f authored over 6 years ago
Upgrade prettier to 1.13 (#335)

Release notes: https://prettier.io/blog/2018/05/27/1.13.0.html

github.com/sourcecred/sourcecred - 3ac051b16ce84e4f4dbc37fe95a182fdbd96e13f authored over 6 years ago
Reorganize Graph address-related code (#334)

This commit re-organizes our addressing code according to the following
conventions:
- All add...

github.com/sourcecred/sourcecred - 754de1652404af1023cf1a5c05504b3cca3ff940 authored over 6 years ago
Reorganize Graph address-related code (#334)

This commit re-organizes our addressing code according to the following
conventions:
- All add...

github.com/sourcecred/odyssey-hackathon - 754de1652404af1023cf1a5c05504b3cca3ff940 authored over 6 years ago
Add basic Graph data structures (#330)

This very minor commit adds the basic data structures to the `Graph`
that will act as underlyin...

github.com/sourcecred/odyssey-hackathon - 3e7776c245edd2a54136e98eda35be0a1b6b23db authored over 6 years ago
Add basic Graph data structures (#330)

This very minor commit adds the basic data structures to the `Graph`
that will act as underlyin...

github.com/sourcecred/sourcecred - 3e7776c245edd2a54136e98eda35be0a1b6b23db authored over 6 years ago
Implement {to,from}{Node,Edge}Address (#329) (#333)

This commit implements Node/Edge addresses, and helper functions for
generating and manipulatin...

github.com/sourcecred/sourcecred - 3acfefb9040683a5edd26dec52efd1c2f2717aa3 authored over 6 years ago
Implement {to,from}{Node,Edge}Address (#329) (#333)

This commit implements Node/Edge addresses, and helper functions for
generating and manipulatin...

github.com/sourcecred/odyssey-hackathon - 3acfefb9040683a5edd26dec52efd1c2f2717aa3 authored over 6 years ago
Add a skeleton of the v3 Graph API (#328)

The newly added `v3/src/core/graph.js` module is the heart of our `v3`
refactor, which aims at ...

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