viljarb
|
c762c9db32
|
corrected non-existed variable name
|
2026-02-05 18:01:43 +01:00 |
|
viljarb
|
632ea19a1d
|
deleted: .beads/issues.jsonl
|
2026-02-05 17:46:15 +01:00 |
|
viljarb
|
45e076aeb7
|
simplifying the code in pkg/cli/commands/delete.go
|
2026-02-05 17:45:51 +01:00 |
|
viljarb
|
dbff78cb6b
|
modified: pkg/cli/commands/delete.go
|
2026-02-05 17:44:21 +01:00 |
|
viljarb0
|
9e7eb96227
|
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 17:41:40 +01:00 |
|
viljarb0
|
fc10092bb2
|
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 17:41:28 +01:00 |
|
viljarb
|
e624729511
|
removing issues.json1
|
2026-02-05 17:40:25 +01:00 |
|
Robin Olsen
|
2215b5ad34
|
add promt to user to confirm initializaton in direcory
|
2026-02-05 15:53:15 +01:00 |
|
Robin Olsen
|
9db3f8ab9f
|
Merge remote-tracking branch 'origin/main' into LPM-32
|
2026-02-05 14:56:16 +01:00 |
|
|
|
3ffe17ed08
|
removing redundant reference to issue title
|
2026-02-05 14:52:44 +01:00 |
|
Robin Olsen
|
5fcaf133a9
|
nil check issue so it does not crash when issue not found
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
9566edb381
|
decrease truncate leangth for issueID
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
3981677d98
|
chack for nil pointer in helper
use helper for converting to issue
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
0c737787b4
|
Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
ec0a6de601
|
Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
5d88392776
|
add completion scripts for command line autocomplete
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
ab2fab6194
|
use new rootCmd name var
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
1f254fb7e8
|
add variable to service config to store rootcmd name
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
4f28d81aae
|
add read/describe command for viewing issue details
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
7303f28a88
|
add helper for printing issue list.
add helper for converting issue pointer to issue
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
d6fff28c92
|
add ls command for listing all issues with query and filter tags
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
64a9c7cd0b
|
use tui config for consistency
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
5950fd2f2c
|
make title be read from multible args instead of one.
add completions to crate command
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
25c71d17df
|
move help and completion command to group
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
a4054b26ae
|
cange back use to create
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
370bbd626c
|
add other flags and validation
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
296f9c6d83
|
disable completon command
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
0e8bbada6b
|
just return to avoid printing error twice
|
2026-02-05 14:52:07 +01:00 |
|
Moira Daniella A Sebastian
|
e5add142c5
|
Added title and description for CREATE ISSUE CLI
|
2026-02-05 14:52:07 +01:00 |
|
Robin Olsen
|
01edc7fe2f
|
gitignore .idea
|
2026-02-05 14:52:07 +01:00 |
|
|
|
c243209aff
|
adding delete command in the file pkg/cli/commands/delete.go
|
2026-02-05 14:51:19 +01:00 |
|
Robin Olsen
|
d6884b6ac5
|
nil check issue so it does not crash when issue not found
|
2026-02-05 14:28:15 +01:00 |
|
Robin Olsen
|
1c248b2c8d
|
decrease truncate leangth for issueID
|
2026-02-05 14:27:44 +01:00 |
|
Robin Olsen
|
a98fce6a26
|
Merge pull request #2 from LazyBachelor/LPM-30
LPM-30 Add List and read command to CLI
|
2026-02-05 04:56:40 -08: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
|
a731e375d3
|
Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 13:51:19 +01:00 |
|
Robin Olsen
|
07af46c46b
|
Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 13:48:41 +01:00 |
|
Robin Olsen
|
03ff8b41b7
|
use tui config for consistency
|
2026-02-05 13:26:52 +01:00 |
|
Robin Olsen
|
d3207c26fb
|
add completion scripts for command line autocomplete
|
2026-02-05 13:26:02 +01:00 |
|
Robin Olsen
|
12748ede00
|
use new rootCmd name var
|
2026-02-05 13:25:34 +01:00 |
|
Robin Olsen
|
6caf654af9
|
add variable to service config to store rootcmd name
|
2026-02-05 13:24:24 +01:00 |
|
Robin Olsen
|
98df41ff54
|
add read/describe command for viewing issue details
|
2026-02-05 12:50:01 +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
|
d3911ec1f9
|
add ls command for listing all issues with query and filter tags
|
2026-02-05 12:48:09 +01:00 |
|
Robin Olsen
|
5f5826d13a
|
make title be read from multible args instead of one.
add completions to crate command
|
2026-02-05 11:07:09 +01:00 |
|
Robin Olsen
|
4a8ad82558
|
move help and completion command to group
|
2026-02-05 11:05:36 +01:00 |
|
Robin Olsen
|
5db7ff9216
|
Merge pull request #1 from LazyBachelor/LPM-28
Added title and description for CREATE ISSUE CLI
Added other flags to create command and validation
|
2026-02-04 11:26:54 -08:00 |
|
Robin Olsen
|
ee6ed50143
|
cange back use to create
|
2026-02-04 20:23:32 +01:00 |
|
Robin Olsen
|
3a7f48fc43
|
add other flags and validation
|
2026-02-04 20:19:53 +01:00 |
|
Robin Olsen
|
a92cb71081
|
disable completon command
|
2026-02-04 20:19:31 +01:00 |
|