Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomainLanz/romainlanz.com
/ functions
Functions
265 in github.com/RomainLanz/romainlanz.com
⨍
Functions
265
◇
Types & classes
251
↓ 1 callers
Method
toError
(error: unknown)
apps/romainlanz.com/app/core/health_checks/kysely_check.ts:24
↓ 1 callers
Function
truncateDatabase
()
apps/romainlanz.com/tests/database_test_utils.ts:26
↓ 1 callers
Method
update
(payload: UpdateTagDTO)
apps/romainlanz.com/app/taxonomies/repositories/tag_repository.ts:56
↓ 1 callers
Method
update
(user: User)
apps/romainlanz.com/app/admin/articles/policies/article_policy.ts:9
↓ 1 callers
Method
whenIListTags
()
apps/romainlanz.com/tests/fixtures/tag_fixture.ts:37
↓ 1 callers
Method
whenIRenameTag
(tag: Tag, attributes: TagAttributes)
apps/romainlanz.com/tests/fixtures/tag_fixture.ts:30
↓ 1 callers
Method
withRelation
(name: Name, resolver: FactoryWithRelation<Table, Value>)
apps/romainlanz.com/tests/factories/factory.ts:156
Function
HealthChecksController
()
apps/romainlanz.com/app/core/routes.ts:3
Function
IMPORTER
(filePath: string)
apps/romainlanz.com/bin/console.ts:26
Function
IMPORTER
(filePath: string)
apps/romainlanz.com/bin/test.ts:29
Function
IMPORTER
(filePath: string)
apps/romainlanz.com/bin/server.ts:28
Method
assert
()
apps/romainlanz.com/tests/fixtures/base_fixture.ts:23
Method
boot
()
apps/romainlanz.com/providers/app_provider.ts:16
Method
completed
* The complete lifecycle hook runs after the "run" method * and hence, we use it to close the data connection.
apps/romainlanz.com/commands/migrate_fresh.ts:40
Method
completed
* The complete lifecycle hook runs after the "run" method * and hence, we use it to close the data connection.
apps/romainlanz.com/commands/seed.ts:18
Method
completed
* The complete lifecycle hook runs after the "run" method * and hence, we use it to close the data connection.
apps/romainlanz.com/commands/migrate_rollback.ts:41
Method
completed
()
apps/romainlanz.com/commands/create_user.ts:48
Method
completed
* The complete lifecycle hook runs after the "run" method * and hence, we use it to close the data connection.
apps/romainlanz.com/commands/migrate.ts:38
Function
configureSuite
(suite)
apps/romainlanz.com/tests/bootstrap.ts:35
Function
constructor
(props: TProperties)
apps/romainlanz.com/app/core/domain/entity.ts:6
Function
constructor
(props: T)
apps/romainlanz.com/app/core/domain/value_object.ts:4
Method
constructor
(protected app: ApplicationService)
apps/romainlanz.com/providers/app_provider.ts:5
Method
constructor
(private twitch: Twitch)
apps/romainlanz.com/app/twitch/controllers/get_live_status_controller.ts:7
Method
constructor
(private twitchAppTokenRetrieve: TwitchAppTokenRetrieve)
apps/romainlanz.com/app/twitch/services/twitch.ts:8
Method
constructor
(private authService: AuthService)
apps/romainlanz.com/app/auth/controllers/login_controller.ts:7
Method
constructor
(private repository: UserRepository)
apps/romainlanz.com/app/auth/services/auth_service.ts:7
Method
constructor
(private listLatestPublishedArticles: ListLatestPublishedArticlesQuery)
apps/romainlanz.com/app/pages/controllers/landing_controller.ts:8
Method
constructor
(props: FileMigrationProviderProps)
apps/romainlanz.com/app/core/file_migration_provider.ts:16
Method
constructor
(time: DateTime)
apps/romainlanz.com/app/common/services/time_freeze_service.ts:7
Method
constructor
( private listPublishedArticles: ListPublishedArticlesQuery, private countPublishedArticles: CountPublishe
apps/romainlanz.com/app/articles/controllers/list_articles_controller.ts:12
Method
constructor
( private readonly getArticleBySlug: GetArticleBySlugQuery, private readonly ogImageGeneratorService: OgIm
apps/romainlanz.com/app/articles/controllers/show_article_og_image_controller.ts:10
Method
constructor
( private readonly getArticleBySlug: GetArticleBySlugQuery, private readonly timeService: TimeServiceContr
apps/romainlanz.com/app/articles/controllers/show_article_controller.ts:12
Method
constructor
(private publishedArticlesQueryBuilder: PublishedArticlesQueryBuilder)
apps/romainlanz.com/app/articles/queries/list_published_articles_query.ts:20
Method
constructor
(private publishedArticlesQueryBuilder: PublishedArticlesQueryBuilder)
apps/romainlanz.com/app/articles/queries/count_published_articles_query.ts:11
Method
constructor
(private readonly brevoService: BrevoService)
apps/romainlanz.com/app/newsletter/controllers/register_email_controller.ts:14
Method
constructor
(private pasteRepository: PasteRepository)
apps/romainlanz.com/app/paste/controllers/show_paste_controller.ts:8
Method
constructor
(private pasteRepository: PasteRepository)
apps/romainlanz.com/app/paste/controllers/store_paste_controller.ts:22
Method
constructor
( private readonly redirectRepository: RedirectRepository, private readonly visitRepository: VisitReposito
apps/romainlanz.com/app/redirects/controllers/process_redirect_controller.ts:14
Method
constructor
(private readonly timeService: TimeServiceContract)
apps/romainlanz.com/app/redirects/repositories/redirect_repository.ts:10
Method
constructor
( private repository: ArticleRepository, private getArticleForUpdate: GetArticleForUpdateQuery, private
apps/romainlanz.com/app/admin/articles/controllers/update_article_controller.ts:26
Method
constructor
( private readonly listAdminArticles: ListAdminArticlesQuery, private readonly timeService: TimeServiceCon
apps/romainlanz.com/app/admin/articles/controllers/list_articles_controller.ts:9
Method
constructor
( private repository: ArticleRepository, private listCategories: ListCategoriesQuery, private markdownCo
apps/romainlanz.com/app/admin/articles/controllers/store_article_controller.ts:25
Method
constructor
(private readonly ogImageGeneratorService: OgImageGeneratorService)
apps/romainlanz.com/app/admin/articles/controllers/preview_og_image_controller.ts:16
Method
constructor
(private readonly listCategories: ListCategoriesQuery)
apps/romainlanz.com/app/admin/taxonomies/controllers/list_taxonomies_controller.ts:8
Method
constructor
(private repository: RedirectRepository)
apps/romainlanz.com/app/admin/redirects/controllers/store_redirect_controller.ts:17
Method
constructor
(private repository: RedirectRepository)
apps/romainlanz.com/app/admin/redirects/controllers/list_redirects_controller.ts:8
Method
constructor
(private repository: RedirectRepository)
apps/romainlanz.com/app/admin/redirects/controllers/delete_redirect_controller.ts:8
Method
constructor
( readonly table: Table, readonly definition: FactoryDefinition<Table>, readonly db: Kysely<DB> = defaul
apps/romainlanz.com/tests/factories/factory.ts:63
Method
create
(payload: StoreArticleDTO)
apps/romainlanz.com/app/articles/repositories/article_repository.ts:28
Method
create
(properties: Properties)
apps/romainlanz.com/app/taxonomies/domain/category.ts:14
Method
create
(properties: Properties)
apps/romainlanz.com/app/redirects/domain/redirect.ts:11
Method
createMany
(count: number, overrides: Partial<FactoryInsert<Table>> = {})
apps/romainlanz.com/tests/factories/factory.ts:277
Method
dashboard
({ auth, inertia, response }: HttpContext)
apps/romainlanz.com/app/admin/pages/controllers/pages_controller.ts:4
Method
definePaginationMetaData
* Validates and defines pagination metadata structure for paginated responses. * Ensures that pagination info is properly formatted. * * @throws
apps/romainlanz.com/providers/api_provider.ts:37
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734383672554_add_reading_time_to_articles_table.ts:10
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502677820_create_redirects_table.ts:14
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1710004669703_create_tags_table.ts:12
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1732223266460_create_pastes_table.ts:13
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709501434773_create_users_table.ts:18
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502673389_create_categories_table.ts:13
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734604397245_rename_column_in_redirect_visits_table.ts:14
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1710004851146_create_tag_articles_table.ts:12
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1749688200000_add_slug_to_tags_table.ts:11
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734618462220_create_cache_table.ts:12
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1709502673390_create_articles_table.ts:23
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1712603999313_create_newsletters_table.ts:14
Function
down
(db: Kysely<any>)
apps/romainlanz.com/database/migrations/1734206783527_create_redirect_visits_table.ts:17
Function
equals
(object: Entity<TProperties>)
apps/romainlanz.com/app/core/domain/entity.ts:14
Function
equals
(vo?: ValueObject<T>)
apps/romainlanz.com/app/core/domain/value_object.ts:10
Method
execute
({ auth, request, response, session }: HttpContext)
apps/romainlanz.com/app/auth/controllers/login_controller.ts:9
Method
execute
(input: ListPublishedArticlesQueryInput)
apps/romainlanz.com/app/articles/queries/list_published_articles_query.ts:22
Method
execute
(input: CountPublishedArticlesQueryInput)
apps/romainlanz.com/app/articles/queries/count_published_articles_query.ts:13
Method
execute
(limit: number)
apps/romainlanz.com/app/articles/queries/list_latest_published_articles_query.ts:7
Method
execute
()
apps/romainlanz.com/app/taxonomies/queries/list_categories_with_published_articles_query.ts:7
Method
execute
(slug: string)
apps/romainlanz.com/app/taxonomies/queries/find_tag_by_slug_query.ts:8
Method
execute
(slug: string)
apps/romainlanz.com/app/taxonomies/queries/find_category_by_slug_query.ts:6
Method
execute
()
apps/romainlanz.com/app/taxonomies/queries/list_categories_query.ts:7
Method
execute
({ request, response }: HttpContext)
apps/romainlanz.com/app/newsletter/controllers/register_email_controller.ts:16
Method
execute
({ request, response }: HttpContext)
apps/romainlanz.com/app/paste/controllers/store_paste_controller.ts:30
Method
execute
({ params, request, response }: HttpContext)
apps/romainlanz.com/app/redirects/controllers/process_redirect_controller.ts:21
Method
execute
({ bouncer, request, response }: HttpContext)
apps/romainlanz.com/app/admin/articles/controllers/preview_og_image_controller.ts:18
Method
execute
(id: string)
apps/romainlanz.com/app/admin/articles/queries/get_article_for_update_query.ts:4
Method
execute
()
apps/romainlanz.com/app/admin/articles/queries/list_admin_articles_query.ts:7
Method
execute
({ request, response }: HttpContext)
apps/romainlanz.com/app/admin/redirects/controllers/store_redirect_controller.ts:23
Method
execute
({ params, response }: HttpContext)
apps/romainlanz.com/app/admin/redirects/controllers/delete_redirect_controller.ts:10
Method
findById
(identifier: string)
apps/romainlanz.com/app/auth/session_user_provider.ts:23
Method
generate
(title: string, subtitle: string)
apps/romainlanz.com/app/common/services/og_image_generator_service.ts:65
Method
getId
()
apps/romainlanz.com/app/auth/session_user_provider.ts:13
Function
getIdentifier
()
apps/romainlanz.com/app/core/domain/entity.ts:10
Method
getLiveStatus
()
apps/romainlanz.com/tests/fixtures/live_status_fixture.ts:16
Method
getMigrations
()
apps/romainlanz.com/app/core/file_migration_provider.ts:20
Method
getOriginal
()
apps/romainlanz.com/app/auth/session_user_provider.ts:17
Method
goLive
()
apps/romainlanz.com/tests/fixtures/live_status_fixture.ts:12
Method
handle
({ auth, request, response }: HttpContext)
apps/romainlanz.com/app/media/controllers/upload_image_controller.ts:6
Method
handle
(ctx: HttpContext, next: NextFn)
apps/romainlanz.com/app/middleware/inertia_middleware.ts:16
Method
handle
({ auth, response }: HttpContext)
apps/romainlanz.com/app/auth/controllers/logout_controller.ts:4
Method
handle
( ctx: HttpContext, next: NextFn, options: { guards?: (keyof Authenticators)[]; } = {}, )
apps/romainlanz.com/app/auth/middleware/auth_middleware.ts:15
Method
handle
(ctx: HttpContext, next: NextFn)
apps/romainlanz.com/app/auth/middleware/silent_auth_middleware.ts:11
Method
handle
(ctx: HttpContext, next: NextFn, options: { guards?: (keyof Authenticators)[] } = {})
apps/romainlanz.com/app/auth/middleware/guest_middleware.ts:18
Method
handle
({ request, response }: HttpContext)
apps/romainlanz.com/app/core/controllers/health_checks_controller.ts:5
← previous
next →
101–200 of 265, ranked by callers