Jonas Linter
3193ceac63
Migration to single customer table works but conversion_service still needs updating
2025-12-03 10:51:18 +01:00
Jonas Linter
b572f660a7
Holy db migrations batman
2025-12-03 10:41:34 +01:00
Jonas Linter
7ff3c44747
Reduced logging impact
2025-12-02 16:01:45 +01:00
Jonas Linter
87522711d4
Fixed small issue in webhook-processor not saving the results to the webhook_request table
2025-12-02 16:00:43 +01:00
Jonas Linter
f35f3f3dc9
Lots of refactoring and simplification in conversions_service
2025-12-02 15:45:40 +01:00
Jonas Linter
1f13991bfe
Removed some unused fields
2025-12-02 15:38:39 +01:00
Jonas Linter
e2e2d12824
Update guest IDs in reservation tests for consistency
2025-12-02 15:27:14 +01:00
Jonas Linter
c0e601e308
Fixed up the damm tests
2025-12-02 15:24:30 +01:00
Jonas Linter
56d67984cf
New pydantic model for ConversionGuest
2025-12-02 13:18:43 +01:00
Jonas Linter
ee80c57bcb
Migration successfull. Does not cause any problems and new foreign keys work
2025-12-02 11:27:07 +01:00
e24866d8a0
Small db improvements. Still needs migration for alembic
2025-12-02 09:45:27 +00:00
6c50273f54
Merge branch 'concurrency-fix' of https://gitea.99tales.net/jonas/alpinebits_python into concurrency-fix
1.1.0
2025-12-01 10:15:58 +00:00
7a8ee41080
Added a new analysis query to the sql_analysis.md file
2025-12-01 10:15:39 +00:00
Jonas Linter
d04218988d
Disabled free rooms action for now
2025-12-01 11:14:31 +01:00
Jonas Linter
877b2909f2
Fixed room upsert logic
2025-12-01 11:12:22 +01:00
Jonas Linter
2be10ff899
Fixed some tests and added schemas
2025-12-01 10:14:14 +01:00
Jonas Linter
3e577a499f
Small typing addition
2025-12-01 09:21:25 +01:00
Jonas Linter
a80f66bd45
Fix integrity error by adding dummy payload_hash in webhook reprocessing test
2025-12-01 09:21:15 +01:00
Jonas Linter
a1d9ef5fea
Offers get extracted from generic webhooks and added to reservations
2025-11-27 19:59:38 +01:00
Jonas Linter
7624b70fd0
Duplicate detection improved but refactoring necessary to make the whole thing more managable
2025-11-27 19:35:30 +01:00
Jonas Linter
f7158e7373
Free rooms first implementation
2025-11-27 18:57:45 +01:00
e8601bbab9
Added docs extracted from the pdf
2025-11-27 17:20:43 +00:00
f0e98bc8f7
Webhook_processors accept event_dispatchers now so that push notifs are possible in the future
2025-11-27 14:58:36 +00:00
18753826cd
Updated tests. Since the endpoints are now handled by the unified webhook endpoint we have to be a touch more careful with hotel_ids in testing since it won't accept any code anymore
2025-11-27 14:44:57 +00:00
Jonas Linter
2b1215a43a
Some more refactoring. Push_events don't work at the moment
2025-11-27 15:33:15 +01:00
Jonas Linter
011b68758a
Catch integrity errors gracefully instead of dumping a giant stacktrace
2025-11-27 14:47:05 +01:00
Jonas Linter
7c4e1ff36b
Updated test_api.
...
Had to change hotel_ids used in test_requests. Previously any hotel_id was valid now only registered ones are. Doesn't make a difference in prod
2025-11-25 21:04:18 +01:00
Jonas Linter
a445de0f2f
Handling legacy endpoints directly in unified endpoints
2025-11-25 20:40:51 +01:00
Jonas Linter
8805c87e05
Moved some stuff around and fixed circular import
2025-11-25 20:30:07 +01:00
Jonas Linter
bdd7522f47
Added an enum for Webhook Status
2025-11-25 20:20:51 +01:00
Jonas Linter
3ba857a0f8
Better typing + moved some code to webhook_processor
2025-11-25 20:20:40 +01:00
Jonas Linter
9522091efc
Removed redundant size_field in webhook_requests
2025-11-25 20:20:06 +01:00
Jonas Linter
95953fa639
Moved existing processing functions to webhook_processor
2025-11-25 20:19:48 +01:00
Jonas Linter
8d144a761c
feat: Add hotel and webhook endpoint management
...
- Introduced Hotel and WebhookEndpoint models to manage hotel configurations and webhook settings.
- Implemented sync_config_to_database function to synchronize hotel data from configuration to the database.
- Added HotelService for accessing hotel configurations and managing customer data.
- Created WebhookProcessor interface and specific processors for handling different webhook types (Wix form and generic).
- Enhanced webhook processing logic to handle incoming requests and create/update reservations and customers.
- Added logging for better traceability of operations related to hotels and webhooks.
2025-11-25 12:05:48 +01:00
Jonas Linter
da85098d8d
Add bcrypt as a dependency with version 5.0.0
...
- Included bcrypt in the dependencies list of uv.lock.
- Specified version requirement for bcrypt as >=5.0.0.
- Added package details for bcrypt including source, sdist, and various wheel distributions.
2025-11-25 12:05:29 +01:00
Jonas Linter
d4adfa4ab4
Extract offer from generic_webhook if set
2025-11-20 23:01:04 +01:00
Jonas Linter
7918cc1489
Created a script to update the csv imports that don't have the date
2025-11-20 11:14:07 +01:00
Jonas Linter
d83f4c2f38
Increased timeout limit
2025-11-19 20:53:27 +01:00
Jonas Linter
10fe471ae0
Idempotent matching. Hopefully
2025-11-19 20:34:08 +01:00
Jonas Linter
f6c5a14cbf
More cleanup
2025-11-19 19:35:54 +01:00
Jonas Linter
3819b2bc95
Cleanup
2025-11-19 19:35:36 +01:00
Jonas Linter
e4bd64a9e4
Lets see if the matching is finally sensible
2025-11-19 19:35:06 +01:00
Jonas Linter
278d082215
Adjusted the migrations so they work on the prod db
2025-11-19 19:10:25 +01:00
Jonas Linter
661a6e830c
Just some adjustments to conversion service so that the tests work again
2025-11-19 18:58:44 +01:00
Jonas Linter
434dabbb7a
On we go. Maybe soon this will be done
2025-11-19 18:40:44 +01:00
Jonas Linter
93207c3877
Finally it works
2025-11-19 17:27:47 +01:00
Jonas Linter
0854352726
More refactoring
2025-11-19 16:25:18 +01:00
Jonas Linter
8547326ffa
Seems to work now
2025-11-19 15:39:33 +01:00
Jonas Linter
d27e31b0c1
Complete seperation
2025-11-19 15:10:38 +01:00
Jonas Linter
45b50d1549
Migration done
2025-11-19 15:01:16 +01:00