Skip to content

Remove workspace_build "name" field #1561

Closed
@spikecurtis

Description

@spikecurtis

name is randomly generated to make it easier for humans to identify a build. However, with #1534 we introduce a build_number which is probably just as easy.

  • change DB schema to drop "name"
  • change queries to query by workspace_id and build_number, drop queries by name
  • change API to drop queries by name in favor of build_number

Metadata

Metadata

Assignees

Labels

apiArea: HTTP API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions