From aa55edefcf095a132f90309fc7a786b62ff0cf98 Mon Sep 17 00:00:00 2001 From: RazvanN7 Date: Tue, 5 Apr 2022 11:09:38 +0300 Subject: [PATCH] Start April-July bugzilla cycle --- source/dlangbot/app.d | 2 +- views/contributor_stats_cycle.dt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dlangbot/app.d b/source/dlangbot/app.d index 82bf061..c5fd324 100644 --- a/source/dlangbot/app.d +++ b/source/dlangbot/app.d @@ -465,7 +465,7 @@ void contributorStatsOverall(HTTPServerRequest req, HTTPServerResponse res) void contributorStatsPerCycle(HTTPServerRequest req, HTTPServerResponse res) { - contributorStats(req, res, "2022-01-01 00:00:00.000000", "2022-04-01 00:00:00.000000"); + contributorStats(req, res, "2022-04-01 23:59:59.000000", "2022-06-30 23:59:59.000000"); } private void contributorStats(HTTPServerRequest req, HTTPServerResponse res, diff --git a/views/contributor_stats_cycle.dt b/views/contributor_stats_cycle.dt index cf6011e..e44b5f4 100644 --- a/views/contributor_stats_cycle.dt +++ b/views/contributor_stats_cycle.dt @@ -1,8 +1,8 @@ doctype html head - title Top Contributors on fixing D bugs January 1, 2022 - April 1, 2022 + title Top Contributors on fixing D bugs April 1st, 2022 - July 1st, 2022 body(style="text-align: center; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #984ea3; color: white") - h2(style="margin-top: 6rem") Top Contributors January 1, 2022 - April 1, 2022 + h2(style="margin-top: 6rem") Top Contributors April 1st, 2022 - July 1st, 2022 img(id="rocket", src="img/dlang_rocket.png", style="position: absolute; right: 2rem; top: 8rem; z-index: -1; opacity: 0.75") table(style="margin-left: auto; margin-right: auto")