No description
  • JavaScript 68.7%
  • TypeScript 22.3%
  • Dockerfile 7.2%
  • Shell 1.8%
Find a file
mihai205 808bb215f3
Merge pull request #31 from mihai205/dev
Add Jest configuration and tests for environment, logger, Prisma, and…
2026-06-22 14:14:52 +03:00
.githooks chore(security): secret-handling hardening (gitignore, env examples, dockerignore, gitleaks) 2026-06-15 19:25:17 +03:00
.github fix: update GITHUB_TOKEN handling for dependency installation in CI workflow 2026-06-16 18:34:51 +03:00
prisma fix: update schema 2025-08-02 11:58:13 +03:00
src Add Jest configuration and tests for environment, logger, Prisma, and folder size update functionality 2026-06-22 14:13:49 +03:00
.dockerignore chore(security): secret-handling hardening (gitignore, env examples, dockerignore, gitleaks) 2026-06-15 19:25:17 +03:00
.env.example refactor: remove db.ts and add environment configuration 2026-06-14 14:06:10 +03:00
.gitignore chore(security): secret-handling hardening (gitignore, env examples, dockerignore, gitleaks) 2026-06-15 19:25:17 +03:00
.gitleaks.toml chore(security): secret-handling hardening (gitignore, env examples, dockerignore, gitleaks) 2026-06-15 19:25:17 +03:00
.npmrc fix: remove minimum-release-age setting for @mihai205/* packages in .npmrc and add exemption in pnpm-workspace.yaml 2026-06-16 23:43:52 +03:00
.prettierrc.mjs chore: update references to @sharevent/config to @mihai205/sharevent-config across configuration files 2026-06-16 15:14:04 +03:00
Dockerfile Merge branch 'main' into dev 2026-06-18 11:14:11 +03:00
eslint.config.mjs chore: update references to @sharevent/config to @mihai205/sharevent-config across configuration files 2026-06-16 15:14:04 +03:00
jest.config.cjs Add Jest configuration and tests for environment, logger, Prisma, and folder size update functionality 2026-06-22 14:13:49 +03:00
package.json Add Jest configuration and tests for environment, logger, Prisma, and folder size update functionality 2026-06-22 14:13:49 +03:00
pnpm-lock.yaml Add Jest configuration and tests for environment, logger, Prisma, and folder size update functionality 2026-06-22 14:13:49 +03:00
pnpm-workspace.yaml fix: remove minimum-release-age setting for @mihai205/* packages in .npmrc and add exemption in pnpm-workspace.yaml 2026-06-16 23:43:52 +03:00
tsconfig.json chore: update references to @sharevent/config to @mihai205/sharevent-config across configuration files 2026-06-16 15:14:04 +03:00