Patch |
File delta |
Description |
020240911~3117c37.patch | (download) |
library/Cargo.toml |
2 1 + 1 - 0 !
library/src/error.rs |
2 1 + 1 - 0 !
library/src/lib.rs |
3 3 + 0 - 0 !
library/src/standards/indieauth/mod.rs |
7 3 + 4 - 0 !
4 files changed, 8 insertions(+), 6 deletions(-) |
reorder fields for defining required ones
|
020240914~47bd69b.patch | (download) |
Cargo.toml |
17 15 + 2 - 0 !
README.markdown |
11 5 + 6 - 0 !
examples/indieauth/auth-url/Cargo.toml |
15 15 + 0 - 0 !
examples/indieauth/auth-url/src/main.rs |
32 32 + 0 - 0 !
examples/indieauth/client-server/Cargo.toml |
21 21 + 0 - 0 !
examples/indieauth/client-server/build.rs |
3 3 + 0 - 0 !
examples/indieauth/client-server/src/main.rs |
43 43 + 0 - 0 !
examples/indieauth/client-server/src/templates/client.html |
23 23 + 0 - 0 !
library/Cargo.toml |
13 9 + 4 - 0 !
library/src/algorithms/link_rel/mod.rs |
38 24 + 14 - 0 !
library/src/algorithms/representative_hcard/mod.rs |
2 1 + 1 - 0 !
library/src/http.rs |
8 4 + 4 - 0 !
library/src/standards/indieauth/mod.rs |
1260 262 + 998 - 0 !
library/src/standards/indieauth/test.rs |
353 158 + 195 - 0 !
library/src/standards/micropub/action/mod.rs |
5 3 + 2 - 0 !
library/src/standards/micropub/action/test.rs |
9 6 + 3 - 0 !
library/src/standards/micropub/query/mod.rs |
8 4 + 4 - 0 !
library/src/standards/micropub/query/test.rs |
4 2 + 2 - 0 !
library/src/standards/webmention/mod.rs |
2 1 + 1 - 0 !
library/src/standards/webmention/test.rs |
14 7 + 7 - 0 !
testing-tools/Cargo.toml |
22 0 + 22 - 0 !
21 files changed, 638 insertions(+), 1265 deletions(-) |
update the basis of the testing tool
|
1001_microformats.patch | (download) |
library/Cargo.toml |
2 1 + 1 - 0 !
library/src/standards/webmention/mod.rs |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-) |
use branch 0.15 of crate microformats
|
1002_fence_features.patch | (download) |
library/src/algorithms/ptd.rs |
3 3 + 0 - 0 !
library/src/standards/micropub/query/test.rs |
5 3 + 2 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-) |
add feature fencing
|
1003_ignore_obsolete_doctest.patch | (download) |
library/src/standards/mod.rs |
6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-) |
ignore broken doctests
|
2002_mockito.patch | (download) |
library/Cargo.toml |
1 0 + 1 - 0 !
library/src/algorithms/representative_hcard/mod.rs |
3 0 + 3 - 0 !
library/src/algorithms/representative_hcard/test.rs |
123 0 + 123 - 0 !
library/src/lib.rs |
2 0 + 2 - 0 !
library/src/standards/indieauth/test.rs |
154 0 + 154 - 0 !
library/src/standards/micropub/action/mod.rs |
141 0 + 141 - 0 !
library/src/standards/micropub/action/test.rs |
66 0 + 66 - 0 !
library/src/standards/micropub/query/test.rs |
212 0 + 212 - 0 !
library/src/standards/webmention/mod.rs |
6 2 + 4 - 0 !
library/src/standards/webmention/test.rs |
576 0 + 576 - 0 !
library/src/test.rs |
100 0 + 100 - 0 !
library/src/traits/mod.rs |
2 0 + 2 - 0 !
library/src/traits/test.rs |
37 0 + 37 - 0 !
13 files changed, 2 insertions(+), 1421 deletions(-) |
avoid not-in-debian crate mockito
|
2002_reqwest middleware.patch | (download) |
library/Cargo.toml |
4 1 + 3 - 0 !
library/src/error.rs |
4 0 + 4 - 0 !
2 files changed, 1 insertion(+), 7 deletions(-) |
avoid not-in-debian crate reqwest-middleware
|
2002_serde_qs.patch | (download) |
library/Cargo.toml |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
use specific branch of crate serde_qs
|
2002_tracing test.patch | (download) |
library/Cargo.toml |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
avoid not-in-debian crate tracing-test
|
2003_no_net.patch | (download) |
library/src/standards/webmention/mod.rs |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
skip network-requiring tests by default
|
2004_no_example_client server.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
avoid example-only crate example-indieauth-client-server
Requires not-in-Debian crate minijinja-embed.
|