Merge remote-tracking branch 'origin/entomologist-data' into entomologist-data
This commit is contained in:
commit
3e416a997f
34 changed files with 70 additions and 2 deletions
1
198a7d56a19f0579fbc04f2ee9cc234f/done_time
Normal file
1
198a7d56a19f0579fbc04f2ee9cc234f/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-07T16:49:13-06:00
|
||||||
1
1c771196c49c732932caacfa79ad56dc/description
Normal file
1
1c771196c49c732932caacfa79ad56dc/description
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
add get() and get_mut() API to database
|
||||||
1
1c771196c49c732932caacfa79ad56dc/tags
Normal file
1
1c771196c49c732932caacfa79ad56dc/tags
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
db
|
||||||
1
3b35e0324d3e5bf863ef93c2f64a6add/done_time
Normal file
1
3b35e0324d3e5bf863ef93c2f64a6add/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-18T16:26:06.414392436-06:00
|
||||||
|
|
@ -1 +1 @@
|
||||||
inprogress
|
done
|
||||||
1
478ac34c204be06b1da5b4f0b5a2532d/description
Normal file
1
478ac34c204be06b1da5b4f0b5a2532d/description
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
profile ent to determine where slowdowns occur
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
i think my preference is ↖ since it more concisely represents that this issue is waiting on other issues in the DAG / flow...
|
||||||
8
4a9118e5e06956e0b0766ace15174297/description
Normal file
8
4a9118e5e06956e0b0766ace15174297/description
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
add dependency count to `ent list`
|
||||||
|
|
||||||
|
|
||||||
|
candidate emojis:
|
||||||
|
↖ - represents the "dependency tree" DAG edge that points to this issue
|
||||||
|
⌛- shows that the issue is waiting on something else
|
||||||
|
🔗- shows that the issue is linked to something else
|
||||||
|
|
||||||
1
54e366c80dfc6fc2dd5d52eb36023386/description
Normal file
1
54e366c80dfc6fc2dd5d52eb36023386/description
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
filter issues with comment activity in a particular timeframe
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
tui
|
||||||
tui/v0.1
|
tui/v0.1
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
What do you mean by ent updating itself?
|
||||||
|
|
||||||
|
Do you mean it git clones itself and cargo builds and installs itself?
|
||||||
3
5f59a02e5320b62a68ad704da17e0ff4/description
Normal file
3
5f59a02e5320b62a68ad704da17e0ff4/description
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
add `ent update`
|
||||||
|
|
||||||
|
allow `ent` to update itself when commanded to
|
||||||
1
75cefad80aacbf23fc7b9c24a75aa236/done_time
Normal file
1
75cefad80aacbf23fc7b9c24a75aa236/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-09T11:03:45-06:00
|
||||||
15
781360ade670846ed0ccdbfd19ffa8fd/description
Normal file
15
781360ade670846ed0ccdbfd19ffa8fd/description
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
add a layer to the architecture with a DB api between the FS and ent?
|
||||||
|
|
||||||
|
This issue grew out of the discussion in issue
|
||||||
|
08f0d7ee7842c439382816d21ec1dea2.
|
||||||
|
|
||||||
|
Currently the entomologist crate code directly reads and writes files
|
||||||
|
and calls `git commit` when it wants. The directory is managed by the
|
||||||
|
application, generally as an ephemeral worktree containing a (possibly
|
||||||
|
detached) checkout of the `entomologist-data` branch.
|
||||||
|
|
||||||
|
We may be able to simplify the ent internals (and the application)
|
||||||
|
by adding a "database" API between ent and the filesystem.
|
||||||
|
|
||||||
|
There is some preliminary design brainstorming in the issue mentioned
|
||||||
|
above.
|
||||||
9
7bf773d64437d6b92b7ffe6932531533/description
Normal file
9
7bf773d64437d6b92b7ffe6932531533/description
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
fix parse error in `ent done-time`
|
||||||
|
|
||||||
|
Got this error when i typoed the RFC 3339 time (missing `:` in timezone
|
||||||
|
offset):
|
||||||
|
$ ent done-time 8c73c9fd5bc4f551ee5069035ae6e866 2025-07-07T22:29:25-0600
|
||||||
|
|
||||||
|
thread 'main' panicked at src/bin/ent/main.rs:503:26:
|
||||||
|
called `Result::unwrap()` on an `Err` value: ParseError(Invalid)
|
||||||
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||||
1
7da3bd5b72de0a05936b094db5d24304/done_time
Normal file
1
7da3bd5b72de0a05936b094db5d24304/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-11T20:32:23-06:00
|
||||||
1
7e2a3a59fb6b77403ff1035255367607/assignee
Normal file
1
7e2a3a59fb6b77403ff1035255367607/assignee
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
sigil-03
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
had to update the file structure as well, but this is done, and up in !25
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
for now, let's just add the ability to mark dependencies, and then later we can build functionality on top of it which allows an application to decide what to do based on the state of those dependencies.
|
||||||
|
|
||||||
|
i think regardless we should always keep the dependencies, unless they get removed intentionally, and should instead operate off of the `state` of those dependencies.
|
||||||
1
7e2a3a59fb6b77403ff1035255367607/state
Normal file
1
7e2a3a59fb6b77403ff1035255367607/state
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
inprogress
|
||||||
1
87fa3146b90db61c4ea0de182798a0e5/description
Normal file
1
87fa3146b90db61c4ea0de182798a0e5/description
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
large ent repositories are slow
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
tui
|
||||||
tui/v0.1
|
tui/v0.1
|
||||||
|
|
|
||||||
1
8c73c9fd5bc4f551ee5069035ae6e866/done_time
Normal file
1
8c73c9fd5bc4f551ee5069035ae6e866/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-07T22:29:25-06:00
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
tui
|
||||||
tui/v0.1
|
tui/v0.1
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
tui
|
||||||
tui/v0.1
|
tui/v0.1
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
This issue duplicates 0f8b0c982bcfe7d5406bea58301014bc
|
||||||
1
c1f6bcd5727bf3e0e5a4f4b79d8242ab/description
Normal file
1
c1f6bcd5727bf3e0e5a4f4b79d8242ab/description
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
teach `ent list FILTER` a new filter type that searches issue & comment descriptions
|
||||||
1
c1f6bcd5727bf3e0e5a4f4b79d8242ab/state
Normal file
1
c1f6bcd5727bf3e0e5a4f4b79d8242ab/state
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
wontdo
|
||||||
3
cb41626330c86b0d67690022266212e4/description
Normal file
3
cb41626330c86b0d67690022266212e4/description
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
add updates screen to TUI
|
||||||
|
|
||||||
|
updates pane will allow user to see all updates that occurred on a refresh (with a preview maybe?) and mark them as read
|
||||||
1
cb41626330c86b0d67690022266212e4/tags
Normal file
1
cb41626330c86b0d67690022266212e4/tags
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
tui
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
tui
|
||||||
tui/v0.1
|
tui/v0.1
|
||||||
|
|
|
||||||
1
f14bd410300d6d8802d873c6b584c4aa/done_time
Normal file
1
f14bd410300d6d8802d873c6b584c4aa/done_time
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2025-07-18T16:22:31.222641244-06:00
|
||||||
|
|
@ -1 +1 @@
|
||||||
inprogress
|
done
|
||||||
Loading…
Add table
Add a link
Reference in a new issue