Skip to content

Commit 1fd402d

Browse files
authored
Merge pull request #300 from RazvanN7/2023_2
Start new bugzilla cycle
2 parents 0e8c4bb + 1221986 commit 1fd402d

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, "2023-01-01 00:00:00.000000", "2023-03-31 23:59:59.000000");
468+
contributorStats(req, res, "2023-04-01 00:00:00.000000", "2023-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 1st, 2023 - April 1st, 2023
3+
title Top Contributors on fixing D bugs April 1st, 2023 - July 1st, 2023
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 1st, 2023 - April 1st, 2023
5+
h2(style="margin-top: 6rem") Top Contributors April 1st, 2023 - July 1st, 2023
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)