Skip to content

Conversation

@Aschen
Copy link
Contributor

@Aschen Aschen commented Apr 16, 2019

What does this PR do?

Adds the method realtime:createRestrictedUser

How should this be manually tested?

  • Step 1 : Run tests

@codecov-io
Copy link

codecov-io commented Apr 16, 2019

Codecov Report

Merging #385 into 6-dev will decrease coverage by 0.05%.
The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##            6-dev     #385      +/-   ##
==========================================
- Coverage   96.73%   96.68%   -0.06%     
==========================================
  Files          30       30              
  Lines        1439     1447       +8     
==========================================
+ Hits         1392     1399       +7     
- Misses         47       48       +1
Impacted Files Coverage Δ
src/controllers/security/index.js 99.58% <87.5%> (-0.42%) ⬇️

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 6934c0a...98f80d7. Read the comment docs.

@ballinette ballinette merged commit 717ce80 into 6-dev Apr 16, 2019
@Aschen Aschen deleted the add-realtime-createRestrictedUser branch April 17, 2019 09:19
This was referenced Apr 29, 2019
Aschen pushed a commit that referenced this pull request Apr 29, 2019
# [6.1.1](https://github.com/kuzzleio/sdk-javascript/releases/tag/6.1.1) (2019-04-29)


#### Bug fixes

- [ [#384](#384) ] [fix] search API: "sort" and "search_after" must be in the requests body   ([scottinet](https://github.com/scottinet))

#### Enhancements

- [ [#388](#388) ] Use BaseController class for controllers   ([Aschen](https://github.com/Aschen))
- [ [#385](#385) ] Add Realtime.createRestrictedUser method   ([Aschen](https://github.com/Aschen))

#### Others

- [ [#387](#387) ] SearchResult.next returns a new instance   ([Aschen](https://github.com/Aschen))
---
@Aschen Aschen changed the title Add Realtime.createRestrictedUser method Add Security.createRestrictedUser method May 7, 2019
@Aschen Aschen mentioned this pull request Jun 14, 2019
Aschen added a commit that referenced this pull request Jun 14, 2019
Release 6.1.2

Bug fixes

    [ #398 ] Fix bulk return (Aschen)
    [ #394 ] Add default values for from/size to document:search (Aschen)
    [ #384 ] Fix search API: "sort" and "search_after" must be in the requests body (scottinet)

Enhancements

    [ #390 ] Add authenticated property on Kuzzle object (Aschen)
    [ #395 ] Proxify kuzzle to avoid mistyping error (thomasarbona)
    [ #389 ] Remove usage of _meta (Aschen)
    [ #391 ] Add isConnected (Aschen)
    [ #388 ] Use BaseController class for controllers (Aschen)
    [ #385 ] Add Security.createRestrictedUser method (Aschen)

Others

    [ #400 ] Fix large document search using scroll (stafyniaksacha)
    [ #387 ] SearchResult.next returns a new instance (Aschen)
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.

5 participants