Commit Graph

86 Commits

Author SHA1 Message Date
eliaskohout 1853267b76 change workflow to new git url
Build and Push Docker Container / build-and-push (push) Failing after 5s
2025-10-14 18:32:03 +02:00
eliaskohout b5e5512c5e change ownership of container
Build and Push Docker Container / build-and-push (push) Failing after 4s
2025-10-14 18:30:52 +02:00
eliaskohout 20d826236c actual actual
Build and Push Docker Container / build-and-push (push) Successful in 36s
2025-03-27 00:12:19 +01:00
eliaskohout f02fc536f2 correcting path
Build and Push Docker Container / build-and-push (push) Successful in 36s
2025-03-26 23:10:34 +01:00
eliaskohout 81e734b8b4 correct static files path in app
Build and Push Docker Container / build-and-push (push) Successful in 40s
2025-03-26 22:40:29 +01:00
eliaskohout 401ac01ba2 change build platform to arm64 2025-03-26 22:38:52 +01:00
eliaskohout f6cf715b3a adding ci/cd pipeline
Build and Push Docker Container / build-and-push (push) Successful in 39s
2025-03-26 17:28:16 +01:00
eliaskohout 923f1d5e73 fix slow search 2025-03-26 17:02:57 +01:00
eliaskohout 1c25f67657 adapt Makefile to the moving of migrations dir 2025-03-26 16:40:59 +01:00
eliaskohout 0357c4f4b2 move webserver files to ./web/ 2025-03-26 16:32:57 +01:00
eliaskohout f312489aa6 move to gomponents for rendering html 2025-03-26 15:12:07 +01:00
eliaskohout b7b4e74eff rename spiegel converter 2025-03-24 13:34:37 +01:00
eliaskohout 9687f327fe add token counting for openai model 2025-01-27 09:17:25 +01:00
eliaskohout be41a4e84b fixing date format on article page 2025-01-22 09:56:40 +01:00
eliaskohout dafc060648 update article page #13 2025-01-22 09:48:25 +01:00
eliaskohout a5a1a974fc add summarization of article, when collected 2025-01-22 09:29:09 +01:00
eliaskohout 2a57a840a6 add rss feed #9 2025-01-21 16:47:11 +01:00
eliaskohout cbc5bec053 fixing #14 2025-01-21 15:54:41 +01:00
eliaskohout dcba0ad890 article sql statement bug fix 2025-01-21 09:10:46 +01:00
eliaskohout 0456c23e44 remove AiSummarized attribute from article view model 2025-01-20 22:13:23 +01:00
eliaskohout b1236140b6 clean up repositories; move viewmodel repo into own file; 2025-01-20 22:09:50 +01:00
eliaskohout d6cf444def adding comment to document repository 2025-01-20 21:43:20 +01:00
eliaskohout 2f0a17763d remove duplicate files (#8)
duplicate because of capitalization

Reviewed-on: https://git.kohout-dev.de/crowsnest/crowsnest/pulls/8
2025-01-20 20:29:36 +00:00
eliaskohout 7fb20c2ea9 make capitalization uniform 2025-01-20 21:22:45 +01:00
eliaskohout 4fb1f25468 clean up summarizer function 2025-01-20 21:20:23 +01:00
eliaskohout e70d988ffd remove not needed converter file 2025-01-20 21:19:48 +01:00
eliaskohout ce0c5a60e6 add openai api key to build; remove not needed argument for docker build 2025-01-20 20:55:03 +01:00
eliaskohout fd25d7ebbc Merge branch 'main' of git.kohout-dev.de:crowsnest/crowsnest 2025-01-20 20:44:29 +01:00
eliaskohout 80205c8960 add .env file template 2025-01-20 19:43:48 +00:00
eliaskohout 32a0712124 adding .env file 2025-01-20 20:40:42 +01:00
eliaskohout 637a5ebb0c add summarization for documents 2025-01-20 20:34:23 +01:00
eliaskohout 0594fb8aeb saving 25ms-50ms + move summary column 2025-01-20 11:31:32 +01:00
eliaskohout 47299d6ef3 restructuring crawler architecture 2025-01-20 08:58:49 +01:00
eliaskohout 9104bc7716 add single article page 2025-01-12 19:57:54 +01:00
eliaskohout de32cef530 add documents table 2025-01-12 17:36:30 +01:00
eliaskohout 48d8b99fc3 run crawlers with the webapp 2025-01-12 03:35:19 +01:00
eliaskohout 3e808899c1 fixing search 2025-01-12 01:16:49 +01:00
eliaskohout cf4c1c3557 renaming 2025-01-12 01:07:57 +01:00
eliaskohout 1f421163cd add static routes including unpoly/ dasyui/ tailwind 2025-01-11 20:27:32 +01:00
eliaskohout ddacf8e5aa add middleware stack 2025-01-11 19:28:53 +01:00
eliaskohout 20edc0f2f9 move middleware and routes/ app into internal dir 2025-01-11 19:10:18 +01:00
eliaskohout f083496ebc add pagination 2025-01-11 05:43:13 +01:00
eliaskohout 6deacf478f add default unpoly settings 2025-01-11 03:08:01 +01:00
eliaskohout ca29a92ae0 run migrations when deploying container 2025-01-11 03:01:40 +01:00
eliaskohout 062e055813 move ai python server into seperate repo 2025-01-11 01:52:09 +01:00
eliaskohout 489386b492 add middleware for request logging 2025-01-11 01:35:25 +01:00
eliaskohout e4e88caaa7 move db connection process to seperate file 2025-01-11 01:23:36 +01:00
eliaskohout bda62c508e add Dockerfile to build the go app 2025-01-11 01:00:32 +01:00
eliaskohout 77f391f24d improved design for articles 2025-01-10 20:02:35 +01:00
eliaskohout 1f6dfa3aa5 collapse nav for sm width screens 2025-01-10 19:33:44 +01:00