Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Builds should be created by JSON POST. #24

Open
richardkmichael opened this issue Sep 4, 2011 · 1 comment
Open

Builds should be created by JSON POST. #24

richardkmichael opened this issue Sep 4, 2011 · 1 comment

Comments

@richardkmichael
Copy link
Owner

This is weird. We've received last_commiter as an email address but we need it as a User

password = User.send(:generate_token, 'encrypted_password')
@richardkmichael
Copy link
Owner Author

SHA1 a17df38

The POST'd build requires extra attributes not required by the actual Build model.

{
  'build' : {
    'last_commiter' : <email_address>,
    'uuid' : <project_uuid>
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant