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

Commit0b2b732

Browse files
committed
chore: correct bad rebase
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parente48df2e commit0b2b732

File tree

8 files changed

+553
-327
lines changed

8 files changed

+553
-327
lines changed

‎cli/testdata/coder_list_--output_json.golden‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
"available": 0,
6969
"most_recently_seen": null
7070
},
71-
"template_version_preset_id": null
71+
"template_version_preset_id": null,
72+
"has_ai_task": false
7273
},
7374
"latest_app_status": null,
7475
"outdated": false,

coderd/database/migrations/000338_rename_ai_tasks_sidebar_app_id.down.sql renamed to coderd/database/migrations/000341_rename_ai_tasks_sidebar_app_id.down.sql

File renamed without changes.

coderd/database/migrations/000338_rename_ai_tasks_sidebar_app_id.up.sql renamed to coderd/database/migrations/000341_rename_ai_tasks_sidebar_app_id.up.sql

File renamed without changes.

‎coderd/database/queries.sql.go‎

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

‎coderd/workspacebuilds.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ func (api *API) convertWorkspaceBuild(
10931093
hasAITask=&build.HasAITask.Bool
10941094
}
10951095
varaiTasksSidebarAppID*uuid.UUID
1096-
ifbuild.AITasksSidebarAppID.Valid {
1097-
aiTasksSidebarAppID=&build.AITasksSidebarAppID.UUID
1096+
ifbuild.AITaskSidebarAppID.Valid {
1097+
aiTasksSidebarAppID=&build.AITaskSidebarAppID.UUID
10981098
}
10991099

11001100
apiJob:=convertProvisionerJob(job)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp