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