Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :logs to build model #12

Open
skierkowski opened this issue Apr 28, 2015 · 1 comment
Open

Add :logs to build model #12

skierkowski opened this issue Apr 28, 2015 · 1 comment
Assignees

Comments

@skierkowski
Copy link
Member

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
@skierkowski skierkowski modified the milestone: I2 Apr 30, 2015
@skierkowski
Copy link
Member Author

I should have clarified this issue a bit more. I am re-opening this and adding more details in the description.

@skierkowski skierkowski reopened this May 4, 2015
@skierkowski skierkowski modified the milestones: I2, Internship 3 May 4, 2015
@skierkowski skierkowski modified the milestones: Internship 3, Iteration 1: E2E Demo Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants