Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

WIP:Feature/612 user account endpoint #103

Merged
merged 5 commits into from Jul 26, 2018

Conversation

inkhey
Copy link
Contributor

@inkhey inkhey commented Jul 24, 2018

endpoints :

  • create user endpoint
  • update user email,password, user info
  • get user endpoint
  • get all user for admin endpoint
  • get known user endpoint
  • delete user endpoint

others/bugs/etc.. :

closes tracim/tracim#680

@inkhey inkhey changed the title Feature/612 user account endpoint WIP:Feature/612 user account endpoint Jul 24, 2018
@coveralls
Copy link

coveralls commented Jul 24, 2018

Pull Request Test Coverage Report for Build 434

  • 714 of 730 (97.81%) changed or added relevant lines in 10 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.7%) to 88.133%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tracim/views/core_api/schemas.py 27 28 96.43%
tracim/lib/utils/request.py 2 3 66.67%
tracim/lib/core/user.py 43 45 95.56%
tracim/models/context_models.py 18 24 75.0%
tracim/views/core_api/user_controller.py 112 118 94.92%
Totals Coverage Status
Change from base Build 432: 0.7%
Covered Lines: 9967
Relevant Lines: 11309

💛 - Coveralls

@inkhey inkhey merged commit 2945615 into develop Jul 26, 2018
@inkhey inkhey deleted the feature/612_user_account_endpoint branch July 26, 2018 10:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check correct support of "is_active" of user (access,etc...)
2 participants