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

store: Add ReviewInProgress status #3533

Merged
merged 1 commit into from
Jun 16, 2021
Merged

Conversation

3v1n0
Copy link
Contributor

@3v1n0 3v1n0 commented Jun 2, 2021

This is returned by the store but rejected by snapcraft

This is returned by the store but rejected by snapcraft
@sergiusens sergiusens merged commit 38c3553 into canonical:master Jun 16, 2021
3v1n0 added a commit to 3v1n0/snapcraft that referenced this pull request Jul 19, 2021
Another failure such as canonical#3533

```
snapcraft list-revisions joplin --arch=amd64
'ReviewQueued' is not one of ['Published', 'Unpublished', 'ManualReviewPending', 'NeedsInformation', 'AutomaticallyRejected', 'Rejected', 'ReviewInProgress']

Failed validating 'enum' in schema['properties']['revisions']['items']['properties']['status']:
    {'enum': ['Published',
              'Unpublished',
              'ManualReviewPending',
              'NeedsInformation',
              'AutomaticallyRejected',
              'Rejected',
              'ReviewInProgress'],
     'introduced_at': 1,
     'type': 'string'}

On instance['revisions'][0]['status']:
    'ReviewQueued'
```
@3v1n0 3v1n0 mentioned this pull request Jul 19, 2021
4 tasks
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.

3 participants