You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Average open time (no bots, no handbook, no ceo): ${averageDaysContributorPullRequestsAreOpenFor} days.
413
-
414
-
Number of open pull requests in the fleetdm/fleet Github repo (no bots, no handbook, no ceo): ${daysSinceContributorPullRequestsWereOpened.length}
352
+
Average open time: ${averageDaysContributorPullRequestsAreOpenFor} days.
415
353
416
-
Average open time (all PRs): ${averageDaysPullRequestsAreOpenFor} days.
417
-
418
-
Number of open pull requests in the fleetdm/fleet Github repo: ${daysSincePullRequestsWereOpened.length}
354
+
Number of open pull requests in the fleetdm/fleet Github repo: ${daysSinceContributorPullRequestsWereOpened.length}
419
355
420
356
Bugs:
421
357
---------------------------
422
-
Average open time (released bugs): ${averageNumberOfDaysReleasedBugsAreOpenFor} days.
423
-
424
-
Average open time (unreleased bugs): ${averageNumberOfDaysUnreleasedBugsAreOpenFor} days.
425
-
426
-
Number of issues with the "bug" label closed in the past week: ${allBugsClosedInPastWeek.length}
427
-
428
358
Average open time (all bugs): ${averageNumberOfDaysBugsAreOpenFor} days.
429
359
430
-
Number of issues with the "bug" label opened in the past week: ${allBugsCreatedInPastWeek.length}
431
-
432
360
Number of open issues with the "bug" label in fleetdm/fleet: ${daysSinceBugsWereOpened.length}
433
361
434
-
Number of open issues with the "~released bug" label in fleetdm/fleet: ${allBugsWithReleasedLabel.length}
435
-
436
-
Number of open issues with the "~unreleased bug" label in fleetdm/fleet: ${allBugsWithUnreleasedLabel.length}
437
-
438
-
Endpoint Operations:
439
-
---------------------------
440
-
Number of issues with the "#g-endpoint-ops" and "bug" labels opened in the past week: ${allBugsCreatedInPastWeekEndpointOps.length}
441
-
442
-
Number of issues with the "#g-endpoint-ops", "bug", and "customer-" labels opened in the past week: ${allBugsCreatedInPastWeekEndpointOpsCustomerImpacting.length}
443
-
444
-
Number of issues with the "#g-endpoint-ops", "bug", and "~released bug" labels opened in the past week: ${allBugsCreatedInPastWeekEndpointOpsReleased.length}
362
+
Bugs older than 32 days: ${allBugs32DaysOrOlder.length}
445
363
446
-
Number of issues with the "#g-endpoint-ops", "bug", and "~unreleased bug" labels opened in the past week: ${allBugsCreatedInPastWeekEndpointOpsUnreleased.length}
447
-
448
-
MDM:
449
-
---------------------------
450
-
Number of issues with the "#g-mdm" and "bug" labels opened in the past week: ${allBugsCreatedInPastWeekMobileDeviceManagement.length}
364
+
Bugs reported by customers in the past week: ${allBugsReportedByCustomersInPastWeek.length}
451
365
452
-
Number of issues with the "#g-mdm", "bug", and "customer-" labels opened in the past week: ${allBugsCreatedInPastWeekMobileDeviceManagementCustomerImpacting.length}
453
-
454
-
Number of issues with the "#g-mdm", "bug", and "~released bug" labels opened in the past week: ${allBugsCreatedInPastWeekMobileDeviceManagementReleased.length}
366
+
Number of issues with the "bug" label closed in the past week: ${allBugsClosedInPastWeek.length}
455
367
456
-
Number of issues with the "#g-mdm", "bug", and "~unreleased bug" labels opened in the past week: ${allBugsCreatedInPastWeekMobileDeviceManagementUnreleased.length}
368
+
Number of issues with the "bug" label opened in the past week: ${allBugsCreatedInPastWeek.length}
0 commit comments