Commit graph

297 commits

Author SHA1 Message Date
e3402fed65
Adding env var to show version is local
All checks were successful
ci/woodpecker/manual/test Pipeline was successful
ci/woodpecker/manual/deploy Pipeline was successful
2026-04-20 09:16:01 +02:00
7fe76186c7 Adding better error logs for ntfy client
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2026-04-19 22:45:54 +02:00
Collin Duncan
a85f743be4
Adding reservation cancellation
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2026-03-25 11:07:21 +01:00
7d436f7c70
Only listening to push events on main branch for test workflow
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2026-03-25 11:07:07 +01:00
468f22f3e9
Adding status badge from woodpecker to README
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2026-03-24 17:03:31 +01:00
63f77321c7
Removing unused volumes from test workflow
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status
2026-03-24 17:02:33 +01:00
aea4376642
Adding back push event type to test workflow
Some checks are pending
ci/woodpecker/push/deploy Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
2026-03-24 17:01:51 +01:00
dd4e759fb6
Correcting CD section of readme 2026-03-24 17:01:32 +01:00
f099ebd332
Correcting name of deploy step 2026-03-24 16:58:07 +01:00
b4ef4c8ca6
Improving CICD to not deploy on pull_request events 😄
Some checks failed
ci/woodpecker/manual/test Pipeline failed
ci/woodpecker/manual/deploy unknown status
2026-03-24 16:56:21 +01:00
1e79ca1103
Updating ecosystem config
All checks were successful
ci/woodpecker/push/test-and-deploy Pipeline was successful
2026-03-23 10:58:51 +01:00
f7e3bb883a
Removing old comment that was moved
Some checks failed
ci/woodpecker/manual/test-and-deploy Pipeline failed
2026-03-23 10:08:11 +01:00
1dffb0c41d
Removing GH bullshit 2026-03-23 10:07:25 +01:00
478a6f11bd
Updating ranking to de-prioritize some "sub-optimal" courts
Some checks failed
Push to main / test (push) Has been cancelled
Push to main / build-image (push) Has been cancelled
2026-03-23 10:06:17 +01:00
a6fb5f35b6
Migrating to self-hosted solution for cicd and deployments
Some checks failed
ci/woodpecker/push/test-and-deploy Pipeline was successful
Push to main / test (push) Has been cancelled
Push to main / build-image (push) Has been cancelled
2025-04-29 11:24:20 +02:00
Collin Duncan
3951862c66
Fixing getting schedulable reservations to use correct params
Some checks failed
ci/woodpecker/push/test Pipeline was successful
Push to main / test (push) Has been cancelled
Push to main / build-image (push) Has been cancelled
2025-04-23 11:03:45 +02:00
Collin Duncan
3e6f7473b4
Fixing isAvailableForReservation function and adding unit tests
Some checks are pending
Push to main / test (push) Waiting to run
Push to main / build-image (push) Blocked by required conditions
ci/woodpecker/push/test Pipeline was successful
2025-04-22 12:56:28 +02:00
Collin Duncan
472f2c5d42
Adding woodpecker-ci
Some checks are pending
Push to main / test (push) Waiting to run
Push to main / build-image (push) Blocked by required conditions
ci/woodpecker/push/test Pipeline was successful
2025-04-22 10:24:53 +02:00
Collin Duncan
01a6013093
Fixing incorrect inequality when fetching schedulable reservations
Some checks are pending
Push to main / test (push) Waiting to run
Push to main / build-image (push) Blocked by required conditions
2025-04-22 09:23:27 +02:00
Collin Duncan
94ddf55639
Making end date inclusive for schedulable reservations 2025-04-15 08:54:32 +02:00
Collin Duncan
afb733608d
Only get pending reservations when looking for schedulable reservations 2025-04-09 12:53:04 +02:00
Collin Duncan
82633908a4
Adding some unit tests for getting court slots based on date 2025-04-03 16:44:11 +02:00
Collin Duncan
5b109226e6
Changing the DayjsTransformer to transform from plain date string to dayjs in correct timezone 2025-04-03 16:15:40 +02:00
Collin Duncan
82ff838359
Correcting tests regarding court prioritization 2025-04-02 14:21:05 +02:00
Collin Duncan
f0d4207880
Changing waiting list query to only look at dateRangeStart 2025-04-02 13:18:10 +02:00
Collin Duncan
b6e2ea4c5a
Changing court priorities 2025-03-11 10:48:47 +01:00
Collin Duncan
25efd61c99
Adding status to query params of reservations controller endpoints 2025-03-11 10:46:15 +01:00
Collin Duncan
671084dc7b
Adding status to reservations and stopping deletion on booking 2025-03-11 10:39:12 +01:00
Collin Duncan
25fb2c9bdc
Fixing monitors to have proper createdAt 2025-02-12 14:18:26 +01:00
Collin Duncan
9e9b0194da
Moving some dayjs stuff to common folder to be able to re-use it 2025-02-12 13:49:14 +01:00
Collin Duncan
0e0fc68d7d
Fixing linting discrepancy with IDE 2025-01-14 11:10:33 +01:00
Collin Duncan
c6429c6d3d
Adding a retry to warmup 2025-01-14 10:54:55 +01:00
Collin Duncan
791b270213
Excluding /health from logger middleware 2024-10-15 09:54:37 +02:00
Collin Duncan
509462e118
Removing some ntfy logs and adding more error handling for 4xx+ errors 2024-09-19 13:05:20 +02:00
Collin Duncan
2c6e275f4c
Adding some logs for ntfy module 2024-09-19 12:51:21 +02:00
Collin Duncan
6dd515e8eb
Updating health controller to throw 503 if unhealthy 2024-09-19 12:02:47 +02:00
Collin Duncan
4fc6748821
Adding a health module to use for podman healthchecks 2024-09-19 11:49:35 +02:00
Collin Duncan
3b41a75bb4
Improving the email client to support reconnecting 2024-09-19 11:49:25 +02:00
Collin Duncan
4a94d280cb
Removing old password service 2024-09-19 11:35:30 +02:00
Collin Duncan
50eb6174e0
Changing default priorities of ntfy messages 2024-07-08 16:01:51 +02:00
Collin Duncan
a0405e7027
Decreasing priority of court 2 because team reserves it :sad: 2024-06-28 10:43:04 +02:00
Collin Duncan
32c82d1ae6
Removing unused group for plainToInstance of reservation 2024-06-24 10:35:21 +02:00
Collin Duncan
0a3e712838
Expanding the reservations job payload to dictate if it should run in speedy mode or not as waiting lists are actually hindered by speedy mode 2024-06-20 13:51:42 +02:00
Collin Duncan
d4eb34057c
Changing priorities of courts 2024-06-19 12:16:46 +02:00
Collin Duncan
696aa590ab
Changing speedy reservation to use court ranking and adding some tests for selection of court 2024-05-22 11:09:59 +02:00
Collin Duncan
6dfe776b14
Checking number of hours in the future for reservations instead of days 2024-05-15 20:31:23 +02:00
Collin Duncan
10da5b1120
Fixing speedy reservation from attempting to find selectors that will never be present 2024-05-13 09:40:12 +02:00
Collin Duncan
1a6fa08f6d
Do not select opponents during speedy reservation 2024-05-07 13:15:26 +02:00
Collin Duncan
bfc72f2cfb
Properly retrying speedy reservations and speeding up searching for opponents 2024-05-07 11:47:44 +02:00
Collin Duncan
feb3c4b8d0
Adding endpoint to update recurring reservations 2024-05-03 11:23:21 +02:00