Compare commits
No commits in common. "07b6ba224e3b9cfd0bc41b8410e972d9cb8a9e3f" and "02ea1d1e6e57aae1b8cb7496e307fa372f973ea2" have entirely different histories.
07b6ba224e
...
02ea1d1e6e
23 changed files with 2 additions and 41 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
add an option to `ent list` to show just the ids of filtered issues
|
add an option to `ent list` to show only filtered issue ids
|
||||||
|
|
||||||
This would be useful in scripts, like:
|
This would be useful in scripts, like:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
2025-07-19T20:31:35.010603718-06:00
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
done
|
inprogress
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
`ent assign` and maybe other commands needlessly read the database twice
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
Of the three options you suggested i like "Hourglass Not Done" (⏳)
|
|
||||||
best, because it most clearly shows that we're waiting for something.
|
|
||||||
|
|
||||||
Or how about Stop Sign, 🛑?
|
|
||||||
|
|
||||||
Do you want `ent list` to show the number of issues that this issue is
|
|
||||||
blocked waiting on? Something like:
|
|
||||||
|
|
||||||
012345 This issues stands alone
|
|
||||||
abc123 ⏳4 This other issue depends on four things
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
We can determine something like an "mtime" for an Issue by running a
|
|
||||||
command like:
|
|
||||||
|
|
||||||
`git log --pretty=format:%ai --max-count 1 entomologist-data -- ${ISSUE_ID}`
|
|
||||||
|
|
||||||
Running it on `${ISSUE_ID}/comments` gives you the most recent time
|
|
||||||
there was a commit in the comments directory, indicating a new or
|
|
||||||
edited comment.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
db
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
seb
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
inprogress
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
lazy read of DB
|
lazy read of DB
|
||||||
|
|
||||||
when running `list` don't load the entire object, instead only load the relevant metadata used to display in the list
|
when running `list` don't load the entire object, instead only load the relevant metadata used to display in the list
|
||||||
|
|
||||||
Similarly, when running e.g. `ent show ISSUE_ID`, don't load the other issues.
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
This is partially addressed by
|
|
||||||
<https://git.glyphs.tech/taproot-manufacturing/entomologist/pulls/26>.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue