-
Notifications
You must be signed in to change notification settings - Fork 330
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
Feature/addons service #10759
Closed
brianjgeiger
wants to merge
212
commits into
CenterForOpenScience:feature/addons_service
from
brianjgeiger:feature/addons_service
Closed
Feature/addons service #10759
brianjgeiger
wants to merge
212
commits into
CenterForOpenScience:feature/addons_service
from
brianjgeiger:feature/addons_service
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
- Fix redirect
* add collection metadata options for ibdgc --------- Co-authored-by: John Tordoff <>
Squashed commit of the following: commit 5615a3a Author: John Tordoff <> Date: Tue Dec 12 16:42:54 2023 -0500 update is_triaged behavior commit a9a49f2 Author: John Tordoff <> Date: Tue Dec 12 15:53:49 2023 -0500 change test case to account for new exception handing for domain sniffer commit 096e1ab Author: John Tordoff <> Date: Tue Dec 12 14:03:25 2023 -0500 redo exception handling and add migration file commit 89b37f3 Author: John Tordoff <> Date: Mon Dec 11 12:13:31 2023 -0500 make timeouts classify notable domains as unverified
* add collection metadata options for ibdgc --------- Co-authored-by: John Tordoff <>
…async-email-502 Add logging to post-commit handlers
## Purpose The preprint draft list includes deleted preprints, that's a litttle strange, lets fix that. ## Changes - uses view query for filter out preprints that have been deleted - adds test cases Co-authored-by: John Tordoff <>
* Something in python-upgrade started including the request input object in the headers. Celery/kombu can't serialize this and dies screaming. Silence the screams. [ENG-6022]
…ce/revert-10724-debug/async-email-502 Revert "Add logging to post-commit handlers"
…enScience#10728) * fix thanks to MC, add working docker image * use envvars consistently * clean-up README.md --------- Co-authored-by: John Tordoff <>
(Renamed feature/b-and-i-24-14 to feature/b-and-i-24-18)
B&I release 24.06.0
Fix task name for clear_expired_sessions in celery schedule
…rOpenScience#10745) [ENG-5829] Add Institutional Affiliation mix-in to Preprints CenterForOpenScience#10649 [ENG-5844] Add preprint institution affiliation endpoint CenterForOpenScience#10655 [ENG-5845] Preprint Institutions Relationship CenterForOpenScience#10659 [ENG-5846][ENG-5847] Add affiliated_institutions to preprint list and detail endpoint CenterForOpenScience#10684 [Bug-fix] Fix Self Link for Preprint Affiliated Institutions CenterForOpenScience#10698 [ENG-5908] Add Test Confirming Preprint Affiliated Institution Data is Sent to SHARE CenterForOpenScience#10700 [ENG-5966] 2.0.1 BE: Update permission to support edit as a WRITE contributor CenterForOpenScience#10741 [CR Response] Fix url links for PreprintsInstitutionsRelationshipSerializer and fix unit tests
Preprints Affiliation Project - BE Release
# Conflicts: # api_tests/users/views/test_user_addons.py
Hmmm, looks like we have some failing tests.
|
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 develop into feature/addons-service
Changes
Mainly resolved merge conflicts in
api_tests/users/views/test_user_addons.py
- check for potential problems there.