MCPcopy Index your code

hub / github.com/aulasoftwarelibre/nx-boilerplate / functions

Functions196 in github.com/aulasoftwarelibre/nx-boilerplate

↓ 31 callersMethodfromString
(name: string)
apps/api/src/user/domain/model/role.ts:8
↓ 8 callersMethodfromString
(value: string)
libs/domain/src/lib/value-object.spec.ts:46
↓ 8 callersMethodgetValue
(key: string, throwOnMissing = true)
apps/api/src/config/config.service.ts:7
↓ 7 callersMethodaggregateToEntity
(user: User)
apps/api/src/user/infrastructure/repository/user.mapper.ts:24
↓ 7 callersMethodlogin
(username: string, password: string)
apps/admin-e2e/src/support/commands.ts:15
↓ 6 callersMethodfind
(userId: UserId)
apps/api/src/user/domain/repository/users.ts:6
↓ 5 callersFunctionRoles
(...roles: Role[])
apps/api/src/auth/security/roles.decorator.ts:5
↓ 5 callersMethodcreate
(@Body() createUserDto: CreateUserDTO)
apps/api/src/user/infrastructure/controller/user.controller.ts:56
↓ 5 callersMethodhasRole
(role: Role)
apps/api/src/user/domain/model/user.ts:56
↓ 4 callersMethodadd
( userId: UserId, username: Username, password: Password )
apps/api/src/user/domain/model/user.ts:26
↓ 4 callersMethodaddRole
(role: Role)
apps/api/src/user/domain/model/user.ts:60
↓ 4 callersMethodfindOne
(@Param('id') id: string)
apps/api/src/user/infrastructure/controller/user.controller.ts:104
↓ 4 callersFunctiongetDecodedToken
()
apps/admin/src/lib/auth.provider.ts:77
↓ 4 callersMethodsave
(user: User)
apps/api/src/user/domain/repository/users.ts:9
↓ 4 callersMethodwith
(userId: UserId)
apps/api/src/user/domain/exception/user-id-not-found.error.ts:4
↓ 3 callersMethodentityToAggregate
(userEntity: UserEntity)
apps/api/src/user/infrastructure/repository/user.mapper.ts:8
↓ 3 callersMethodexecute
(query: GetUserQuery)
apps/api/src/user/application/query/get-user.handler.ts:17
↓ 3 callersFunctiongetToken
()
apps/admin/src/lib/auth.provider.ts:75
↓ 3 callersMethodvalue
()
apps/api/src/user/domain/model/role.ts:22
↓ 2 callersMethodencodePassword
(password: string)
apps/api/src/auth/services/auth.service.ts:17
↓ 2 callersMethodfindOneByUsername
(username: Username)
apps/api/src/user/domain/repository/users.ts:8
↓ 2 callersMethodforRoot
()
apps/api/src/app.module.ts:9
↓ 2 callersMethodfrom
(first: string, last: string)
libs/domain/src/lib/value-object.spec.ts:66
↓ 2 callersMethodgetTypeOrmConfig
()
apps/api/src/config/config.service.ts:30
↓ 2 callersFunctionisAccessToken
(arg: any)
libs/contracts/src/lib/auth/access-token.interface.ts:6
↓ 2 callersFunctionisCredentials
(arg: any)
libs/contracts/src/lib/auth/credentials.interface.ts:7
↓ 2 callersFunctionisJwtPayload
(arg: any)
libs/contracts/src/lib/auth/jwt-payload.interface.ts:7
↓ 2 callersMethodisTest
()
apps/api/src/config/config.service.ts:25
↓ 2 callersFunctionremoveToken
()
apps/admin/src/lib/auth.provider.ts:71
↓ 1 callersFunctionbootstrap
()
apps/api/src/main.ts:9
↓ 1 callersMethoddelete
()
apps/api/src/user/domain/model/user.ts:84
↓ 1 callersMethodensureValues
(keys: string[])
apps/api/src/config/config.service.ts:16
↓ 1 callersMethodfindAll
()
apps/api/src/user/domain/repository/users.ts:7
↓ 1 callersMethodfromString
(id: string)
libs/domain/src/lib/id.spec.ts:19
↓ 1 callersMethodgenerate
()
apps/api/src/user/domain/model/user-id.ts:5
↓ 1 callersMethodgenerateAccessToken
(username: string)
apps/api/src/auth/services/auth.service.ts:31
↓ 1 callersFunctionisLogged
()
apps/admin/src/lib/auth.provider.ts:73
↓ 1 callersMethodremove
(@Param('id') id: string)
apps/api/src/user/infrastructure/controller/user.controller.ts:165
↓ 1 callersMethodremoveRole
(role: Role)
apps/api/src/user/domain/model/user.ts:68
↓ 1 callersMethodrender
()
apps/web/pages/_document.tsx:8
↓ 1 callersFunctionsaveToken
(token)
apps/admin/src/lib/auth.provider.ts:55
↓ 1 callersFunctionseed
()
apps/web-e2e/src/db/index.ts:15
↓ 1 callersFunctionseed
()
apps/admin-e2e/src/db/index.ts:15
↓ 1 callersFunctionteardown
()
apps/web-e2e/src/db/index.ts:4
↓ 1 callersFunctionteardown
()
apps/admin-e2e/src/db/index.ts:4
↓ 1 callersMethodup
(queryRunner: QueryRunner)
apps/api/src/migrations/1609184562041-add-user.ts:6
↓ 1 callersMethodupdatePassword
(user: User, command: UpdateUserCommand)
apps/api/src/user/application/command/update-user.handler.ts:40
↓ 1 callersMethodupdateRoles
(user: User, command: UpdateUserCommand)
apps/api/src/user/application/command/update-user.handler.ts:45
↓ 1 callersMethoduserHasRequiredRoles
(user: UserDTO, roles: string[])
apps/api/src/auth/security/roles.guard.ts:32
↓ 1 callersMethodvalidateUser
(username: string, password: string)
apps/api/src/auth/services/auth.service.ts:23
↓ 1 callersMethodwithString
(value: string)
libs/domain/src/lib/invalid-id-error.ts:6
FunctionApp
()
apps/admin/src/app/app.tsx:8
FunctionDashboard
()
apps/admin/src/components/dashboard.tsx:4
FunctionIndex
()
apps/web/pages/index.tsx:8
FunctionLayout
({session, children})
libs/ui/src/lib/layout/layout.tsx:21
FunctionMyApp
({ Component, pageProps }: AppProps)
apps/web/pages/_app.tsx:9
FunctionNavbar
({ open, onOpenSidebar: onOpenDrawer, session, }: NavbarProps)
libs/ui/src/lib/navbar/navbar.tsx:24
FunctionSidebar
({ open, onCloseSidebar }: SidebarProps)
libs/ui/src/lib/sidebar/sidebar.tsx:24
FunctionSimpleChipField
({ record = '' })
apps/admin/src/components/simple-chip-field.tsx:15
FunctionTemplate
(args)
libs/ui/src/lib/layout/layout.stories.tsx:14
FunctionTemplate
(args)
libs/ui/src/lib/sidebar/sidebar.stories.tsx:13
FunctionTemplate
(args)
libs/ui/src/lib/navbar/navbar.stories.tsx:13
FunctionUserCreate
(props)
apps/admin/src/resources/user/user-create.resource.tsx:16
FunctionUserEdit
({ permissions, ...props })
apps/admin/src/resources/user/user-edit.resource.tsx:13
FunctionUserList
(props)
apps/admin/src/resources/user/user-list.resource.tsx:12
FunctionapplyDeleteBulkAction
()
apps/admin-e2e/src/support/ListPage.js:105
FunctionapplyUpdateBulkAction
()
apps/admin-e2e/src/support/ListPage.js:101
FunctionclickInput
(name, type = 'input')
apps/admin-e2e/src/support/EditPage.js:44
Functionclone
()
apps/admin-e2e/src/support/EditPage.js:63
Methodconfigure
(consumer: MiddlewareConsumer)
apps/api/src/app.module.ts:16
Functionconstructor
(props: T)
libs/domain/src/lib/value-object.ts:11
Functionconstructor
(id: string)
libs/domain/src/lib/id.ts:11
Functionconstructor
()
libs/domain/src/lib/event.ts:7
Methodconstructor
(private reflector: Reflector)
apps/api/src/auth/security/roles.guard.ts:12
Methodconstructor
(private authService: AuthService)
apps/api/src/auth/controller/auth.controller.ts:19
Methodconstructor
(private queryBus: QueryBus, private jwtService: JwtService)
apps/api/src/auth/services/auth.service.ts:15
Methodconstructor
(private queryBus: QueryBus)
apps/api/src/auth/services/jwt.strategy.ts:11
Methodconstructor
( private authService: AuthService, private queryBus: QueryBus, private commandBus: CommandBus )
apps/api/src/user/infrastructure/controller/user.controller.ts:47
Methodconstructor
( @InjectRepository(UserEntity) private userRepository: Repository<UserEntity>, private userMapper
apps/api/src/user/infrastructure/repository/user.repository.ts:12
Methodconstructor
( @InjectRepository(UserEntity) private userRepository: Repository<UserEntity> )
apps/api/src/user/infrastructure/saga/user-was-deleted.saga.ts:10
Methodconstructor
( @Inject(USERS) private users: Users, @InjectRepository(UserEntity) private userRepository: Repos
apps/api/src/user/infrastructure/services/user.service.ts:11
Methodconstructor
(id: string, username: string, password: string, roles: string[])
apps/api/src/user/infrastructure/entity/user.entity.ts:28
Methodconstructor
()
apps/api/src/user/domain/model/user.ts:22
Methodconstructor
( public readonly id: string, public readonly username: string, public readonly password: string
apps/api/src/user/domain/event/user-was-created.event.ts:7
Methodconstructor
(public readonly id: string, public readonly role: string)
apps/api/src/user/domain/event/user-role-was-added.event.ts:7
Methodconstructor
(public readonly id: string)
apps/api/src/user/domain/event/user-was-deleted.event.ts:8
Methodconstructor
(public readonly id: string, public readonly password: string)
apps/api/src/user/domain/event/user-password-was-updated.event.ts:7
Methodconstructor
(public readonly id: string, public readonly role: string)
apps/api/src/user/domain/event/user-role-was-removed.event.ts:7
Methodconstructor
( public readonly userId: string, public readonly username: string, public readonly password: stri
apps/api/src/user/application/command/create-user.command.ts:4
Methodconstructor
( public readonly userId: string, public readonly username: string, public readonly password: stri
apps/api/src/user/application/command/update-user.command.ts:4
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/command/delete-user.handler.ts:10
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/command/update-user.handler.ts:18
Methodconstructor
(public readonly userId: string)
apps/api/src/user/application/command/delete-user.command.ts:4
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/command/create-user.handler.ts:22
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/query/get-user.handler.ts:12
Methodconstructor
(public readonly username: string)
apps/api/src/user/application/query/get-user-by-username.query.ts:4
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/query/get-users.handler.ts:11
Methodconstructor
( @Inject(USERS) private users: Users, private userMapper: UserMapper )
apps/api/src/user/application/query/get-user-by-username.handler.ts:13
Methodconstructor
(public readonly id: string)
apps/api/src/user/application/query/get-user.query.ts:4
Methodconstructor
(private env: { [k: string]: string | undefined })
apps/api/src/config/config.service.ts:5
next →1–100 of 196, ranked by callers