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

feat: gestion d'utilisateur #16

Merged
merged 9 commits into from
Mar 30, 2023
Merged

feat: gestion d'utilisateur #16

merged 9 commits into from
Mar 30, 2023

Conversation

david-nathanael
Copy link
Contributor

#14

  • gestion d'utilisateurs avec token

to do

  • commande cli
  • tests

Copy link
Collaborator

@antoinebigard antoinebigard left a comment

Choose a reason for hiding this comment

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

dans index.ts

on peut retirer
import { modelDescriptors } from "./models/collections";

pour avoir
await configureDbSchemaValidation();

et dans mongodb.ts 
directement avoir le modelDescriptors, IModelDescriptor depuis dans le fichier 
et donc supprimer models/collections.ts

server/package.json Outdated Show resolved Hide resolved
server/src/services/userService.ts Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@d0bbbcc). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head b047e87 differs from pull request most recent head 9a91460. Consider uploading reports for the commit 9a91460 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #16   +/-   ##
=======================================
  Coverage        ?   71.85%           
=======================================
  Files           ?        9           
  Lines           ?      334           
  Branches        ?        9           
=======================================
  Hits            ?      240           
  Misses          ?       94           
  Partials        ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@david-nathanael david-nathanael marked this pull request as ready for review March 29, 2023 15:49
@antoinebigard antoinebigard force-pushed the main branch 7 times, most recently from c968141 to f6a8249 Compare March 30, 2023 15:24
@david-nathanael david-nathanael merged commit 4c61b19 into main Mar 30, 2023
@david-nathanael david-nathanael deleted the feat/user-management branch March 30, 2023 16:05
@antoinebigard
Copy link
Collaborator

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@antoinebigard antoinebigard linked an issue Apr 4, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gestion de user avec token
2 participants