Loading src/tasks/report.ts +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import {BOLD_LABELS, GROUPS, LABEL_WEIGHTS} from '../configuration'; export interface StructureForTemplate { issuesByAssignee: AssigneeWithIssues[]; meetingDay: string; timestamp: string; } /** Loading Loading @@ -343,6 +344,7 @@ export async function generateReport(api: Api, label: string, template: string): const structureForTemplate: StructureForTemplate = { issuesByAssignee: issuesGroupedByAssignee, meetingDay: getNextMeetingDay(), timestamp: moment().format('LLL'), }; return render( Loading templates/report.md.mustache +2 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,5 @@ {{#issues}}| __[{{#$closed}}~~{{title}}~~{{/$closed}}{{^$closed}}{{title}}{{/$closed}}]({{&web_url}})__<br />__Labels:__{{#$labels}}{{#bold}} __{{label}}__ {{/bold}}{{^bold}} {{label}} {{/bold}}{{/$labels}} | {{#$branchExists}}<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-branch-512.png" height="30" alt="branch exists"/>{{/$branchExists}}{{#$mergeRequestUrl}}[<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-merge-512.png" height="30" alt="merge request exists"/>]({{&$mergeRequestUrl}}){{/$mergeRequestUrl}} | [{{$project}}](https://gitlab.com/{{&$project}}) | {{$weeksOpen}} | {{/issues}} {{/issuesByAssignee}} Generated {{timestamp}}. Loading
src/tasks/report.ts +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import {BOLD_LABELS, GROUPS, LABEL_WEIGHTS} from '../configuration'; export interface StructureForTemplate { issuesByAssignee: AssigneeWithIssues[]; meetingDay: string; timestamp: string; } /** Loading Loading @@ -343,6 +344,7 @@ export async function generateReport(api: Api, label: string, template: string): const structureForTemplate: StructureForTemplate = { issuesByAssignee: issuesGroupedByAssignee, meetingDay: getNextMeetingDay(), timestamp: moment().format('LLL'), }; return render( Loading
templates/report.md.mustache +2 −0 Original line number Diff line number Diff line Loading @@ -12,3 +12,5 @@ {{#issues}}| __[{{#$closed}}~~{{title}}~~{{/$closed}}{{^$closed}}{{title}}{{/$closed}}]({{&web_url}})__<br />__Labels:__{{#$labels}}{{#bold}} __{{label}}__ {{/bold}}{{^bold}} {{label}} {{/bold}}{{/$labels}} | {{#$branchExists}}<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-branch-512.png" height="30" alt="branch exists"/>{{/$branchExists}}{{#$mergeRequestUrl}}[<img src="https://cdn0.iconfinder.com/data/icons/octicons/1024/git-merge-512.png" height="30" alt="merge request exists"/>]({{&$mergeRequestUrl}}){{/$mergeRequestUrl}} | [{{$project}}](https://gitlab.com/{{&$project}}) | {{$weeksOpen}} | {{/issues}} {{/issuesByAssignee}} Generated {{timestamp}}.