Skip to content

Instantly share code, notes, and snippets.

@clue
Created October 31, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clue/3f0382e8d86d8998fda7744d2d0a7995 to your computer and use it in GitHub Desktop.
Save clue/3f0382e8d86d8998fda7744d2d0a7995 to your computer and use it in GitHub Desktop.
query {
organization(login: "reactphp") {
repositories(ownerAffiliations: OWNER, privacy: PUBLIC, first: 100) {
nodes {
nameWithOwner
defaultBranchRef {
name
}
refs(refPrefix: "refs/heads/", first: 10) {
nodes {
name
target {
... on Commit {
committedDate
authoredDate
}
}
}
}
}
}
}
}
{
"data": {
"organization": {
"repositories": {
"nodes": [
{
"nameWithOwner": "reactphp/socket",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2014-02-17T22:32:00Z",
"authoredDate": "2014-02-17T22:32:00Z"
}
},
{
"name": "0.4",
"target": {
"committedDate": "2017-01-26T09:23:38Z",
"authoredDate": "2017-01-26T09:23:38Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-10-29T18:51:41Z",
"authoredDate": "2022-10-29T18:51:41Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/event-loop",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2016-12-28T22:48:03Z",
"authoredDate": "2016-12-28T22:48:03Z"
}
},
{
"name": "0.4",
"target": {
"committedDate": "2017-04-27T10:56:23Z",
"authoredDate": "2017-04-27T10:56:23Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-10-25T22:15:51Z",
"authoredDate": "2022-10-25T22:15:51Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/http",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2014-06-08T16:29:55Z",
"authoredDate": "2014-06-08T16:29:55Z"
}
},
{
"name": "0.4",
"target": {
"committedDate": "2017-02-13T14:12:50Z",
"authoredDate": "2017-02-13T14:12:50Z"
}
},
{
"name": "0.5",
"target": {
"committedDate": "2017-02-16T15:02:28Z",
"authoredDate": "2017-02-16T15:02:28Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-10-29T17:57:59Z",
"authoredDate": "2022-10-29T17:57:59Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/reactphp",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2014-03-30T16:31:26Z",
"authoredDate": "2014-03-30T16:31:26Z"
}
},
{
"name": "0.4",
"target": {
"committedDate": "2014-05-19T15:24:27Z",
"authoredDate": "2014-05-19T15:24:27Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-10-04T21:01:10Z",
"authoredDate": "2022-10-04T21:01:10Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/website",
"defaultBranchRef": {
"name": "main"
},
"refs": {
"nodes": [
{
"name": "main",
"target": {
"committedDate": "2022-08-29T20:38:11Z",
"authoredDate": "2022-08-29T20:38:11Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/async",
"defaultBranchRef": {
"name": "4.x"
},
"refs": {
"nodes": [
{
"name": "2.x",
"target": {
"committedDate": "2022-10-31T09:12:31Z",
"authoredDate": "2022-10-31T09:12:31Z"
}
},
{
"name": "3.x",
"target": {
"committedDate": "2022-10-31T09:12:18Z",
"authoredDate": "2022-10-31T09:12:18Z"
}
},
{
"name": "4.x",
"target": {
"committedDate": "2022-10-29T17:55:54Z",
"authoredDate": "2022-10-29T17:55:54Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/stream",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2014-02-16T19:48:52Z",
"authoredDate": "2014-02-16T19:48:52Z"
}
},
{
"name": "0.4",
"target": {
"committedDate": "2017-01-25T14:44:14Z",
"authoredDate": "2017-01-25T14:44:14Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-08-27T10:06:17Z",
"authoredDate": "2022-08-27T10:06:17Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/dns",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "1.x",
"target": {
"committedDate": "2022-10-25T22:17:04Z",
"authoredDate": "2022-10-25T22:17:04Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/promise",
"defaultBranchRef": {
"name": "3.x"
},
"refs": {
"nodes": [
{
"name": "1.x",
"target": {
"committedDate": "2022-10-31T09:14:19Z",
"authoredDate": "2022-10-31T09:14:19Z"
}
},
{
"name": "2.x",
"target": {
"committedDate": "2022-10-31T09:13:55Z",
"authoredDate": "2022-10-31T09:13:55Z"
}
},
{
"name": "3.x",
"target": {
"committedDate": "2022-10-31T09:13:25Z",
"authoredDate": "2022-10-31T09:13:25Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/http-client",
"defaultBranchRef": {
"name": "master"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2016-03-24T09:17:48Z",
"authoredDate": "2016-03-24T09:17:48Z"
}
},
{
"name": "master",
"target": {
"committedDate": "2021-04-07T16:49:17Z",
"authoredDate": "2021-04-07T16:49:17Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/cache",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2013-04-24T08:33:43Z",
"authoredDate": "2013-04-24T08:33:43Z"
}
},
{
"name": "1.x",
"target": {
"committedDate": "2022-08-27T10:07:01Z",
"authoredDate": "2022-08-27T10:07:01Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/datagram",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "1.x",
"target": {
"committedDate": "2022-10-25T22:15:30Z",
"authoredDate": "2022-10-25T22:15:30Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/child-process",
"defaultBranchRef": {
"name": "0.6.x"
},
"refs": {
"nodes": [
{
"name": "0.3",
"target": {
"committedDate": "2014-07-31T18:33:38Z",
"authoredDate": "2014-07-31T18:33:38Z"
}
},
{
"name": "0.6.x",
"target": {
"committedDate": "2022-09-16T13:41:56Z",
"authoredDate": "2022-09-16T13:41:56Z"
}
},
{
"name": "0.7.x",
"target": {
"committedDate": "2022-10-25T22:16:32Z",
"authoredDate": "2022-10-25T22:16:32Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/filesystem",
"defaultBranchRef": {
"name": "0.2.x"
},
"refs": {
"nodes": [
{
"name": "0.1",
"target": {
"committedDate": "2018-10-22T12:10:29Z",
"authoredDate": "2018-10-22T12:10:29Z"
}
},
{
"name": "0.2.x",
"target": {
"committedDate": "2022-08-26T09:43:16Z",
"authoredDate": "2022-08-26T09:43:16Z"
}
},
{
"name": "feature-pthreads",
"target": {
"committedDate": "2017-06-27T15:33:54Z",
"authoredDate": "2017-06-27T15:33:54Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/promise-timer",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "1.x",
"target": {
"committedDate": "2022-08-27T10:09:20Z",
"authoredDate": "2022-08-27T10:09:20Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/reactphp.github.io",
"defaultBranchRef": {
"name": "master"
},
"refs": {
"nodes": [
{
"name": "master",
"target": {
"committedDate": "2022-09-29T13:18:39Z",
"authoredDate": "2022-09-29T13:18:39Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/branding",
"defaultBranchRef": {
"name": "master"
},
"refs": {
"nodes": [
{
"name": "master",
"target": {
"committedDate": "2018-12-11T16:25:56Z",
"authoredDate": "2018-12-11T16:25:56Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/promise-stream",
"defaultBranchRef": {
"name": "1.x"
},
"refs": {
"nodes": [
{
"name": "1.x",
"target": {
"committedDate": "2022-09-09T11:42:18Z",
"authoredDate": "2022-09-09T11:42:18Z"
}
}
]
}
},
{
"nameWithOwner": "reactphp/.github",
"defaultBranchRef": {
"name": "master"
},
"refs": {
"nodes": [
{
"name": "master",
"target": {
"committedDate": "2020-07-25T19:30:33Z",
"authoredDate": "2020-07-25T19:30:33Z"
}
}
]
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment