Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6de95f4

Browse files
chore(site): remove build logs from experimental (#8619)
1 parentdc8b731 commit6de95f4

File tree

6 files changed

+4
-17
lines changed

6 files changed

+4
-17
lines changed

‎coderd/apidoc/docs.go‎

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json‎

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎codersdk/deployment.go‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,8 +1805,6 @@ const (
18051805
// WARNING: This cannot be enabled when using HA.
18061806
ExperimentSingleTailnetExperiment="single_tailnet"
18071807

1808-
ExperimentWorkspaceBuildLogsUIExperiment="workspace_build_logs_ui"
1809-
18101808
// ExperimentTemplateRestartRequirement allows template admins to have more
18111809
// control over when workspaces created on a template are required to
18121810
// restart, and allows users to ensure these restarts never happen during
@@ -1827,9 +1825,7 @@ const (
18271825
// users to opt-in to via --experimental='*'.
18281826
// Experiments that are not ready for consumption by all users should
18291827
// not be included here and will be essentially hidden.
1830-
varExperimentsAll=Experiments{
1831-
ExperimentWorkspaceBuildLogsUI,
1832-
}
1828+
varExperimentsAll=Experiments{}
18331829

18341830
// Experiments is a list of experiments that are enabled for the deployment.
18351831
// Multiple experiments may be enabled at the same time.

‎docs/api/schemas.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,6 @@ AuthorizationObject can represent a "set" of objects, such as: all workspaces in
25852585
|`tailnet_ha_coordinator`|
25862586
|`convert-to-oidc`|
25872587
|`single_tailnet`|
2588-
|`workspace_build_logs_ui`|
25892588
|`template_restart_requirement`|
25902589

25912590
##codersdk.Feature

‎site/src/api/typesGenerated.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,15 +1466,13 @@ export type Experiment =
14661466
|"tailnet_ha_coordinator"
14671467
|"template_restart_requirement"
14681468
|"workspace_actions"
1469-
|"workspace_build_logs_ui"
14701469
exportconstExperiments:Experiment[]=[
14711470
"convert-to-oidc",
14721471
"moons",
14731472
"single_tailnet",
14741473
"tailnet_ha_coordinator",
14751474
"template_restart_requirement",
14761475
"workspace_actions",
1477-
"workspace_build_logs_ui",
14781476
]
14791477

14801478
// From codersdk/deployment.go

‎site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ export const WorkspaceReadyPage = ({
9393
constuser=useMe()
9494
const{ isWarningIgnored, ignoreWarning}=useIgnoreWarnings(user.id)
9595
constbuildLogs=useBuildLogs(workspace)
96-
constdashboard=useDashboard()
9796
constshouldDisplayBuildLogs=
9897
hasJobError(workspace)||
99-
(dashboard.experiments.includes("workspace_build_logs_ui")&&
100-
["canceling","deleting","pending","starting","stopping"].includes(
101-
workspace.latest_build.status,
102-
))
98+
["canceling","deleting","pending","starting","stopping"].includes(
99+
workspace.latest_build.status,
100+
)
103101
const{
104102
mutate:restartWorkspace,
105103
error:restartBuildError,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp