Robin Olsen
|
199369c3bf
|
record stats
|
2026-03-02 23:08:11 +01:00 |
|
Robin Olsen
|
9fb56b8643
|
add metrics logger to config
|
2026-03-02 23:07:50 +01:00 |
|
Robin Olsen
|
6726445159
|
define stat and metrics model
|
2026-03-02 23:07:25 +01:00 |
|
Robin Olsen
|
4debb69de7
|
start with action logger
|
2026-03-02 23:06:34 +01:00 |
|
Robin Olsen
|
a8f8f63e88
|
configure json logger
|
2026-03-02 23:04:57 +01:00 |
|
Robin Olsen
|
37862c7bae
|
Update internal/commands/issues/close.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-01 20:54:27 +01:00 |
|
Robin Olsen
|
9612cb9338
|
refactor to make cli better and simplify the code
|
2026-03-01 20:42:56 +01:00 |
|
Robin Olsen
|
47f1ecdfab
|
remove dependency of beads from issueService interface
|
2026-03-01 11:04:57 +01:00 |
|
Robin Olsen
|
027de55d6a
|
Update internal/app/initializer.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-28 23:42:26 +01:00 |
|
Robin Olsen
|
aabce0b0b2
|
refactor to use app package instead of service
refactor app to be composable
|
2026-02-28 23:30:31 +01:00 |
|
Robin Olsen
|
bfeeed5626
|
remove for now
|
2026-02-28 16:58:31 +01:00 |
|
Robin Olsen
|
ba0115d1bc
|
lots of changes and reducing dependency imports
|
2026-02-28 16:39:50 +01:00 |
|
Robin Olsen
|
697b17e890
|
fix bug where using a issue command in the repl would crash a task
|
2026-02-28 11:39:05 +01:00 |
|
Robin Olsen
|
8cdaf93f26
|
add completions to survey
|
2026-02-28 10:44:41 +01:00 |
|
Robin Olsen
|
9e42ff0770
|
add config option to initialize automaticaly without prompt
|
2026-02-28 10:43:38 +01:00 |
|
Robin Olsen
|
e00b201a77
|
add bash completion to os for survey and pm commands
|
2026-02-26 20:26:15 +01:00 |
|
Robin Olsen
|
dcf9fbaa50
|
automaticaly open browser when starting server
|
2026-02-26 18:54:51 +01:00 |
|
Robin Olsen
|
c769c901cf
|
serve static assets from embeded filesystem. add build files for lazyos
|
2026-02-26 10:33:46 +01:00 |
|
Robin Olsen
|
d83422104b
|
add the pm command to survey cli
use command context to store app service
|
2026-02-25 21:57:30 +01:00 |
|
Robin Olsen
|
8d6b71d1c4
|
add multiple new tasks, validation not implemented
|
2026-02-25 15:14:09 +01:00 |
|
Robin Olsen
|
e7b644c307
|
Merge remote-tracking branch 'origin/main' into LPM-77
|
2026-02-25 14:18:04 +01:00 |
|
Moira Daniella A Sebastian
|
d721bba29f
|
Fix comment commands, comments reads multiple words, fix user as author, and implemented a function to list comments
|
2026-02-25 13:10:42 +01:00 |
|
Moira Daniella A Sebastian
|
d1f8261b68
|
Implemented add comments
|
2026-02-24 16:22:06 +01:00 |
|
Robin Olsen
|
8decd74952
|
make tasks use map instead of slice
|
2026-02-23 13:13:34 +01:00 |
|
Robin Olsen
|
94917e4ff5
|
should return issue pointer
|
2026-02-23 12:26:05 +01:00 |
|
Robin Olsen
|
235b07f7ce
|
use registry for interfaces also
add list interfaces command
|
2026-02-22 22:58:04 +01:00 |
|
Robin Olsen
|
33c8c05ae3
|
refactor to decouple commands form entrypoint for reusability and centralizing commands.
Increase reusability and composition
|
2026-02-22 19:46:55 +01:00 |
|
Robin Olsen
|
118e67dbf4
|
refactor services to use Interface and change name to app
|
2026-02-22 16:16:09 +01:00 |
|
Robin Olsen
|
0f41f76679
|
add builders and chaining methods for various types and variables for better reusability and readability
|
2026-02-19 17:26:16 +01:00 |
|
Robin Olsen
|
2e702e799d
|
use beads sql store instead of opening our own
|
2026-02-19 17:25:34 +01:00 |
|
Robin Olsen
|
09725f4e5e
|
refien task view styles and look
|
2026-02-17 22:04:23 +01:00 |
|
Robin Olsen
|
0ffe4f11b3
|
add command to specify task
add runTask to run spesific task with spesific interface
|
2026-02-17 20:03:43 +01:00 |
|
Robin Olsen
|
5044b31cff
|
style intro better
add info and disclaimer
|
2026-02-17 17:29:00 +01:00 |
|
Robin Olsen
|
b1a72a5a2e
|
add global style package
|
2026-02-13 10:14:05 +01:00 |
|
Robin Olsen
|
f9fe03a451
|
add delete issues for deleting all issues
add db for interactig directly with db
|
2026-02-12 19:58:23 +01:00 |
|
Robin Olsen
|
9baedea9b5
|
add issue print func
|
2026-02-07 12:12:55 +01:00 |
|
Robin Olsen
|
2215b5ad34
|
add promt to user to confirm initializaton in direcory
|
2026-02-05 15:53:15 +01:00 |
|
Robin Olsen
|
1c248b2c8d
|
decrease truncate leangth for issueID
|
2026-02-05 14:27:44 +01:00 |
|
Robin Olsen
|
893c9e3bd6
|
chack for nil pointer in helper
use helper for converting to issue
|
2026-02-05 13:55:20 +01:00 |
|
Robin Olsen
|
6caf654af9
|
add variable to service config to store rootcmd name
|
2026-02-05 13:24:24 +01:00 |
|
Robin Olsen
|
7e0c45e9a2
|
add helper for printing issue list.
add helper for converting issue pointer to issue
|
2026-02-05 12:49:23 +01:00 |
|
Robin Olsen
|
6dc0237479
|
change return type to obj
|
2026-02-03 14:25:53 +01:00 |
|
Robin Olsen
|
dbc11a60a5
|
add load and save to sats service
|
2026-02-02 11:43:45 +01:00 |
|
Robin Olsen
|
0dcfe3989d
|
refine architecture
change module name to repo
|
2026-02-02 11:22:20 +01:00 |
|
Robin Olsen
|
4225d202bb
|
add statistics storage
|
2026-01-31 21:07:09 +01:00 |
|
Robin Olsen
|
a3a1d71325
|
first commit
|
2026-01-31 16:00:23 +01:00 |
|