00bbe05b1c
feat: include club's full name in matches view
sherl2025-06-12 22:35:04 +02:00
e373c6b274
hotfix: fixes /mecze endpoint not working (cause of a wrong API call)
sherl2025-06-12 20:43:22 +02:00
e80ee6bf8f
feat: return matches with respect to received sportsman id also include a comment in the database model to include a relation
sherl2025-06-12 20:36:10 +02:00
791d20139d
chore: offload some shared functionality to other methods should also fix unexpected db behavior (hangs and disconnects)
sherl2025-06-05 16:31:45 +02:00
c3a6626d6f
fix: display commit info properly
sherl2025-06-05 11:40:56 +02:00
5960e44b17
Merge pull request 'merge new front-end' (#3) from frontend into master
sherl2025-06-05 10:30:28 +02:00
919d64ca5e
Merge branch 'master' into frontend
sherl2025-06-05 10:30:04 +02:00
3b9aa8150b
feat: new last_goal_for endpoint, simple_select_all improvements also introduces sample usage for the new endpoint in lewy_routes
sherl2025-06-03 02:38:13 +02:00
56f90efe40
feat: orm support for db calls sample call from debugger_halt(): getDb().simple_select_all("mecze", id_meczu=1)sherl2025-05-30 01:45:35 +02:00
72141768d4
feat: add annotations about functionalities of some endpoints
sherl2025-05-28 14:47:49 +02:00
67307f216f
fix: proper(?) db support, add examples of data insertion and selection
sherl2025-05-28 03:11:21 +02:00
65ec7ff73d
feat: wrap the db object around baza, which will provide helper methods also adds the list of tracked sportsmen
sherl2025-05-27 12:28:51 +02:00
b6ae33861e
feat: differentiate between proxied and non-proxied instances in logs will show IP either from remote address, or X-Forwarded-For if proxied
sherl2025-05-27 02:00:05 +02:00
69e911b1b8
fix: increment bad requests when trying to access authed endpoint without a token
sherl2025-05-27 01:33:04 +02:00
4893715118
fix: db revamp, add relations, annotate the db also allows for request retrieval, and adds decorator for authed access
sherl2025-05-27 01:28:40 +02:00
00a30695b7
feat: add a basic example of scraper usage
sherl2025-05-17 00:41:36 +02:00
8689426ae3
fix: make the project runnable again from visual studio
sherl2025-05-11 02:10:36 +02:00
a372459298
fix: another typo, and updated readme
sherl2025-05-11 01:54:13 +02:00
c1facf00fb
feat: major rewrite of the webserver gets rid of __init__ and runserver in favor of new modular design also introduces db model, first api endpoints, as well as their wrappers
sherl2025-05-11 01:30:32 +02:00
96e2c53484
chore: update dependencies to known, working versions
sherl2025-05-11 00:44:15 +02:00
0b52d5b527
chore: introduce new required dependencies
sherl2025-04-30 16:03:13 +02:00
5f13949cd4
feat: differentiate between commit and html-formatted commit
sherl2025-04-16 12:07:04 +02:00