tkirill / tc-bisect

Bisect plugin for TeamCity
MIT License
10 stars 0 forks source link

Start bisect via AJAX instead of refresh #2

Open tkirill opened 9 years ago

tkirill commented 9 years ago

When Run button is pressed JS refreshes the whole page to display that bisect process started.

AJAX refresh would be better. Need to check bs:refreshable tag from TeamCity. Maybe it solves exactly this task.