Wykres commitów

119 Commity (master)

Autor SHA1 Wiadomość Data
Michał 'rysiek' Woźniak 45c36292d8 minor bugfix in testing index.html 2022-01-10 18:31:45 +00:00
Michał 'rysiek' Woźniak 1f0241868f README: info on local testing; added stub index.html for testing LibResilient 2021-11-20 18:42:11 +00:00
Michał 'rysiek' Woźniak 2603596032 updated tests regarding problematic Request() init fields (ref. #23) 2021-11-17 13:57:47 +00:00
Michał "rysiek" Woźniak 02ba4ea9f3 Implement integrity check plugin 2021-11-14 12:53:49 +00:00
Michał "rysiek" Woźniak 9330f9f796 simple integrity plugin 2021-11-11 22:39:26 +00:00
Michał 'rysiek' Woźniak ffe2b2c40c any-of: test added for erroring out when no wrapped plugins configured (ref. #21) 2021-11-11 12:01:08 +00:00
Michał "rysiek" Woźniak 4f528a4123 Subresource Integrity exposed to plugins from Service Worker 2021-11-08 20:51:27 +00:00
Michał 'rysiek' Woźniak 4d3558e1b5 cleanups and bugfixes related to the new plugin loader (ref. #15) 2021-09-19 10:04:19 +00:00
Michał 'rysiek' Woźniak 672be5d223 service-worker: tests fixed for the new plugin loader, and a test added for using multiple instances of the same plugin (ref. #15) 2021-09-19 01:23:26 +00:00
Michał 'rysiek' Woźniak 8603237db0 service-worker: working on making tests run with the new plugin loader (ref. #15) 2021-09-18 23:35:22 +00:00
Michał 'rysiek' Woźniak ffe9dd28d5 tests fixed for any-of plugin (ref. #15) 2021-09-18 22:55:17 +00:00
Michał 'rysiek' Woźniak bcf7ed4c32 ipns-ipfs plugin ready for new plugin loading system (ref. #15) 2021-09-15 22:31:50 +00:00
Michał 'rysiek' Woźniak d8b6f64d4a gun-ipfs plugin ready for new plugin loading system (ref. #15) 2021-09-15 22:27:01 +00:00
Michał 'rysiek' Woźniak 05e7997e89 minor fixes (ref. #15) 2021-09-15 21:29:09 +00:00
Michał 'rysiek' Woźniak d02cbb7a9d any-of plugin ready for new plugin loading system (ref. #15) 2021-09-15 21:28:11 +00:00
Michał 'rysiek' Woźniak 46b3334b25 cache plugin ready for new plugin loading system (ref. #15) 2021-09-15 21:11:17 +00:00
Michał 'rysiek' Woźniak 4e4c9b83af alt-fetch plugin modified to work with the new plugin loading system (ref. #15) 2021-09-15 20:27:27 +00:00
Michał 'rysiek' Woźniak 295f3071cc service-worker on the way to saner plugin loader; relevant fetch plugin changes implemented (ref. #15) 2021-09-15 14:38:43 +00:00
Michał 'rysiek' Woźniak bd169f64cf gun-ipfs: stub of fetching test (ref. #8) 2021-09-08 11:40:37 +00:00
Michał 'rysiek' Woźniak a9368d4394 gun-ipfs: application/json content-type guessing implemented; plus a relevant test 2021-09-08 07:33:55 +00:00
Michał 'rysiek' Woźniak ebba7e26d9 gun-ipfs: test content type guessing (ref. #8) 2021-09-08 07:30:24 +00:00
Michał 'rysiek' Woźniak d57cca412b gun-ipfs: test for fetching <path>/index.html instead of <path>/ (ref. #8) 2021-09-08 07:10:00 +00:00
Michał 'rysiek' Woźniak 95db2721d4 gun-ipfs plugin: added a stub test for unpublished content handling (ref. #8) 2021-09-07 17:53:20 +00:00
Michał 'rysiek' Woźniak 24ad9a10c8 gun-ipfs plugin: some more tests (ref. #8), minor bugfix 2021-09-07 16:41:13 +00:00
Michał 'rysiek' Woźniak 1b2fbb124d service-worker: improving a test so that postMessage is taken into account (ref. #8) 2021-09-06 18:14:25 +00:00
Michał 'rysiek' Woźniak 0ca6890754 service-worker: two new stashing-related tests (ref. #8); minor fixes here and there 2021-09-06 13:10:51 +00:00
Michał 'rysiek' Woźniak 402041276a service-worker: testing if stash() is called when content retrieved from a stashing plugin (ref. #8) 2021-09-06 12:37:32 +00:00
Michał 'rysiek' Woźniak 8148c76eb2 service-worker: testing if a failed fetch in first plugin does not stop a second configured plugin from working (ref. #8) 2021-09-06 12:12:55 +00:00
Michał 'rysiek' Woźniak 7bd024f2c7 service-worker: test for external urls added (ref. #8) 2021-09-06 00:11:33 +00:00
Michał 'rysiek' Woźniak 4ca07d1477 service-worker: test for sending back the resultingClientId on fetch() (ref. #8) 2021-09-05 23:59:44 +00:00
Michał 'rysiek' Woźniak 7588cad783 service-worker: test for all plugins failing added (ref. #8) 2021-09-04 20:45:03 +00:00
Michał 'rysiek' Woźniak 65965075f0 service-worker: test for indirect/dependency plugins (ref. #8) 2021-09-04 19:55:11 +00:00
Michał 'rysiek' Woźniak 6c0a70d8c7 service-worker: test for explicitly publishing content (ref. #8) 2021-09-04 19:09:06 +00:00
Michał 'rysiek' Woźniak a85b3cb5d4 service-worker: two more tests - POST requests, unstashing (ref. #8) 2021-09-04 18:33:40 +00:00
Michał 'rysiek' Woźniak 88f3f37408 service-worker: Promise.any() polyfill test added (ref. #8) 2021-09-04 00:41:08 +00:00
Michał 'rysiek' Woźniak fca8d56a2d service-worker: more tests (ref. #8) 2021-09-01 23:31:38 +00:00
Michał 'rysiek' Woźniak 48ecda0968 service-worker: a bit more tests (ref. #8) 2021-09-01 21:01:01 +00:00
Michał 'rysiek' Woźniak 4dd6840e8d service-worker: first test added (ref. #8); debug message for external requests added 2021-08-31 16:09:26 +00:00
Michał 'rysiek' Woźniak 22019bcc3a cache plugin tests: cache-polyfill not needed, service-worker-mock handles this (ref. #8) 2021-08-31 14:05:27 +00:00
Michał 'rysiek' Woźniak 4b8ac7e444 cache plugin tests: 100% coverage (ref. #8); also, minor bugfix in cache plugin 2021-08-30 15:55:53 +00:00
Michał 'rysiek' Woźniak 28d099a834 cache plugin tests: ~73% coverage (ref. #8) 2021-08-30 14:41:45 +00:00
Michał 'rysiek' Woźniak eb0e64df2f cache plugin test: testing for rejections when content not available (ref. #8) 2021-08-30 14:09:53 +00:00
Michał 'rysiek' Woźniak fb98acc396 cache plugin tests: first actual functional test passes (ref. #8) 2021-08-30 14:04:23 +00:00
Michał 'rysiek' Woźniak 4730361bad any-of plugin test: bugfix for environments where AggregateError exists (ref. #8) 2021-08-29 20:12:04 +00:00
Michał 'rysiek' Woźniak 6bf1887e7d any-of plugin test: bugfix, apparently things work differently in the pipeline than in dev shell (ref. #8) 2021-08-29 19:49:28 +00:00
Michał 'rysiek' Woźniak 4a46175cfe any-of plugin tests: coverage 100% (ref. #8) 2021-08-29 19:41:53 +00:00
Michał 'rysiek' Woźniak ef71323cf9 alt-fetch plugin tests: coverage 100%, all pass (ref. #8) 2021-08-29 17:28:37 +00:00
Michał 'rysiek' Woźniak 257558904c alt-fetch tests: coverage p to ~90% (ref. #8) 2021-08-29 15:14:20 +00:00
Michał 'rysiek' Woźniak 1432ef3ef3 first actual test for alt-fetch 2021-08-29 14:58:41 +00:00
Michał 'rysiek' Woźniak da86c0eba1 fetch plugin test: testing what happens on 400+ status codes (and rising coverage to 100%; ref. #8) 2021-08-29 14:19:28 +00:00
Michał 'rysiek' Woźniak 8069213852 fetch plugin test: testing the headers 2021-08-29 01:12:03 +00:00
Michał 'rysiek' Woźniak bdf3d904bf fetch plugin: improved test 2021-08-28 22:28:32 +00:00
Michał 'rysiek' Woźniak edb0b68c44 better implementation of the fetch test 2021-08-28 19:50:56 +00:00
Michał 'rysiek' Woźniak ba129551d4 fetch plugin test: minor indentation fix 2021-08-28 19:01:19 +00:00
Michał 'rysiek' Woźniak 5a18502bad fetch() test passes 2021-08-28 12:06:46 +00:00
Michał 'rysiek' Woźniak 4c6245a672 jest: mock fetch kinda working 2021-08-25 23:37:52 +00:00
Michał 'rysiek' Woźniak 96de033dde working on gun-ipfs plugin and test to make the test pass 2021-08-25 22:33:01 +00:00
Michał 'rysiek' Woźniak c922f640a6 gun-ipfs plugin test back from hades 2021-08-25 22:32:22 +00:00
Michał 'rysiek' Woźniak 2f639112af ipns-ipfs plugin test is back and seems to pass 2021-08-25 20:12:24 +00:00
Michał 'rysiek' Woźniak 8054e8870b *ipfs plugins need more work to even start handling testing 2021-08-25 03:28:44 +00:00
Michał 'rysiek' Woźniak dc29220baf minor fix in tests 2021-08-25 03:06:06 +00:00
Michał 'rysiek' Woźniak 7282c2e091 tests for gun-ipfs and ipns-ipfs plugins fixed 2021-08-25 02:57:07 +00:00
Michał 'rysiek' Woźniak 1bd6a65567 stub tests for all plugins 2021-08-25 02:44:41 +00:00
Michał 'rysiek' Woźniak 3f9455b29b cleaner tests 2021-08-25 01:39:58 +00:00
Michał 'rysiek' Woźniak 3bb3124e44 first-passing test 2021-08-25 01:18:51 +00:00
Michał 'rysiek' Woźniak a46e307c5f testing the tests continues 2021-08-24 23:58:35 +00:00
Michał 'rysiek' Woźniak 39f0d63f42 testing the tests continues 2021-08-24 23:47:25 +00:00
Michał 'rysiek' Woźniak bbdb400ebc testing the tests 2021-08-24 23:45:59 +00:00
Michał 'rysiek' Woźniak d85af7225a first test! 2021-08-24 23:41:28 +00:00