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

Migrate snekclientv2 aa1 to implement 1 #116

Merged
merged 6 commits into from
Aug 6, 2020

Conversation

schettn
Copy link
Member

@schettn schettn commented Aug 5, 2020

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change?
  • Have you tested your changes with successful results?

Type of Changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change which adds documentation)
  • Breaking change (fix or feature that would cause existing functionality to change)

What is the current behavior? (link to any open issues here)

What is the new behavior (if this is a feature change)?

Other information:

  • 🐍

Now the search uses a new task which
delivery only user pages. Therefore filtering
is no longer needed.
Previously there was a plain username string
list which got replaced by a object list containing
slugs and titles.
The argument has been updated
to fit the new structure.
The login does no longer need a
environment file including the anonymous username.
The anonymous status can be be obtained directly from
the authentication object.
The package has been downgraded
to 11.0.7 due to issues with the latest
version.
Ref: mosch/react-avatar-editor#340
The package.json has been updated
with the beta release of v2 SnekClient.
@schettn schettn added the enhancement New feature or request label Aug 5, 2020
@schettn schettn added this to the SNEK Version 0.1.0 milestone Aug 5, 2020
@schettn schettn self-assigned this Aug 5, 2020
Copy link
Member

@kleberbaum kleberbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be ok to merge after a few changes.

src/store/actions/authActions.js Outdated Show resolved Hide resolved
Now when whoami is undefined the
condition will not pass.
@schettn schettn requested a review from kleberbaum August 5, 2020 23:25
Copy link
Member

@pinterid pinterid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@Aichnerc Aichnerc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@kleberbaum kleberbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be ok to merge.

@schettn schettn merged commit 79a66cd into implement-1 Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants