index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dashboard
/
app
/
reporting.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
dashboard/app: update to go116 (#2959)
Taras Madan
2022-01-05
1
-2
/
+2
*
dashboard/app: remove HasReport check during crash reporting
Dmitry Vyukov
2021-04-26
1
-4
/
+0
*
dashboard/app: add prefix to email subjects
Dmitry Vyukov
2021-03-05
1
-1
/
+4
*
dashboard/app: remove restriction on max log size
Dmitry Vyukov
2021-02-20
1
-4
/
+0
*
dashboard/app: allow CCing people for bug on specific manager
Dmitry Vyukov
2021-01-14
1
-25
/
+45
*
dashboard/app: don't report more than 3 bugs at once
Dmitry Vyukov
2020-12-07
1
-2
/
+8
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-2
/
+3
*
dashboard/app: show more detailed info about bisections
Dmitry Vyukov
2020-10-22
1
-3
/
+6
*
dashboard/app: add unfix command
Dmitry Vyukov
2020-10-01
1
-1
/
+2
*
dashboard/app: add more info to BugReport
Dmitry Vyukov
2020-09-30
1
-0
/
+17
*
dashboard/app: send machine information to dashboard
Cheng-Min Chiang
2020-09-14
1
-18
/
+24
*
dashboard/app: cache per-namespace bug stats
Dmitry Vyukov
2020-07-09
1
-6
/
+14
*
dashboard/app: use DailyLimit=0 to mark disabled reportings
Dmitry Vyukov
2020-06-23
1
-2
/
+4
*
dashboard/app: prohibit dup cycles
Dmitry Vyukov
2020-06-23
1
-50
/
+68
*
dashboard/app: add notion of per-repo build maintainers
Dmitry Vyukov
2020-05-09
1
-4
/
+10
*
dashboard/app: fix linter warnings
Dmitry Vyukov
2020-04-29
1
-3
/
+3
*
dashboard/app: introduce notion of "decommissioned" namespaces
Dmitry Vyukov
2020-04-29
1
-0
/
+3
*
dashboard/app: fix testing for go1.11 runtime
Dmitry Vyukov
2020-01-29
1
-5
/
+7
*
dashboard: update to go111 runtime
Andrew Donnellan
2020-01-29
1
-1
/
+1
*
dashboard/app: report newer crashes in the next reporting
Dmitry Vyukov
2019-12-11
1
-1
/
+0
*
dashboard/app: fix creation of bisection jobs
Dmitry Vyukov
2019-11-15
1
-6
/
+8
*
dashboard/app: close bugs that we won't fix bisect sooner
Dmitry Vyukov
2019-11-11
1
-1
/
+21
*
pkg/bisect: detect wrong bisections
Dmitry Vyukov
2019-11-07
1
-2
/
+2
*
dashboard/app: flexible rules for bug obsoleting
Dmitry Vyukov
2019-10-25
1
-2
/
+35
*
dashboard/app: reduce auto-closing timeout to 120 days
Dmitry Vyukov
2019-10-25
1
-1
/
+1
*
datastore/app: switch more bug queries to paged queries
Dmitry Vyukov
2019-10-25
1
-27
/
+23
*
dashboard/app: switch foreachBug to using cursors
Dmitry Vyukov
2019-10-25
1
-12
/
+22
*
dashboard/app: use paged query to load bugs on the main page
Dmitry Vyukov
2019-10-25
1
-4
/
+22
*
dashboard/app: refactor few things related to fix bisections
Dmitry Vyukov
2019-10-04
1
-8
/
+7
*
Merge pull request #1383 from zsm-oss/show-bisections
zsm-oss
2019-10-04
1
-0
/
+41
*
dashboard/app: allow fix bisection results to be visible on web UI
Zubin Mithra
2019-08-01
1
-4
/
+8
*
dashboard/app: fix infinite emails
Dmitry Vyukov
2019-03-24
1
-1
/
+7
*
dashboard/app: import datastore as db
Dmitry Vyukov
2019-03-22
1
-28
/
+28
*
dashboard/app: add uncc command
Dmitry Vyukov
2019-03-22
1
-44
/
+59
*
dashboard/app, syz-ci: bisection support
Dmitry Vyukov
2019-03-17
1
-1
/
+38
*
dashboard/app: make dashapi.BugReport more self-contained
Dmitry Vyukov
2019-03-17
1
-0
/
+25
*
dashboard/app: add markCrashReported helper
Dmitry Vyukov
2019-03-17
1
-10
/
+2
*
dashboard/app: implement bug notifications/actions
Dmitry Vyukov
2019-02-22
1
-11
/
+127
*
dashboard/app: remove ReportingType.NeedMaintainers
Dmitry Vyukov
2019-02-19
1
-5
/
+0
*
dashboard/app: poll commits info
Dmitry Vyukov
2019-02-17
1
-3
/
+1
*
dashboard/app: record last activity and fix times
Dmitry Vyukov
2019-02-13
1
-0
/
+2
*
dashboard/app: CC kernel tree specific mailing list on reports
Dmitry Vyukov
2018-12-18
1
-2
/
+3
*
dashboard/app: purge old repros
Dmitry Vyukov
2018-11-23
1
-2
/
+2
*
syz-manager: modernize web UI
Dmitry Vyukov
2018-11-22
1
-2
/
+3
*
dashboard/app: fetch bugs in batches
Dmitry Vyukov
2018-10-10
1
-27
/
+44
*
dashboard/app: allow some cross-reporting dups
Dmitry Vyukov
2018-09-11
1
-44
/
+98
*
dashboard/app: refactor incomingCommandTx
Dmitry Vyukov
2018-08-02
1
-44
/
+53
*
dashboard/app: fix crash selection for reporting
Dmitry Vyukov
2018-07-27
1
-2
/
+0
*
dashboard/app: split overly long function
Dmitry Vyukov
2018-05-07
1
-33
/
+41
*
gometalinter: enable line length checking
Dmitry Vyukov
2018-05-04
1
-1
/
+2
[next]