-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
None
-
Severity 3 - Minor
-
Issue Summary
When visiting any Bitbucket server repository Bamboo tries to get list of branches and mirrors. If mirrors query takes a lot of time (> 20 seconds) browser floods BBS with same query for mirrors and branches. It blocks activity for other actions, like permissions management
Steps to Reproduce
- Go to linked BBS repository settings
- Open browser console F12
- See queries for mirrors and branches
Expected Results
New query for mirrors should no be initialized if there's no response for previous request. Bamboo should cancel existing query if it takes a lot of time before starting new one
Actual Results
Similar queries are queued
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available