Dmitry Vyukov
1b20342f25
pkg/email: move patch parsing from pkg/kernel
...
ParsePatch is used by appengine app.
Appengine apps can't depend on syscall/unsafe,
but pkg/kernel currently does.
Move patch parsing to pkg/email which does not
depend on syscall/unsafe.
2017-06-30 16:20:19 +02:00
Dmitry Vyukov
9af3153420
syz-dash/dashboard: move from dashboard
...
Move the old dashboard API into syz-dash
to get it out of the way of the new dashboard.
2017-06-23 15:22:34 +02:00
Dmitry Vyukov
c6619d5b58
syz-dash: fix build
2017-06-22 16:31:38 +02:00
Dmitry Vyukov
54e36636a1
syz-dash: move patch parsing to pkg/kernel
...
Patch parsing is not dashboard-specific and can
be reused by other programs.
2017-06-14 10:18:10 +02:00
Dmitry Vyukov
6b3319f489
syz-dash: show username for auth failures
...
Helpful understanding that you signed into a wrong account.
Also actuall report incidents.
2017-05-06 14:22:06 -07:00
Dmitry Vyukov
15434a7baf
syz-dash: add a note about a known problem
2017-04-25 14:44:13 +02:00
Dmitry Vyukov
dd355ef24a
syz-dash: fix group creation with seq>0
...
datastore.Get does not set fields with zero values,
so these fields preserve values from previous datastore.Put calls.
Always pass a new group object to datastore.Get in loops.
2017-04-25 14:44:13 +02:00
Dmitry Vyukov
098078a9eb
syz-dash: add links to github
2017-03-06 12:51:57 +01:00
Dmitry Vyukov
a091396fc1
syz-dash: add search over reports
...
- add claimed status for bugs
- add search over all reports
- some other minor improvements
2017-03-05 14:45:59 +01:00
Dmitry Vyukov
a460a8a082
syz-dash: assorted improvments
2017-02-24 22:01:03 +03:00
Dmitry Vyukov
19d8bc6235
syz-dash: first version of dashboard app
...
syz-dash is an appengine app that aggregates crashes from multiple managers.
Very early version, still flashing out required functionality.
2017-02-17 22:22:01 +01:00