Closed
Bug 1408200
Opened 7 years ago
Closed 7 years ago
Auto-complete is broken
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), enhancement, P1)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rehandalal+mozilla, Assigned: glasserc)
References
Details
Auto complete on fields like the Mapping field when updating rules doesn't work anymore. When I start typing I no longer get a list of suggestions.
Comment 1•7 years ago
|
||
It looks like the request that retrieves the names is taking longer, at least at certain times. Just now, it took 13 seconds to complete in production, after which autocomplete worked immediately.
I'll look into this further soon. I'd like to fix it in next week's push.
Assignee: nobody → bhearsum
Priority: -- → P1
Updated•7 years ago
|
Component: Balrog: Frontend → Balrog: Backend
Comment 2•7 years ago
|
||
This is probably fallout from bug 1398237 where we started looking up signoff requirements when retrieving releases. We should probably not do that when names_only is set (which is how we look for release names for autocomplete).
Updated•7 years ago
|
Assignee: bhearsum → eglassercamp
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/236ac40bcd04971a6424e6a3a991508a017c0dbb
bug 1408200: Don't retrieve signoffs if names_only (#425). r=bhearsum
Comment 4•7 years ago
|
||
Thanks for the quick fix - this hit production today.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•