Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins tagged with "min-from-to"

2025-03-09
18:03
Increase the minimum SQLite version to 3.49.0. Really we only need to go to 3.47.0 (due to the previous check-in on this branch) but 3.49.0 is a better choice so let's just require it. ... (Closed-Leaf check-in: 3c03634ee9 user: drh tags: min-from-to)
17:55
Fix a bug in recursive CTE used to help implement from=,bt= which which might result in an incorrect answer. The original query was put in place prior to the "subquery-order-by-optimization" patch to SQLite ([src:/info/20240816185146|2024-08-16]) version 3.47.0. Without that optimization, the query runs slowly. Also: a comment typo fix. ... (check-in: 29f946923e user: drh tags: min-from-to)
10:34
Improved subtitle for /timeline graphs that use "min": Now tells the total number of nodes on the path including those that were skipped. ... (check-in: 2229b2f6f1 user: drh tags: min-from-to)
10:20
Fix the "min" and "shortest" query parameters so that they operate independently of one another. ... (check-in: 93269c9f89 user: drh tags: min-from-to)
2025-03-08
23:58
Restore the "shortest" query parameter on /timeline. Make it actually show the path with the fewest number of nodes, as it was originally intended. Improve the /help for /timeline. ... (check-in: a91586d256 user: drh tags: min-from-to)
22:49
In the timeline, remove the "shortest" flag on the from=,to= configuration, as it is not useful. Simplify the implementation of the "min" flag. ... (check-in: e09d965fe0 user: drh tags: min-from-to)
21:36
Improvements to the new path_shortest() implementation, include many enhancements to debugging and analysis capabilities. ... (check-in: 923dca3014 user: drh tags: min-from-to)
18:44
Reimplement path_shortest() using the new PQueue with pointer content. ... (check-in: 14372167c9 user: drh tags: min-from-to)
12:13
Improved implementation of the PQueue object, with the added option to carry an arbitrary pointer as content. ... (check-in: 4111717eae user: drh tags: min-from-to)
2025-03-07
21:50
Add the "abd" (Avoid Branch Detours) query flag on /timeline. Better descriptions of the resulting timeline with the "min" query flag. ... (check-in: d82b52aac4 user: drh tags: min-from-to)
21:27
Try to avoid detours onto feature branches when selecting the shortest patch for a /timeline query with from= and ft= and the "min" query flag. ... (check-in: 6c35335fb1 user: drh tags: min-from-to)
21:09
Merge the latest trunk enhancements into the min-from-to branch. ... (check-in: 990e287a94 user: drh tags: min-from-to)
2025-03-06
17:57
Add the optional "min" query parameter to /timeline for use with from= and to=, to omit changes of nodes along the same branch for brevity, and to just show the branching changes. ... (check-in: ef80526267 user: drh tags: min-from-to)