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

connectivity test app (without android) #54

Merged
merged 23 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f710178
add initial test app
daniellacosse Aug 23, 2023
a8dcdc4
Merge branch 'main' into outline-connectivity-app
daniellacosse Aug 30, 2023
83f9359
Update x/outline-connectivity-app/go.mod
daniellacosse Aug 30, 2023
55285bf
move folder, run go mod tidy
daniellacosse Aug 30, 2023
5886b41
Update x/examples/outline-connectivity-app/shared_frontend/index.ts
daniellacosse Aug 31, 2023
7872ea7
Update x/examples/outline-connectivity-app/package.json
daniellacosse Aug 31, 2023
fe0c58b
adds licenses and updates go.mod path
daniellacosse Sep 6, 2023
42b861e
address all feedback but the refactoring ones
daniellacosse Sep 6, 2023
be74d8c
remove pnp files
daniellacosse Sep 6, 2023
f1f4630
revert generated/wailsjs - wails generate module dosen't workj
daniellacosse Sep 6, 2023
d72e369
Update x/examples/outline-connectivity-app/shared_frontend/pages/conn…
daniellacosse Sep 7, 2023
c896bf1
wip
daniellacosse Sep 7, 2023
27f5f9b
renaming to request
daniellacosse Sep 11, 2023
ff679bd
Merge branch 'outline-connectivity-app' of https://github.com/Jigsaw-…
daniellacosse Sep 11, 2023
198433f
fix types and update docs
daniellacosse Sep 11, 2023
c1227bf
add todo
daniellacosse Sep 11, 2023
6984d5e
move ConnectivityTest check inside if statement
daniellacosse Sep 12, 2023
cd51fbb
update todos in README
daniellacosse Sep 12, 2023
7de8aec
fix diagram and add TODO for generic parser
daniellacosse Sep 13, 2023
4d43597
okay THAT should work
daniellacosse Sep 13, 2023
630c1b3
fix ipv6 resolver, and language switcher
daniellacosse Sep 13, 2023
cccf239
fix translation switcher
daniellacosse Sep 13, 2023
6623399
add TODO for test result output
daniellacosse Sep 13, 2023
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
7 changes: 7 additions & 0 deletions x/examples/outline-connectivity-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output
node_modules
.yarn/cache
.yarn/sdks
.yarn/unplugged
.yarn/install-state.gz
.DS_Store
14,691 changes: 14,691 additions & 0 deletions x/examples/outline-connectivity-app/.pnp.cjs

Large diffs are not rendered by default.

Loading