tree: 0de9b09904877609ad4b4dcc9ff02e4160f96e10 [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. forbidden.html
  21. handler.go
  22. index.yaml
  23. jobs.go
  24. jobs_test.go
  25. mail_bisect_result.txt
  26. mail_bug.txt
  27. mail_test_result.txt
  28. main.go
  29. main.html
  30. noaetest.go
  31. notifications_test.go
  32. README.md
  33. reporting.go
  34. reporting_email.go
  35. reporting_external.go
  36. reporting_test.go
  37. repro_test.go
  38. templates.html
  39. 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.