Skip to content

Commit ec150c5

Browse files
authored
Merge pull request #294 from RazvanN7/change_cycle_april2022
Start April-July bugzilla cycle
2 parents 5e56d21 + aa55ede commit ec150c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/dlangbot/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ void contributorStatsOverall(HTTPServerRequest req, HTTPServerResponse res)
465465

466466
void contributorStatsPerCycle(HTTPServerRequest req, HTTPServerResponse res)
467467
{
468-
contributorStats(req, res, "2022-01-01 00:00:00.000000", "2022-04-01 00:00:00.000000");
468+
contributorStats(req, res, "2022-04-01 23:59:59.000000", "2022-06-30 23:59:59.000000");
469469
}
470470

471471
private void contributorStats(HTTPServerRequest req, HTTPServerResponse res,

views/contributor_stats_cycle.dt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
doctype html
22
head
3-
title Top Contributors on fixing D bugs January 1, 2022 - April 1, 2022
3+
title Top Contributors on fixing D bugs April 1st, 2022 - July 1st, 2022
44
body(style="text-align: center; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #984ea3; color: white")
5-
h2(style="margin-top: 6rem") Top Contributors January 1, 2022 - April 1, 2022
5+
h2(style="margin-top: 6rem") Top Contributors April 1st, 2022 - July 1st, 2022
66

77
img(id="rocket", src="img/dlang_rocket.png", style="position: absolute; right: 2rem; top: 8rem; z-index: -1; opacity: 0.75")
88
table(style="margin-left: auto; margin-right: auto")

0 commit comments

Comments
 (0)