Skip to content

Conversation

@RazvanN7
Copy link
Contributor

@RazvanN7 RazvanN7 commented Oct 4, 2022

No description provided.

void contributorStatsPerCycle(HTTPServerRequest req, HTTPServerResponse res)
{
contributorStats(req, res, "2022-07-01 23:59:59.000000", "2022-09-30 23:59:59.000000");
contributorStats(req, res, "2022-10-01 23:59:59.000000", "2023-01-01 23:59:59.000000");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cycle ends at the end of January 1? Wouldn't it make more sense to make it end on the start of January 1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. Fixed it. Thanks!

@CyberShadow CyberShadow merged commit 3ef2429 into dlang:master Oct 5, 2022
@RazvanN7
Copy link
Contributor Author

RazvanN7 commented Oct 6, 2022

Although this has been merged https://bot.dlang.io/contributor_stats_cycle seems to not be updated. I assume you haven't deployed yet since you are still debugging the bot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants