This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Fix the global_status page
ClosedPublic

Authored by kpdev42 on Dec 13 2021, 10:47 PM.

Details

Summary

It seems the page /global_status did not work for years because of few bugs.
This patch fixes this page.

OS Laboratory. Huawei Russian Research Institute. Saint-Petersburg

Diff Detail

Repository
rLNT LNT

Event Timeline

kpdev42 created this revision.Dec 13 2021, 10:47 PM
kpdev42 requested review of this revision.Dec 13 2021, 10:47 PM

LGTM otherwise

lnt/server/ui/views.py
1543

./lnt/server/ui/views.py:1543:22: E128 continuation line under-indented for visual indent

kpdev42 updated this revision to Diff 394218.Dec 14 2021, 5:45 AM

Fix flake8 "continuation line under-indented for visual indent"

kpdev42 marked an inline comment as done.Dec 14 2021, 5:46 AM
kpdev42 edited the summary of this revision. (Show Details)Dec 14 2021, 5:59 AM
thopre accepted this revision.Dec 14 2021, 6:39 AM

LGTM

This revision is now accepted and ready to land.Dec 14 2021, 6:39 AM
This revision was automatically updated to reflect the committed changes.