-
Notifications
You must be signed in to change notification settings - Fork 36
ARR: Merge Post-Submission and Preprint Release #2908
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
Open
haroldrubio
wants to merge
35
commits into
master
Choose a base branch
from
fix/arr-preprint-in-post
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
30d1122
Remove preprint release
haroldrubio fae13eb
Remove preprint process
haroldrubio 7fe70c3
Change post submission process function
haroldrubio 4d4c2fd
Change tests
haroldrubio 07895a9
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 6406213
Remove old test
haroldrubio 55e4f45
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 4aec93d
Merge branch 'master' into fix/arr-preprint-in-post
melisabok 0ab123c
Parameterize post submission
haroldrubio 9f1a738
Call venue invitation builder
haroldrubio b13b237
Duplicate Venue logic into ARR
haroldrubio da99720
Update process function
haroldrubio d3bfd13
Update tests
haroldrubio 0572c67
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 59cb630
Refactor source
haroldrubio 9c7ea9a
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 13a0fae
Fix level of nesting
haroldrubio 5134dbf
Merge branch 'fix/arr-preprint-in-post' of https://github.com/openrev…
haroldrubio f05db47
Remove process function and fix explanation logic
haroldrubio 811d2ca
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 9e541c8
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 3d3fc38
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio a3456a8
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio 07723c3
Remove process function
haroldrubio 1c40b6c
Update invitation schema
haroldrubio 347724d
Move explanation of revisions assertions
haroldrubio 1059204
Add back assertions
haroldrubio e2005b8
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio f342066
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio ee81cfd
Only keep custom source
haroldrubio a635ad7
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio bbe439d
Merge branch 'master' into fix/arr-preprint-in-post
celestemartinez 19ef4e4
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio e4a6bf9
Merge branch 'master' into fix/arr-preprint-in-post
haroldrubio e54da3f
Merge branch 'master' into fix/arr-preprint-in-post
melisabok File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
InvitationBuilderdefinesset_submission_deletion_invitationtwice (the second definition overwrites the first). Please remove the duplicate method to avoid confusion and accidental divergence if one copy is changed later.