-
Notifications
You must be signed in to change notification settings - Fork 1
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
Import user's collection #18
Labels
enhancement
New feature or request
Comments
jrtibbetts
added a commit
that referenced
this issue
Apr 21, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 21, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
…e protocol, and implemented them on DiscogsService and MediaLibraryService.
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
…o .update(importedItemCount:,totalItemCount:,forService) and implemented it everywhere. The import progress bar in the cell now updates correctly.
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
…, because public is a keyword, of course. :)
jrtibbetts
added a commit
that referenced
this issue
Apr 22, 2019
… distinguish it from the new Discogs container that I'm about to create.
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
…a DiscogsContainer, then modified it for the Discogs collection data model.
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
…There's still a runtime crash because it can't find the Folder entity type, though.
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
…ting a fetch request for the wrong entity type! 🤦♂️
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
…ires the call to the import delegate, the explicit import delegate call has been removed.
jrtibbetts
added a commit
that referenced
this issue
Apr 24, 2019
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
…a Promise, and the unit tests wait for that promise.
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
… It's just safer and easier to do it this way, instead of trying to make it an implicitly-unwrapped Optional property or throwing an error if it's nil.
jrtibbetts
added a commit
that referenced
this issue
May 1, 2019
jrtibbetts
added a commit
that referenced
this issue
May 4, 2019
…ases public so that they can be tested individually.
jrtibbetts
added a commit
that referenced
this issue
May 4, 2019
jrtibbetts
added a commit
that referenced
this issue
May 4, 2019
jrtibbetts
added a commit
that referenced
this issue
May 4, 2019
…DiscogsCollectionWithValidUserNameOk() back to 20 seconds.
jrtibbetts
added a commit
that referenced
this issue
May 5, 2019
…ension to Int that adds a times property and times() function.
jrtibbetts
added a commit
that referenced
this issue
May 5, 2019
…eyed by their IDs, in order to cache things between promises.
jrtibbetts
added a commit
that referenced
this issue
May 7, 2019
jrtibbetts
added a commit
that referenced
this issue
May 7, 2019
jrtibbetts
added a commit
that referenced
this issue
May 7, 2019
…teCoreDataItems() because it's crashing with an error I don't understand.
jrtibbetts
added a commit
that referenced
this issue
May 7, 2019
jrtibbetts
added a commit
that referenced
this issue
May 8, 2019
jrtibbetts
added a commit
that referenced
this issue
May 11, 2019
jrtibbetts
added a commit
that referenced
this issue
May 11, 2019
…as doing exactly what Discogs.collectionFolders() does!
jrtibbetts
added a commit
that referenced
this issue
May 12, 2019
jrtibbetts
added a commit
that referenced
this issue
May 12, 2019
jrtibbetts
added a commit
that referenced
this issue
May 14, 2019
jrtibbetts
added a commit
that referenced
this issue
May 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since there's no API for requesting a full collection database dump and then ingesting it, I think we just have to retrieve everything one page at a time.
The text was updated successfully, but these errors were encountered: