Commit Graph

130 Commits

Author SHA1 Message Date
Achim Rohn 12d22efc74 Resume workflow by id 2026-04-08 15:38:07 +02:00
Achim Rohn a383129abb Add utility methods for handling queue handler results and payload mapping 2026-04-08 14:50:45 +02:00
Achim Rohn f49871cc1c Add random string to the workflow id 2026-04-06 18:34:31 +02:00
Achim Rohn 9d0733bd96 Add additional scopes option 2026-04-06 16:45:10 +02:00
Achim Rohn 2aabad6f07 Save credentials for google in the database 2026-04-06 16:10:43 +02:00
Achim Rohn d3c1cad6f2 Add go sum starter 2026-04-06 12:36:33 +02:00
Achim Rohn e9e3a2760e Update ersteller library 2026-04-05 12:16:31 +02:00
Achim Rohn 9edadfb01f Add workflow instructions 2026-04-05 12:02:53 +02:00
Achim Rohn c4d9f57d3f Init queue after final identifier name has been set 2026-04-05 11:59:14 +02:00
Achim Rohn 67791ec3c3 Put styling into its own workflow file 2026-04-05 11:55:03 +02:00
Achim Rohn 1c1c68a8af Improved workflow styling 2026-04-05 11:53:23 +02:00
Achim Rohn dda5ee266a Add AGENTS.md symbolic link 2026-04-05 11:50:45 +02:00
Achim Rohn e6069a3b64 Use hx library 2026-04-05 11:47:11 +02:00
Achim Rohn 5bab8de040 Use a new context for the next step, because the current one of the job is already stopped 2026-04-05 11:27:38 +02:00
Achim Rohn 6312033fad Properly add ids for workflow execution and add first visualization 2026-04-04 11:31:18 +02:00
Achim Rohn b5c410c419 Create example workflow 2026-04-04 11:02:48 +02:00
Achim Rohn 9a42091530 WIP example step 2026-03-21 19:05:32 +00:00
Achim Rohn 413dbb72cf First workflow implementation 2026-03-21 16:11:24 +00:00
Achim Rohn a15ca501b8 Add authentication, styling needs to be fixed
# Conflicts:
#	starter/ent/runtime.go
#	starter/go.mod
#	starter/go.sum
#	starter/routes/routing.go
2026-03-21 14:00:47 +00:00
Achim Rohn f768e9e47c Remove unnecessary and security issue Debug logs from mistral.go 2026-02-13 18:37:05 +01:00
Achim Rohn 381260059a Add option to set BaseURL in NewMistralClient 2026-02-12 22:10:10 +01:00
Achim Rohn 9eacd2afcb Fix incorrect handling of variadic parameters in logger functions 2026-02-11 00:03:51 +01:00
Achim Rohn 4535de4f31 Resume resets in_progress jobs back to pending 2026-02-10 10:10:38 +01:00
Achim Rohn c4e75c05d3 Fix variadic parameter handling in logger functions for consistency and correctness 2026-01-15 22:58:41 +01:00
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