Skip to content

Releases: AreaFiftyLAN/lancie-api

Bump date to 2022

08 Apr 16:31
b1d5bb7
Compare
Choose a tag to compare
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 <45757560+ArdyZ@users.noreply.github.com>

Add transfer ticket endpoint

08 Mar 17:57
94b743f
Compare
Choose a tag to compare

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

24 Feb 16:41
9eaab0b
Compare
Choose a tag to compare

Removed quay and use ghcr as package repo.

Fix updateOrderStatusByOrderId()

29 Dec 19:55
9cd7086
Compare
Choose a tag to compare

Now allows to bypass mollie if status is PAID.

Fix free tickets not buyable

24 Dec 16:10
5b7ba3b
Compare
Choose a tag to compare

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

19 Dec 19:58
d1406e9
Compare
Choose a tag to compare
2022.0.4

Set TestDataRunner orders to Orderstatus.PAID (#549)

Add Order-in-TestDAtaRunner

19 Dec 19:05
2b93df6
Compare
Choose a tag to compare
2022.0.3

Add the order repository to the TestDataRunner (#548)

Adding a order in test envoirment

15 Dec 12:44
c6bf84a
Compare
Choose a tag to compare
2022.0.2

Addding an order to the test set for local running (#547)

Add deleting {Tickets, Orders} and its tests

12 Dec 19:18
92b8da7
Compare
Choose a tag to compare
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

16 Jan 13:50
cb4019e
Compare
Choose a tag to compare
Allow Cross-Origin PUT Requests (#543)

* Allow Cross-Origin PUT Requests

* Allow all request methods for CORS