kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Master timeline does not preserve offset/count on refresh #34

Closed ezyang closed 5 years ago

ezyang commented 5 years ago

Steps to reproduce:

  1. Go to https://circle.pytorch.org/master-timeline.html
  2. Set count to 100
  3. Refresh

Expected result: It's still 100 Actual result: It goes back to the default

kostmo commented 5 years ago

Fixed: Form values are now encoded in the URL after clicking the "Go" button (or hitting Enter in a form field).