Logo
Explore Help
Sign In
julienfroidefond/got-gaming
1
0
Fork 0
You've already forked got-gaming
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
All Workflows deploy.yml
Actor
All actors julienfroidefond
Status
All status Success Failure Waiting Running
Refactor management components to remove loading state: Eliminate unused loading state and related conditional rendering from ChallengeManagement, EventManagement, FeedbackManagement, HouseManagement, and UserManagement components, simplifying the code…
deploy.yml #80:Commit 0c47bf916c pushed by julienfroidefond
main
2025-12-22 09:00:31 +01:00
3m48s
View workflow file
Refactor AdminPage and remove AdminPanel component: Simplify admin navigation by redirecting to preferences page and eliminating the AdminPanel component, streamlining the admin interface.
deploy.yml #79:Commit 14c767cfc0 pushed by julienfroidefond
main
2025-12-19 14:49:06 +01:00
6m32s
View workflow file
Refactor Dockerfile to improve DATABASE_URL handling and enhance entrypoint script: Introduce ARG for DATABASE_URL during build, streamline migration commands, and add error handling for migration failures in the entrypoint script.
deploy.yml #78:Commit a062f5573b pushed by julienfroidefond
main
2025-12-19 09:10:26 +01:00
5m48s
View workflow file
Update Dockerfile to include prisma.config.ts and streamline entrypoint script: Add copying of prisma.config.ts for Prisma 7 compatibility and remove unnecessary migration checks from the entrypoint script for improved clarity.
deploy.yml #77:Commit 6e7c5d3eaf pushed by julienfroidefond
main
2025-12-19 09:02:14 +01:00
1m31s
View workflow file
Update entrypoint script in Dockerfile and remove DATABASE_URL reference from schema.prisma: Modify entrypoint to check for prisma.config.ts instead of schema.prisma, and streamline migration command. Remove DATABASE_URL environment variable usage from…
deploy.yml #76:Commit 5dc178543e pushed by julienfroidefond
main
2025-12-19 09:00:04 +01:00
1m12s
View workflow file
Update Docker configuration for Prisma migrations: Comment out migrations volume in docker-compose.yml for production use, and add checks in Dockerfile to verify the presence of migrations during build and entrypoint execution.
deploy.yml #74:Commit d6a1e21e9f pushed by julienfroidefond
main
2025-12-19 08:56:36 +01:00
3m29s
View workflow file
Enhance HouseManagement and HousesPage components: Introduce invitation management features, including fetching and displaying pending invitations. Refactor data handling and UI updates for improved user experience and maintainability. Optimize state m…
deploy.yml #73:Commit 0b56d625ec pushed by julienfroidefond
main
2025-12-18 09:19:07 +01:00
2m47s
View workflow file
Refactor HousesPage and HouseManagement components: Introduce TypeScript types for house and invitation data structures to enhance type safety. Update data serialization logic for improved clarity and maintainability. Refactor UI components for better …
deploy.yml #72:Commit f5dab3cb95 pushed by julienfroidefond
main
2025-12-18 08:54:57 +01:00
4m30s
View workflow file
Enhance UI consistency in House components: Replace SectionTitle with styled headings in HouseCard, HouseManagement, and HousesSection for improved visual hierarchy and readability. Update styles for better alignment and user experience.
deploy.yml #70:Commit 12bc44e3ac pushed by julienfroidefond
main
2025-12-18 08:18:23 +01:00
2m41s
View workflow file
Refactor event management and UI components: Update date handling in EventManagement to format dates for input, enhance EventsSection to display a message when no events are available, and improve styling in multiple components for better layout consis…
deploy.yml #69:Commit a62e61a314 pushed by julienfroidefond
main
2025-12-18 08:13:06 +01:00
3m43s
View workflow file
Refactor Prisma logging and connection settings: Remove sensitive connection URL logging for security, and simplify logging configuration to only capture errors in the Prisma client setup.
deploy.yml #68:Commit 91460930a4 pushed by julienfroidefond
main
2025-12-17 15:46:25 +01:00
11m42s
View workflow file
Update background image positioning in multiple components: Change background image class from 'absolute' to 'fixed' in AdminPage, ChallengesSection, and BackgroundSection for improved layout consistency.
deploy.yml #67:Commit 4fcf34c9aa pushed by julienfroidefond
main
2025-12-17 14:00:28 +01:00
19m55s
View workflow file
Remove scripts directory copy from Dockerfile to streamline build process and eliminate unnecessary files.
deploy.yml #65:Commit 2c7a346cde pushed by julienfroidefond
main
2025-12-17 12:45:48 +01:00
2m49s
View workflow file
Update deploy workflow to include PostgreSQL data path: Add POSTGRES_DATA_PATH environment variable to the deployment configuration for improved database management.
deploy.yml #63:Commit 20c3043572 pushed by julienfroidefond
main
2025-12-17 12:09:45 +01:00
13m21s
View workflow file
Enhance challenge management and badge components: Implement event dispatch for refreshing challenge badges after various actions (acceptance, rejection, deletion, cancellation) in ChallengeManagement and ChallengesSection. Update ChallengeBadge to lis…
deploy.yml #61:Commit 1f59cc7f9d pushed by julienfroidefond
main
2025-12-17 10:55:43 +01:00
10m12s
View workflow file
Add admin challenge acceptance functionality: Implement adminAcceptChallenge method in ChallengeService, allowing admins to accept pending challenges. Update ChallengeManagement component to include a button for accepting challenges, enhancing admin ca…
deploy.yml #59:Commit ba3b2c17b9 pushed by julienfroidefond
main
2025-12-17 08:24:18 +01:00
4m53s
View workflow file
Add database migration command to entrypoint script: Include 'pnpm dlx prisma db push' to ensure database schema is updated during container startup, enhancing deployment reliability.
deploy.yml #58:Commit 7c0b3bc848 pushed by julienfroidefond
main
2025-12-16 17:02:42 +01:00
13s
View workflow file
Refactor UserManagement component layout: Update user display to a grid format for improved responsiveness, enhance user information presentation with clearer stats and action buttons, and streamline the overall UI for better user experience.
deploy.yml #57:Commit 5eddf36121 pushed by julienfroidefond
main
2025-12-16 17:00:20 +01:00
3m3s
View workflow file
Optimize database calls across multiple components by implementing Promise.all for parallel fetching of data, enhancing performance and reducing loading times.
deploy.yml #56:Commit ffbf3cd42f pushed by julienfroidefond
main
2025-12-16 12:12:29 +01:00
2m45s
View workflow file
Refactor ChallengesSection component to utilize initial challenges and users data: Replace fetching logic with props for challenges and users, streamline challenge creation with a dedicated form component, and enhance UI for better user experience.
deploy.yml #55:Commit a9a4120874 pushed by julienfroidefond
main
2025-12-16 08:25:41 +01:00
2m53s
View workflow file
Add examples section to ChallengesSection component: Introduce a toggleable examples section with detailed challenge descriptions and suggested points, enhancing user engagement and clarity on challenge expectations.
deploy.yml #54:Commit c7595c4173 pushed by julienfroidefond
main
2025-12-16 08:12:37 +01:00
2m51s
View workflow file
Add admin challenge management features: Implement functions for canceling and reactivating challenges, enhance error handling, and update the ChallengeManagement component to support these actions. Update API to retrieve all challenge statuses for adm…
deploy.yml #53:Commit bfaf30ee26 pushed by julienfroidefond
main
2025-12-15 22:26:25 +01:00
6m16s
View workflow file
Update Dockerfile to improve database handling and entrypoint script: Change DATABASE_URL for build environment, streamline Prisma commands, and implement a custom entrypoint script for better migration management and application startup.
deploy.yml #52:Commit 633245c1f1 pushed by julienfroidefond
main
2025-12-15 22:08:58 +01:00
6m28s
View workflow file
Add challengesBackground to site preferences: Update AdminPanel interface to include challengesBackground property for enhanced customization options.
deploy.yml #51:Commit bee8999362 pushed by julienfroidefond
main
2025-12-15 21:35:36 +01:00
5m0s
View workflow file
Enhance entrypoint script for migration handling: Improve error resolution process by adding direct database updates for missing migration files, and refine output messages for clarity during deployment.
deploy.yml #47:Commit 9b9cc3885a pushed by julienfroidefond
main
2025-12-15 18:01:58 +01:00
3m7s
View workflow file
Refine migration deployment process in entrypoint script: Capture exit code separately and display migration logs for better error handling and clarity during deployment.
deploy.yml #46:Commit d45475fb5a pushed by julienfroidefond
main
2025-12-15 17:55:50 +01:00
2m21s
View workflow file
Improve migration error handling in entrypoint script: Enhance extraction of migration names from logs, add fallback mechanisms, and refine output messages for better clarity during deployment processes.
deploy.yml #45:Commit 042b3128d4 pushed by julienfroidefond
main
2025-12-15 17:50:36 +01:00
2m23s
View workflow file
Enhance Dockerfile by adding scripts directory and updating entrypoint script: Copy scripts to the container and set permissions for the new entrypoint script, improving application startup and migration handling.
deploy.yml #44:Commit 5e179fb97a pushed by julienfroidefond
main
2025-12-15 17:44:36 +01:00
2m58s
View workflow file
Refactor Dockerfile to improve Prisma Client generation and migration handling: Replace direct Prisma command with pnpm dlx for better execution, and modify entrypoint script to allow migration failures without stopping the application.
deploy.yml #43:Commit d9555a5d49 pushed by julienfroidefond
main
2025-12-15 17:38:52 +01:00
11s
View workflow file
Update environment paths in .env and Dockerfile: Change PRISMA_DATA_PATH and UPLOADS_PATH for consistency with new directory structure. Adjust DATABASE_URL in Dockerfile to point to the correct database location and ensure Prisma Client generation and …
deploy.yml #41:Commit d08f6f6a9c pushed by julienfroidefond
main
2025-12-15 16:32:09 +01:00
2m33s
View workflow file
First Previous 1 2 Next Last
Powered by Gitea Version: 1.25.4 Page: 600ms Template: 16ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API