hstove / issue_stats

Analyze and compare how long it takes for Github issues to be closed.
issuestats.com
MIT License
184 stars 13 forks source link

Added ability to use full GitHub URL in search #35

Closed twolfson closed 8 years ago

twolfson commented 9 years ago

As initially proposed in #15, we want the ability to paste full GitHub URLs into the search box. This is to make it easier when searching for an application (e.g. instead of clicking/dragging exactly for the name, we can select the address bar in two clicks).

In this PR:

Missing:

I wanted to write a test for this but I didn't see anything testing search form submission via git grep -i =/

hstove commented 8 years ago

Thanks! Sorry for just getting to this.

twolfson commented 8 years ago

Awesome, thanks for landing this =)