Commit Graph

501 Commits

Author SHA1 Message Date
Robin Olsen
711d645cb0 Merge pull request #26 from LazyBachelor/WEB---DELETE-ISSUE
WEB - DELETE ISSUE
2026-02-25 04:27:31 -08:00
Ine Maria Nilssen Aanonsen
20d63718fe WEB - DELETE ISSUE 2026-02-25 13:24:35 +01:00
Robin Olsen
44e894f025 add ability to change assingee 2026-02-25 13:20:30 +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
Robin Olsen
6264f9dfc9 adjust layout and add detials button 2026-02-25 12:39:21 +01:00
Robin Olsen
1438d0e567 rename to just issue_detail 2026-02-25 12:25:41 +01:00
Robin Olsen
87d4cdae3f add edit issue button and modal 2026-02-25 11:53:56 +01:00
Robin Olsen
2d7f15e33f fix merge 2026-02-24 17:06:57 +01:00
Robin Olsen
7890f621aa Merge remote-tracking branch 'origin/main' into LPM-43 2026-02-24 17:06:40 +01:00
Moira Daniella A Sebastian
d1f8261b68 Implemented add comments 2026-02-24 16:22:06 +01:00
Ine Maria Nilssen Aanonsen
0c56c4c2b6 WEB - DELETE ISSUE 2026-02-24 15:33:58 +01:00
Robin Olsen
f28ab4be78 ended up not needing this 2026-02-24 15:18:56 +01:00
Robin Olsen
38ae7905c1 unify components and layout 2026-02-24 15:13:31 +01:00
Robin Olsen
dd92c5741a keep it minimal 2026-02-24 15:11:43 +01:00
Robin Olsen
6c3e6a5815 add create issue modal 2026-02-24 15:11:10 +01:00
Robin Olsen
451125903c remove index handler 2026-02-24 15:10:43 +01:00
Robin Olsen
8cea735f43 remove indes and just use dashboard 2026-02-24 15:10:24 +01:00
Robin Olsen
87bb49cc64 return error if it fails 2026-02-24 15:09:58 +01:00
viljarb
a8aada1646 using codenames for priority levels mapped to digits 2026-02-24 11:19:01 +01:00
Robin Olsen
5d774620dd use htmx for navigation 2026-02-24 10:33:48 +01:00
Robin Olsen
be56123955 Merge pull request #24 from LazyBachelor/LPM-78
Implemented dashboard
2026-02-23 11:21:35 -08:00
Robin Olsen
cd2c613001 remove comments from input.css 2026-02-23 20:10:59 +01:00
Moira Daniella A Sebastian
96291b7a94 Added issues dashboard 2026-02-23 19:48:10 +01:00
Robin Olsen
69329d5274 Remove cron schedule from docker-publish.yml
Removed scheduled cron job from Docker publish workflow.
2026-02-23 17:40:29 +01:00
viljarb
970c735fa4 adding functionality for editing priority; adding priority to the list of displayed issues; sorting the list of issues by their priority 2026-02-23 15:56:16 +01:00
Robin Olsen
facb31015f Merge pull request #23 from LazyBachelor/WEB---READ-ISSUES
Web read issues
2026-02-23 05:52:05 -08:00
Robin Olsen
4b3f4b00ab dont think those are needed 2026-02-23 14:36:51 +01:00
Robin Olsen
ac7c91f6d4 Merge remote-tracking branch 'origin/main' into WEB---READ-ISSUES 2026-02-23 14:27:54 +01:00
Robin Olsen
3896ddd7dd rollback as the new addition was unused and unnessesary 2026-02-23 14:21:15 +01:00
Ine Maria Nilssen Aanonsen
1adf2ec940 READ ISSUES - WEB 2026-02-23 13:59:14 +01:00
Robin Olsen
ef87ff28ce add go-git 2026-02-23 13:58:36 +01:00
Robin Olsen
eeb6a67d1e add basic git based question 2026-02-23 13:58:27 +01:00
Ine Maria Nilssen Aanonsen
d1ef4e9491 READ ISSUES - WEB 2026-02-23 13:51:42 +01:00
viljarb
7674ae3690 making improvements based on copilot's suggestions from previous merge with main: subtracting the label heights from available heights before calculating the list height, to avoid potential layer overflow, in pkg/tui/views/view.go; creating a handler function for refreshing issue list and updating detail view, to avoid duplicate logic in pkg/tui/views/operations.go 2026-02-23 13:50:23 +01:00
Robin Olsen
7599ceff7d add basic git based task 2026-02-23 13:38:14 +01:00
Robin Olsen
e59b561dee check i created issue status is closed 2026-02-23 13:37:51 +01:00
Robin Olsen
ea67982a8d remove search bar until properly implemented 2026-02-23 13:37:27 +01:00
Robin Olsen
8decd74952 make tasks use map instead of slice 2026-02-23 13:13:34 +01:00
Robin Olsen
2c2fbac3a3 taks use end task util 2026-02-23 12:28:10 +01:00
Robin Olsen
a3a9b8293c use new utility 2026-02-23 12:26:48 +01:00
Robin Olsen
67e16265ab add utility to end tass with timeout 2026-02-23 12:26:23 +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
v0.1.3
2026-02-22 22:58:04 +01:00
Robin Olsen
78769396e7 forgot to commit this 2026-02-22 19:47:17 +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 v0.1.2 2026-02-22 16:16:09 +01:00
Robin Olsen
dbf619a054 Update Go version to 1.25.6 in workflow v0.1.1 2026-02-22 14:49:15 +01:00
Robin Olsen
4f30744314 add goreleaser action 2026-02-22 14:39:42 +01:00
Robin Olsen
c1b34a145d Add Docker publish workflow to GitHub Actions 2026-02-22 14:31:17 +01:00
Robin Olsen
133996c734 Update copyright year and owner in LICENSE file 2026-02-22 14:28:39 +01:00