Releases: AreaFiftyLAN/lancie-api
Releases · AreaFiftyLAN/lancie-api
Bump date to 2022
Bump year to 2022 (#564) * Bump year to 2022 This commit timetravels the lancie's [MailServiceImpl](https://github.com/AreaFiftyLAN/lancie-api/blob/cb4019ead42b6bd0b56cce406e005d1516744708/src/main/java/ch/wisv/areafiftylan/utils/mail/MailServiceImpl.java) from 2019 to 2022. * Update application-production.yml * Update to trigger tests Co-authored-by: Ardy Zwanenburg <[email protected]>
Add transfer ticket endpoint
Adding a transfer ticket endpoint, such that we can view them on the admin page. This is the first step in being able to delete transfer tokens.
Move from quay to ghcr
Removed quay and use ghcr as package repo.
Fix updateOrderStatusByOrderId()
Now allows to bypass mollie if status is PAID.
Fix free tickets not buyable
This patch fixes the inability to buy tickets that are free. As we need those for this year's Pre-LAN and maybe future Pre-LANs.
Set paid status to TestDataRunner
2022.0.4 Set TestDataRunner orders to Orderstatus.PAID (#549)
Add Order-in-TestDAtaRunner
2022.0.3 Add the order repository to the TestDataRunner (#548)
Adding a order in test envoirment
2022.0.2 Addding an order to the test set for local running (#547)
Add deleting {Tickets, Orders} and its tests
Add deleting Ticket to the controller (#546) * Add deleting Ticket to the controller * Fix small error(s) * Update return type * Add testing for removing a ticket * Fixe small mixup * Fixing small errors, but help needed * Updating test framwork * Adding a test to check if an Ticket which is in a order is not deleted * Fixing not using the ticket itself * Update testdeleteTicketAsAdminInOrder * Creating a removeOrder() function * Adding a test for removeOrder() function * Update the test thanks to Sille and Martijn * Updating testdeleteTicketAsAdminInOrder() based on comments
Fix CORS security headers
Allow Cross-Origin PUT Requests (#543) * Allow Cross-Origin PUT Requests * Allow all request methods for CORS