Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Dead repos still show up on dashboard #643

Closed
Brawrdon opened this issue Jun 8, 2020 · 2 comments
Closed

Dead repos still show up on dashboard #643

Brawrdon opened this issue Jun 8, 2020 · 2 comments
Labels
Projects

Comments

@Brawrdon
Copy link
Contributor

Brawrdon commented Jun 8, 2020

Describe the bug

I'm not sure if I should've made this an issue or discussion but...

I noticed on my dashboard bdougie/open-sauced was still taking up a spot after its transfer.

To Reproduce

  1. Add a repo
  2. Wait for that repo to be deleted, renamed or transferred
  3. Watch as the old link sits there

Expected behavior

I'm not sure if it's possible, but it would be cool to see if there's a way to detect if a repository no longer exists and or has been moved. The related issue in the open-sauced-goals repo could then be deleted, updated or a new issue could be made all together.

If it's not possible to detect exactly what's happened to a repo, we could just delete any issue that ends up resolving to a repo not found error if they were accessed from click an item on the dashboard.

@bdougie
Copy link
Member

bdougie commented Jun 16, 2020

I think we can address this in the goals template. I opened an issue there. Since we are caching the data now, we force updates to issues that are associated to dead repos.

open-sauced/goals-template#8

@bdougie bdougie added this to Bugs in Planning Sep 17, 2020
@bdougie
Copy link
Member

bdougie commented Oct 6, 2020

This is indeed fixed. We now clear out dead repos with the caching sync 3 times a week.

https://github.com/open-sauced/goals-template/blob/master/.github/workflows/goals-caching.yml

@bdougie bdougie closed this as completed Oct 6, 2020
Planning automation moved this from Bugs to Done Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Planning
  
Done
Development

No branches or pull requests

3 participants
@bdougie @Brawrdon and others