Page MenuHomeDevCentral

When no health information is available for a project, for example because it's new, there is no real point to include it to our dashboard.
ClosedPublic

Authored by dereckson on Jul 11 2016, 12:39.
Tags
None
Referenced Files
F2743549: D506.id1222.diff
Thu, Mar 28, 10:29
Unknown Object (File)
Fri, Mar 15, 09:33
Unknown Object (File)
Feb 25 2024, 09:18
Unknown Object (File)
Feb 18 2024, 06:29
Unknown Object (File)
Feb 18 2024, 06:10
Unknown Object (File)
Feb 16 2024, 23:06
Unknown Object (File)
Feb 16 2024, 23:01
Unknown Object (File)
Feb 15 2024, 00:07
Subscribers
None

Details

Summary

We so ignore projects raising an exception at parse time.

There is here a margin for improvement:
A next unless valid?(project) would be a more elegant
than to try the parse code and intercept exceptions.

To reduce cyclometric complexity, we extract the parser
code of one project into a parse_project method.

Fixes T920.

Test Plan

Test dashboard with a shiny new Jenkins job creating from php-template,
not yet built.

Diff Detail

Repository
rTOMMY Tommy
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to When no health information is available for a project, for example because it's new, there is no real point to include it to our dashboard..
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jul 11 2016, 12:39
This revision was automatically updated to reflect the committed changes.