Compare commits

...

23 commits

Author SHA1 Message Date
07b6ba224e change state of issue 4a9118e5e06956e0b0766ace15174297, new -> backlog 2025-07-19 21:02:20 -06:00
06d373615c add comment d6a3fb287621b6d08bb9ab8cbad7cf53 on issue 4a9118e5e06956e0b0766ace15174297 2025-07-19 21:01:21 -06:00
01e15f0c1a change state of issue 478ac34c204be06b1da5b4f0b5a2532d, new -> backlog 2025-07-19 20:55:14 -06:00
067a13c4df change state of issue 31144ca83f6f3de1a9e3db651b70a8b4, new -> backlog 2025-07-19 20:54:33 -06:00
e81138b3da create new issue 31144ca83f6f3de1a9e3db651b70a8b4 2025-07-19 20:54:15 -06:00
47e0e65743 change state of issue 1c771196c49c732932caacfa79ad56dc, new -> backlog 2025-07-19 20:52:37 -06:00
354ad1d1db change state of issue 7bf773d64437d6b92b7ffe6932531533, new -> inprogress 2025-07-19 20:51:54 -06:00
ad2f5b584d change assignee of issue 7bf773d64437d6b92b7ffe6932531533, None -> seb 2025-07-19 20:51:36 -06:00
a8218e6e46 issue 781360ade670846ed0ccdbfd19ffa8fd add tag db 2025-07-19 20:50:14 -06:00
efbf674c87 change state of issue 781360ade670846ed0ccdbfd19ffa8fd, new -> backlog 2025-07-19 20:49:37 -06:00
4a9c6c6ef3 change state of issue 54e366c80dfc6fc2dd5d52eb36023386, new -> backlog 2025-07-19 20:48:44 -06:00
b03cdac9b3 add comment 7ee4a01771a0cfa20d4c536f8f54573b on issue 54e366c80dfc6fc2dd5d52eb36023386 2025-07-19 20:46:31 -06:00
2288b0deb2 change state of issue 63bca383372acb1070f9b2416b2a84f6, new -> backlog 2025-07-19 20:37:30 -06:00
534e79f63a change state of issue 0f8b0c982bcfe7d5406bea58301014bc, new -> backlog 2025-07-19 20:36:55 -06:00
9046b87533 change state of issue cc7c13a6220f963436dcf29274dc45c5, new -> backlog 2025-07-19 20:36:08 -06:00
fa4de6343a add comment 91846caf2947046990227faa1c8cf501 on issue cc7c13a6220f963436dcf29274dc45c5 2025-07-19 20:36:00 -06:00
6d22ed2aa4 change state of issue 95a8190f4bbdcafbb4c72db81dfc2aa6, new -> backlog 2025-07-19 20:34:52 -06:00
7e7c0f621a edit description of issue 95a8190f4bbdcafbb4c72db81dfc2aa6 2025-07-19 20:34:45 -06:00
122bd1c698 change state of issue b62c30d419fb7727d2faaee20dfed1be, new -> backlog 2025-07-19 20:34:01 -06:00
663d399b38 change state of issue 000ddc5eaf58e781c945d6321970ec40, new -> backlog 2025-07-19 20:33:13 -06:00
f381accc4d edit description of issue 000ddc5eaf58e781c945d6321970ec40 2025-07-19 20:33:03 -06:00
c5fa0752d2 set done-time of issue 08f0d7ee7842c439382816d21ec1dea2 to 2025-07-19 20:31:35.010603718 -06:00 2025-07-19 20:31:35 -06:00
0ea3211478 change state of issue 08f0d7ee7842c439382816d21ec1dea2, inprogress -> done 2025-07-19 20:31:35 -06:00
23 changed files with 41 additions and 2 deletions

View file

@ -1,4 +1,4 @@
add an option to `ent list` to show only filtered issue ids add an option to `ent list` to show just the ids of filtered issues
This would be useful in scripts, like: This would be useful in scripts, like:
``` ```

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
2025-07-19T20:31:35.010603718-06:00

View file

@ -1 +1 @@
inprogress done

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
`ent assign` and maybe other commands needlessly read the database twice

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1,10 @@
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

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1,8 @@
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.

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
db

View file

@ -0,0 +1 @@
seb

View file

@ -0,0 +1 @@
inprogress

View file

@ -1,3 +1,5 @@
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.

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1 @@
backlog

View file

@ -0,0 +1,2 @@
This is partially addressed by
<https://git.glyphs.tech/taproot-manufacturing/entomologist/pulls/26>.

View file

@ -0,0 +1 @@
backlog