-
Notifications
You must be signed in to change notification settings - Fork 331
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
[POC] Fix preprint state machine #10668
Draft
Johnetordoff
wants to merge
22
commits into
CenterForOpenScience:develop
Choose a base branch
from
Johnetordoff:fix-preprint-state-machince2
base: develop
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.
Draft
[POC] Fix preprint state machine #10668
Johnetordoff
wants to merge
22
commits into
CenterForOpenScience:develop
from
Johnetordoff:fix-preprint-state-machince2
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
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 15, 2024 19:41
b0eda8e
to
7d4ea1e
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
3 times, most recently
from
July 15, 2024 23:09
8f38702
to
fea43ec
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 15, 2024 23:56
fea43ec
to
d40e594
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 16, 2024 03:51
327a2f0
to
897d051
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
2 times, most recently
from
July 16, 2024 05:09
8f5383f
to
426524d
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 16, 2024 05:21
426524d
to
e03e81f
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
6 times, most recently
from
July 16, 2024 17:45
a31bd96
to
d7197d7
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 16, 2024 18:27
d7197d7
to
3f118f4
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 17, 2024 16:01
4c44908
to
dfd08b7
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
7 times, most recently
from
July 18, 2024 15:42
0389f6b
to
37c72e9
Compare
Johnetordoff
changed the title
[WIP] Fix preprint state machince
[POC] Fix preprint state machince
Jul 18, 2024
Johnetordoff
changed the title
[POC] Fix preprint state machince
[POC] Fix preprint state machine
Jul 18, 2024
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 18, 2024 15:52
37c72e9
to
11372ea
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
2 times, most recently
from
July 18, 2024 17:50
b08a843
to
4c56d31
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 19, 2024 11:07
4c56d31
to
36edbdf
Compare
into fix-preprint-state-machince2 * 'develop' of https://github.com/CenterForOpenScience/osf.io: update dataverse dep revision to get changes Update CHANGELOG, bump version [CR][ENG-5681] Great Big Python Upgrade (CenterForOpenScience#10648) # Conflicts: # api/actions/serializers.py # api/providers/workflows.py # api_tests/identifiers/views/test_identifier_detail.py # api_tests/preprints/views/test_preprint_list.py # api_tests/reviews/mixins/filter_mixins.py # osf/utils/machines.py # osf/utils/workflows.py # osf_tests/test_schema_responses.py
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 23, 2024 14:04
21034b7
to
9ecc89c
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
3 times, most recently
from
July 23, 2024 15:34
873b00f
to
45ebf0e
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 23, 2024 15:35
45ebf0e
to
1c4346e
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
4 times, most recently
from
July 26, 2024 11:21
979b51e
to
6be19b8
Compare
Johnetordoff
force-pushed
the
fix-preprint-state-machince2
branch
from
July 26, 2024 13:42
6be19b8
to
b1771c0
Compare
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
Erase tech debt from old state machine implementation.
Changes
before
state transitionsafter
behavior to conform to tests.ReviewActionSerializer
should improve in code qualityQA Notes
Please make verification statements inspired by your code and what your code touches.
What are the areas of risk?
Any concerns/considerations/questions that development raised?
Documentation
Side Effects
Ticket