Skip to content

Instantly share code, notes, and snippets.

@BrianLitwin
Created February 28, 2019 19:58
Show Gist options
  • Save BrianLitwin/af0dc73a8b2d9b067a83255a8ee1f7c7 to your computer and use it in GitHub Desktop.
Save BrianLitwin/af0dc73a8b2d9b067a83255a8ee1f7c7 to your computer and use it in GitHub Desktop.
query SearchIssues($after: String) {
search(query:"org:sourcecred created:>2019-02-15", type:ISSUE, first: 100, after: $after) {
edges {
node {
... on PullRequest {
title,
url,
createdAt,
number
}
... on Issue {
url,
createdAt,
title,
number
}
}
}
pageInfo {
endCursor
hasNextPage
}
}
}
@BrianLitwin
Copy link
Author

{
"data": {
"search": {
"edges": [
{
"node": {
"title": "Add CLI command: sourcecred export-graph",
"url": "https://github.com/sourcecred/sourcecred/pull/1110",
"createdAt": "2019-02-28T05:54:44Z",
"number": 1110
}
},
{
"node": {
"title": "refactor repoIdRegistry",
"url": "https://github.com/sourcecred/sourcecred/pull/1109",
"createdAt": "2019-02-28T05:54:21Z",
"number": 1109
}
},
{
"node": {
"url": "https://github.com/sourcecred/research/issues/5",
"createdAt": "2019-02-27T23:45:58Z",
"title": "Lost utility function?",
"number": 5
}
},
{
"node": {
"title": "Add sample graphs for research purposes",
"url": "https://github.com/sourcecred/research/pull/4",
"createdAt": "2019-02-26T01:46:13Z",
"number": 4
}
},
{
"node": {
"title": "meta: add .mailmap entry for Dandelion",
"url": "https://github.com/sourcecred/sourcecred/pull/1108",
"createdAt": "2019-02-23T08:47:43Z",
"number": 1108
}
},
{
"node": {
"title": "Update Contributing.md",
"url": "https://github.com/sourcecred/sourcecred/pull/1107",
"createdAt": "2019-02-23T01:44:50Z",
"number": 1107
}
},
{
"node": {
"url": "https://github.com/sourcecred/operations/issues/22",
"createdAt": "2019-02-22T02:19:35Z",
"title": "03-01-2019 Office Hours Agenda",
"number": 22
}
},
{
"node": {
"title": "Refactor pagerankGraph's node filter to throw error at call site",
"url": "https://github.com/sourcecred/sourcecred/pull/1106",
"createdAt": "2019-02-21T20:17:17Z",
"number": 1106
}
},
{
"node": {
"title": "pagerankGraph: add edge filter",
"url": "https://github.com/sourcecred/sourcecred/pull/1105",
"createdAt": "2019-02-21T19:10:22Z",
"number": 1105
}
},
{
"node": {
"title": "Move EdgeOptions error checking into helper function",
"url": "https://github.com/sourcecred/sourcecred/pull/1104",
"createdAt": "2019-02-21T19:07:59Z",
"number": 1104
}
},
{
"node": {
"title": "PagerankTable: Replace topLevelFilter with NodeType in props",
"url": "https://github.com/sourcecred/sourcecred/pull/1103",
"createdAt": "2019-02-21T17:08:51Z",
"number": 1103
}
},
{
"node": {
"title": "Fix meetings readme links",
"url": "https://github.com/sourcecred/operations/pull/21",
"createdAt": "2019-02-21T14:22:23Z",
"number": 21
}
},
{
"node": {
"title": "Mirror Refinements 8: removed Github schema blacklist",
"url": "https://github.com/sourcecred/sourcecred/pull/1102",
"createdAt": "2019-02-18T23:33:09Z",
"number": 1102
}
},
{
"node": {
"title": "Mirror Refinements 7: updates _updateData to handle a TYPENAME_UPDATE",
"url": "https://github.com/sourcecred/sourcecred/pull/1101",
"createdAt": "2019-02-18T23:32:14Z",
"number": 1101
}
},
{
"node": {
"title": "Mirror Refinements 6: handles TypeNameUpdateResults in _queryFromPlan",
"url": "https://github.com/sourcecred/sourcecred/pull/1100",
"createdAt": "2019-02-18T23:31:35Z",
"number": 1100
}
},
{
"node": {
"title": "Mirror Refinement 5: updated _findOutdated to include null typenames",
"url": "https://github.com/sourcecred/sourcecred/pull/1099",
"createdAt": "2019-02-18T23:30:47Z",
"number": 1099
}
},
{
"node": {
"title": "Mirror Refinements 4: changed typenames in object table to be null",
"url": "https://github.com/sourcecred/sourcecred/pull/1098",
"createdAt": "2019-02-18T22:52:42Z",
"number": 1098
}
},
{
"node": {
"title": "Mirror Refinements 3: added TypenameUpdateResult",
"url": "https://github.com/sourcecred/sourcecred/pull/1097",
"createdAt": "2019-02-18T22:49:27Z",
"number": 1097
}
},
{
"node": {
"title": "Mirror Refinements 2: adds typenames field to QueryPlan",
"url": "https://github.com/sourcecred/sourcecred/pull/1096",
"createdAt": "2019-02-18T22:46:50Z",
"number": 1096
}
},
{
"node": {
"title": "Mirror Refinements 1: added Fidelity types to schema module",
"url": "https://github.com/sourcecred/sourcecred/pull/1095",
"createdAt": "2019-02-18T22:44:59Z",
"number": 1095
}
},
{
"node": {
"title": "PagerankGraph: add neighbors + score decomposition",
"url": "https://github.com/sourcecred/sourcecred/pull/1094",
"createdAt": "2019-02-18T20:52:17Z",
"number": 1094
}
},
{
"node": {
"title": "Add a test helper function for converged graphs",
"url": "https://github.com/sourcecred/sourcecred/pull/1093",
"createdAt": "2019-02-18T20:10:40Z",
"number": 1093
}
},
{
"node": {
"title": "PagerankGraph: Add totalOutWeight",
"url": "https://github.com/sourcecred/sourcecred/pull/1092",
"createdAt": "2019-02-18T19:49:40Z",
"number": 1092
}
},
{
"node": {
"title": "Reorganize meetings folder",
"url": "https://github.com/sourcecred/operations/pull/20",
"createdAt": "2019-02-18T00:17:56Z",
"number": 20
}
},
{
"node": {
"title": "Add empty node prefix test case to graph.test",
"url": "https://github.com/sourcecred/sourcecred/pull/1091",
"createdAt": "2019-02-17T23:06:01Z",
"number": 1091
}
},
{
"node": {
"title": "Add optional node prefix filter to pagerankGraph",
"url": "https://github.com/sourcecred/sourcecred/pull/1090",
"createdAt": "2019-02-17T16:17:29Z",
"number": 1090
}
},
{
"node": {
"title": "Make folder for Office Hours notes",
"url": "https://github.com/sourcecred/operations/pull/19",
"createdAt": "2019-02-17T00:07:11Z",
"number": 19
}
},
{
"node": {
"title": "[draft] Add an org-mode to sourcecred load",
"url": "https://github.com/sourcecred/sourcecred/pull/1089",
"createdAt": "2019-02-16T18:44:20Z",
"number": 1089
}
},
{
"node": {
"url": "https://github.com/sourcecred/operations/issues/18",
"createdAt": "2019-02-16T02:21:49Z",
"title": "Put Office Hours notes/video into dedicated folder ",
"number": 18
}
}
],
"pageInfo": {
"endCursor": "Y3Vyc29yOjI5",
"hasNextPage": false
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment