Skip to content

Commit 1ca53fa

Browse files
committed
change all timestamps in tests to datestamps only
1 parent 1e26429 commit 1ca53fa

File tree

17 files changed

+443
-165
lines changed

17 files changed

+443
-165
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: repometrics
22
Title: Metrics for Your Code Repository
3-
Version: 0.1.6.143
3+
Version: 0.1.6.144
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/repometrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.6.143",
11+
"version": "0.1.6.144",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

tests/testthat/gh_user1_commits/api.github.com/graphql-1942a6-POST.json

-50
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"data": {
3+
"user": {
4+
"login": "gaborcsardi",
5+
"contributionsCollection": {
6+
"startedAt": "2022-12-31T08:00:00Z",
7+
"endedAt": "2024-01-01T08:00:00Z",
8+
"totalCommitContributions": 3865,
9+
"commitContributionsByRepository": [
10+
{
11+
"contributions": {
12+
"pageInfo": {
13+
"hasNextPage": true,
14+
"endCursor": "Mg"
15+
},
16+
"totalCount": 444,
17+
"nodes": [
18+
{
19+
"occurredAt": "2023-12-22T08:00:00Z",
20+
"commitCount": 1,
21+
"repository": {
22+
"nameWithOwner": "r-hub/repos"
23+
}
24+
},
25+
{
26+
"occurredAt": "2023-12-21T08:00:00Z",
27+
"commitCount": 1,
28+
"repository": {
29+
"nameWithOwner": "r-hub/repos"
30+
}
31+
}
32+
]
33+
}
34+
},
35+
{
36+
"contributions": {
37+
"pageInfo": {
38+
"hasNextPage": true,
39+
"endCursor": "Mg"
40+
},
41+
"totalCount": 344,
42+
"nodes": [
43+
{
44+
"occurredAt": "2023-12-15T08:00:00Z",
45+
"commitCount": 1,
46+
"repository": {
47+
"nameWithOwner": "r-lib/pak"
48+
}
49+
},
50+
{
51+
"occurredAt": "2023-12-12T08:00:00Z",
52+
"commitCount": 6,
53+
"repository": {
54+
"nameWithOwner": "r-lib/pak"
55+
}
56+
}
57+
]
58+
}
59+
}
60+
]
61+
}
62+
}
63+
}
64+
}

tests/testthat/gh_user1_issues/api.github.com/graphql-6dec73-POST.json

-21
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
{
2+
"data": {
3+
"user": {
4+
"login": "gaborcsardi",
5+
"contributionsCollection": {
6+
"startedAt": "2022-12-31T08:00:00Z",
7+
"endedAt": "2024-01-01T08:00:00Z",
8+
"issueContributions": {
9+
"pageInfo": {
10+
"hasNextPage": true,
11+
"endCursor": "Mg"
12+
},
13+
"totalCount": 336,
14+
"nodes": [
15+
{
16+
"issue": {
17+
"createdAt": "2023-12-30T16:21:39Z",
18+
"closedAt": null,
19+
"number": 71,
20+
"comments": {
21+
"totalCount": 1
22+
},
23+
"participants": {
24+
"totalCount": 2
25+
},
26+
"repository": {
27+
"nameWithOwner": "r-lib/lobstr",
28+
"languages": {
29+
"totalCount": 2,
30+
"edges": [
31+
{
32+
"size": 50250,
33+
"node": {
34+
"name": "R"
35+
}
36+
},
37+
{
38+
"size": 22480,
39+
"node": {
40+
"name": "C++"
41+
}
42+
}
43+
]
44+
}
45+
}
46+
}
47+
},
48+
{
49+
"issue": {
50+
"createdAt": "2023-12-11T09:28:06Z",
51+
"closedAt": null,
52+
"number": 572,
53+
"comments": {
54+
"totalCount": 0
55+
},
56+
"participants": {
57+
"totalCount": 1
58+
},
59+
"repository": {
60+
"nameWithOwner": "r-lib/pak",
61+
"languages": {
62+
"totalCount": 10,
63+
"edges": [
64+
{
65+
"size": 3182380,
66+
"node": {
67+
"name": "R"
68+
}
69+
},
70+
{
71+
"size": 9189,
72+
"node": {
73+
"name": "Makefile"
74+
}
75+
}
76+
]
77+
}
78+
}
79+
}
80+
}
81+
]
82+
}
83+
}
84+
}
85+
}
86+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"data": {
3+
"user": {
4+
"login": "hfrick",
5+
"contributionsCollection": {
6+
"startedAt": "2022-12-31T08:00:00Z",
7+
"endedAt": "2024-01-01T08:00:00Z",
8+
"totalCommitContributions": 740,
9+
"commitContributionsByRepository": [
10+
{
11+
"contributions": {
12+
"pageInfo": {
13+
"hasNextPage": true,
14+
"endCursor": "Mg"
15+
},
16+
"totalCount": 150,
17+
"nodes": [
18+
{
19+
"occurredAt": "2023-12-20T08:00:00Z",
20+
"commitCount": 7,
21+
"repository": {
22+
"nameWithOwner": "tidymodels/censored"
23+
}
24+
},
25+
{
26+
"occurredAt": "2023-12-18T08:00:00Z",
27+
"commitCount": 6,
28+
"repository": {
29+
"nameWithOwner": "tidymodels/censored"
30+
}
31+
}
32+
]
33+
}
34+
},
35+
{
36+
"contributions": {
37+
"pageInfo": {
38+
"hasNextPage": true,
39+
"endCursor": "Mg"
40+
},
41+
"totalCount": 111,
42+
"nodes": [
43+
{
44+
"occurredAt": "2023-12-13T08:00:00Z",
45+
"commitCount": 1,
46+
"repository": {
47+
"nameWithOwner": "tidymodels/parsnip"
48+
}
49+
},
50+
{
51+
"occurredAt": "2023-12-11T08:00:00Z",
52+
"commitCount": 3,
53+
"repository": {
54+
"nameWithOwner": "tidymodels/parsnip"
55+
}
56+
}
57+
]
58+
}
59+
}
60+
]
61+
}
62+
}
63+
}
64+
}

tests/testthat/gh_user2_commits/api.github.com/graphql-542d6d-POST.json

-15
This file was deleted.

tests/testthat/gh_user2_issues/api.github.com/graphql-8a355f-POST.json

-21
This file was deleted.

0 commit comments

Comments
 (0)