-
Notifications
You must be signed in to change notification settings - Fork 351
Feature/pbs 25 09 #11143
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
Merged
Merged
Feature/pbs 25 09 #11143
Conversation
This file contains hidden or 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
## Purpose Fix's a 502 that happened when the permission's class hit a NoneType target id ## Changes - improves tests - adds validation for target ids ## Ticket https://openscience.atlassian.net/browse/ENG-7810
… provider moderators (#11116) ## Purpose fix preprint visibility for admin reviewer ## Ticket https://openscience.atlassian.net/browse/ENG-7811
## Purpose fix broken users ## Changes - do not unregister users when deactivate spam ## QA Notes How I was able to recreate it: In admin go to managment commands -> Ban spam users by regular expression and ban some users (Actually there may be other ways to recreate it using spam feature in different ways like management commands, scheduled spam checks and so on). They will become unregistered, disabled and confirmed. Then we can reactivate account in admin to make it enabled but not registered ## Ticket https://openscience.atlassian.net/browse/ENG-7704
## Purpose Admins should be able to see number of messages that each admin sent to the same user ## Changes Added contact property, added a test and fixed existing ones Contacts are ordered alphabetically Additional scope: this property was added in export files as well ## Ticket https://openscience.atlassian.net/jira/software/c/projects/ENG/boards/145
…ssref (#11121) ## Purpose Admins should be able to resync preprints without minted doi with Crossref instead of all preprints. ## Changes 1. Added check mark for syncing only preprints without minted DOI. Fixed text coloring that has red background and red text color 2. Improved retry functionality for sync_identifier_doi task 3. Created a new celery task to resync preprints missing DOI and after that exclude all preprints from identifiers queryset ## Ticket https://openscience.atlassian.net/browse/ENG-7879
## Purpose Share update is not called when user withdrawals preprint and updates `date_withdrawn` and `withdrawal_justification` fields ## Changes Updated SEARCH_UPDATE_FIELDS, added a test ## Ticket https://openscience.atlassian.net/browse/ENG-5037
## Purpose This isn't actual solution, just a way to handle error as it isn't reproducible locally, potentially because of smtp that is not used locally ## Changes Added exception handler, swapped sync call for async version ## Ticket https://openscience.atlassian.net/browse/ENG-6206
## Purpose Admins should be able to remove collections options without any restrictions ## Changes Removed validation ## Ticket https://openscience.atlassian.net/browse/ENG-7871
…ve preprint provider. (#11131) ## Purpose Show only relevant groups for preprint provider ## Ticket https://openscience.atlassian.net/browse/ENG-7928
## Purpose Add search by ORCID field to users search admin page ## Ticket https://openscience.atlassian.net/browse/ENG-4673
## Purpose Revert async function that causes 502
cslzchen
approved these changes
May 14, 2025
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.
Purpose
Merge feature/pbs-25-09 to develop