Eric Huss
780daa73ae
Merge pull request #2609 from szabgab/gh-pages-explanation
...
add explanation I learned in #2606
2025-03-23 19:43:33 +00:00
Eric Huss
3ed302467e
Merge pull request #2552 from GuillaumeGomez/deduplicate-search-indexes
...
Remove JSON search file
2025-03-22 23:07:37 +00:00
Guillaume Gomez
f54356da10
Remove fail-on-request-error in GUI tests as they are not needed anymore
2025-03-22 17:56:22 +01:00
Guillaume Gomez
418d677584
Improve warning message when search index is too big
2025-03-22 17:49:30 +01:00
Guillaume Gomez
a0eb8c0a0e
Remove JSON search file
2025-03-22 17:48:16 +01:00
Gabor Szabo
7c6d47e8b6
add explanation I learned in #2606
2025-03-21 16:32:07 +02:00
Eric Huss
43281c85c5
Merge pull request #2604 from szabgab/test/arrow-keys
...
Add GUI test to check the left and right arrow keys
2025-03-21 01:27:47 +00:00
Eric Huss
e73d3b7cfa
Merge pull request #2602 from szabgab/gui-tests
...
Select all the GUI tests if no filter was provided
2025-03-21 00:25:11 +00:00
Gabor Szabo
1de8cf8ba6
try the last pages as well
2025-03-20 22:07:08 +02:00
Gabor Szabo
85afbe466e
Add GUI test to check the left and right arrow keys
2025-03-20 21:58:21 +02:00
Gabor Szabo
63b312948a
Select all the GUI tests if no filter was provided
...
The name of excutable was taken as a filter and because of
that nothing was selected by default.
2025-03-20 18:13:59 +02:00
Eric Huss
3a8faba645
Merge pull request #2579 from szabgab/ask_the_preprocessor_to_blow_up
...
[test] Check content of error message
2025-03-16 17:36:38 +00:00
Eric Huss
6d6bee0dc9
Merge pull request #2589 from szabgab/test/cant_open_summary_md
...
[test] error Couldn't open SUMMARY.md in load_book
2025-03-16 17:35:31 +00:00
Eric Huss
4b266f1ebc
Merge pull request #2590 from GuillaumeGomez/filter-gui-tests
...
Allow to run only some specific GUI tests
2025-03-10 16:38:50 +00:00
Guillaume Gomez
fc7ef59dee
Allow to run only some specific GUI tests
2025-03-10 13:31:40 +01:00
Gabor Szabo
5fa9f12427
try to fix expected error on windows
2025-03-09 19:13:53 +02:00
Eric Huss
07b25cdb64
Merge pull request #2587 from ehuss/bump-version
...
Update to 0.4.47
2025-03-09 16:28:26 +00:00
Eric Huss
105d836fbc
Merge pull request #2586 from ehuss/fix-search-subchapter
...
Fix search not showing in sub-directories
2025-03-09 16:18:36 +00:00
Eric Huss
74fcaf5273
Update to 0.4.47
2025-03-09 09:14:57 -07:00
Eric Huss
74200f7395
Fix search not showing in sub-directories
...
This fixes a problem where the search was not displaying in
sub-directories. The problem was that `searcher.js` only exists in one
place, and was loading `searchindex.json` with a relative path. However,
when loading from a subdirectory, it needs the appropriate `..` to reach
the root of the book.
2025-03-09 09:10:50 -07:00
Gabor Szabo
a7ca2e169f
[test] error Couldn't open SUMMARY.md in load_book
2025-03-09 14:40:00 +02:00
Eric Huss
1a5286b25c
Merge pull request #2578 from ehuss/bump-version
...
Update to 0.4.46
2025-03-08 22:06:23 +00:00
Eric Huss
c493d3b5e3
Update to 0.4.46
2025-03-08 14:00:42 -08:00
Eric Huss
a68091a84c
Merge pull request #2571 from szabgab/missing_backends_are_fatal
...
Check content of the error message.
2025-03-08 20:46:53 +00:00
Gabor Szabo
32daca669a
Accomodate for different status message on Windows
...
Alternatively we could change the error message to
only include take the status code from the os by
using
output.status.code().unwrap() in preprocess/cmd.rs
where this error message is generated.
In that case we could have the exact same error
message on all the OS-es.
2025-03-06 07:25:51 +02:00
Gabor Szabo
cf5a78c0e1
Check content of the error message
...
in ask_the_preprocessor_to_blow_up
2025-03-05 23:24:18 +02:00
Eric Huss
b0cf568ba4
Merge pull request #2569 from szabgab/suffix_items_cannot_be_followed_by_a_list
...
check content of the error message
2025-03-05 17:56:16 +00:00
Gabor Szabo
bf544be282
Check content of the error message.
...
In missing_backends_are_fatal
2025-03-05 17:38:23 +02:00
Gabor Szabo
4f0dba8fdb
check content of the error message
...
in suffix_items_cannot_be_followed_by_a_list
2025-03-05 17:27:15 +02:00
Eric Huss
5390e44dec
Merge pull request #2566 from szabgab/remove-dots-from-docs
...
remove unnecessary dots from docs
2025-03-04 17:34:42 +00:00
Gabor Szabo
e7e3317ff0
remove unnecessary dots from docs
2025-03-04 17:06:21 +02:00
Eric Huss
d68a596455
Merge pull request #2561 from szabgab/test-failure-in-summary
...
Test failure in SUMMARY.md when item is not a link
2025-03-03 18:43:36 +00:00
Eric Huss
ace2abff34
Merge pull request #2563 from jofas/patch-1
...
Enhanced wording for editable code blocks docs
2025-03-03 18:41:44 +00:00
Jonas Fassbender
0c6439faad
Enhanced wording for editable code blocks docs
2025-03-03 17:21:34 +01:00
Gabor Szabo
e7418f21f9
Test failure in SUMMARY.md when item is not a link
2025-03-03 10:33:27 +02:00
Eric Huss
19146c403e
Merge pull request #2557 from ehuss/fix-playground-edition
...
Fix playground edition detection
2025-02-26 14:02:34 +00:00
Eric Huss
66ded2302f
Fix playground edition detection
2025-02-26 05:50:25 -08:00
Eric Huss
98abb22be1
Merge pull request #1368 from notriddle/hash-files
...
feat(html): cache bust static files by adding hashes to file names
2025-02-20 18:32:17 +00:00
Eric Huss
ab304e7d38
More code simplification
2025-02-20 10:25:14 -08:00
Eric Huss
fbc21592af
Some clippy cleanup
2025-02-20 10:23:47 -08:00
Eric Huss
e7b69114ed
Remove some code duplication
2025-02-20 10:19:04 -08:00
Michael Howell
8a9ecd212d
Fix, and test, the no-js toc sidebar with hashed resources
...
To make this work, I need to break the circular dependency and
stop hashing toc.html itself.
2025-02-20 10:27:18 -07:00
Eric Huss
ec157cd1cd
Use full patch description for hex
2025-02-20 08:54:01 -08:00
Eric Huss
d3bcb359fa
Update sha2 to latest
2025-02-20 08:52:58 -08:00
Eric Huss
2a4e5583ab
Rewrite test to use tempfile
...
We don't want to be writing to arbitrary directories, and this
seems to make the test a little simpler.
2025-02-20 08:48:16 -08:00
Eric Huss
3978612611
Update some comments and formatting
2025-02-20 08:47:03 -08:00
Eric Huss
4941acdb87
Merge pull request #2551 from ehuss/bump-version
...
Update to 0.4.45
2025-02-17 18:26:17 +00:00
Eric Huss
7e3d2f96ab
Update to 0.4.45
2025-02-17 10:18:04 -08:00
Eric Huss
ddba36b24c
Merge pull request #2524 from WaffleLapkin/first-last-of-type-footnote
...
nicer style rules for margin around footnote defs
2025-02-17 18:12:15 +00:00
Eric Huss
35cf96a064
Merge pull request #2550 from ehuss/fix-expected-source-path
...
Fix issue with None source_path
2025-02-17 17:52:50 +00:00