AmbaPay/Amba-events
production
90f383e87ea2baf3814103de78b33e6364b888ab
failed
85edcc586d230fa7dde6603a633e86a40fbcece2
No local changes to save
HEAD is now at 85edcc5 Merge pull request 'cors issue' (#6) from dev into production
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-events * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 5 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 85edcc5..90f383e Fast-forward .../migration.sql | 237 +++++++++++++++++++++ .../20260112081829_sponsor_schema/migration.sql | 12 ++ prisma/schema.prisma | 63 ++++-- src/api/routes/organizer.route.ts | 2 +- src/api/routes/temp.route.ts | 4 +- src/api/routes/ticket.route.ts | 3 +- src/controllers/tempFirebase.controller.ts | 21 +- src/services/event.service.ts | 164 ++++++++++---- src/services/sponsor.service.ts | 6 - src/services/vendor.service.ts | 2 - src/validations/event.validation.ts | 2 + src/validations/sponsor.validation.ts | 3 +- src/validations/vendor.validation.ts | 1 - 13 files changed, 437 insertions(+), 83 deletions(-) create mode 100644 prisma/migrations/20260112075919_event_model_refactor/migration.sql create mode 100644 prisma/migrations/20260112081829_sponsor_schema/migration.sql
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-events * branch production -> FETCH_HEAD
90f383e87ea2baf3814103de78b33e6364b888ab
prisma/migrations/20260112075919_event_model_refactor/migration.sql prisma/migrations/20260112081829_sponsor_schema/migration.sql prisma/schema.prisma src/api/routes/organizer.route.ts src/api/routes/temp.route.ts src/api/routes/ticket.route.ts src/controllers/tempFirebase.controller.ts src/services/event.service.ts src/services/sponsor.service.ts src/services/vendor.service.ts src/validations/event.validation.ts src/validations/sponsor.validation.ts src/validations/vendor.validation.ts
Prisma schema loaded from prisma/schema.prisma ā Generated Prisma Client (v6.19.0) to ./node_modules/@prisma/client in 493ms Start by importing your Prisma Client (See: https://pris.ly/d/importing-client) Tip: Interested in query caching in just a few lines of code? Try Accelerate today! https://pris.ly/tip-3-accelerate
Loaded Prisma config from prisma.config.ts. Prisma config detected, skipping environment variable loading.
Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "amba_events", schema "public" at "localhost:5432" ā ļø There might be data loss when applying the changes: ⢠A unique constraint covering the columns `[name]` on the table `Sponsor` will be added. If there are existing duplicate values, this will fail. š Your database is now in sync with your Prisma schema. Done in 297ms Running generate... (Use --skip-generate to skip the generators) [2K[1A[2K[GRunning generate... - Prisma Client [2K[1A[2K[Gā Generated Prisma Client (v6.19.0) to ./node_modules/@prisma/client in 647ms
Loaded Prisma config from prisma.config.ts. Prisma config detected, skipping environment variable loading.
up to date, audited 637 packages in 2s 77 packages are looking for funding run `npm fund` for details 17 vulnerabilities (4 low, 1 moderate, 10 high, 2 critical) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.
> event-management-be@1.0.0 build
> tsc
src/api/routes/temp.route.ts(14,23): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '(req: Request, res: Response) => Promise<Response<any, Record<string, any>>>' is not assignable to parameter of type 'Application<Record<string, any>>'.
Type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>) => Promise<...>' is missing the following properties from type 'Application<Record<string, any>>': init, defaultConfiguration, engine, set, and 63 more.