SenseNet / sn-client-js

A JavaScript client for sensenet ECM that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
11 stars 2 forks source link

GetCurrentUser observable for user identity changes, restore RxJs Ajax functionality #47

Closed gallayl closed 7 years ago

gallayl commented 7 years ago

GetCurrentUser() Observable

RxJs functionality

codecov-io commented 7 years ago

Codecov Report

Merging #47 into development will increase coverage by 0.58%. The diff coverage is 97.61%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development      #47      +/-   ##
===============================================
+ Coverage         96.8%   97.38%   +0.58%     
===============================================
  Files               50       50              
  Lines             1440     1454      +14     
  Branches           205      206       +1     
===============================================
+ Hits              1394     1416      +22     
+ Misses              13        8       -5     
+ Partials            33       30       -3
Impacted Files Coverage Δ
src/Repository/BaseRepository.ts 100% <100%> (ø) :arrow_up:
src/Collection.ts 88.23% <100%> (+3.72%) :arrow_up:
src/Authentication/JwtService.ts 100% <100%> (ø) :arrow_up:
src/HttpProviders/RxAjaxHttpProvider.ts 92.85% <88.88%> (+21.42%) :arrow_up:
src/Repository/SnRepository.ts 100% <0%> (ø) :arrow_up:
src/HttpProviders/index.ts 100% <0%> (ø) :arrow_up:

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 b637564...6a2947f. Read the comment docs.