8000 feat: set default workspace proxy based on latency by Emyrk · Pull Request #17812 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: set default workspace proxy based on latency #17812

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

Merged
merged 21 commits into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
revert to main
  • Loading branch information
Emyrk committed May 27, 2025
commit 9d9e7f3e45460e1bce79c7f267666c893e8ebe19
1 change: 0 additions & 1 deletion site/src/modules/dashboard/Navbar/MobileMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const meta: Meta<typeof MobileMenu> = {
preferredWildcardHostname: "",
proxy: MockPrimaryWorkspaceProxy,
},
latenciesLoaded: true,
isLoading: false,
isFetched: true,
setProxy: fn(),
Expand Down
1 change: 0 additions & 1 deletion site/src/modules/dashboard/Navbar/NavbarView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const proxyContextValue: ProxyContextValue = {
preferredWildcardHostname: "",
proxy: MockPrimaryWorkspaceProxy,
},
latenciesLoaded: true,
isLoading: false,
isFetched: true,
setProxy: jest.fn(),
Expand Down
1 change: 0 additions & 1 deletion site/src/modules/dashboard/Navbar/ProxyMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const defaultProxyContextValue = {
proxy: getPreferredProxy(MockWorkspaceProxies, undefined),
proxies: MockWorkspaceProxies,
isLoading: false,
latenciesLoaded: true,
isFetched: true,
setProxy: fn(),
clearProxy: fn(),
Expand Down
Loading
0