This website requires JavaScript.
Explore
Help
Sign In
lemintare
/
mixmaker
Watch
1
Star
0
Fork
0
You've already forked mixmaker
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
ci.yml
Actor
All actors
lemintare
Status
All status
Success
Failure
Waiting
Running
Fix preferred player name resolution
ci.yml #27
:
Commit
ffa50f20a7
pushed by
lemintare
main
2026-07-21 14:28:46 +00:00
0s
View workflow file
Add player profiles and community settings
ci.yml #26
:
Commit
fa4edc0df5
pushed by
lemintare
main
2026-07-20 14:15:46 +00:00
0s
View workflow file
Add turn alerts and public team rosters
ci.yml #25
:
Commit
5e0825f43f
pushed by
lemintare
main
2026-07-19 18:43:51 +00:00
0s
View workflow file
Refactor bracket validation logic to support draft state
ci.yml #24
:
Commit
a311b7761d
pushed by
lemintare
main
2026-07-19 17:46:26 +00:00
0s
View workflow file
Add global role synchronization for Discord with configurable interval
ci.yml #23
:
Commit
6b189bfce4
pushed by
lemintare
main
2026-07-19 10:43:28 +00:00
0s
View workflow file
Enhance Discord role management by adding hoist functionality
ci.yml #22
:
Commit
e5646ba33d
pushed by
lemintare
main
2026-07-19 09:04:38 +00:00
0s
View workflow file
Add RSVP role synchronization and localization support for Discord
ci.yml #21
:
Commit
966c81ba12
pushed by
lemintare
main
2026-07-19 08:53:00 +00:00
0s
View workflow file
Add Discord guild ID configuration and enhance event announcement options
ci.yml #20
:
Commit
c3624376b0
pushed by
lemintare
main
2026-07-19 08:42:45 +00:00
0s
View workflow file
Add Discord event announcement functionality to backend
ci.yml #19
:
Commit
ae19c03542
pushed by
lemintare
main
2026-07-19 08:34:17 +00:00
0s
View workflow file
Enhance hero selection functionality in LiveSeriesPage by adding search and role filter options. Update App.test.tsx to include tests for new search and tab interaction features. Improve translations for hero search-related strings and adjust CSS for n…
ci.yml #18
:
Commit
b7a78b4384
pushed by
lemintare
main
2026-07-19 08:21:16 +00:00
0s
View workflow file
Refactor series handling in backend to include player context in Toss, Ban, Pick, and Record actions. Update service methods to accept player parameters, enhancing authorization checks and ensuring proper team actions. Modify integration tests to refle…
ci.yml #17
:
Commit
5d3e66d2f1
pushed by
lemintare
main
2026-07-19 00:26:17 +00:00
0s
View workflow file
Enhance draft structures in backend models by adding new fields for banned actions and audit logs. Update frontend API interfaces to accommodate nullable properties for drafts and results, ensuring better handling of optional data. Improve series adapt…
ci.yml #16
:
Commit
4b8218ec14
pushed by
lemintare
main
2026-07-19 00:22:36 +00:00
0s
View workflow file
Refactor roster action handling in WorkflowRosterEditor to improve clarity and maintainability. Update player movement and roster manipulation logic to use structured action parameters. Enhance drag-and-drop functionality for roster slots and ensure pr…
ci.yml #15
:
Commit
2d7be8b9cd
pushed by
lemintare
main
2026-07-18 23:53:20 +00:00
0s
View workflow file
Enhance roster management by implementing cross-role player swapping and updating player movement logic. Introduce rating checks for player roles during roster operations and ensure proper handling of captain assignments. Update frontend components to …
ci.yml #14
:
Commit
23ba04beef
pushed by
lemintare
main
2026-07-18 23:48:39 +00:00
0s
View workflow file
Add team renaming functionality to API and frontend. Implement backend logic for renaming teams, including validation and synchronization with event rosters. Update frontend components to allow team name editing and ensure proper state management. Enha…
ci.yml #13
:
Commit
f468f9df82
pushed by
lemintare
main
2026-07-18 23:44:34 +00:00
0s
View workflow file
Implement account management features in API, including endpoints for listing accounts and updating account roles. Introduce moderator role with associated permissions, and refactor access control checks to accommodate staff roles. Update database sche…
ci.yml #12
:
Commit
1a5a39baf0
pushed by
lemintare
main
2026-07-18 23:36:42 +00:00
0s
View workflow file
Add event management features to API, including event cancellation, deletion, registration closure, and workflow balance generation. Introduce new roster management endpoints and enhance participant handling with avoided player preferences. Update data…
ci.yml #11
:
Commit
4b889fb8a0
pushed by
lemintare
main
2026-07-18 23:32:19 +00:00
0s
View workflow file
Add participant creation functionality to event API, including backend service and database integration. Update frontend to support participant registration and enhance UI for displaying registered players.
ci.yml #10
:
Commit
59c0bdb345
pushed by
lemintare
main
2026-07-18 23:10:05 +00:00
0s
View workflow file
Refactor navigation item handling in App component to conditionally include admin link based on user role, improving access control and code clarity.
ci.yml #9
:
Commit
d85d5ffdc0
pushed by
lemintare
main
2026-07-18 22:21:03 +00:00
0s
View workflow file
Refactor player, event, RSVP, team, and ruleset list functions to initialize output slices with make([]Type, 0) for improved performance and clarity.
ci.yml #8
:
Commit
ba7769e6d8
pushed by
lemintare
main
2026-07-18 22:07:51 +00:00
0s
View workflow file
Refactor language attribute handling in LanguageProvider to ensure correct translation application and avoid unnecessary updates.
ci.yml #7
:
Commit
9c1de36163
pushed by
lemintare
main
2026-07-18 22:00:48 +00:00
0s
View workflow file
Add login route handling in AppRouter and introduce SessionRouter for session management
ci.yml #6
:
Commit
7a7c2837b2
pushed by
lemintare
main
2026-07-18 21:52:58 +00:00
0s
View workflow file
Update healthcheck command in compose.yaml to use wget options for quiet output and redirecting to /dev/null for improved performance.
ci.yml #5
:
Commit
0970046a70
pushed by
lemintare
main
2026-07-18 21:50:29 +00:00
0s
View workflow file
Update Dockerfile to use Node.js 22-alpine and add @emnapi/core and @emnapi/runtime dependencies in package.json and package-lock.json for enhanced development support.
ci.yml #4
:
Commit
ea2078bc78
pushed by
lemintare
main
2026-07-18 21:45:26 +00:00
0s
View workflow file
Update Dockerfile to use Node.js 24-alpine for improved performance and compatibility.
ci.yml #3
:
Commit
3b794180ef
pushed by
lemintare
main
2026-07-18 21:34:18 +00:00
0s
View workflow file
Update package-lock.json to include new dependencies for @emnapi/core, @emnapi/runtime, and related packages for WASM support, enhancing compatibility and development capabilities.
ci.yml #2
:
Commit
de08f96b9a
pushed by
lemintare
main
2026-07-18 21:31:43 +00:00
0s
View workflow file
Initialize project with basic structure, including Docker configuration, backend and frontend setup, environment configuration, and essential files for development.
ci.yml #1
:
Commit
1239fcee08
pushed by
lemintare
main
2026-07-18 21:30:18 +00:00
0s
View workflow file