Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Add accounts support #312

Merged
merged 5 commits into from
Oct 18, 2018
Merged

Add accounts support #312

merged 5 commits into from
Oct 18, 2018

Conversation

glasserc
Copy link
Contributor

This is meant to extract the part of #304 that adds a createAccount method, and nothing besides that.

I had a horrible realization when I was writing this that when adding the accounts plugin was going to make the entire test suite slow, even for those tests that do basicauth. Fortunately, it doesn't; see Kinto/kinto#1821. Still, we might want to hold off on merging this until we figure out our plan for that bug.

Another option might be to use a separate config for just the account tests. But then we might have to have two, one for each Kinto version..

Although the accounts plugin was added in 7.0.0, this version is the
first one that still has the same DB schema as current master.
This will let us actually test a createAccount method.
@glasserc glasserc requested a review from leplatrem October 18, 2018 13:07
Copy link
Contributor

@leplatrem leplatrem left a comment

Choose a reason for hiding this comment

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

Code looks good, as for the server perf bug, let's see if someone digs into it :)

src/requests.js Outdated Show resolved Hide resolved
Thanks @leplatrem for the suggestion.
@glasserc glasserc merged commit 27737b9 into Kinto:master Oct 18, 2018
@glasserc glasserc deleted the add-accounts-support branch October 18, 2018 15:02
@glasserc glasserc mentioned this pull request Dec 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants