-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor test files #14
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
Comments
ofuochi
added
help wanted
Extra attention is needed
Hacktoberfest
enhancement
New feature or request
good first issue
Good for newcomers
labels
Oct 2, 2019
ofuochi
added a commit
that referenced
this issue
Oct 10, 2019
ofuochi
added a commit
that referenced
this issue
Oct 10, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14)
ofuochi
added a commit
that referenced
this issue
Oct 13, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * A sample swagger integration/implementation (#2) * A sample swagger integration/implementation #2 #66
ofuochi
added a commit
that referenced
this issue
Oct 13, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * A sample swagger integration/implementation (#2) * A sample swagger integration/implementation (#2) * Fix breaking change * Implement auto swagger generation * Sample swagger doc integration/implementation #2 #66
ofuochi
added a commit
that referenced
this issue
Oct 14, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * A sample swagger integration/implementation (#2) * A sample swagger integration/implementation (#2) * Fix breaking change * Implement auto swagger generation * Sample swagger doc integration/implementation #2 #66 * Refactoring * Updated NPM package and refactor test
ofuochi
added a commit
that referenced
this issue
Oct 18, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * A sample swagger integration/implementation (#2) * A sample swagger integration/implementation (#2) * Fix breaking change * Implement auto swagger generation * Sample swagger doc integration/implementation #2 #66 * Refactoring * Updated NPM package and refactor test * Changed base controller to tsoa * Expose auth controller on swagger * Removed sample secure_controller file * Swagger implementation for Auth controller * Seed default admin user * Admin actions on delte tenant * Added swagger to tenant controller and wrote test for the controller * Implement swagger doc auto-generation
ofuochi
added a commit
that referenced
this issue
Oct 19, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * Simplify returned entity in signUp * Removed global variables and wrote UserController tests * Correct model class extensions
ofuochi
added a commit
that referenced
this issue
Oct 21, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * Simplify returned entity in signUp * Removed global variables and wrote UserController tests * Correct model class extensions * Implement user management by admin * User management * Updated swagger and packages
ofuochi
added a commit
that referenced
this issue
Oct 21, 2019
* Updated BaseEntity navigation properties to reference User type * Used auto mapper's array mapper for mapping array to DTO * Removed vscode local settings from version control * Updated createdBy field in user entity * Added user auto mapper profile * Added user auto mapper profile * Updated package.json and set tenant and user globally. Closes #16, closes #17 * Implement save or update feature. Closes #11 * Moved hooks to base entity class and implemented soft-delete * Implement soft delete feature. Closes #56 * Fixed #63, and refactor some part of test files (#14) * Simplify returned entity in signUp * Removed global variables and wrote UserController tests * Correct model class extensions * Implement user management by admin * User management * Added paged response class * Tenant management
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
Refactor test files to make it cleaner.
The text was updated successfully, but these errors were encountered: