TL;DR
My test-repo is missing from All repositories list inside Cloud Source Repository panel, but I can still access it. Why?
This question is also asked here on StackOverflow
Details
- I made test-repo
- I was able to git clone using CloudSDK, make changes and even push.
- When I went back to GCP Console > Cloud Source Repository, the repository did not show up and it showed me a welcome page.
- I was still able to git pull.
- I was able to access test-repo by going to my Cloud Function which was using the source code from test-repo.
- When I made a new temporary repo caleld test2, it showed up under the All Repositories tab.
- test-repo is still missing, but it shows up under Recently Viewed and I can access it there.
What is happening here???

