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

Allow creating a user without specifying the id #229

Merged
merged 4 commits into from
Jun 30, 2017

Conversation

xbill82
Copy link
Contributor

@xbill82 xbill82 commented Jun 6, 2017

Description

Aligning the API to the core. The ID is no longer mandatory to create a user, since Kuzzle auto-generates one.

@samniisan
Copy link
Contributor

You should do the same for createRestrictedUser

@dbengsch
Copy link
Contributor

dbengsch commented Jun 7, 2017

@xbill82 did you check other SDKs as well ?

@xbill82 xbill82 added the wip label Jun 7, 2017
@xbill82
Copy link
Contributor Author

xbill82 commented Jun 7, 2017

@dbengsch yep, the Android needs the same fix

@xbill82
Copy link
Contributor Author

xbill82 commented Jun 26, 2017

Ok @samniisan things should be fixed now!

@xbill82 xbill82 removed the wip label Jun 26, 2017
@codecov-io
Copy link

codecov-io commented Jun 26, 2017

Codecov Report

Merging #229 into 5.x will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              5.x     #229      +/-   ##
==========================================
+ Coverage   98.41%   98.45%   +0.04%     
==========================================
  Files          17       17              
  Lines        2144     2140       -4     
  Branches      610      608       -2     
==========================================
- Hits         2110     2107       -3     
+ Misses         34       33       -1
Impacted Files Coverage Δ
src/security/Security.js 97.71% <ø> (-0.03%) ⬇️
src/Kuzzle.js 98.94% <0%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d614dd...0c74143. Read the comment docs.

@scottinet
Copy link
Contributor

Waiting for this PR to be created on the Android SDK project to merge this one.

@stafyniaksacha stafyniaksacha merged commit 31df206 into 5.x Jun 30, 2017
@stafyniaksacha stafyniaksacha deleted the create-user-w-null-id branch June 30, 2017 15:07
@stafyniaksacha stafyniaksacha mentioned this pull request Jul 19, 2017
@scottinet scottinet mentioned this pull request Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants