Skip to content

Commit 750bb49

Browse files
authored
Merge pull request #295 from RazvanN7/2022_3_cycle
Start July-October Bugzilla Cycle
2 parents ec150c5 + 7684d88 commit 750bb49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/dlangbot/app.d

+1-1
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-04-01 23:59:59.000000", "2022-06-30 23:59:59.000000");
468+
contributorStats(req, res, "2022-07-01 23:59:59.000000", "2022-09-30 23:59:59.000000");
469469
}
470470

471471
private void contributorStats(HTTPServerRequest req, HTTPServerResponse res,

views/contributor_stats_cycle.dt

+2-2
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 April 1st, 2022 - July 1st, 2022
3+
title Top Contributors on fixing D bugs July 1st, 2022 - October 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 April 1st, 2022 - July 1st, 2022
5+
h2(style="margin-top: 6rem") Top Contributors July 1st, 2022 - October 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)