-
Notifications
You must be signed in to change notification settings - Fork 936
chore: move moons out of experimental mode #10716
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
Conversation
This was in experimental for a long time.
This should be reopened |
@@ -25,7 +25,6 @@ func Test_ProxyCRUD(t *testing.T) { | |||
|
|||
dv := coderdtest.DeploymentValues(t) | |||
dv.Experiments = []string{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why keep the deployment values if you're not setting any experiments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a lot of places....
// Use proxy health to return the healthy workspace proxy hostnames. | ||
f := api.ProxyHealth.ProxyHosts | ||
api.AGPL.WorkspaceProxyHostsFn.Store(&f) | ||
// Proxy health is a moon feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Proxy health is a moon feature. |
@@ -112,14 +112,14 @@ export const Sidebar: React.FC = () => { | |||
<SidebarNavItem href="network" icon={<SidebarNavItemIcon icon={Globe} />}> | |||
Network | |||
</SidebarNavItem> | |||
{dashboard.experiments.includes("moons") && ( | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be removed
rebased on |
This was in experimental for a long time.