Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add p2p retrieval option #391

Merged
merged 43 commits into from
Oct 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
f2dd77d
feat: add config toggle for p2p retrieval
2color Oct 18, 2024
fd3c586
deps: add helia and bump verified fetch
2color Oct 18, 2024
c15199c
feat: load p2p helia
2color Oct 18, 2024
7a103d9
chore: remove console.log
2color Oct 18, 2024
eba97a4
feat: try to make recursive gateways optional
2color Oct 18, 2024
8eb8227
fixup! feat: add config toggle for p2p retrieval
2color Oct 21, 2024
804d098
chore: aegir lint --fix
SgtPooki Oct 21, 2024
a1043b8
chore: install missing deps
SgtPooki Oct 21, 2024
9a5981a
feat: use esbuild for building
SgtPooki Oct 21, 2024
1dec8ec
feat: remove webpack
SgtPooki Oct 21, 2024
ec62f19
test: fix e2e tests
SgtPooki Oct 21, 2024
04ebe4b
chore: remove timeout only required on my network
SgtPooki Oct 21, 2024
e27f549
chore: remove copyfiles
SgtPooki Oct 21, 2024
dcbddbf
chore: suggestions from self code review
SgtPooki Oct 21, 2024
a0df1fd
fix: gateways null when loading sw
SgtPooki Oct 21, 2024
6a47ff4
fix: use code-splitting
SgtPooki Oct 21, 2024
da60eb8
fix: firefox doesn't like ESM service workers
SgtPooki Oct 21, 2024
4225e61
fix: remove type in sw registration
2color Oct 22, 2024
2710f1e
feat: add git version into index.html
2color Oct 22, 2024
af67055
Merge branch 'feat/use-esbuild' into add-p2p
2color Oct 22, 2024
fd05172
Revert "feat: try to make recursive gateways optional"
2color Oct 22, 2024
900e081
fix: bug returning an array with 1 el
2color Oct 22, 2024
fe4f0f1
ui: improve contrast for disabled toggle
2color Oct 22, 2024
11b2aef
feat: add granular config options
2color Oct 22, 2024
6ea4336
test: fix config layout test
2color Oct 22, 2024
93108c1
deps: add missing deps
2color Oct 22, 2024
92eb26d
fix: unused deps
2color Oct 22, 2024
abe705b
Merge remote-tracking branch 'origin/main' into add-p2p
2color Oct 22, 2024
58a5e20
Merge branch 'main' into add-p2p
SgtPooki Oct 22, 2024
89c79a3
fix: make toggles smaller
2color Oct 23, 2024
cf4192c
fix: avoid setting defaults in inputs
2color Oct 23, 2024
2a57da9
feat: allow a single router for now
2color Oct 23, 2024
546b69c
chore: rename to get verified fetch
2color Oct 23, 2024
436e0db
feat: reorder config
2color Oct 23, 2024
c65e971
feat: add additional title
2color Oct 23, 2024
7e7ef6f
fix: break config UI into sections
SgtPooki Oct 23, 2024
a6cd325
chore: output localhost as listening host
SgtPooki Oct 23, 2024
975a51d
Merge remote-tracking branch 'origin/main' into add-p2p
2color Oct 24, 2024
17b5f53
fix: allow multiple routers
2color Oct 24, 2024
d2deff8
fix: run validation onblur to allow editing
2color Oct 24, 2024
565152c
fix: log config as string
2color Oct 24, 2024
6d9b7c6
feat: add ipip-484 filtering to delegated router
2color Oct 24, 2024
e618627
chore: more left padding on input section
SgtPooki Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: suggestions from self code review
SgtPooki authored Oct 21, 2024
commit dcbddbf28b7b34e3e5d3101fc56922f54cb5a5c9
3 changes: 0 additions & 3 deletions test/node.ts
Original file line number Diff line number Diff line change
@@ -44,9 +44,6 @@ describe(`verify-dist at ${distRoot}`, () => {
filePath: 'index.html',
content: [
/ipfs-sw-index-.*\.css/,
// /ipfs-sw-styles-.*\.js/,
// /ipfs-sw-main-.*\.js/,
// /ipfs-sw-vendor-react-.*\.js/,
'id="root"'
]
},