This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
got-gaming
Watch
1
Star
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
chore: readable compose up
#81
:
Commit
c50f1f79b2
pushed by
julienfroidefond
main
2026-03-19 08:32:11 +01:00
41s
View workflow file
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…
#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.
#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.
#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.
#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…
#76
:
Commit
5dc178543e
pushed by
julienfroidefond
main
2025-12-19 09:00:04 +01:00
1m12s
View workflow file
Refactor Dockerfile and schema.prisma for improved migration handling: Remove migration checks during build, enhance entrypoint script to validate DATABASE_URL and schema.prisma presence, and update schema.prisma to use environment variable for databas…
#75
:
Commit
881b8149e5
pushed by
julienfroidefond
main
2025-12-19 08:47:27 +01:00
15s
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.
#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…
#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 …
#72
:
Commit
f5dab3cb95
pushed by
julienfroidefond
main
2025-12-18 08:54:57 +01:00
4m30s
View workflow file
Implement house points system: Add houseJoinPoints, houseLeavePoints, and houseCreatePoints to SitePreferences model and update related services. Enhance house management features to award and deduct points for house creation, membership removal, and l…
#71
:
Commit
1b82bd9ee6
pushed by
julienfroidefond
main
2025-12-18 08:50:22 +01:00
1m44s
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.
#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…
#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.
#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.
#67
:
Commit
4fcf34c9aa
pushed by
julienfroidefond
main
2025-12-17 14:00:28 +01:00
19m55s
View workflow file
Add house leaderboard feature: Integrate house leaderboard functionality in LeaderboardPage and LeaderboardSection components. Update userStatsService to fetch house leaderboard data, and enhance UI to display house rankings, scores, and member details…
#66
:
Commit
85ee812ab1
pushed by
julienfroidefond
main
2025-12-17 13:40:27 +01:00
4m21s
View workflow file
Remove scripts directory copy from Dockerfile to streamline build process and eliminate unnecessary files.
#65
:
Commit
2c7a346cde
pushed by
julienfroidefond
main
2025-12-17 12:45:48 +01:00
2m49s
View workflow file
Refactor Docker configuration for PostgreSQL migration: Remove SQLite volume from docker-compose.yml, update Dockerfile to eliminate SQLite dependencies, and adjust README files to reflect PostgreSQL setup. Delete migration script and related documenta…
#64
:
Commit
5875813f2f
pushed by
julienfroidefond
main
2025-12-17 12:32:54 +01:00
2m27s
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.
#63
:
Commit
20c3043572
pushed by
julienfroidefond
main
2025-12-17 12:09:45 +01:00
13m21s
View workflow file
Implement PostgreSQL support and update database configuration: Migrate from SQLite to PostgreSQL by updating the Prisma schema, Docker configuration, and environment variables. Add PostgreSQL dependencies and adjust the database connection logic in th…
#62
:
Commit
8ad09ab9c8
pushed by
julienfroidefond
main
2025-12-17 11:56:11 +01:00
12m3s
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…
#61
:
Commit
1f59cc7f9d
pushed by
julienfroidefond
main
2025-12-17 10:55:43 +01:00
10m12s
View workflow file
Add API call optimization in EventsPageSection: Introduce a ref to prevent multiple API calls for event registrations, ensuring efficient data fetching. Update effect dependencies for improved performance and maintainability.
#60
:
Commit
67b3d9e2a9
pushed by
julienfroidefond
main
2025-12-17 10:45:21 +01:00
7m4s
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…
#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.
#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.
#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.
#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.
#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.
#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…
#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.
#52
:
Commit
633245c1f1
pushed by
julienfroidefond
main
2025-12-15 22:08:58 +01:00
6m28s
View workflow file
First
Previous
1
2
3
Next
Last