Sansan
89c31c2856
Replace all log.Println and fmt.Printf with Zap structured logging
2026-05-21 23:24:55 +02:00
Sansan
f0653489d6
Added some files
2026-05-21 22:25:31 +02:00
Sansan
b5926e3b31
Fix frontend build by updating dependencies and ESLint configuration
2026-05-21 09:51:14 +02:00
Sansan
12f18ba12c
Replace Tailwind CSS with pure CSS for frontend
2026-05-20 21:30:20 +02:00
Sansan
6e2c381d90
Update generate_godot_openapi.py to pass base_url as parameter to _init
2026-05-20 21:23:09 +02:00
Sansan
efca22834b
Update generate_godot_openapi.py to take file input and generate one file per API tag
2026-05-20 21:19:20 +02:00
Sansan
e57609725e
Add Swag annotations to all handler endpoints for OpenAPI documentation
2026-05-18 21:50:53 +02:00
Sansan
f03e001bdd
Add swag-generate to justfile and include in build
2026-05-18 21:44:58 +02:00
Sansan
1d77ae491c
Add OpenAPI endpoint at /openapi with Swagger documentation
2026-05-18 21:43:06 +02:00
Sansan
806e88adeb
#1 - Created request to check newest version of the app
...
Build / build (push) Successful in 2m35s
#2 - Added request to download the newest version of the app
#3 - Added request to check progress during sync
#4 - Now blocking all request while sync is in progress
#5 - Implemented ants for thread pooling
#6 - Changed the sync request to now only start the sync
2025-08-23 11:36:03 +02:00
Sansan
73d85adc42
Updated dockerfile to make sure that it works after all changes
2025-01-28 15:33:25 +01:00
Sansan
d653463f58
Moved around more code. Implemented more sqlc. Added support to generate swagger.
...
Added support for profiling. Removed the pkg module altogether.
Everything except old sync is now using code generated by sqlc.
2025-01-15 16:04:14 +01:00
Sansan
5b640375c3
Reorganized the code, moved more things to the new part
2025-01-13 16:08:54 +01:00
Sansan
034ba35fbb
Replaced the gin framwwork with echo
2025-01-13 11:57:48 +01:00
Sansan
8e2d22b899
Updated .gitignore and added justfile
2025-01-09 14:34:43 +01:00
Sansan
26c5e6e4ef
Small change on search page
2024-12-29 09:43:20 +01:00
Sansan
a5f8e1b2ba
Added search
...
Added a search page and fixed som error with migration
2024-12-26 14:55:47 +01:00
Sansan
5ab19e16e5
Added a new sync that uses hash
...
Added a new sync that uses hash and sqlc for the queries. Added db
migration. Started adding a config file.
2024-12-19 12:11:20 +01:00
Sansan
8fa93d580d
Added concurrent sync, added search page. Other small changes
2024-10-04 20:19:40 +02:00
Sansan
51a74a9ed1
Fixed some bugs and added Random Classic
2024-07-28 15:58:12 +02:00
Sansan
59f1e2c75c
Upgraded Go version and the version of all dependencies. Fixed som more bugs.
2024-05-18 13:11:15 +02:00
Sansan
62c45c9a8c
Fixed bug with clear search
2023-08-19 17:13:23 +02:00
Sansan
b6f94794fe
Tried to fix som thing with search
2023-08-19 12:24:10 +02:00
Sansan
aae8de8fe9
Fix for not add played to database
2023-01-01 12:47:14 +01:00
Sansan
41c8626ae2
Fixed numbers in playlist
2023-01-01 11:45:44 +01:00
Sansan
8369b5f0a1
Added option to not add played to database
...
Added Search for inspiration
Added song for match point
2023-01-01 01:21:37 +01:00
Sansan
4e876fa28f
Added option to using low played
...
Added Easter egg
2022-12-31 13:50:16 +01:00
Sansan
3fd84d7d63
Added real frontend
...
Made hostname global and easy to change in docker
2022-12-28 21:23:30 +01:00
Sansan
e5b4d2c3f3
Added real frontend
...
Made hostname global and easy to change in docker
2022-06-21 17:48:34 +02:00
Sansan
58ff8a64cc
Fixed some bugs
...
* Fixed bug with sync
* Made default list of game randomized
* Added get all games ordered
* Added air for live reload
2022-04-23 11:40:54 +02:00
Sansan
f9d6c24a97
Changed routing framework from mux to Gin.
...
Swagger doc is now included in the application.
A fronted can now be hosted from the application.
2022-01-29 17:52:33 +01:00
Sansan
8172778ffe
Fixed some bugs
...
Images should not be included in the database
Removes songs where the path doesn't work
Started working on adding cover images
Started adding vue directly in the application
2022-01-15 01:28:21 +01:00
Sansan
e1de6f0f76
Changed the structure of the whole application, should be no changes to functionality.
2021-12-05 11:18:48 +01:00