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

Start on changes for changeIndexer page. #9862

Merged
merged 17 commits into from
Jan 12, 2022
Merged

Conversation

p0psicles
Copy link
Contributor

@p0psicles p0psicles commented Sep 11, 2021

  • 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

  • frontend

  • backend (api)

  • connect the two

* Added components:
  - change-indexer.vue
  - change-indexer-row.vue
  - select-indexer.vue
Enabled mass updating indexers.
…exers

# Conflicts:
#	medusa/server/core.py
#	medusa/server/web/manage/handler.py
#	themes/dark/assets/js/medusa-runtime.js
#	themes/dark/assets/js/vendors~date-fns.js
#	themes/light/assets/js/medusa-runtime.js
#	themes/light/assets/js/vendors~date-fns.js
* Fixed merge conflicts
This is the case when we quickly remove/add a show with existing episodes.
) or (
# For example when removing an existing show (keep files)
# and re-adding it. The status is SKIPPED just after adding it.
old_status == SKIPPED and not old_location
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@medariox do you see any issues with adding this option here?
It's this or almost copy all the code from update_status_quality and calling methods, just for changing the indexer.

As it stands now. After re-adding a show, the episodes of the show start with the status "SKIPPED". And this causes it to get the status "ARCHIVED". WHich is incorrect.

…exers

# Conflicts:
#	themes-default/slim/src/components/new-show.vue
#	themes/dark/assets/js/medusa-runtime.js
#	themes/light/assets/js/medusa-runtime.js
@p0psicles p0psicles marked this pull request as ready for review January 7, 2022 15:31
@p0psicles p0psicles merged commit fef2f5f into develop Jan 12, 2022
@medariox medariox deleted the feature/change-indexers branch January 12, 2022 19:21
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