Dmitry Vyukov 6f7be11fa1 dashboard/app: don't report bisections pointing to release commits
They should have been detected by "same binary" logic.
But the problem is that we may use different compilers
for different commits and they switch exactly at release commits.
So we can build the release with a differnet compiler than the
rest of commits and then obviously it won't be "same binary".
Detect release commits separately.

Update #1271
2019-11-27 14:05:14 +01:00
..
2019-03-17 18:06:44 +01:00
2019-03-20 10:34:16 +01:00
2019-03-17 18:06:44 +01:00
2019-03-17 18:06:44 +01:00