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

Bug: added the same repo twice to my app.opensauced.pizza dashboard #1462

Closed
2 tasks done
davidalpert opened this issue Sep 10, 2022 · 3 comments · Fixed by #1464
Closed
2 tasks done

Bug: added the same repo twice to my app.opensauced.pizza dashboard #1462

davidalpert opened this issue Sep 10, 2022 · 3 comments · Fixed by #1464

Comments

@davidalpert
Copy link

davidalpert commented Sep 10, 2022

Describe the bug

Somehow I managed to add a repo to my Dashboard twice (I think I clicked "Add" twice before I saw the repo show up); now I have two instances of that go-task/task repo appearing in my dashboard and I cannot see any way to remove one.

Steps to reproduce

  1. Go to the Dashboard view (https://app.opensauced.pizza/#)
  2. Type in a new repo to add (e.g. go-task/task) and click "Add" twice

Expected result

  • the new repo is added once

Actual result

  • the new repo is added twice

Affected services

app.opensauced.pizza

Platforms

Desktop

Browsers

Chrome

Environment

Production

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@mfoley-sas
Copy link

@davidalpert thanks for filing this! There once was a button to remove goals but it was factored out as part of work in other repos. In any case, a workaround you can use to remove the goal is to open your goals repository close the underlying issue. If you look in the issues list in this repo (https://github.com/davidalpert/open-sauced-goals/issues), you should be able to see issues with titles that correspond to the repos you added. If you close one of these issues, then things should be how you want them to be.

@cameronldroberts
Copy link

Sounds like a dup of this issue - #1460

I had a quick look and I think it just needs some code to stop submitting the form twice in quick succession. There’s already code to handle the repo already existing here. I think by hitting the button twice in quick succession we’re getting beyond this check as the repo might not be officially added yet.

@mtfoley mtfoley mentioned this issue Sep 13, 2022
19 tasks
bdougie pushed a commit that referenced this issue Sep 27, 2022
github-actions bot pushed a commit that referenced this issue Sep 27, 2022
github-actions bot pushed a commit that referenced this issue Sep 27, 2022
### [0.53.2](v0.53.1...v0.53.2) (2022-09-27)

### 🐛 Bug Fixes

* avoid duplicate repos ([#1464](#1464)) ([cd925d8](cd925d8)), closes [#1460](#1460) [#1462](#1462)
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 0.53.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants