Commit Graph

147 Commits

Author SHA1 Message Date
47c3de3c8f refactor(comicverse): rename static files to assets 2025-03-17 11:19:20 -03:00
e40896c53f chore: update build script for assets 2025-03-17 10:55:35 -03:00
bfe7a01aa5 chore: ignore output tailwind file 2025-03-17 10:50:06 -03:00
7c28a53965 chore: update dev/assets script 2025-03-17 10:49:51 -03:00
dac00296b7 chore: remove unused static directory 2025-03-17 10:48:53 -03:00
9579d83661 refator(assets): rename static package to assets 2025-03-17 10:47:37 -03:00
4ae94cfe7d chore(go): update to golang 1.24.1 2025-03-17 10:05:09 -03:00
de99160688 chore(deps): update to tailwind 4 2025-03-17 10:01:36 -03:00
c6d99690ed feat(router,service): list projects endpoint 2025-03-17 09:13:55 -03:00
99a76dcad3 refactor(router): remove debugging log 2025-03-12 14:50:40 -03:00
a2ca597578 refactor(router): move projects endpoint to dedicated file 2025-03-12 14:48:43 -03:00
9e5a15963e fix(router): remove unused error ErrProjectInvaldiUUID exception 2025-03-12 14:43:55 -03:00
2d9b3e29d6 fix(service): return error on failed ID generation 2025-03-12 10:51:35 -03:00
f45aff6d6f chore: add litecli to tools in devshell 2025-03-12 10:42:29 -03:00
e121bbde87 fix: debugger profiles not pointing to main package 2025-03-12 10:25:09 -03:00
8708a29a21 chore: update submodule 2025-03-12 10:24:04 -03:00
94e6396a6c chore: ignore database file 2025-03-12 10:23:54 -03:00
ab61af503e feat(router): endpoints for getting and creating projects 2025-03-12 10:22:55 -03:00
8fbb9e1671 feat(service): projects creation and getters implementation 2025-03-12 10:21:44 -03:00
ae10dfa7ca fix(router): conflict between /projects/ and /projects/{id} routes 2025-03-12 10:19:39 -03:00
ea8ca4284b feat(cmd): panic on assertions errors in developer mode 2025-03-12 10:16:58 -03:00
71cd17bb97 feat(database): make all database operation be methods instead of methods+structs
This is inspired by the output code generated by sqlc
2025-03-12 10:15:38 -03:00
9fbcbb96c0 fix(database): missing error join in database constructor 2025-03-12 10:14:38 -03:00
4aeeb8479b refactor(router): reorganize code in router constructor 2025-03-12 10:13:09 -03:00
6eb4825d1c feat(service): pass bucket name for service
This is probably temporaly, it would be better in the future to have a
abstraction on top of the S3 bucket, similar to the database
abstraction.
2025-03-12 10:12:33 -03:00
c8285833d4 feat: add groups to loggers 2025-03-12 10:06:06 -03:00
4ee46e2dc8 refactor(service): use service as struct instead of interface 2025-03-12 10:04:43 -03:00
3d346ca5fe fix(cmd): incorrect local database url 2025-03-12 10:01:59 -03:00
fca5ad29b9 feat(service,database): new Database abstraction to initiate and manipulate database 2025-03-11 14:19:21 -03:00
1c608b30be feat(service): pass context to service 2025-03-11 09:57:10 -03:00
789512f6e1 refactor(comicverse): rename context field to ctx 2025-03-11 09:56:26 -03:00
feaa21b827 chore: remove accidently commited empty .env 2025-03-11 09:47:39 -03:00
32329e1e17 feat: pass s3 client to service 2025-03-11 09:46:03 -03:00
2187848712 feat: pass sql database client to service 2025-03-11 09:45:41 -03:00
eb53285f03 feat(service): new service abstraction to directly interact with DBs and operations
This should make the router be just about HTML rendering, paramaters
validation and routing.
2025-03-11 09:40:48 -03:00
98c389cb0c fix: missing templates import 2025-03-07 20:52:02 -03:00
800412d315 feat: injection of templates into router 2025-03-07 20:51:43 -03:00
6e2664756b feat: static files injection into router 2025-03-07 20:48:11 -03:00
bc658d7dc8 refactor: new router module to comicverse app 2025-03-07 20:46:17 -03:00
5f88be7244 feat: comicverse app struc 2025-03-07 20:40:31 -03:00
4be737b292 fix: move main() function to cmd/cmd.go 2025-03-07 20:35:28 -03:00
b0c6d70406 fix: tailwind cli not properly watch files 2025-03-07 20:35:05 -03:00
fc757d36f0 feat: use cmd as main package 2025-03-07 20:34:31 -03:00
0ae642f17b feat: exit execution on error 2025-03-07 20:34:08 -03:00
145da05708 feat: rename host flag to hostname 2025-03-07 20:33:39 -03:00
8cb5ca3917 feat: remove proxy from live server 2025-03-07 20:32:57 -03:00
ee93e78b28 chore: remove unused index.html 2025-03-06 16:57:28 -03:00
f9e9d95c80 feat: dashboard endpoint 2025-03-06 16:56:31 -03:00
742287e522 feat: dashboard template 2025-03-06 16:56:21 -03:00
6ddba55413 chore: remove /panic endpoint 2025-03-06 16:56:01 -03:00