Fossil

Timeline
Login

Timeline

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

10 descendants and 10 ancestors of eb2100db425fc15b

2024-01-12
15:48
Merge current state of testing-improvements. make clean output is now easy to review. ... (check-in: e5bcfd1efe user: preben tags: trunk)
2024-01-11
17:55
In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96acd user: preben tags: testing-improvements)
2024-01-10
17:08
Syntax error in test rewrite script and a couple of parsing improvments. ... (check-in: 2873af0b5c user: preben tags: testing-improvements)
09:53
Reduce output when testing in -quiet mode. Output is now limited to test failures (including knownBug) and skipped tests when there are uncommitted changes. ... (check-in: 9c23c50def user: preben tags: testing-improvements)
09:39
No need to re-open repository in json tests. ... (check-in: 41c35fb6e2 user: preben tags: testing-improvements)
09:38
Remove stale debug output in symlinks test. ... (check-in: 211f170c13 user: preben tags: testing-improvements)
09:36
Add -expectError to a number of tests that are expected to generate errors or output. ... (check-in: 768d93e6ee user: preben tags: testing-improvements)
08:29
Merge in trunk to include recent test changes. ... (check-in: 383087bfab user: preben tags: testing-improvements)
2024-01-09
17:18
Remerge the Wiki title search enhancement, after fixing it so that it does not disrupt check-in comment search. ... (check-in: 9d9bf1abfb user: drh tags: trunk)
17:05
Improvements the "fossil search --fts": Add the --scope and --debug options and improve output formatting. ... (check-in: b7ef90c716 user: drh tags: trunk)
17:04
Fix an off-by-one error in the text line-break algorithm of comformat.c. ... (check-in: eb2100db42 user: drh tags: trunk)
15:14
Add the --fts option to the "fossil search" command. This option uses the same search mechanism as web search. Useful for debugging web search. ... (check-in: 2ddf62a320 user: drh tags: trunk)
14:04
Fix harmless compiler warning in sha3.c. ... (check-in: 537d9e00cf user: drh tags: trunk)
13:42
Update the built-in SQLite to the latest trunk version, for testing. ... (check-in: 5d0d2219e8 user: drh tags: trunk)
2024-01-07
17:26
Back out [a402dd2a888d6d74] (wiki title search), as it causes all searches to fail for reasons as yet undetermined. ... (check-in: 48af08bd48 user: stephan tags: trunk)
2024-01-05
21:02
Add more information when user encounters an Unresolved RID condition. ... (check-in: c8fda6a62c user: preben tags: trunk)
2024-01-04
10:34
Update stash test for the recently integrated diff-deleted-files branch. ... (check-in: bc9e84bb27 user: preben tags: trunk)
09:58
Test fixes for 2.24 as discussed in [forum:8d774bc3610fe8de|forum post 8d774bc3610fe8de]. ... (check-in: 271a978d90 user: preben tags: trunk)
09:37
Let users review and validate artifacts before shunning. Helpful in catching abbreviated hashes. ... (check-in: 5e19daf980 user: preben tags: trunk)
09:32
Use an unsigned int in Th_SetResultInt() to address issues with GCC for INT_MIN. ... (check-in: 301edfc0a9 user: preben tags: trunk)
2024-01-03
14:43
Ensure chars are signed when depending on the signedness. ... (check-in: b7c7c2097f user: preben tags: trunk)