-
Notifications
You must be signed in to change notification settings - Fork 278
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
Vueify snatch-selection #7345
Merged
Merged
Vueify snatch-selection #7345
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
p0psicles
commented
Nov 13, 2019
•
edited
Loading
edited
- Add paginate_query helper, to provide a proper db pagination solution.
- PR is based on the DEVELOP branch
- Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
- Read the contribution guide
- Add history apiv2 endpoint
- Add cache results apiv2 endpoint
- Vueify the episode release history table
- Vueify the episode cache results table
- Vueify snatch-selection
- Fix coloring of the show results, based undesired, required, preferred words.
* Add paginate_query helper, to provide a proper db pagination solution.
Fix pagination for when a series_slug is provided.
* update history.js store, to get entire history.
* Return a list of providers in json.
* Return results filtered by show, season or episode.
…eify-snatch-selection # Conflicts: # medusa/server/api/v2/history.py # medusa/server/core.py # themes-default/slim/src/store/index.js # themes-default/slim/src/store/modules/history.js # themes-default/slim/src/store/modules/index.js # themes-default/slim/src/store/mutation-types.js # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
* First concept version of a episode history component in snatchSelection.
…eify-snatch-selection # Conflicts: # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
Use the Vue beforeRouteEnter lifecycle.
Cut it off at 5.
* generic_provider.py Fix bug in to_json() for TorrentSearchResult * Fixed apiv2/providers.py, sending searchResults.
* Added webSocket support for provider's search results.
* Start webSocket messages when a queueItem starts and finishes. We can use this to track searches, subtitle Search, postprocessing etc.
* Added new store module search.js (which should be used for search related activities)
…eify-snatch-selection # Conflicts: # themes/dark/assets/js/medusa-runtime.js # themes/light/assets/js/medusa-runtime.js
… and show-results.vue
* Fixed jest tests
* Unused imports.
medariox
previously approved these changes
Jul 16, 2020
medariox
approved these changes
Jul 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.