-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Papercuts
- tasks: name the workspace/task based on a summary coder#18159
- bug: tasks - foreign key violated when stopping workspace coder#18776
- Show Tasks tab when no AI tasks are configured coder#19059
- tasks: TaskPage fails to render with error: "No apps found in task" coder#19101
- Update dogfood template with support for tasks #836
- tasks: ui: show build logs and agent logs in task UI when workspace build is in progress coder#19363
- Remove ID from
coder-cli tasks list
output to reduce clutter coder#19623 - bug: tasks: new tasks created with outdated template version coder#19744
- tasks: improve error visibility when workspace provisioning fails coder#19766
API/Data Model
- Tasks: Create RFC for CLI and API tasks support #838
- Tasks API: Design and implement tasks data model in database #948
- tasks: refactor: remove column workspace_builds.has_ai_task #973
- tasks: refactor: remove column workspace_builds.ai_task_sidebar_app_id #974
- chore: tasks: refactor existing API endpoints to use new data model #976
- coder terraform provider: add
coder_task
data source and add task_id / app_id tocoder_ai_task
resource #977 - provisionerdserver: support
coder_task
data source #978 - chore: tasks: replace exising usage of hard-coded "AI Prompt" parameter with
tasks.prompt
#979 - tasks: refactor: set column template_versions.has_ai_task when data.coder_task is referenced #980
- coder: telemetry: update task-related telemetry following refactor #981
- Tasks API: Add fields to
codersdk.Task
(required by the UI) #949
CLI
- Tasks CLI: Implement
coder task
subcommand #892 - Tasks API: Implement
GET /tasks
andGET /tasks/{id}
#899 - Tasks API: Implement
POST /tasks
#898 - Tasks API: Extend
POST /tasks
#955 - Tasks API: Implement
GET /tasks/{id}/logs
#901 - Tasks API: Implement
POST /tasks/{id}/send
#902 - Tasks API: Implement
DELETE /tasks/{id}
#903
AgentAPI
UI
- tasks: ui: update existing usages to new API #904
- Tasks: Filter tasks that are waiting for user input coder#19324
- Tasks: Display the number of idle tasks in the Tasks nav item coder#19323
- Tasks: Send a web notification when a task is waiting for user input coder#19322
- Tasks: Improve user awareness of tasks that are waiting for user input coder#19321
Recipes
- tasks: define RFC for recipes #887
- Tasks: Manage recipes coder#19260
- Tasks: Discover recipes coder#19262
- Tasks: Run recipes from the UI coder#19261
- Tasks: Display recipes and their information coder#19356
- Tasks: Run a recipe from the CLI coder#19360
- Tasks: Show all recipes in the CLI coder#19359
- Tasks: API endpoint to run recipes coder#19358