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

webpack: remove dynamic import (#982)

Summary:
This import does not need to be dynamic; the fact that it is loses us
safety for no b...

415210b772f9f3090fa2c0863671dcb0003af4f5 authored about 6 years ago by William Chargin <[email protected]>
webpack: expose repo registry at build time (#981)

Summary:
We want to remove the repository selector dropdown on the cred explorer
homepage and ...

a9db2b0919ce0c0229990940a7824c8776a38453 authored about 6 years ago by Dandelion Mané <[email protected]>
Move plugin choice from explorer to homepage (#979)

The explorer no longer ships with a set of default plugins. (This made
an inappropriate depende...

244c01d7648eab8e17bbe24bbe6253f77ff6b78d authored about 6 years ago by Dandelion Mané <[email protected]>
test: validate arguments (#980)

Summary:
Prior to this commit, running `yarn test full` (instead of `--full`)
would silently b...

de861d104a9989a30776bb8e9350d347a0c83e62 authored about 6 years ago by William Chargin <[email protected]>
Move `version.js` to core (#977)

Currently version is located in `homepage/`, which doesn't make much
sense, since it's versioni...

0ad1e0557f99f2e42caa63d5359cb1592c4482a2 authored about 6 years ago by Dandelion Mané <[email protected]>
mirror: remove "demo" module (#978)

Summary:
This was used for ad hoc testing of the Mirror module before it was
integrated into S...

64500f53cbe59582a0d6f03a28d2efea82363aac authored about 6 years ago by William Chargin <[email protected]>
github: use blacklists to unblock twbs/bootstrap (#973)

Summary:
This adds object IDs to the GitHub GraphQL blacklist such that the
`twbs/bootstrap` r...

d19227c268946fc1063e353b80dc01e63555483d authored about 6 years ago by William Chargin <[email protected]>
mirror: allow blacklisting objects by ID (#972)

Summary:
This enables us to deal with GraphQL remotes that violate their contract
guarantees a...

fe50ca83f622095932bed68c8ac85bf7fea6da9b authored about 6 years ago by William Chargin <[email protected]>
ci: run `test_full` on all merges to master (#976)

Summary:
We currently run quicktest on pull requests, quicktest again on commits
_after_ they ...

bf35161d874effb0f3ebdeb624317464b1a0c2a7 authored about 6 years ago by William Chargin <[email protected]>
Fix a build failure induced by #974 (#975)

The referenced pull request mistakenly didn't update `config/paths.js`,
which caused build_stat...

1beec07e405a6d322d7697d83ef76298c5c83c9c authored about 6 years ago by Dandelion Mané <[email protected]>
Rename `app/` to `homepage/` (#974)

Now that we've moved the explorer out of app, it is more concisely
described as the homepage.
...

69989256f6e216ea8b740b499289ed5819d87abf authored about 6 years ago by Dandelion Mané <[email protected]>
Pull `credExplorer` into its own top-level module (#971)

Currently, the cred explorer is a submodule of `app`. This is somewhat
confusing, as `app` is e...

604db148794ab129a5733394afcb8e92e0833f85 authored about 6 years ago by Dandelion Mané <[email protected]>
Collect web-related utilities in `webutil/` (#970)

I'm planning to pull `credExplorer` out of `app` and into its own
top-level module. This is a b...

c997f4e1ec75c40cdb803856b48bf7f2f855008f authored about 6 years ago by Dandelion Mané <[email protected]>
Move `weightsToEdgeEvaluator` to `analysis` (#969)

The logic for converting weights into an edge evaluator should not be
coupled to the frontend a...

b077bd81799c59bfbd2e03bf2b707fd17d8f1115 authored about 6 years ago by Dandelion Mané <[email protected]>
Declare the fallback plugin in analysis (#968)

Now that the `analysis` module owns the Node and Edge types, it should
own the "fallback plugin...

48a66c811888bd996cbd00c1bba661454bf98c1c authored about 6 years ago by Dandelion Mané <[email protected]>
Move weight logic to analysis (#966)

There's a folder called `app/credExplorer/weights` which contains the
type specification for we...

f3ddb84cbdd07f51ae35dd537b07bb4ac68b7877 authored about 6 years ago by Dandelion Mané <[email protected]>
Add the demo plugin (#965)

* Add the demo plugin

This ports the ad-hoc demo adapter defined in
`src/app/adapters/demoAd...

86a5b532f8d5ffce99aedf502e40a28d23a5dca5 authored about 6 years ago by Dandelion Mané <[email protected]>
github: remove legacy continuations code (#964)

Summary:
It is time. (Replaced with #622.)

Test Plan:
Running `yarn flow` suffices. Running...

6b789d61d6e54c3306534d6a883f529383c2b036 authored about 6 years ago by William Chargin <[email protected]>
mentionsAuthorReference: remove legacy GraphQL dep (#963)

Summary:
This test has data in the old format, and uses the `RelationalView`
method that autom...

2e0b17cef7ed2ca5b32e70786eba0fbd6a0ee9b0 authored about 6 years ago by William Chargin <[email protected]>
github: remove some deps on github/graphql.js (#962)

Summary:
A number of modules depended on the legacy `github/graphql.js` module
solely to get a...

b77db72c1dfcf04f0adfc2acfaf63ac92c5da921 authored about 6 years ago by William Chargin <[email protected]>
schema: generate runtime constants for enum values (#961)

Summary:
We have a `const Reactions` convenience enum in `github/graphql.js`.
That value is us...

2377f1980fda7cdad295d931473ac8cc51ed877f authored about 6 years ago by William Chargin <[email protected]>
Change the GitHub default TTL to one week (#960)

While we wait for explicit configurability, one week is a better
default for the many SourceCre...

9bccb7661df3a03dc7128986e50bc9ba59e1872b authored about 6 years ago by Dandelion Mané <[email protected]>
Add `analysisAdapter` (#950)

For #704, we're adding plugin adapters that are specific to the needs of
the analysis module. T...

b86b0b32ecf2592f187bd4dd4a9616d3f54f45b9 authored about 6 years ago by Dandelion Mané <[email protected]>
test: fix `test_load_example_github` (#959)

Summary:
Fixes #955. Our test runner does run `yarn backend` before Sharness
tests, but it bui...

1db146ba70672e4f024121b902fd6d4e8f708016 authored about 6 years ago by William Chargin <[email protected]>
test: run Sharness verbosely on nightly jobs (#958)

Summary:
Tests that run only on nightly builds (`yarn test --full`) and fail only
on CI (not l...

a653638e42ca759a6b0c30a13856ac9b00c53063 authored about 6 years ago by William Chargin <[email protected]>
git: don’t warn when rendering unknown commits (#957)

Summary:
Fixes #953. See that issue for context.

Test Plan:
Unit tests updated. To see the ...

8706fa97715ecd78a93ff8d3d77db8ba60877092 authored about 6 years ago by William Chargin <[email protected]>
test: skip `test_load_example_github` on CircleCI (#956)

Summary:
This is a quick patch for #955, pending investigation and fix.

Test Plan:

```she...

1e87fdaa075fe2de98e1874906f328c3b3b15343 authored about 6 years ago by William Chargin <[email protected]>
env: fix commit date formatting (#954)

Summary:
Fun facts:

- `new Date().getDay()` does not return the day of the month. It
...

7604b11617cddac9d3c1bfd60ed16e906bf6573c authored about 6 years ago by William Chargin <[email protected]>
release: v0.2.0 (#952)

Test Plan:
Remove the SourceCred output directory, run `yarn backend`, and load
data for `sour...

f9bb75ef71c52cbddc76da9157c5ba857a217b73 authored about 6 years ago by William Chargin <[email protected]>
changelog: add Mirror module entry (#951)

Summary:
This points to #622 as the blanket issue, though really there was a long
series of pu...

ea575cf5da6b7799eb24ffacf7862d48dbdf5f13 authored about 6 years ago by William Chargin <[email protected]>
Snapshot the results of running `sourcecred load` (#949)

This will enable us to test code that needs to consume the results of
running `sourcecred load`...

4fdb65b8664e990061a973b543ebeace44074a84 authored about 6 years ago by Dandelion Mané <[email protected]>
Rename `PluginAdapter` to `AppAdapter` (#948)

Now that we're planning to add adapters for the `analysis` module, we
should rename the `Plugin...

c4e2ec883937ca722471452c9c0426522a5e6451 authored about 6 years ago by Dandelion Mané <[email protected]>
Factor out plugin declarations (#947)

The plugin adapters are specific to `app/` and have logic for fetching
data from the backend, p...

cb30023a02a02f0e1c6ff161bfece1f11c5761cd authored about 6 years ago by Dandelion Mané <[email protected]>
Move `{Node,Edge}Type` to src/analysis/types.js (#946)

Test plan: `yarn test`

Part of ongoing work on #704

5f2cc56172ca8bf6525796b6f030acb3699cad23 authored about 6 years ago by Dandelion Mané <[email protected]>
Move some files from core/attribution/ to analysis/ (#944)

The `core/attribution/` folder has some code that really is "core" in
that it deals with very b...

917b793aca128e51e6d5ad0d81dc13c12c43e3e7 authored about 6 years ago by Dandelion Mané <[email protected]>
Add skeleton of `sourcecred analyze` (#942)

The `analyze` command is the first step towards #704 and #703. When
fully implemented, it will ...

542e2f97232429e74da40ffdff75dc4ee9ed74f3 authored about 6 years ago by Dandelion Mané <[email protected]>
Add integrity lines to yarn lockfile (#941)

Generated by running `yarn` with version 1.10

d3e79e3c4e65f562c64866bbc33de9eedaf62544 authored about 6 years ago by Dandelion Mané <[email protected]>
fetchGithubRepo: use Mirror pipeline (#937)

Summary:
As of this commit, `node ./bin/sourcecred.js load` uses the Mirror code,
and the lega...

08219f98bf145dcaa08c88e012f89e7ef8247136 authored about 6 years ago by William Chargin <[email protected]>
relationalView: use new data format (#934)

Summary:
This makes significant progress toward #923. As of this commit, it is
possible to use...

e2c99c418b1456fe3918d817006e2e8cc0c5ec67 authored about 6 years ago by William Chargin <[email protected]>
relationalView: make snapshots order-invariant (#933)

Summary:
An upcoming commit will happen to change the order in which commits are
ingested. Thi...

58e98124acc4dff8db804c12e9bf84286676c45e authored about 6 years ago by William Chargin <[email protected]>
chore: update flow-typed libdefs (#932)

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

Test Plan:
`yarn flow` pas...

24242eccfe7b4755da8276f818bc96fac46da6b3 authored about 6 years ago by William Chargin <[email protected]>
flow-typed: update prettier libdef metadata (#931)

Summary:
Generated with `flow-typed install [email protected] --overwrite`. The
changes in #925 ...

2687bc5115a239e24a5d1939b82ad098b07864c4 authored about 6 years ago by William Chargin <[email protected]>
github: translate old format to structured format (#930)

Summary:
This implements the translation module described in #923. See that issue
for context....

993de9303a03eb68210d3adb46ae11e23614b142 authored about 6 years ago by William Chargin <[email protected]>
github: fix misc. errors in old GraphQL system (#929)

Summary:
This fixes the following issues:

- Pull request reviews actually do not have reac...

6499df6b6b7e42c80c098691271cba8c81bf5ff4 authored about 6 years ago by William Chargin <[email protected]>
github: add GraphQL schema and Flow types (#928)

Summary:
The included schema is forked from the one in `graphql/demo.js`.
Primitive types have...

889febb7f6e6fca16f435ac81e19dc5c50d03f85 authored about 6 years ago by William Chargin <[email protected]>
graphql: generate Flow types from a schema (#927)

Summary:
Generating Flow types from a structured schema is both straightforward
and terribly u...

04f7e9ea8c4b60ea3af37bcb4520c93b1ace4e97 authored about 6 years ago by William Chargin <[email protected]>
schema: allow annotating primitive field types (#926)

Summary:
Prior to this change, primitive fields were un\[i\]typed. This commit
allows adding t...

e787db53c4b8d9b593aaa3ceea96cce3d8c2be5a authored about 6 years ago by William Chargin <[email protected]>
flow-typed: fix Prettier libdefs (#925)

Summary:
This patches in the following two pull requests from upstream:

- https://github.c...

4558d775a57e584e677049cff49489ae3976a026 authored about 6 years ago by William Chargin <[email protected]>
github: fetch commit parent oids (#924)

Summary:
To ease the transition from manual continuation resolution to the Mirror
API, we upda...

ee4900616bba18275ed8d5d57edf1d190c836ca5 authored about 6 years ago by William Chargin <[email protected]>
github: fetch dates from commits (#919)

Summary:
This has two benefits:

- The dates on commits are data that we will probably want...

7c5923959e6d7a63de903bbdb030a7e34017f517 authored about 6 years ago by William Chargin <[email protected]>
mirror: add support for shallow-nested fields (#918)

Summary:
This commit follows up on the previous two pull requests by drawing the
rest of the o...

1155c439b96ddf268bc9e3db23d32c3af493d5ec authored about 6 years ago by William Chargin <[email protected]>
mirror: reflect nested fields in schema info (#917)

Summary:
See #915 for context. This adds nested field data to the “useful info”
data structure...

49f0803a7afd6e0843595ad978a7debe9aa4e0bc authored about 6 years ago by William Chargin <[email protected]>
schema: support shallow-nested object fields (#916)

Summary:
See #915 for context. This commit changes the `schema` module only.

I had a hard ti...

3d2206088c61c8a16b1f2c4e592a8bdab98f2e6c authored about 6 years ago by William Chargin <[email protected]>
ci: remove Travis (#914)

Summary:
Closes #902. CircleCI continues to work fast and well, on both the
commit and nightly...

d8d857fdd325c226ca74eb759959ac0888cdc3f8 authored about 6 years ago by William Chargin <[email protected]>
link: remove `styles` attribute from child (#911)

Summary:
By using `<a {...this.props}>{children}</a>`, we were forwarding the
Aphrodite select...

48b68b221a42907dae43a2b28cd9ce58f194c41d authored about 6 years ago by William Chargin <[email protected]>
readme: replace Travis badge with CircleCI badge (#912)

Summary:
See #902 for context.

Test Plan:
Push to GitHub; observe badge in rendered README....

16ed92549a63d7028e5ba1f1fa3883f9ebf4b6e7 authored about 6 years ago by William Chargin <[email protected]>
mirror: add an end-to-end `update` function (#909)

Summary:
This completes the minimum viable public API for the `Mirror` class. As
described on ...

55950f535455109ba48abf2b977e66aa1cc35e69 authored about 6 years ago by William Chargin <[email protected]>
mirror: paginate own-data node updates (#908)

Summary:
GitHub has an undocumented node limit on the number of IDs that can be
provided to th...

23e56f481a72035197efb79be16566fb6afbcb47 authored about 6 years ago by William Chargin <[email protected]>
markdown: ignore references in HTML code elements (#907)

Summary:
Fixes #903. We already ignore Markdown code syntax (backticks), but
prior to this com...

1b09a7f61b53efe535412bb3351ae71cfbacc9c5 authored about 6 years ago by William Chargin <[email protected]>
ci: add "commit" and "nightly" CircleCI workflows (#906)

Summary:
This should run `yarn test` on every commit, and `yarn test --full`
on `master` once ...

3e49466ad5be09587660f0fc9128549ee7d4ae65 authored about 6 years ago by William Chargin <[email protected]>
env: drop `--date=format:...` to support Git 2.1.4 (#901)

Summary:
Git only learned `--date=format:...` in Git 2.6.0. Some old Docker
images have older ...

163b2c137757a16b2dce7324660e24410cf5540e authored about 6 years ago by William Chargin <[email protected]>
env: pass parent PATH to Git invocations (#900)

Summary:
Our environment-stripping logic used in `config/env.js` to read the
current Git state...

440b6c256795633e6ac53dbeb3ea3d862f802d43 authored about 6 years ago by William Chargin <[email protected]>
ci: add CircleCI config (#899)

Summary:
CircleCI seems fast.

This config file copied from the one suggested by CircleCI, wi...

e0dcce220b2ad24f1050f0181f986d36580785d7 authored about 6 years ago by William Chargin <[email protected]>
Hyperlink Git commits to GitHub (#887)

This modifies the `nodeDescription` code for the Git plugin so that when
given a Git commit, it...

4a374d755e991e9cc53d419af5035ab588c7f574 authored about 6 years ago by Dandelion Mané <[email protected]>
mirror: add helpers for full queries and updates (#898)

Summary:
An update step is now roughly as simple as:

_updateData(postQuery(_queryFromPla...

65d811fb44b7e3cd9af74531b85accdf953fb017 authored about 6 years ago by William Chargin <[email protected]>
mirror: include typenames in extracted data (#897)

Summary:
These typenames are often superfluous, but sometimes they are useful.
For instance, w...

9a4c91887b91db0fefbb511ef89136191b668df1 authored about 6 years ago by William Chargin <[email protected]>
license: relicense under MIT + Apache-2 (#896)

Summary:
All contributors to SourceCred have agreed to this more permissive
licensing option:
...

c7ba89b80704913140a64ae24ddd7a94f82ae791 authored about 6 years ago by William Chargin <[email protected]>
mirror: add public method `extract` (#894)

Summary:
The `extract` method lets you get data out of a mirror in a structured
format.

The...

b74f1f371442a208660970d216aaafa9bb2d5424 authored about 6 years ago by William Chargin <[email protected]>
mirror: add helper to find unused table name (#895)

Summary:
Per <https://github.com/sourcecred/sourcecred/pull/894#discussion_r220406780>.

Test...

90ace93f914c7de36ff294a20e3a5ba46568e473 authored about 6 years ago by William Chargin <[email protected]>
Upgrade jest and typings (#893)

Motivated by my desire for `.toMatchInlineSnapshot()`. Really we just
need and updated typing f...

42cdfa433210066a6109a4a4fae3ceca9dd35776 authored about 6 years ago by Dandelion Mané <[email protected]>
ui: remove `:visited` color change for nav links (#892)

Test Plan:
Note that the nav links are now a lighter color, except when `:active`
(e.g., when ...

a5e0707cb9203b588b70670777a95f4209d63d28 authored about 6 years ago by William Chargin <[email protected]>
mirror: add connection object types to query plan (#891)

Summary:
This reestablishes harmony in light of #882.

Test Plan:
Existing unit tests suffic...

a7f29cb05702a8f65393e8fbae981bef1f5b449e authored about 6 years ago by William Chargin <[email protected]>
mirror: query and process own-data updates (#883)

Summary:
This commit adds internal functions to (a) emit a GraphQL query to fetch
data for own...

892c498f9c37b148d73eabc29495accc97641a37 authored about 6 years ago by William Chargin <[email protected]>
app: add and use a shared Link component (#890)

Summary:
This will enable us to style links consistently across our application.

Our previou...

2af8566e6a7843d6d72c400aaca30df370f94982 authored about 6 years ago by William Chargin <[email protected]>
mirror: add helper to register nullable node results (#889)

Summary:
As <https://github.com/sourcecred/sourcecred/pull/883/files#r219648511>.
It is somewh...

3257df63fe89767b0273d8afb90c0f1ba66dfc85 authored about 6 years ago by William Chargin <[email protected]>
mirror: factor out `_makeSingleUpdateFunction` (#888)

Summary:
This helpful utility is already used in some test code, and will shortly
be used in m...

28c4e497fb164ebf40814d531cdfd047802584f3 authored about 6 years ago by William Chargin <[email protected]>
flow: fix `Statement` properties (#886)

Summary:
These were completely wrong; my bad.

[The docs][1] list `source` and `returnsData` ...

252400d5e7a17cc9e9508e3ab1e6388223fc3fd5 authored over 6 years ago by William Chargin <[email protected]>
Git: track the repositories containing each commit (#884)

This modifies the Git `Repository` data structure so that for every
commit, we track the `RepoI...

3b962eacea5bbfc6472c2b041418c5e7594ebdaf authored over 6 years ago by Dandelion Mané <[email protected]>
Add the `RepoIdString` type (#885)

This modifies `core/repoId` so that `repoIdToString` returns not a
`string`, but an opaque subt...

b506d40efddfc075876b59d5cb6ae00984ec1a9f authored over 6 years ago by Dandelion Mané <[email protected]>
mirror: add support for connections of union types (#882)

Summary:
Almost every GitHub connection has nodes of an object type, like `User`
or `IssueComm...

838092194bee1412d7e7d266ca3a914f5fedcafe authored over 6 years ago by William Chargin <[email protected]>
Rename the core `Repo` type to `RepoId` (#881)

We have a core type called `Repo`, but it really is an identifier to a
repo, rather than being ...

23ae7e2f087b840c07c715c618adc48b4009a5fd authored over 6 years ago by Dandelion Mané <[email protected]>
Cred explorer: display commit short hash + summary (#879)

This modifies how commits are displayed in the cred explorer. Rather
than printing the full has...

1e5f728e293eac43fb6f771a78eb46efd1c30975 authored over 6 years ago by Dandelion Mané <[email protected]>
mirror: align test schema more with GitHub schema (#880)

Summary:
This commit changes the `Issue` type of the schema used in the `mirror`
tests to have...

09ed51ed6e73697024dd037e442165f68c09b2ac authored over 6 years ago by William Chargin <[email protected]>
Load commits' short hash and summary (#876)

This modifies the Git Commit type to includea short hash and a oneline
summary, and modifies `l...

0b3e2e7f7f5e00c497f3dbb103b474cdf373e11d authored over 6 years ago by Dandelion Mané <[email protected]>
mirror: query and process connection updates (#878)

Summary:
This commit adds internal functions to (a) emit a GraphQL query to fetch
data for a p...

6ae5c56624fe89eb66bfbed18297dcd469b9f7e5 authored over 6 years ago by William Chargin <[email protected]>
Remove git adresses for trees, blobs, and entries (#877)

In #873 I removed the data types for trees, blobs, and entries, but
neglected to remove the add...

5348fe68bfba67477b538d655dc94724a6a40c4c authored over 6 years ago by Dandelion Mané <[email protected]>
mirror: add internal method `_findOutdated` (#875)

Summary:
This function finds all objects whose own data has not been updated
since a given tim...

1dd8b7bcb7830a0a66078143b86ad7a0e0126b91 authored over 6 years ago by William Chargin <[email protected]>
Git plugin serializes the repository and graph (#874)

This modifies the behavior when loading the Git plugin so that it
serializes the Repository as ...

e3f04c507960cd91c02ecf5a6d3787dcbe0449fc authored over 6 years ago by Dandelion Mané <[email protected]>
Remove all git tree related code (#873)

In #627, I made a case for removing all trees and blobs from the cred
graph. The issue was that...

5b8ec53b13242df82f98030b4d450940c7722345 authored over 6 years ago by Dandelion Mané <[email protected]>
mirror: add public method `registerObject` (#870)

Summary:
This function informs the GraphQL mirror of the existence of an object,
specified by ...

ab5b6ecb687cf4f2ef5857296b4dde394ff74f0a authored over 6 years ago by William Chargin <[email protected]>
Add `mergeRepository` for merging Git repositories (#871)

This commit adds a utility method, `mergeRepository`, which can merge
multiple Git repository d...

12aa5b7439d3514255506719af3d6fdc00495b2f authored over 6 years ago by Dandelion Mané <[email protected]>
Remove obsolete eslint TODOs (#872)

I wanted to add two new flowtype lint rules. However, as seen in #853
and #854, these rules don...

8442255db360646b075898a9d5d2b8da0dbf997f authored over 6 years ago by Dandelion Mané <[email protected]>
flow: simplify better-sqlite3 bound parameters (#869)

Summary:
The actual constraints for bound parameters are too complicated to
express within Flo...

7702bb2e1dbef8d822b639f9ee1ae8867a60cd53 authored over 6 years ago by William Chargin <[email protected]>
mirror: add internal method `_createUpdate` (#868)

Summary:
It’s useful to add this simple function now because the rest of the
commits required ...

e572551cd82dfab737772f603ab84fec8c879c88 authored over 6 years ago by William Chargin <[email protected]>
Display urls in the cred explorer (#860)

This commit modifies the plugin adapter's `nodeDescription` method so
that it may return a Reac...

cdceedef8dd91f38aad2af81647035c52d88c0a1 authored over 6 years ago by Dandelion Mané <[email protected]>
travis: pin Node v8.x.x (#867)

Summary:
SourceCred officially supports Node v8.x.x, so Travis should be testing
against that ...

ac46a98a0bcb581da180d114807ae5fc1a73c351 authored over 6 years ago by William Chargin <[email protected]>
prettier: ignore sharness/ (#866)

Summary:
Sharness tests use temporary directories under the `sharness/`
directory, which somet...

778ce9eb93f7c462db43ed36067bdccf83c4e24e authored over 6 years ago by William Chargin <[email protected]>
travis: fix notification email config (#864)

Summary:
In #339, we attempted to configure Travis to email us on build failure.
But we misrea...

678962ba7a290307d0695e1815a81cf244f80eb2 authored over 6 years ago by William Chargin <[email protected]>
flow: change better-sqlite3 `each` to `iterator` (#863)

Summary:
This was changed in the v4.0.0 release of `better-sqlite3`:
<https://github.com/Joshu...

8b22c1edd58ea1cd28d609ffa7331be4e4f21ae5 authored over 6 years ago by William Chargin <[email protected]>
mirror: rename helper `_primitivesTableName` (#861)

Summary:
Some clients want to write

const primitivesTableName = _primitivesTableName(typ...

5debae414ee31df3dac02d846969a2be03c8a4b3 authored over 6 years ago by William Chargin <[email protected]>