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 tags and arn to rds records #80

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Conversation

wstrucke
Copy link
Contributor

No description provided.

@cloudbees-pull-request-builder

edda-pull-requests #71 SUCCESS
This pull request looks good

@cloudbees-pull-request-builder

NetflixOSS » edda » edda-pull-requests #7 FAILURE
Looks like there's a problem with this pull request

@wstrucke
Copy link
Contributor Author

I have written a patch following this one to add tags to ELBs as well. I have no prior scala experience so this may not be the best way to achieve this, and I suspect the ELB patch on my fork can also use work. I look forward to any and all feedback on my suggested changes. Thanks!

/** append data **/
def append(newdata: Map[String,Any]): Record = {
val a = data.asInstanceOf[Map[String,Any]] ++ newdata
return new Record(id, ftime, ctime, stime, ltime, mtime, a, tags)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy(data = a)

@brharrington brharrington modified the milestone: 2.2.0 Jun 7, 2016
@brharrington brharrington modified the milestones: 2.3.0, 2.2.0 Jun 22, 2016
@brharrington brharrington merged commit c779e79 into Netflix:master Jul 19, 2016
@wstrucke wstrucke deleted the add-rds-tags branch July 20, 2016 14:57
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

Successfully merging this pull request may close these issues.

3 participants