-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat(alloc): added name field #221
Conversation
Manual system tests [success] with the following config
|
cmd/updateallocation.go
Outdated
@@ -128,4 +131,7 @@ func init() { | |||
|
|||
updateAllocationCmd.MarkFlagRequired("allocation") | |||
|
|||
updateAllocationCmd.Flags().StringVarP(&updateAllocationName, "name", "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd better not use the global variable here, do it the same as other flags.
Manual system tests [failure] with the following config
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Manual system tests [success] with the following config
|
Changes
name
column on allocation : addname
on allocations table. blobber#450Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):