Skip to content

Add :logs to build model #12

Open
Open
@skierkowski

Description

@skierkowski

The current Build model doesn't include a :logs attribute. This bug is to add a few things...

  • Add :logs attribute, an Array of Strings to the model
  • Add an API at /builds/:id/logs which supports GET, POST, and PUT
    • GET gets the list of all the logs, an array of strings
    • POST allows posting a single string which appends a log to the logs array
    • PUT takes an array of strings and can be used to update all of the logs at once
  • The Builds API Resource (Ephemeral::Resources::Build) should be updated to not return the logs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions