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

List pins - Filter by status is not working #797

Closed
flea89 opened this issue Dec 15, 2021 · 2 comments · Fixed by #848
Closed

List pins - Filter by status is not working #797

flea89 opened this issue Dec 15, 2021 · 2 comments · Fixed by #848
Assignees
Labels
topic/pot Issues handled by PT.

Comments

@flea89
Copy link
Contributor

flea89 commented Dec 15, 2021

https://ipfs.github.io/pinning-services-api-spec/#tag/pins/paths/~1pins/get

Array of strings (Status) non-empty Items

Enum: "queued" "pinning" "pinned" "failed"
Example: status=queued,pinning
Return pin objects for pins with the specified status


Update:
Rough skeleton of this is in place. We need to map API statuses to DB statuses and make sure the DB query is functional.

@GaryHomewood GaryHomewood self-assigned this Jan 4, 2022
@mbommerez
Copy link

@GaryHomewood Is there a separate PR for this? This one is ready for review?

@GaryHomewood
Copy link
Contributor

@mbommerez Yes here:
#848

@mbommerez mbommerez added the topic/pot Issues handled by PT. label Jan 20, 2022
@mbommerez mbommerez linked a pull request Jan 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/pot Issues handled by PT.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants