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: allow fetch-libs to work without logging in #1702

Merged
merged 9 commits into from
Jun 13, 2024
Merged

Conversation

lengau
Copy link
Collaborator

@lengau lengau commented Jun 11, 2024

Fixes #1681

@lengau lengau changed the title fix: make fetch-libs + underscores work fix: allow fetch-libs to work without logging in Jun 11, 2024
@lengau lengau marked this pull request as ready for review June 12, 2024 14:34
@lengau lengau requested review from mr-cal and tigarmo June 12, 2024 14:34
@lengau lengau marked this pull request as draft June 12, 2024 16:05
Copy link
Contributor

@tigarmo tigarmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that the PR is still a Draft but I went ahead and reviewed it! sorry!

def setup(self) -> None:
"""Set up the store service."""
super().setup()
self.anonymous_client = store.AnonymousClient(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this feature (anonymous access) something that we should (eventually) upstream in BaseStoreService?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually once it's a craft_store feature, yeah.

@lengau lengau marked this pull request as ready for review June 13, 2024 12:49
@lengau lengau merged commit 1da46c8 into main Jun 13, 2024
14 of 16 checks passed
@lengau lengau deleted the work/CRAFT-2878-no-login branch June 13, 2024 16:05
@lengau lengau linked an issue Jul 18, 2024 that may be closed by this pull request
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.

fetch-libs crashes with an internal error fetch-libs command requires being logged into charmhub
3 participants