tree: d56408ccd135d5ffb4985422313ea341cd16f5ed [path history] [tgz]
  1. static/
  2. access.go
  3. access_test.go
  4. admin.go
  5. aetest.go
  6. api.go
  7. app.yaml
  8. app_test.go
  9. bisect_test.go
  10. bug.html
  11. commit_poll_test.go
  12. config.go
  13. cron.yaml
  14. email_test.go
  15. entities.go
  16. error.html
  17. fix_test.go
  18. forbidden.html
  19. handler.go
  20. index.yaml
  21. jobs.go
  22. jobs_test.go
  23. mail_bisect_result.txt
  24. mail_bug.txt
  25. mail_test_result.txt
  26. main.go
  27. main.html
  28. noaetest.go
  29. notifications_test.go
  30. README.md
  31. reporting.go
  32. reporting_email.go
  33. reporting_external.go
  34. reporting_test.go
  35. repro_test.go
  36. templates.html
  37. util_test.go
dashboard/app/README.md

Dashboard

dashboard is an App Engine app that powers syzbot. The main deployment is at syzkaller.appspot.com.

It is so-called “Standard environment Go app” managed with original App Engine SDK.
For more details about App Engine refer to the docs and in particular support package docs.

Note: The app is not stable and is not officially supported. It's here only to power the main deployment.