aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/README.md
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app/README.md: update gcloud howtoTaras Madan2024-02-191-5/+6
| | | | | | 1. We use modules now. 2. gcloud app deploy supports app_engine_apis flag. 3. "gcloud beta app deploy" believes project root is syzkaller/ and doesn't work.
* dashboard/app: update to go116 (#2959)Taras Madan2022-01-051-1/+5
| | | | | | 1. Updated the "include"s. 2. No logs read API in the AppEngine anymore. Replaced by the GCP logging API. 3. Use "GO111MODULE=off gcloud beta app deploy ./dashboard/app/app.yaml --no-promote" to test new deployment. 4. Updated the documentation.
* dashboard/app: add instructions on how to update the schemeDmitry Vyukov2020-04-031-2/+5
|
* docs: Add map of the syzbot setupJukka Kaartinen2020-04-031-0/+3
| | | | | | | Add mind map image of the syzbot setup to show how peaces are connected. Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com>
* dashboard/app: update docsDmitry Vyukov2020-03-271-7/+15
|
* dashboard/app: fix testing for go1.11 runtimeDmitry Vyukov2020-01-291-2/+2
| | | | | | | | | | 0. Remove aetest build tag. We don't need it anymore, go test should work. 1. IsDevAppServer does not return true in tests anymore, so don't use it 2. Use a different mechanism to register test/prod config. We don't have aetest tag anymore, so we need something even more dynamic. 3. Fix new golangci-lint warnings: all test files are checked now. Update #1461
* dashboard/app: add test instructionsDmitry Vyukov2019-07-231-0/+12
|
* dashboard/app: add README.mdDmitry Vyukov2019-03-071-0/+11
Update #1043