Commit Graph
87 Commits
Author SHA1 Message Date
eliaskohout 1d15fd9df6 Update Titel of pipeline step
Build and Push Docker Container / build-and-push (push) Failing after 5s
2025-10-14 18:36:42 +02:00
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
eliaskohout 1efa264f07 ui update: move from boostrap to daisyui 2025-01-10 18:52:40 +01:00
eliaskohout 38d4f1ad38 adding summarization and restructure project 2025-01-09 23:36:12 +01:00
eliaskohout 706ebe25a0 add structure for ai short summaries 2025-01-07 15:26:26 +01:00
eliaskohout 321ccfe44d remove model files for responses 2025-01-07 12:34:17 +01:00
eliaskohout ce10e1e62b remove author column from articles 2025-01-07 11:59:10 +01:00
eliaskohout b16ebb9572 add zeit.de collector 2025-01-07 11:41:17 +01:00
eliaskohout fb257666aa add limit to index page, for performance improvements 2025-01-07 11:40:59 +01:00
eliaskohout d5f934783b remove caching in database for performance reasons 2025-01-07 10:14:16 +01:00
eliaskohout 9e7188be4f removing persistence dir from repo 2025-01-07 09:36:02 +01:00
eliaskohout b5374283e1 remove sqlite3 migrations 2025-01-07 09:34:28 +01:00
eliaskohout 9302e982c6 change db from sqlite3 to postgresql 2025-01-07 09:33:07 +01:00
eliaskohout f719c73b46 prepare for multi db setup 2025-01-06 20:00:23 +01:00
eliaskohout f3125561eb add badges to article view 2025-01-06 18:45:44 +01:00
eliaskohout d63ee8dcf2 move collection and extraction of articles into their own file; add custom response cache 2025-01-04 16:53:46 +01:00
eliaskohout f31c1d7793 change time format to 24h 2025-01-03 14:39:20 +01:00
eliaskohout c14dc68457 bug: ignore errors for malformed search queries 2025-01-03 14:16:53 +01:00
eliaskohout 98655fd1fb move from file storage to sqlite3 2025-01-03 01:55:01 +01:00
eliaskohout fbca771479 restructuring 2025-01-02 16:21:02 +01:00
eliaskohout f80889ff95 rename web dir to assets 2025-01-02 15:48:55 +01:00
eliaskohout 7ca4016294 add docstrings 2025-01-02 15:27:53 +01:00
eliaskohout 7798930145 move templates to web dir 2025-01-02 15:14:03 +01:00
eliaskohout 59222160af move routes in seperate files; better error handling for enpoint functions 2025-01-02 15:05:20 +01:00
eliaskohout b1719704e4 add viewmodel for article 2025-01-02 01:20:26 +01:00
eliaskohout f0fc6820f3 add search 2025-01-02 00:35:41 +01:00
eliaskohout fe9ac81281 add sorting; implement sort criteria in default repo ; adding html header 2025-01-01 23:28:12 +01:00
eliaskohout db91ebeece restructuring; setting up basic webserver and templating 2024-12-30 15:45:40 +01:00
eliaskohout e3fcd62159 change IIdentifiable interface to use a string instead of int 2024-12-29 01:05:04 +01:00
eliaskohout b47b6d51b2 add spiegel web crawler; rename project 2024-12-29 00:56:47 +01:00
eliaskohout cb0e69489c almost finish implementation of DefaultRepository 2024-12-28 15:51:57 +01:00
eliaskohout db702a0bb2 minor formatting 2024-12-28 01:40:30 +01:00
eliaskohout 293384862c move DefaultRepository into own file; add todo tags; 2024-12-28 01:34:09 +01:00
eliaskohout 564b6f815e change docstring formating 2024-12-28 01:28:36 +01:00
eliaskohout aeb9de71a1 adding basic data storage 2024-12-27 22:34:43 +01:00
eliaskohout ab1b709c77 restructuring 2024-12-27 03:25:44 +01:00
eliaskohout a711e5742d init 2024-12-20 01:15:56 +01:00
eliaskohout 39015d66ae Initial commit 2024-12-19 23:49:24 +00:00