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

Update example-github data (#445)

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

Test plan: travis

github.com/sourcecred/odyssey-hackathon - 3bf496b06fd55b3e231bfbc9e90f1229b246c6c7 authored over 6 years ago
Include Pull additions/deletions (#444)

This adds additions and deletions to the v3 Pull data model, and also
uses them in the pull des...

github.com/sourcecred/odyssey-hackathon - baec3c15dd7a2d8217c5445f69274c9f7e1a7558 authored over 6 years ago
Include Pull additions/deletions (#444)

This adds additions and deletions to the v3 Pull data model, and also
uses them in the pull des...

github.com/sourcecred/sourcecred - baec3c15dd7a2d8217c5445f69274c9f7e1a7558 authored over 6 years ago
Add RelationalView.{to,from}JSON (#443)

This adds methods for serializing the GitHub RelationalView.

We have not put in the work to e...

github.com/sourcecred/sourcecred - 6356c5477f3716e5a241cda0108505874f729dac authored over 6 years ago
Add RelationalView.{to,from}JSON (#443)

This adds methods for serializing the GitHub RelationalView.

We have not put in the work to e...

github.com/sourcecred/odyssey-hackathon - 6356c5477f3716e5a241cda0108505874f729dac authored over 6 years ago
Add `RelationalView.addData` (#442)

Now that we want to implement RelationalView de/serialization, we need a
way to construct one w...

github.com/sourcecred/odyssey-hackathon - 64df5b09c3e0f95772d52e2bc728c4a805f5b606 authored over 6 years ago
Add `RelationalView.addData` (#442)

Now that we want to implement RelationalView de/serialization, we need a
way to construct one w...

github.com/sourcecred/sourcecred - 64df5b09c3e0f95772d52e2bc728c4a805f5b606 authored over 6 years ago
Transform Markdown AST to strip formatting (#441)

Summary:
This makes progress on #432. We’d like to look for GitHub references
only within each...

github.com/sourcecred/sourcecred - 4ee1ed54c8c23657f90b465a2c5355a76639ba8c authored over 6 years ago
Transform Markdown AST to strip formatting (#441)

Summary:
This makes progress on #432. We’d like to look for GitHub references
only within each...

github.com/sourcecred/odyssey-hackathon - 4ee1ed54c8c23657f90b465a2c5355a76639ba8c authored over 6 years ago
Add dependency on `commonmark` (#440)

Summary:
We plan to use this to more intelligently extract references from GitHub
text content...

github.com/sourcecred/odyssey-hackathon - 0cc2907e9e3786d1eec7711ee354a3ce74025112 authored over 6 years ago
Add dependency on `commonmark` (#440)

Summary:
We plan to use this to more intelligently extract references from GitHub
text content...

github.com/sourcecred/sourcecred - 0cc2907e9e3786d1eec7711ee354a3ce74025112 authored over 6 years ago
GH: Add a `description` method for entities (#439)

This commit adds a `description` method that takes a GitHub entity, and
returns a description o...

github.com/sourcecred/sourcecred - 607adeca296990e58f0b30b75fece09583fb54df authored over 6 years ago
GH: Add a `description` method for entities (#439)

This commit adds a `description` method that takes a GitHub entity, and
returns a description o...

github.com/sourcecred/odyssey-hackathon - 607adeca296990e58f0b30b75fece09583fb54df authored over 6 years ago
Add `RelationalView.match` (#438)

`match` implements pattern matching over `Entity`

Test plan:
Unit tests included.

github.com/sourcecred/odyssey-hackathon - 40db3cdfa311e5316f1d13112548b09fcbdf1ebf authored over 6 years ago
Add `RelationalView.match` (#438)

`match` implements pattern matching over `Entity`

Test plan:
Unit tests included.

github.com/sourcecred/sourcecred - 40db3cdfa311e5316f1d13112548b09fcbdf1ebf authored over 6 years ago
Export a clean `Entity` type from relationalView (#437)

Callers will want to write functions that are generic over `Entity`.
This makes those call sign...

github.com/sourcecred/sourcecred - e239fdfeebe77f21305fbaeb6908d93920d066e1 authored over 6 years ago
Export a clean `Entity` type from relationalView (#437)

Callers will want to write functions that are generic over `Entity`.
This makes those call sign...

github.com/sourcecred/odyssey-hackathon - e239fdfeebe77f21305fbaeb6908d93920d066e1 authored over 6 years ago
Add a GitHub `example` module (#436)

Currently, GitHub tests load example data with ad-hoc methods. It makes
it easy for the author ...

github.com/sourcecred/odyssey-hackathon - a8f54530bc0862d261f3cb562a48df49cf283c87 authored over 6 years ago
Add a GitHub `example` module (#436)

Currently, GitHub tests load example data with ad-hoc methods. It makes
it easy for the author ...

github.com/sourcecred/sourcecred - a8f54530bc0862d261f3cb562a48df49cf283c87 authored over 6 years ago
Rename `demoData` folders to `example` (#435)

The Git and GitHub plugins have folders that contain small example data,
as used for tests and ...

github.com/sourcecred/sourcecred - 529f7db374e2edd7f3f6836c902cece4dedc7f74 authored over 6 years ago
Rename `demoData` folders to `example` (#435)

The Git and GitHub plugins have folders that contain small example data,
as used for tests and ...

github.com/sourcecred/odyssey-hackathon - 529f7db374e2edd7f3f6836c902cece4dedc7f74 authored over 6 years ago
Add references to the GitHub graph (#434)

This is a very simple extension of #431 to use the new reference
detection logic added in #429....

github.com/sourcecred/odyssey-hackathon - 38942d1f7b9b0f95d4cc0ac95622c04cac5a4c93 authored over 6 years ago
Add references to the GitHub graph (#434)

This is a very simple extension of #431 to use the new reference
detection logic added in #429....

github.com/sourcecred/sourcecred - 38942d1f7b9b0f95d4cc0ac95622c04cac5a4c93 authored over 6 years ago
Refactor GH `createGraph` to use `RelationalView` (#428)

This commit modifies `github/createGraph` to use the `RelationalView`
class created in #424. Th...

github.com/sourcecred/sourcecred - 1421148a6d8466a94e8ab305c1a3cdb52e9ab073 authored over 6 years ago
Refactor GH `createGraph` to use `RelationalView` (#428)

This commit modifies `github/createGraph` to use the `RelationalView`
class created in #424. Th...

github.com/sourcecred/odyssey-hackathon - 1421148a6d8466a94e8ab305c1a3cdb52e9ab073 authored over 6 years ago
`RelationalView` tracks GitHub references (#431)

For every `TextContentEntity` (`Issue`, `Pull`, `Review`, `Comment`),
this commit adds a `refer...

github.com/sourcecred/odyssey-hackathon - c022b3f4d04ad8ff27399053a8c97076675bb3f8 authored over 6 years ago
`RelationalView` tracks GitHub references (#431)

For every `TextContentEntity` (`Issue`, `Pull`, `Review`, `Comment`),
this commit adds a `refer...

github.com/sourcecred/sourcecred - c022b3f4d04ad8ff27399053a8c97076675bb3f8 authored over 6 years ago
Add porcelain-style classes to `RelationalView` (#424)

Based on offline design discussion with @wchargin, we've decided to
upgrade the `RelationalView...

github.com/sourcecred/sourcecred - 6235febdac242a8b450b7ea41e1f833575e55253 authored over 6 years ago
Add porcelain-style classes to `RelationalView` (#424)

Based on offline design discussion with @wchargin, we've decided to
upgrade the `RelationalView...

github.com/sourcecred/odyssey-hackathon - 6235febdac242a8b450b7ea41e1f833575e55253 authored over 6 years ago
Convert V3 graphs to Markov chains (#427)

Summary:
This is based on the V1 file `basicPagerank.js`. The API is necessarily
changed for t...

github.com/sourcecred/odyssey-hackathon - e7b28b81dbecf5bab732c1c61aff10d24be590e3 authored over 6 years ago
Convert V3 graphs to Markov chains (#427)

Summary:
This is based on the V1 file `basicPagerank.js`. The API is necessarily
changed for t...

github.com/sourcecred/sourcecred - e7b28b81dbecf5bab732c1c61aff10d24be590e3 authored over 6 years ago
Expose `advancedGraph` test case (#426)

Summary:
We’d like to use this test case to generate a Markov chain, which
requires that it no...

github.com/sourcecred/sourcecred - b9c67f447fda612ebf7220c8e82c34cdc4b4c1f9 authored over 6 years ago
Expose `advancedGraph` test case (#426)

Summary:
We’d like to use this test case to generate a Markov chain, which
requires that it no...

github.com/sourcecred/odyssey-hackathon - b9c67f447fda612ebf7220c8e82c34cdc4b4c1f9 authored over 6 years ago
Copy Markov chain code from V1 to V3 (#425)

Summary:
This code is independent of the graph abstraction, and so is mostly
copied. The only ...

github.com/sourcecred/odyssey-hackathon - faa2f8c9d00b8742f85ed0fc61bd07b07cb8314e authored over 6 years ago
Copy Markov chain code from V1 to V3 (#425)

Summary:
This code is independent of the graph abstraction, and so is mostly
copied. The only ...

github.com/sourcecred/sourcecred - faa2f8c9d00b8742f85ed0fc61bd07b07cb8314e authored over 6 years ago
Rename `findReferences` to `parseReferences` (#429)

This code is about parsing references out of text, so `parseReferences`
is a better name.

Th...

github.com/sourcecred/sourcecred - 659fc51d9b623a19fef2fabdda9963155a7376b8 authored over 6 years ago
Rename `findReferences` to `parseReferences` (#429)

This code is about parsing references out of text, so `parseReferences`
is a better name.

Th...

github.com/sourcecred/odyssey-hackathon - 659fc51d9b623a19fef2fabdda9963155a7376b8 authored over 6 years ago
Represent submodule commits as normal commits (#423)

Summary:
Closes #417. Submodule commits are dead; long live commits. The ontology
is now:

...

github.com/sourcecred/odyssey-hackathon - 518d5b819c2628b20f5f12e406ce312f7e35cd73 authored over 6 years ago
Represent submodule commits as normal commits (#423)

Summary:
Closes #417. Submodule commits are dead; long live commits. The ontology
is now:

...

github.com/sourcecred/sourcecred - 518d5b819c2628b20f5f12e406ce312f7e35cd73 authored over 6 years ago
Allow Git commits to have zero or one tree (#422)

Summary:
Submodule commits need not have associated tree objects, in case the
repository to wh...

github.com/sourcecred/sourcecred - 38c364c9164cac6a547767a87de8396e25c95de1 authored over 6 years ago
Allow Git commits to have zero or one tree (#422)

Summary:
Submodule commits need not have associated tree objects, in case the
repository to wh...

github.com/sourcecred/odyssey-hackathon - 38c364c9164cac6a547767a87de8396e25c95de1 authored over 6 years ago
Implement a Git graph view (#415)

Summary:
Similar in structure to the GitHub graph view.

Test Plan:
Unit tests added, with f...

github.com/sourcecred/odyssey-hackathon - dd83d7b4abdbaab1e44aa0474eecafc180d279ce authored over 6 years ago
Implement a Git graph view (#415)

Summary:
Similar in structure to the GitHub graph view.

Test Plan:
Unit tests added, with f...

github.com/sourcecred/sourcecred - dd83d7b4abdbaab1e44aa0474eecafc180d279ce authored over 6 years ago
Create Git graph (#406)

Summary:
This commit adds logic to create the Git graph, modeled after the GitHub
graph creato...

github.com/sourcecred/sourcecred - 0522894a8d5abc45eaac5397ee0cb893e2b6ad3b authored over 6 years ago
Create Git graph (#406)

Summary:
This commit adds logic to create the Git graph, modeled after the GitHub
graph creato...

github.com/sourcecred/odyssey-hackathon - 0522894a8d5abc45eaac5397ee0cb893e2b6ad3b authored over 6 years ago
Add GitHub `RelationalView` (#411)

The `RelationalView` maps the GitHub GraphQL response data into a View
class, which makes it ea...

github.com/sourcecred/odyssey-hackathon - a470f282043c2940b29b91c97ee120de052b09df authored over 6 years ago
Add GitHub `RelationalView` (#411)

The `RelationalView` maps the GitHub GraphQL response data into a View
class, which makes it ea...

github.com/sourcecred/sourcecred - a470f282043c2940b29b91c97ee120de052b09df authored over 6 years ago
Copy `github/findReferences` from v1 to v3 (#410)

The code will be refactored so that references are expressed in terms of
the GitHub node addres...

github.com/sourcecred/sourcecred - 2dec8868db069976fb3c270b8f18b7afaaaeb7d4 authored over 6 years ago
Copy `github/findReferences` from v1 to v3 (#410)

The code will be refactored so that references are expressed in terms of
the GitHub node addres...

github.com/sourcecred/odyssey-hackathon - 2dec8868db069976fb3c270b8f18b7afaaaeb7d4 authored over 6 years ago
Cache core graph `checkInvariants` result (#408)

Summary:
The public method `checkInvariants` on graph is now cached. The cache is
invalidated ...

github.com/sourcecred/odyssey-hackathon - 127200f67c2a1ba5699c407e20b8c3f18e0227f2 authored over 6 years ago
Cache core graph `checkInvariants` result (#408)

Summary:
The public method `checkInvariants` on graph is now cached. The cache is
invalidated ...

github.com/sourcecred/sourcecred - 127200f67c2a1ba5699c407e20b8c3f18e0227f2 authored over 6 years ago
create the GitHub graph (#405)

This commit:
- adds `github/createGraph.js`
- which ingests GitHub GraphQL response
- and...

github.com/sourcecred/sourcecred - a209caeec21e513d7f2cdd9b893cac2f25241c61 authored over 6 years ago
create the GitHub graph (#405)

This commit:
- adds `github/createGraph.js`
- which ingests GitHub GraphQL response
- and...

github.com/sourcecred/odyssey-hackathon - a209caeec21e513d7f2cdd9b893cac2f25241c61 authored over 6 years ago
Use Git Commit type in GitHub mergedAs edge (#407)

Test plan:
`yarn travis` passes

github.com/sourcecred/odyssey-hackathon - 24a7547e16a1af023320bff66a5ff58ad7b04391 authored over 6 years ago
Use Git Commit type in GitHub mergedAs edge (#407)

Test plan:
`yarn travis` passes

github.com/sourcecred/sourcecred - 24a7547e16a1af023320bff66a5ff58ad7b04391 authored over 6 years ago
Add edge type definitions for V3 Git plugin (#404)

Summary:
This is modeled after the GitHub edge module format. In particular, the
whole length ...

github.com/sourcecred/sourcecred - 448fb3e1a8662e4ce84dbb9b929ea981c6368802 authored over 6 years ago
Add edge type definitions for V3 Git plugin (#404)

Summary:
This is modeled after the GitHub edge module format. In particular, the
whole length ...

github.com/sourcecred/odyssey-hackathon - 448fb3e1a8662e4ce84dbb9b929ea981c6368802 authored over 6 years ago
Add node type definitions for V3 Git plugin (#403)

Summary:
This is modeled after the GitHub node module format, with the obvious
alterations plu...

github.com/sourcecred/odyssey-hackathon - 7c1b3ca835e96110be6627fe1f9f4b2fc025b5a2 authored over 6 years ago
Add node type definitions for V3 Git plugin (#403)

Summary:
This is modeled after the GitHub node module format, with the obvious
alterations plu...

github.com/sourcecred/sourcecred - 7c1b3ca835e96110be6627fe1f9f4b2fc025b5a2 authored over 6 years ago
Remove payload definitions from V3 `git/types.js` (#402)

Test Plan:
Existing Flow and unit tests suffice.

wchargin-branch: git-v3-remove-payloads

github.com/sourcecred/sourcecred - 83151d9fac552abd0e6b94ba38ff3ced2c0c3c12 authored over 6 years ago
Remove payload definitions from V3 `git/types.js` (#402)

Test Plan:
Existing Flow and unit tests suffice.

wchargin-branch: git-v3-remove-payloads

github.com/sourcecred/odyssey-hackathon - 83151d9fac552abd0e6b94ba38ff3ced2c0c3c12 authored over 6 years ago
Copy graph-independent V1 Git plugin code to V3 (#401)

Summary:
Many files are unchanged. Some files have had paths updated, or new
build/test target...

github.com/sourcecred/odyssey-hackathon - 9347348dd7b7c8e62a397490b88a11bb3e58a6db authored over 6 years ago
Copy graph-independent V1 Git plugin code to V3 (#401)

Summary:
Many files are unchanged. Some files have had paths updated, or new
build/test target...

github.com/sourcecred/sourcecred - 9347348dd7b7c8e62a397490b88a11bb3e58a6db authored over 6 years ago
Greatly simplify GitHub edge tests (#400)

Summary:
We had `edgeExamples`, wherein we constructed examples of edge addresses
(not actual ...

github.com/sourcecred/sourcecred - 281cb574d5bc7f2a7abb7d61fe58651815f4ac3c authored over 6 years ago
Greatly simplify GitHub edge tests (#400)

Summary:
We had `edgeExamples`, wherein we constructed examples of edge addresses
(not actual ...

github.com/sourcecred/odyssey-hackathon - 281cb574d5bc7f2a7abb7d61fe58651815f4ac3c authored over 6 years ago
Use `edgeToParts` in the GitHub edge tests (#399)

Test Plan:
Observe that the new snapshots are easier to read. Might as well make
sure that the...

github.com/sourcecred/odyssey-hackathon - b9c01d13c9235d3c73cfef714df784dd918dc2ca authored over 6 years ago
Use `edgeToParts` in the GitHub edge tests (#399)

Test Plan:
Observe that the new snapshots are easier to read. Might as well make
sure that the...

github.com/sourcecred/sourcecred - b9c01d13c9235d3c73cfef714df784dd918dc2ca authored over 6 years ago
Add `edgeToParts` convenience export from `Graph` (#398)

Summary:
We have `edgeToString`, which formats edges as nicely human-readable
strings. However...

github.com/sourcecred/sourcecred - aac2fc6792f4530929e58f812a1d262b85f6f7d9 authored over 6 years ago
Add `edgeToParts` convenience export from `Graph` (#398)

Summary:
We have `edgeToString`, which formats edges as nicely human-readable
strings. However...

github.com/sourcecred/odyssey-hackathon - aac2fc6792f4530929e58f812a1d262b85f6f7d9 authored over 6 years ago
Fix GitHub node `fromRaw` error-path test cases (#397)

Summary:
In #394, we uppercased the constants for GitHub node types. However, we
were using st...

github.com/sourcecred/odyssey-hackathon - ea74955a66a91301d6b26d0748c3a63f02565733 authored over 6 years ago
Fix GitHub node `fromRaw` error-path test cases (#397)

Summary:
In #394, we uppercased the constants for GitHub node types. However, we
were using st...

github.com/sourcecred/sourcecred - ea74955a66a91301d6b26d0748c3a63f02565733 authored over 6 years ago
Add GitHub prefixes and const types (#395)

- Switch string constant node and edge types (e.g. "REPO") to exported
consts (eg `export const...

github.com/sourcecred/sourcecred - ed3397f6549565420c7137e45006fe2b64eb9fa6 authored over 6 years ago
Add GitHub prefixes and const types (#395)

- Switch string constant node and edge types (e.g. "REPO") to exported
consts (eg `export const...

github.com/sourcecred/odyssey-hackathon - ed3397f6549565420c7137e45006fe2b64eb9fa6 authored over 6 years ago
Add `CommentableAddress` (#396)

Test plan: Not needed.

Paired with @wchargin

github.com/sourcecred/odyssey-hackathon - a8bf6a36bf2c995dc91d778fc8be6664e371f3e8 authored over 6 years ago
Add `CommentableAddress` (#396)

Test plan: Not needed.

Paired with @wchargin

github.com/sourcecred/sourcecred - a8bf6a36bf2c995dc91d778fc8be6664e371f3e8 authored over 6 years ago
Use uppercase enum constants in GitHub addresses (#394)

Summary:
@decentralion wants this! :-)

Test Plan:
Verify that the case-insensitive diff is ...

github.com/sourcecred/sourcecred - b6eebddeb0990002ed6c1585b14c10cc1265d8b4 authored over 6 years ago
Use uppercase enum constants in GitHub addresses (#394)

Summary:
@decentralion wants this! :-)

Test Plan:
Verify that the case-insensitive diff is ...

github.com/sourcecred/odyssey-hackathon - b6eebddeb0990002ed6c1585b14c10cc1265d8b4 authored over 6 years ago
Use `NodeAddress.empty` and `EdgeAddress.empty` (#393)

Summary:
This fixes up all instances of `fromParts([])` that are not in
`address.js` or `addre...

github.com/sourcecred/odyssey-hackathon - 7ce4a0c32de1c2bee51af74840364a63b4730138 authored over 6 years ago
Use `NodeAddress.empty` and `EdgeAddress.empty` (#393)

Summary:
This fixes up all instances of `fromParts([])` that are not in
`address.js` or `addre...

github.com/sourcecred/sourcecred - 7ce4a0c32de1c2bee51af74840364a63b4730138 authored over 6 years ago
Add `empty` (monoid identity) to address modules (#392)

Summary:
This can make invocations of `FooAddress.fromParts([])` a bit more
succinct.

Paire...

github.com/sourcecred/sourcecred - 6ba6d885ad65ed4264cb365c8afa367f9706fc00 authored over 6 years ago
Add `empty` (monoid identity) to address modules (#392)

Summary:
This can make invocations of `FooAddress.fromParts([])` a bit more
succinct.

Paire...

github.com/sourcecred/odyssey-hackathon - 6ba6d885ad65ed4264cb365c8afa367f9706fc00 authored over 6 years ago
Add `Graph.edges` filtering by prefixing (#391)

Similar to #390, we now allow filtering the results from `Graph.edges`
by address prefixes. It'...

github.com/sourcecred/odyssey-hackathon - 7199586262850d0d9e506439bddec4e70c48a68a authored over 6 years ago
Add `Graph.edges` filtering by prefixing (#391)

Similar to #390, we now allow filtering the results from `Graph.edges`
by address prefixes. It'...

github.com/sourcecred/sourcecred - 7199586262850d0d9e506439bddec4e70c48a68a authored over 6 years ago
Implement prefix filtering for `Graph.nodes` (#390)

Simple API addition to match v1/v2 semantics.
In the future, we can perf optimize this if we sw...

github.com/sourcecred/sourcecred - 1a08a48c0333ec0ecffdc378bc6d24a2661d3556 authored over 6 years ago
Implement prefix filtering for `Graph.nodes` (#390)

Simple API addition to match v1/v2 semantics.
In the future, we can perf optimize this if we sw...

github.com/sourcecred/odyssey-hackathon - 1a08a48c0333ec0ecffdc378bc6d24a2661d3556 authored over 6 years ago
Add methods for parsing Ids from GitHub urls (#388)

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

The GitHub regex code is inspired by work in...

github.com/sourcecred/odyssey-hackathon - 95c5af36d934ccea2015f52fcc79098324ecc157 authored over 6 years ago
Add methods for parsing Ids from GitHub urls (#388)

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

The GitHub regex code is inspired by work in...

github.com/sourcecred/sourcecred - 95c5af36d934ccea2015f52fcc79098324ecc157 authored over 6 years ago
Add GitHub `edges` module (#385)

Summary:
This module includes a raw edge type, a structured edge type, and edge
creation funct...

github.com/sourcecred/sourcecred - 2491fcd3cb3f10d971603458a8cac9c58c305390 authored over 6 years ago
Add GitHub `edges` module (#385)

Summary:
This module includes a raw edge type, a structured edge type, and edge
creation funct...

github.com/sourcecred/odyssey-hackathon - 2491fcd3cb3f10d971603458a8cac9c58c305390 authored over 6 years ago
Add trait-specific GitHub address types (#387)

Will be useful in graph creation logic, and in #385

Test plan: Only change is to add types. N...

github.com/sourcecred/odyssey-hackathon - 17b390afe94e9f0bdf0635c2b8bdf04287e04d7f authored over 6 years ago
Add trait-specific GitHub address types (#387)

Will be useful in graph creation logic, and in #385

Test plan: Only change is to add types. N...

github.com/sourcecred/sourcecred - 17b390afe94e9f0bdf0635c2b8bdf04287e04d7f authored over 6 years ago
Export `_githubAddress` from GitHub `nodes` (#384)

Summary:
We’ll want to use this in the upcoming `edges` module.

Test Plan:
Existing unit te...

github.com/sourcecred/sourcecred - 25f74b89e91f73868bf5cf773c65ea575a4814e2 authored over 6 years ago
Export `_githubAddress` from GitHub `nodes` (#384)

Summary:
We’ll want to use this in the upcoming `edges` module.

Test Plan:
Existing unit te...

github.com/sourcecred/odyssey-hackathon - 25f74b89e91f73868bf5cf773c65ea575a4814e2 authored over 6 years ago
Github Addresses: Rename `fragment` to `id` (#386)

Test plan:
`yarn travis`

github.com/sourcecred/odyssey-hackathon - ad9ac55bef4aaa6fbe56c5c80f4964bf2f319665 authored over 6 years ago
Github Addresses: Rename `fragment` to `id` (#386)

Test plan:
`yarn travis`

github.com/sourcecred/sourcecred - ad9ac55bef4aaa6fbe56c5c80f4964bf2f319665 authored over 6 years ago
Rename various aspects of GitHub `nodes` module (#383)

Summary:
First, we rename the module itself from `address` to `nodes`: we’d like
to put the ed...

github.com/sourcecred/sourcecred - 748f9210a65f3d827c42190c77a423ef228c0764 authored over 6 years ago
Rename various aspects of GitHub `nodes` module (#383)

Summary:
First, we rename the module itself from `address` to `nodes`: we’d like
to put the ed...

github.com/sourcecred/odyssey-hackathon - 748f9210a65f3d827c42190c77a423ef228c0764 authored over 6 years ago
gh plugin: use consistent concise naming for pulls (#381)

One of the slight modifications we've made in v3 is to effect the
following renames (as impleme...

github.com/sourcecred/odyssey-hackathon - e4d9ce1565f1b8e9038136905e94b2f00e3a337c authored over 6 years ago
gh plugin: use consistent concise naming for pulls (#381)

One of the slight modifications we've made in v3 is to effect the
following renames (as impleme...

github.com/sourcecred/sourcecred - e4d9ce1565f1b8e9038136905e94b2f00e3a337c authored over 6 years ago
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