-
Notifications
You must be signed in to change notification settings - Fork 8
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 sort to action user inputs #182
Conversation
77d564e
to
f428684
Compare
bf8aecb
to
a74e1ee
Compare
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.
2.5 small NITs
@@ -2192,3 +2192,73 @@ func TestRequiredApprovalAll(t *testing.T) { | |||
}, | |||
}) | |||
} | |||
|
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.
In one of the other tests, please add an assertion that the sort property isn't there
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.
done
@@ -88,6 +88,16 @@ resource "port_action" "restart_microservice" { | |||
default = "https://example.com" | |||
pattern = "^https://.*" | |||
} | |||
service = { |
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.
Could you run terraform fmt
on this pretty plz?
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.
check how it looks locally
@@ -1111,6 +1153,10 @@ resource "port_action" "create_microservice" { | |||
}] | |||
}) | |||
} | |||
sort = { |
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.
Is it me or is the indent here a bit askew?
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.
check how it looks locally
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.
Description
What - added sort to self service actions user inputs
Why - to enable entities selection sort in the UI
How - added sort to relevant models
Type of change
Please leave one option from the following and delete the rest: