Commit Graph

106 Commits

Author SHA1 Message Date
Achim Rohn 125b8679a0 Update logger functions to use variadic parameters instead of slices 2026-01-15 22:42:14 +01:00
Achim Rohn d27aa6b60a Add stdout logging support to LoggerImpl as an option 2026-01-15 22:29:55 +01:00
Achim Rohn ae015b7e3b Do not Debug log the events 2026-01-15 01:38:42 +01:00
Achim Rohn 4cd189ce2a Add listener support to event service and notify on event creation 2026-01-15 01:18:55 +01:00
Achim Rohn 040677b36b Add open_telemtry_logger 2026-01-14 23:58:57 +01:00
Achim Rohn 58f5dd48d9 Add embedding support to Mistral client and mock 2026-01-09 17:39:52 +01:00
Achim Rohn 7317f32fe4 Add GetQueryParam method to HtmxContext 2026-01-07 21:13:35 +01:00
Achim Rohn 72917b7db1 Add htmx library 2026-01-07 20:46:12 +01:00
Achim Rohn 9e861f050f Add and copy AGENTS.md for starter 2026-01-07 20:38:24 +01:00
Achim Rohn 8e5f636c09 Add GetHeaderValue, as well as req/res getters 2025-12-26 11:34:57 +01:00
Achim Rohn 9a3fb06c7a Only cancel if there really are no more work left 2025-12-20 13:01:05 +01:00
Achim Rohn 6b0bdade20 Support multiple workers in GeneralQueue 2025-12-20 12:38:11 +01:00
Achim Rohn dcb2cabc7c Add mocked content field 2025-12-08 23:41:47 +01:00
Achim Rohn 049fefed75 Add the event service 2025-11-16 19:54:42 +01:00
Achim Rohn bcc5c7493d Add general queue 2025-11-16 19:09:01 +01:00
Achim Rohn ed7ee7e95c Add general queue schema 2025-11-16 12:15:23 +01:00
Achim Rohn d049baeecc Add sqlite3.db to gitignore 2025-11-15 14:42:04 +01:00
Achim Rohn 2709d43c60 Change default db path to just sqlite3.db 2025-11-15 14:39:57 +01:00
Achim Rohn cd7c2132f6 Do not debug the environment 2025-11-15 14:38:40 +01:00
Achim Rohn e3b442343d Copy additional directories 2025-11-15 14:33:19 +01:00
Achim Rohn 1755ff9462 Remove this dir 2025-11-15 14:29:26 +01:00
Achim Rohn 20b73ef1d2 Do not copy pagination query file 2025-11-15 14:11:24 +01:00
Achim Rohn 7a3e1ffcfc Move pagination_query.tmpl and time_mixin.go to starter 2025-11-15 14:10:00 +01:00
Achim Rohn 8f50cc9c29 db-push script is no longer necessary 2025-11-15 14:04:04 +01:00
Achim Rohn 96063c7561 Go one directory up 2025-11-15 14:03:22 +01:00
Achim Rohn 96bd8e9d4e Move template.air.toml file to the starter module 2025-11-15 14:02:46 +01:00
Achim Rohn 69d7090db3 Revert "Temporarily add check_check.go"
This reverts commit 4ba901cb10.
2025-11-15 13:57:01 +01:00
Achim Rohn 4ba901cb10 Temporarily add check_check.go 2025-11-15 13:54:04 +01:00
Achim Rohn 0b0c2473d8 Remove more ersteller-lib refrences 2025-11-15 13:50:38 +01:00
Achim Rohn f29c1151b7 Update import 2025-11-15 13:45:07 +01:00
Achim Rohn 0db7fd5a33 Update imports 2025-11-15 12:16:59 +01:00
Achim Rohn 18d05566e2 Rename module to new repository root 2025-11-15 12:04:39 +01:00
Achim Rohn 7d213824cf Revert "Rename module to git.gorlug.de/code/golang/ersteller-lib"
This reverts commit 3acac94217.
2025-11-15 11:57:09 +01:00
Achim Rohn f9e53c367a Revert "Rename module to git.gorlug.de/code/golang/ersteller-lib/starter"
This reverts commit 4c892c5828.
2025-11-15 11:57:03 +01:00
Achim Rohn 7c69f163b6 Revert "Add the module name after the path to the repo and simply name it ersteller"
This reverts commit a1b93c0eba.
2025-11-15 11:38:04 +01:00
Achim Rohn a1b93c0eba Add the module name after the path to the repo and simply name it ersteller 2025-11-15 11:36:56 +01:00
Achim Rohn 4c892c5828 Rename module to git.gorlug.de/code/golang/ersteller-lib/starter 2025-11-15 11:14:44 +01:00
Achim Rohn 3acac94217 Rename module to git.gorlug.de/code/golang/ersteller-lib 2025-11-15 11:10:52 +01:00
Achim Rohn e2ce894fd4 Get and set active paths for default route 2025-09-25 11:17:08 +02:00
Achim Rohn 262f0f7bab Remove prisma client for starter 2025-09-22 23:47:00 +02:00
Achim Rohn 17eb9ec97d Add first todos page 2025-09-18 10:17:14 +02:00
Achim Rohn 1c42c7dd7a Add todo schema 2025-09-18 09:59:40 +02:00
Achim Rohn b788fb4898 Make google authentication to ersteller-lib 2025-09-17 20:58:53 +02:00
Achim Rohn c4f4c5d637 Add a logout button 2025-09-17 18:41:23 +02:00
Achim Rohn 6e549e2530 Add google login button styling 2025-09-17 18:15:28 +02:00
Achim Rohn f70a4ad777 Add multi language support for authentication middleware 2025-09-17 18:05:23 +02:00
Achim Rohn 667345bc9e Add authentication middleware 2025-09-17 17:32:50 +02:00
Achim Rohn 8bc7b1e27b Add first login route 2025-09-17 16:30:18 +02:00
Achim Rohn 2a3506d21b Add first google auth 2025-09-17 14:58:13 +02:00
Achim Rohn ad363251e4 Add separate about and contact pages 2025-09-17 12:44:08 +02:00