-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 Execution Environments into a few screens #9394
Add Execution Environments into a few screens #9394
Conversation
388cc97
to
9529686
Compare
hey @jakemcdermott, I will address inventory source in another PR. |
9529686
to
fab4912
Compare
Build succeeded.
|
bc45493
to
e9ac03a
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.
@nixocio I see some extra commits in the PR - It might need a rebase or a different base branch.
fab4912
to
29da1dd
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Add EE to the following screens: * Job Template * Organization * Project * Workflow Job Template Also, add a new lookup component - ExecutionEnvironmentLoookup. See: ansible#9189
29da1dd
to
b920887
Compare
Build succeeded.
|
)} | ||
globallyAvailable | ||
isDisabled={!projectField.value} | ||
organizationId={projectData?.organization} |
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.
Nice!
Build succeeded (gate pipeline).
|
bf6d105
into
ansible:execution-environments
Add EE to the following screens:
Also, add a new lookup component - ExecutionEnvironmentLoookup.
See: #9189