| Fix tourney participant persistance |
|
More...
|
2 months ago
|
| Introduce tourney participant manager |
|
More...
|
2 months ago
|
| Add team size property to tourney |
|
More...
|
2 months ago
|
| Remove database column `tourney_participants.created_by_id` |
|
More...
|
2 months ago
|
| Add delete button for galleries |
|
More...
|
2 months ago
|
| Remove database column `tourney_participants.max_size` |
|
More...
|
2 months ago
|
| Create event on tourney participant creation |
|
More...
|
2 months ago
|
| Pass tourney object instead of ID to `tourney_participant_service.create_participant` |
|
More...
|
2 months ago
|
| Pass "initiator" user object instead of "creator" ID to `tourney_participant_service.create_participant` |
|
More...
|
2 months ago
|
| Do not stringify tourney ID |
|
More...
|
2 months ago
|
| Change type of tourney match events' `id` property from `str` to `MatchID` |
|
More...
|
2 months ago
|
| Change type of tourney participent events' `id` property from `str` to `ParticipantID` |
|
More...
|
2 months ago
|
| Change type of tourney events' `id` property from `str` to `TourneyID` |
|
More...
|
2 months ago
|
| Do not allow to pass custom ID to `make_event_tourney`, `make_event_tourney_participant` fixture factories |
|
More...
|
2 months ago
|
| Added infix to tourney match participant events' names |
|
More...
|
2 months ago
|
| Extract tourney participant repository |
|
More...
|
2 months ago
|
| Extract tourney participant domain service |
|
More...
|
2 months ago
|
| Pass creation date to `DbParticipant` |
|
More...
|
2 months ago
|
| Pass, set creator on participant creation |
|
More...
|
2 months ago
|
| Set `DbParticipant` ID correctly |
|
More...
|
2 months ago
|
| Add `order_service.get_open_orders` |
|
More...
|
2 months ago
|
| Extract internal function to obtain orderers for orders |
|
More...
|
2 months ago
|
| Add type hint |
|
More...
|
2 months ago
|
| Actually limit number of overdue orders fetched from database in `get_overdue_orders` |
|
More...
|
2 months ago
|
| Fix webhook creation in admin UI |
|
More...
|
2 months ago
|
| Extract function |
|
More...
|
2 months ago
|
| Fix order actions not being executed when more than one is defined for a product and payment type |
|
More...
|
2 months ago
|
| Do not award user badge to uninitialized or deleted user accounts |
|
More...
|
2 months ago
|
| Update docstring |
|
More...
|
2 months ago
|
| Log order action lookup, execution failure |
|
More...
|
2 months ago
|