Robin Olsen
|
a2212c0bad
|
move feedback msg check to operations
|
2026-02-18 22:23:08 +01:00 |
|
Robin Olsen
|
d3c5ead54e
|
Merge remote-tracking branch 'origin/main' into LPM-32
|
2026-02-18 22:22:11 +01:00 |
|
viljarb
|
f00bf0a684
|
putting web from main into this branch
|
2026-02-18 20:52:50 +01:00 |
|
viljarb
|
77dd155299
|
rm -r --cached pkg/web
|
2026-02-18 20:48:30 +01:00 |
|
viljarb
|
1d92041538
|
modified: web/assets/css/styles.css
modified: web/components/base/input.templ
modified: web/components/base/input_templ.go
modified: web/components/base/range.templ
modified: web/components/base/range_templ.go
modified: web/components/base/select.templ
modified: web/components/base/select_templ.go
modified: web/components/base/textarea.templ
modified: web/components/base/textarea_templ.go
modified: web/components/icons.templ
modified: web/components/icons_templ.go
modified: web/components/issue.templ
modified: web/components/issue_templ.go
modified: web/components/layout.templ
modified: web/components/layout_templ.go
new file: web/components/sidebar.templ
new file: web/components/sidebar_templ.go
new file: web/components/status.templ
new file: web/components/status_templ.go
modified: web/handler/issues.go
new file: web/handler/task.go
modified: web/input.css
deleted: web/package-lock.json
deleted: web/package.json
modified: web/routes/layout.templ
modified: web/routes/layout_templ.go
modified: web/server/routes.go
modified: web/server/server.go
modified: web/web.go
|
2026-02-18 20:41:52 +01:00 |
|
viljarb
|
ed8a0d02ec
|
updating web to be compatible with main
|
2026-02-18 20:33:32 +01:00 |
|
viljarb
|
b654fb5bd3
|
changing name of updates.go to operations.go, as everything related to operations performed on issues are there
|
2026-02-18 20:25:25 +01:00 |
|
viljarb
|
96bab0602f
|
ready for test
|
2026-02-18 20:10:45 +01:00 |
|
Robin Olsen
|
4d6b70fb6a
|
add some helpers to simplify task creation
|
2026-02-18 19:32:17 +01:00 |
|
Robin Olsen
|
2583ca13c3
|
sentralize userquiterror
|
2026-02-18 14:32:08 +01:00 |
|
Robin Olsen
|
7ee2a3a0c6
|
Merge remote-tracking branch 'origin/main' into LPM-58
|
2026-02-18 14:19:08 +01:00 |
|
Robin Olsen
|
ffa32ebd3a
|
add dockerfile
add make commands for building and running using docker
remove localhost on server address so it's not locked
|
2026-02-18 14:12:37 +01:00 |
|
Robin Olsen
|
4dcb67e490
|
Update pkg/tui/views/dashboard/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-18 13:43:05 +01:00 |
|
Robin Olsen
|
b32e5a5946
|
Update pkg/task/runner.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-18 13:37:23 +01:00 |
|
Robin Olsen
|
23747fb799
|
refactor to use Tasker interface instead of Task
add tasker register for registering tasks for extiensibility
|
2026-02-18 13:07:23 +01:00 |
|
Robin Olsen
|
89f8596884
|
Merge remote-tracking branch 'origin/main' into LPM-58
|
2026-02-18 12:07:13 +01:00 |
|
Robin Olsen
|
61e5109f9a
|
simplified tailwind classes and removed collapsing sidebar make it static
|
2026-02-17 22:26:25 +01:00 |
|
Robin Olsen
|
1e5bfcc0ba
|
should be minimized
|
2026-02-17 22:25:39 +01:00 |
|
Robin Olsen
|
1258ab91e0
|
we dont need this
|
2026-02-17 22:25:22 +01:00 |
|
Robin Olsen
|
4ff3759a79
|
remove redundant injecton
|
2026-02-17 22:25:16 +01:00 |
|
Robin Olsen
|
09725f4e5e
|
refien task view styles and look
|
2026-02-17 22:04:23 +01:00 |
|
Moira Daniella A Sebastian
|
2b791b5354
|
Forgot to commit some files
|
2026-02-17 21:33:39 +01:00 |
|
Moira Daniella A Sebastian
|
43bffbbeb6
|
Sidebar implemented
|
2026-02-17 21:25:26 +01:00 |
|
Robin Olsen
|
86c8bc3143
|
refactor for better reusability and maintainability
|
2026-02-17 15:17:49 +01:00 |
|
Robin Olsen
|
e2f3aa63da
|
add task status to header
|
2026-02-17 13:56:33 +01:00 |
|
Robin Olsen
|
b75d55db90
|
check submit questonare
|
2026-02-17 13:35:11 +01:00 |
|
Robin Olsen
|
a5733bdaed
|
add feedback to tui
|
2026-02-17 13:19:35 +01:00 |
|
Robin Olsen
|
6ffcb5eb54
|
add task feedback to web
add task-status endpoint
|
2026-02-17 13:07:04 +01:00 |
|
Robin Olsen
|
6964e14b69
|
add status command for getting task status
add feedback to repl
|
2026-02-17 13:05:50 +01:00 |
|
Robin Olsen
|
68af436a3f
|
add so interfaces can see task feedback
|
2026-02-17 13:04:03 +01:00 |
|
Robin Olsen
|
279adb157e
|
refactor for better maintainability and readabilty
|
2026-02-17 11:11:54 +01:00 |
|
Robin Olsen
|
a38e32aa78
|
use cobra for cli
delete pkg/runner and put funcs in task
add start command
|
2026-02-17 10:24:15 +01:00 |
|
Robin Olsen
|
d5daa49b64
|
Merge remote-tracking branch 'origin/main' into LPM-58
|
2026-02-17 10:04:21 +01:00 |
|
Robin Olsen
|
441716238c
|
simplify tailwind classes
remove node
remove godhipit theme
add all themes form daisyui
simplify header
|
2026-02-17 09:49:11 +01:00 |
|
Robin Olsen
|
01655cd372
|
use minified
|
2026-02-16 22:12:49 +01:00 |
|
Robin Olsen
|
f963bcbcd9
|
fix merge
|
2026-02-16 22:12:11 +01:00 |
|
Robin Olsen
|
9d174f9a78
|
Merge remote-tracking branch 'origin/main' into LPM-56
|
2026-02-16 22:12:00 +01:00 |
|
Moira Daniella A Sebastian
|
410b9a7a3e
|
Updated layout to use Daisy and Tailwind
|
2026-02-16 21:45:44 +01:00 |
|
viljarb
|
196145205f
|
adding another tui window for closed issues; adding scrolling for the issue display windows
|
2026-02-16 19:23:02 +01:00 |
|
Robin Olsen
|
b3b45e67be
|
add exit mechanicm to each stage
remove types and moved struct to appropriate files
|
2026-02-16 13:08:45 +01:00 |
|
viljarb
|
501c2a71e5
|
update description and status, and replicating help message from lazybeads
|
2026-02-14 15:29:08 +01:00 |
|
Robin Olsen
|
eb8427ea46
|
optimize for lighthouse
|
2026-02-13 17:48:56 +01:00 |
|
|
|
3ed3863947
|
modified: pkg/web/web.go
|
2026-02-13 15:08:30 +01:00 |
|
|
|
cf4f62cd7e
|
create, update, and delete functionalities
|
2026-02-13 15:06:56 +01:00 |
|
Robin Olsen
|
d105645424
|
dont set header for htmx response
|
2026-02-13 14:41:32 +01:00 |
|
Robin Olsen
|
0a6a68d30a
|
change range to max four to avoid errors
|
2026-02-13 14:31:45 +01:00 |
|
Robin Olsen
|
6c20c2c663
|
implement update issue
|
2026-02-13 14:31:25 +01:00 |
|
Robin Olsen
|
0b61dfd2f3
|
change to patch as not every field has to be updated
|
2026-02-13 14:30:56 +01:00 |
|
Robin Olsen
|
a293f147b1
|
use issueKey
|
2026-02-13 14:00:39 +01:00 |
|
Robin Olsen
|
732db39faa
|
Update pkg/web/server/routes.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-13 13:54:45 +01:00 |
|