Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deleting tags in the tags dashboard #1807

Merged
merged 6 commits into from
Nov 19, 2023
Merged

Conversation

kaste
Copy link
Collaborator

@kaste kaste commented Nov 19, 2023

Esp. deleting remote tags was just not possible. Deleting local tags worked but still raised as self.delete_remote did run unconditionally.

Unfortunately mypy did not catch fire here as this is a simple left-over from moving to the reactive base class.

The method `delete_remote` was completely broken because there is no
member `interface.remotes` since the tags dashboard got reactive.

Unfortunately mypy did not catch fire here.
@kaste kaste enabled auto-merge November 19, 2023 17:24
@kaste kaste merged commit f8be448 into master Nov 19, 2023
8 checks passed
@kaste kaste deleted the fix-deleting-remote-tags branch November 19, 2023 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant