Ecosyste.ms: OpenCollective

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

github.com/sourcecred/sourcecred

a social algorithm for computing cred
https://github.com/sourcecred/sourcecred

yarn.lock: update out-of-date `flow-bin` entry

Summary:
In #1259, `flow-bin` was upgraded to 0.104.0 in `package.json`, but no
corresponding ch...

9d3fe3b80d3801bd21d9e633bf7fa342f59ec1d6 authored over 5 years ago by William Chargin <[email protected]>
deps: pin an exact version of Prettier

Summary:
[Prettier docs] recommend pinning an exact version because their semver
policy does not...

ee581f647fadbef6d969abb5e8b62ccabfe6e54a authored over 5 years ago by William Chargin <[email protected]>
chore(package): update flow-bin to version 0.104.0

744c11214de10b0c5595a02561aeae5d54be9ce7 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Fixup project for move of example repos

I moved sourcecred/example-git{,hub} to the @sourcecred-test org.

This commit fixes the build g...

d5a1ca30b4d1551fdc3bf81b488aa8ae4a37c1d3 authored over 5 years ago by Dandelion Mané <[email protected]>
Remove deprecated commands and adapters

This commit removes the `pagerank` and `analyze` commands (both of which
never saw real usage), ...

ca4fb2bc5d3e24a4b0d002c74546246768bfc457 authored over 5 years ago by Dandelion Mané <[email protected]>
deprecate cli/load

This commit deprecates `cli/load` so that we can write a new
implementation, and then make an at...

1f7ee2ed1c4088996667dc415f767288cadc4c1b authored over 5 years ago by Dandelion Mané <[email protected]>
change the world: track projects not repos

This commit swaps usage over to the new implementation of `cli/load`
(the one that wraps `api/lo...

c15e97b4d4c063de053f62559b47af2478b00dc6 authored over 5 years ago by Dandelion Mané <[email protected]>
Update CHANGELOG for #1233

b4c2846ed03cbfc6c854a2e90689c3d7bc1067af authored over 5 years ago by Dandelion Mané <[email protected]>
re-implement src/cli/load

The new implementation wraps `api/load`.

Test plan: I've ported over the tests from the old `cl...

e31269283a82a350acd919186e10eb15392b104d authored over 5 years ago by Dandelion Mané <[email protected]>
remove old-style git loading, and its testing

I'm re-organizing SC data to be oriented on the graph, rather than on
plugin-specific data struc...

4ae502bfd3e4b37086654c94f39bde877ac64f7c authored over 5 years ago by Dandelion Mané <[email protected]>
remove dep on `mkdirp` (#1253)

There's no need for us to depend on `mkdirp`, because the `fs-extra`
module already has `fs.mkd...

37b39a7e0a2c13144e2b0ad7cc9a984a47245b52 authored over 5 years ago by Dandelion Mané <[email protected]>
add `api/load` (#1251)

This adds a new module, `api/load`, which implements the logic that will
underly the new `sourc...

d0660c9366bdff2db8568b38b05929de52f9b665 authored over 5 years ago by Dandelion Mané <[email protected]>
Make `TaskReporter` an easily-tested interface

This commit refactors the `util/taskReporter` module so that
`TaskReporter` is an interface; the...

aa72bee217eba823ce361b0dca141fa6b3cb683a authored over 5 years ago by Dandelion Mané <[email protected]>
Replace `Object.freeze` with `deepFreeze`

Throughout the codebase, we freeze objects when we want to ensure that
their properties are neve...

6bd7fe1154f944d33d8a8ab2ecbf480ec3d496c0 authored over 5 years ago by Dandelion Mané <[email protected]>
Add `github/loadGraph`

This is a replacement for `github/loadGithubData` which returns a
combined Graph rather than a c...

e4c96f3a18eed4923f2808006339d1d04d448392 authored over 5 years ago by Dandelion Mané <[email protected]>
add github/specToProject

This module builds on the project logic added in #1238, and makes it
easy to create projects bas...

0a34c8b0369f8e71b7706a27866a2e7d42024f5e authored over 5 years ago by Dandelion Mané <[email protected]>
Add util/taskReporter

It's a lightweight utility for reporting task progress in a CLI.

It's inspired by execDependenc...

daa7409abbb530243cf1acfbd29fe8b8e08df6e6 authored over 5 years ago by Dandelion Mané <[email protected]>
Use url encoding and make _getProjectIds async

Test plan: `yarn test --full` still passes. Also, I've ensured that the
async `_getProjectIds` i...

0889a0a5d11bcd1f303f22155c258b4c78bf0ad9 authored over 5 years ago by Dandelion Mané <[email protected]>
Add `core/project` and `core/project_io`

This creates a new `Project` type which will replace `RepoId` as the
index type for saving and l...

9b105ee4ce81fff7cbed0a10f3b3c7fec4ec53d3 authored over 5 years ago by Dandelion Mané <[email protected]>
Another stab at fixing CI flakiness

See #1243 for context. This is basically a more aggressive version of
pull #1230 -- instead of j...

aa28c932c5b76467335fed6e3e2a4716dd2273cc authored over 5 years ago by Dandelion Mané <[email protected]>
update lockfile

Greenkeeper is updating our package.json, but not our lockfile. I should
fix this.

Test plan: C...

602f7ba819ac349776cfc1607624b3abb29a37d2 authored over 5 years ago by Dandelion Mané <[email protected]>
chore(package): update flow-bin to version 0.103.0

34117642cf0398ff00ead08ddf20ffb57a8ff35f authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
chore(package): update eslint-plugin-flowtype to version 3.12.0

3dfc209f76cb72e96c279197d54d5328db6f6b89 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update babel dependencies (#1236)

* chore(package): update @babel/core to version 7.5.5

* chore(package): update @babel/plugin-...

d88c72f612a137b4ccfb256284d5f28602a656fb authored over 5 years ago by Dandelion Mané <[email protected]>
Update dependencies to enable Greenkeeper 🌴 (#1231)

* chore(package): update dependencies

* revert tmp upgrade

I'm having test failures when `...

8d8804c246aa80f9d298f773524a1c21c9fa967b authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Fix flakey CI memory issues (#1230)

Ever since I upgraded all of the dependencies, we've been having
regular CI failures, which see...

78dc571cdc5b62f37d99b0ab714d8a83832e3afa authored over 5 years ago by Dandelion Mané <[email protected]>
Add --weights as load option (#1224)

Includes a change to `cli/load` and `build_static_site.sh` to accept a `--weights WEIGHTS_FILE` ...

7509a78f651cd20332010593eb16bef41a10d3be authored over 5 years ago by Robin van Boven <[email protected]>
Remove the ExplorerAdapter from the legacy app

Prior to #1136, we needed an `ExplorerAdapter` abstraction to get node
description data to the f...

7a88d32cb27de825d6170ab0bf9e1c9f3fc48ac5 authored over 5 years ago by Dandelion Mané <[email protected]>
tweak: jest loads .mjs last

This resolves an issue that caused jest tests to fail when depending on
a module that ships .mjs...

493d7332c6155b723e01709b22dfcf89565c1dbd authored over 5 years ago by Dandelion Mané <[email protected]>
Include quasar problematic interactions. (#1225)

8ae76f122e1048c0853e5096b81cf6f25f4fbe6d authored over 5 years ago by Robin van Boven <[email protected]>
Fix #1226 (#1228)

This resolves an issue where build_static_site.sh fails if the
$SOURCECRED_DIRECTORY is not set...

897c0f6eb90962a8903b111bf1a8bc2fe32b3584 authored over 5 years ago by Dandelion Mané <[email protected]>
add `sourcecred/scores` (#1223)

The scores are lightly processed from their internal representation.
Example usage:

```
$ y...

88f736d180678d06edf99a755d7112e40a78c4c5 authored over 5 years ago by Dandelion Mané <[email protected]>
Change version to 0.3.0

8e0bbcf597f9ff854c8eda465b7b49a8bb7f8e90 authored over 5 years ago by Dandelion Mané <[email protected]>
fix sharness/test_build_static_site.t

This fixes a build error in test_build_static_site.t.
It's been masked by a lot of ENOMEM issues...

4ba9fe3a8cfeae1aae5ebc4e303ef155df6a73e9 authored over 5 years ago by Dandelion Mané <[email protected]>
give build_static_site.sh access to cache

This modifies `scripts/build_static_site.sh` so that it uses the cache
available in `$SOURCECRED...

ff026817d014124914af51028c72254052c196dd authored over 5 years ago by Dandelion Mané <[email protected]>
Run tests on the ci-test branch

This modifies config.yml so that it will run full tests on a branch
called "ci-test". This will ...

ade2cc7a1dfbbf23122d8fc3abf9413c3eb5bb6f authored over 5 years ago by Dandelion Mané <[email protected]>
CHANGELOG: We now support node 10 and 12

f5172f8098838ad83957f4a00e3bf9a8390de4a5 authored over 5 years ago by Dandelion Mané <[email protected]>
Add ipfs/go-ipfs to website

I've been using it a lot as a test for a larger repo. May as well
canonicalize it.

1f0fe3a796705b75e8ac8ed4c782547ebe9ee94c authored over 5 years ago by Dandelion Mané <[email protected]>
Initial Timeline Explorer

This commit adds a TimelineExplorer for visualizing timeline cred data.
The centerpiece is the T...

5dc7f440cef29fbed5dda51a8aeceaff417c7b35 authored over 5 years ago by Dandelion Mané <[email protected]>
Have the prototypes/ page point to Timeline Cred

As of this commit, the main SourceCred prototypes page now links to
timeline cred, meaning that ...

c0b207b9891b4c5caa0dcd73f5079d53bba3ba9e authored over 5 years ago by Dandelion Mané <[email protected]>
Add a copy method to `analysis/weights`

It's very simple: a method that creates a copy of a `Weights`.
While writing this, I realized I ...

b106326e0af95be4ec0e5b2da2a4a0fbdf96f7a3 authored over 5 years ago by Dandelion Mané <[email protected]>
Update CHANGELOG.md to mention Timeilne Cred UI

8d6f62d4b3731b96f4359c5ff13bd58ef55af4c5 authored over 5 years ago by Dandelion Mané <[email protected]>
Move the v1 explorer to `explorer/legacy`

This is a bulk rename of all the old explorer code into
`explorer/legacy`. Now that the timeline...

93ceb9ca05c04d477f9c3f2e579ae3e8e7f35e5e authored over 5 years ago by Dandelion Mané <[email protected]>
Upgrade babel to 7

I moved `config/babel.js` to `.babelrc.js` because it seemed like babel
7 really wanted that. I ...

f77ff3ecd074214f49fc438fb9402e18e2e67922 authored over 5 years ago by Dandelion Mané <[email protected]>
upgrade to webpack 4

Now that babel is upgraded, upgrading webpack was pretty
straightforward.

- We take advantage o...

a0b754bb4325ee38b7582e8709523c4f7c2c2fe2 authored over 5 years ago by Dandelion Mané <[email protected]>
Disable the uglify plugin

We have an old version of uglify, and it's causing problems with
compiling d3-array, and also wh...

666c6287625363064def6eae8471f9179d110703 authored over 5 years ago by Dandelion Mané <[email protected]>
Decrease GitHub TTL from 7 days to 12 hours

As described in #987, we use a single TTL across GitHub types. Right
now, the TTL is set to 7 da...

d13c040a5faf8e97a6191677808d8b47f64cf272 authored over 5 years ago by Dandelion Mané <[email protected]>
add `analysis/timeline/filterTimelineCred`

This adds the `filterTimelineCred` module, which dramatically reduces
the size of timeline cred ...

9bd1e88bc90c7aef878fd15fcf3e735321e9a2bd authored over 5 years ago by Dandelion Mané <[email protected]>
Add `analysis/timeline/timelinePagerank`

As the name would suggest, this module allows computing timeline
PageRank on a graph. See docume...

87720c4868b80f68adef853a9ae77039deeb3c5c authored over 5 years ago by Dandelion Mané <[email protected]>
add `analysis/weightEvaluator`

This commit adds new weight evaluators for nodes and edges. Unlike the
previous evaluator, edges...

cb236eff5df62fe8eacbc6520efe96a51fbd52df authored over 5 years ago by Dandelion Mané <[email protected]>
add `analysis/timeline/interval`

This commit adds an `interval` module which defines intervals (time
ranges), and methods for sli...

2335c5d8447790e896a8fcd388f15d84094dfbad authored over 5 years ago by Dandelion Mané <[email protected]>
Update CHANGELOG.md

Test plan: Visual inspection

2d16afe891356396fb2f6f44a45d52c60ffdf030 authored over 5 years ago by Dandelion Mané <[email protected]>
Modify `sourcecred load` to save timeline cred

Test plan: Observe changes to the snapshot for example-github-load.
`yarn test --full` passes.

a46500d70452e4d9379f6f21f251173b3e91b7f2 authored over 5 years ago by Dandelion Mané <[email protected]>
add `analysis/timeline/timelineCred`

This adds a TimelineCred class which serves several functions:
- acts as a view on timeline cred...

aa7158dd95540247c741a3107e6700d44d028c62 authored over 5 years ago by Dandelion Mané <[email protected]>
add `analysis/timeline/distributionToCred`

This module takes the timeline distributions created by
`timelinePagerank`, and re-normalizes th...

162f73c3e9aee93a2d87f82af9a53b349a1e6ebb authored over 5 years ago by Dandelion Mané <[email protected]>
Bump lodash.merge from 4.6.1 to 4.6.2 (#1213)

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](h...

6cb1b336d5789732a031c5364632994adf84cd36 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removed incorrect information from README.md (#1211)

#1167 added some info to the README about how the user needs to have ssh keys setup. This was tr...

2d37dd77cce0802ffe8147b10cf7a2bb133967b8 authored over 5 years ago by Tyler Mace <[email protected]>
README & CONTRIBUTING updates (#1167)

* Quicker failure and description when invalid token supplied

Fixes #1156

When users expor...

16e2b3964e9691d084f336a7e9f83f186f099c23 authored over 5 years ago by Tyler Mace <[email protected]>
Disable the Git plugin

This commit disables the Git plugin by removing it from the default list
of plugins to load, or ...

7d26c196f20141ac880772bec529f47d5bbf6b5e authored over 5 years ago by Dandelion Mané <[email protected]>
blacklist dependabot

The dependabot bot has an inconsistent typename in GitHub's database.
We'll blacklist it so we c...

e454a44c71e40e8db49b1eeda477cf394154b8c8 authored over 5 years ago by Dandelion Mané <[email protected]>
refactor: describe edge weights consistently

This commit resolves an inconsistency where we called edge weights
`toWeight` and `froWeight` in...

302850202a8ecbb1cb8e5b8a24d8ea1c4add8fab authored over 5 years ago by Dandelion Mané <[email protected]>
Test node 12 and node 10

This commit changes CI to test against node 12 and 10 instead of node 8.

I test against node 12...

e459a82fae3634555035d8b51bb3653aee8cf7ac authored over 5 years ago by Dandelion Mané <[email protected]>
graph: canoncialize node and edge iteration order

This means that we no longer need to expose methods for extracting the
order from serialized JSO...

df55b9c3c5e5faff0261e0422526d8b1b220db0a authored over 5 years ago by Dandelion Mané <[email protected]>
verify graphToMarkovChain ordering is canonical

This commit just adds a test which verifies that when an
OrderedSparseMarkovChain is created by ...

31ab767c0380b801c4ed6856e40b571d4d927d22 authored over 5 years ago by Dandelion Mané <[email protected]>
Regenerate yarn.lock file (#1204)

I've regenerated the yarn.lock file (by removing it and then re-running
yarn). This picks up [a...

6738947083d6682ef8fb7b6b6bc4b061fde15a3b authored over 5 years ago by Dandelion Mané <[email protected]>
Switch to flow v0.100.0 to try to fix CI issues (#1203)

Since upgrading to flow 0.102.0, we've been having CI issues where flow
fails as "out of retrie...

b7eae8b3ebb554c92a20db067f4e150fe536699e authored over 5 years ago by Dandelion Mané <[email protected]>
try reverting tmp upgrade (#1202)

After merging #1201, we started seeing build failures ([1], [2]) on
CircleCI. I can't reproduce...

0ade04b66ce70bca39045662abd9e5d6422d719a authored over 5 years ago by Dandelion Mané <[email protected]>
Update dependencies to enable Greenkeeper 🌴 (#1201)

This commit enables Greenkeeper, along with an initial upgrade push for our dependencies.

I'v...

4758cea2f834de70def758177eda5a51c57eacc1 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Tweak package.json

- Remove obsolete eslint react app config
- Pin webpack major version

Test plan: yarn && yarn test

125e8b04862e862c9d16dc2519a6451e0004c044 authored over 5 years ago by Dandelion Mané <[email protected]>
Update eslint and eslint configuration

This commit updates eslint from v4 to v6. In doing so, I've moved off of
the create-react-app ba...

7a493b596d1d427f35fbb77b53dd455a99601c9c authored over 5 years ago by Dandelion Mané <[email protected]>
Mass update of dependencies

This commit deletes and regenerates the `yarn.lock` file, with the
effect that all dependencies ...

6a40d962fb21e3c1f838bf20f11d3052ca10c295 authored over 5 years ago by Dandelion Mané <[email protected]>
Upgrade flow to to 0.102.0

This necessitated a number of type fixes:
- Upgraded the express flow-typed file to latest
- Add...

eadcca89990fe2ca52d785d6726663cbb91b824e authored over 5 years ago by Dandelion Mané <[email protected]>
Upgrade jest from v23 to v24

Just some general housekeeping. `yarn test --full` passes without issue.

230756ffece0ec34201480ab1511b35d0e420f62 authored over 5 years ago by Dandelion Mané <[email protected]>
Upgrade prettier

This commit updates our prettier version from `1.13` to `1.18`. Looks
like software does get bet...

6a13248b091592be66d9e553c75ad41b2de3d377 authored over 5 years ago by Dandelion Mané <[email protected]>
Update better-sqlite3 to v5

When we took a dep on better-sqlite3 in #836, we used a fork, because
better-sqlite3 did not yet...

29c9229c28b42cc972d9f2997bde4238b7b10aa7 authored over 5 years ago by Dandelion Mané <[email protected]>
tools: make `update_snapshots.sh` reentrant

Summary:
General cleanup to `update_snapshots.sh`, primarily such that it is free
of race condit...

99b2b12a14c80ca427ca0fc47e4cfbf324b572a2 authored over 5 years ago by William Chargin <[email protected]>
Bump diff from 3.4.0 to 3.5.0

Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.4.0 to 3.5.0.
- [Release notes](https://...

c3f2f4d96379591282a0d106d762e200d969243f authored over 5 years ago by dependabot[bot] <dependabot[bot]@users.noreply.github.com>
graph: add descriptions

This updates the graph `Node` type to include a string description.

The description should be a...

6c5e8b70d6654dca8b9617fe7bd302bc4eff5693 authored over 5 years ago by Dandelion Mané <[email protected]>
graph: add node and edge timestamps

This commit updates the Graph class so that both nodes and edges have
timestmaps. This is a big ...

e47c9b3abaf167d4a7b799ba8e63ede1cb27da4a authored over 5 years ago by Dandelion Mané <[email protected]>
graph: add support for dangling edges

This commit modifies the Graph class so that it permits dangling edges;
that is to say, edges wh...

02a8e02922d6a87c57f0f1f395f15d2ac6e8f78a authored over 5 years ago by Dandelion Mané <[email protected]>
Plugins create dangling edges

The GitHub plugin no longer adds a Node to the graph for Git commits.
Instead, it creates a dang...

e7add05df53716179d9893560725f85ab070abb0 authored over 5 years ago by Dandelion Mané <[email protected]>
Graph: reify Object nodes (#1188)

This commit modifies the base `Graph` class so that nodes are now
represented by `Node` objects...

f934735afc97a6bb5015bec3b3d23f85818c6531 authored over 5 years ago by Dandelion Mané <[email protected]>
cleanup: remove test duplication

In a previous commit (#1182) I inadvertently duplicated some tests. They
have now been removed.
...

bcf805b9c8432308a9eef2c44182430fc198b452 authored over 5 years ago by Dandelion Mané <[email protected]>
cleanup: PagerankGraph getters return undefined

PagerankGraph's `node` and `edge` getters returned null for unavailable
entries, rather than und...

7277867cc8d55e45eb7104a4f172eb94a27cd754 authored over 5 years ago by Dandelion Mané <[email protected]>
Add GitHub entity descriptions (#1186)

Every GitHub entity now has a `description` method which returns a short
markdown description. ...

414fb9f89f4adfcfd94fc7ff5f4de5773790f51b authored over 5 years ago by Dandelion Mané <[email protected]>
Add GitHub reaction timestamps (#1185)

This will allow timeline cred (#862) to do a better job of flowing cred
across reaction edges. ...

31abd380dc3e3f3c2fe99e2008d1712512cadd17 authored over 5 years ago by Dandelion Mané <[email protected]>
GitHub entities expose `timestampMs` (#1184)

Every GitHub entity from `RelationalView` now has a `timestampMs`
method. This replaces the sta...

b03f824e7d1c548d1aa74680d884c44f25c20854 authored over 5 years ago by Dandelion Mané <[email protected]>
Load commit authored datetimes from GitHub (#1183)

It's an extension of #1152 induced by #1175.

It's a very simple change; I just changed the sc...

1ec3945cdb38abd7156ff84f7dcaff474e85ed3a authored over 5 years ago by Dandelion Mané <[email protected]>
Factor out distribution modules (#1182)

This pulls distribution related code out of `markovChain.js` into the new
`distribution.js` mod...

402945809824e633ace5df26ac0b2c724cff1cb7 authored over 5 years ago by Dandelion Mané <[email protected]>
Discard mentionsAuthorReference

I added `mentionsAuthorReference` based on an untested hypothesis that
they would be useful. Wit...

4b1763ebc6ae68a5ed120ac44c4e9a676729cd56 authored over 5 years ago by Dandelion Mané <[email protected]>
Remove `createdAt` from the `AnalysisAdapter`

As #1136 will be moving timestamps into the graph, we no longer need
`createdAt` method in the `...

e47a5bd84e91f7fc38bdbbcf30a8d3c4f5634fae authored over 5 years ago by Dandelion Mané <[email protected]>
cli load: save graph, not pagerank or timestampMap

As of the timeline cred work, I'm shifting emphasis away from raw
PageRank results, in favor of ...

67baacd8625e27da65af085e721ab56505d6bde0 authored over 5 years ago by Dandelion Mané <[email protected]>
Remove `timestampMap`

As of #1136, this will be redundant with raw information in the graph.

Test plan: `yarn test`

a348747aed8995d95e261609a32dfdd681f5b2ac authored over 5 years ago by Dandelion Mané <[email protected]>
remove `sourcecred export-graph`

Now that the graph is saved by default as a part of load, users who need
the graph can grab it d...

3179ba841b537dc2f058c103aead6bb3d75bfaa5 authored over 5 years ago by Dandelion Mané <[email protected]>
Refactor graph-related test code (#1179)

This commit adds new helper methods for creating test nodes (`node` and
`partsNode`) and for cr...

e493af23076aafb0ebe6aacc197a577d4bafa721 authored over 5 years ago by Dandelion Mané <[email protected]>
Temporarily remove the odyssey plugin (#1178)

In #1132 and #1134, I started work on the Odyssey plugin. However,
before getting it to a state...

e916bc91c8c64b4ca5ee1e6df8a83d44d070f198 authored over 5 years ago by Dandelion Mané <[email protected]>
Graph refactor: {inEdges, outEdges}->incidentEdges (#1173)

This commit refactors the Graph class so that rather than having
separate maps for inEdges and ...

3c8fd0e70178741e661b657782d5c25dfb6d05fc authored over 5 years ago by Dandelion Mané <[email protected]>
update_snapshots.sh updates generated flow types (#1176)

The generated GitHub GraphQL flow types are a kind of snapshot, and it
can be hard to remember/...

f5a46f8b31463f2de00e17a909736f06619f2fbe authored over 5 years ago by Dandelion Mané <[email protected]>
Add a GitHub Commit node type (#1175)

At present, the Git commit node type lives in a strange state of shared
responsibility between ...

ccfaa25e7b9e4f0ff0089fd73b2ac2e1e196b83a authored over 5 years ago by Dandelion Mané <[email protected]>
Remove the `graphView`s (#1171)

A long time ago, we made graph views for git and github. These are
interfaces over the graph wh...

16edea64132d2720b8f9cacb6507c9112969377e authored over 5 years ago by Dandelion Mané <[email protected]>