mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* feat(external-api): return per-workspace inviteUrl in POST /ext/users response * test(external-api): expand POST /ext/users coverage — roles, multi-group, and failure conditions Adds 8 new e2e tests covering role assignment, per-workspace role variance, multiple custom groups, and all key failure paths (duplicate email, missing workspace, default group in groups field, nonexistent group, end-user/builder group conflict). Also seeds the builder default group in maybeCreateDefaultGroupPermissions to unblock role-assignment tests against test orgs. * test(external-api): clarify conflicting-permissions error shape in users spec * feat(external-api): update default status to INVITED in user-related DTOs and add defaultOrganizationId field * feat(external-api): enhance invited user session guard and expand user creation tests for archived status * feat(external-api): add tests for org-invite URL behavior based on user and workspace status * feat(external-api): update user status handling and invite URL logic in tests * feat(external-api): update invite URL logic and OrganizationUser status handling for active users |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee@7049436bb4 | ||
| lib | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| dev-entrypoint.sh | ||
| eslint.config.js | ||
| jest.config.ts | ||
| nest-cli.json | ||
| ormconfig.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.