softwarefactory-project-zuul[bot]
73b33e1435
Merge pull request #6116 from AlanCoding/early_error
...
Fail on launch for scenario where job cannot run
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 15:19:22 +00:00
Jake McDermott
deaf2028ad
Request all types for multicred lookup
2020-03-04 09:08:46 -05:00
Jake McDermott
d812972d3c
Wrap credential help text at 110 chars
2020-03-04 09:08:01 -05:00
AlanCoding
54b553b78c
Simplify syntax for loop labels
2020-03-04 08:07:10 -05:00
AlanCoding
3e08bbeb93
Make wording on running less perscriptive and more general
2020-03-04 07:42:52 -05:00
AlanCoding
22524589e3
Employ the collection_package var in a few missing places
2020-03-03 22:19:38 -05:00
AlanCoding
85ec73bf4b
Unify collection targets for install and ansible-test
2020-03-03 20:19:41 -05:00
softwarefactory-project-zuul[bot]
ccd36b9560
Merge pull request #6155 from jakemcdermott/job-inventory-links
...
Fix job->inventory links
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-04 00:27:01 +00:00
softwarefactory-project-zuul[bot]
61755e2838
Merge pull request #6149 from jlmitch5/fixMultiSelectCred
...
update multi select credential logic vault credential logic, add notice, and update multicred tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 23:51:30 +00:00
Jake McDermott
be56a1d3df
Fix job->inventory links
2020-03-03 18:42:49 -05:00
softwarefactory-project-zuul[bot]
46c86ea6c0
Merge pull request #6144 from marshmalien/6049-inv-group-nested-hosts
...
Add Inventory Group Host list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 22:31:51 +00:00
softwarefactory-project-zuul[bot]
401c7c3da2
Merge pull request #6148 from ryanpetrello/fact-data-error
...
make fact saving code more robust to unexpected fact data
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 22:20:42 +00:00
Keith Grant
f1120d39db
fix column widths when action buttons hidden due to permissions
2020-03-03 14:19:49 -08:00
Michael Abashian
80617df22d
Merge branch 'devel' into 5813-WorkflowJTForm
2020-03-03 17:10:48 -05:00
Ryan Petrello
b5e5fea117
respect home directory symlinks for BASE_VENV_PATH
2020-03-03 16:47:38 -05:00
softwarefactory-project-zuul[bot]
e3ec63e8e5
Merge pull request #6147 from ryanpetrello/job-host-summary-notification
...
properly support job host summary data in custom notification templates (and remove a few fields that don't work)
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 21:47:24 +00:00
Ryan Petrello
e232cd392c
make fact saving code more robust to unexpected fact data
...
see: https://github.com/ansible/awx/issues/5935
2020-03-03 16:38:33 -05:00
Daniel Sami
8301254f57
further tags
2020-03-03 16:03:16 -05:00
softwarefactory-project-zuul[bot]
9cdfc19215
Merge pull request #6146 from mabashian/upgrade-react-3-2
...
Upgrade react and react-dom to latest
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 20:59:58 +00:00
Daniel Sami
c50705a2dc
initial labels for host tests
2020-03-03 15:39:38 -05:00
softwarefactory-project-zuul[bot]
9f948e90d9
Merge pull request #6129 from squidboylan/collection_integration_tests
...
Add collection integration tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 20:23:22 +00:00
Ryan Petrello
e7f36eb2ea
remove a few custom notification fields that don't work
...
these aren't top-level serializer fields; they're summary fields
if we want to support these properly, we should treat them as
enhancements, and write support, tests, and documentation
2020-03-03 15:20:41 -05:00
John Mitchell
c261d6acf0
update multi select credential logic vault credential logic, add notice, and update multicred tests
2020-03-03 15:16:57 -05:00
Ryan Petrello
32ef805e23
properly support job host summary data in custom notification templates
...
see: https://github.com/ansible/tower/issues/4148
2020-03-03 15:00:41 -05:00
softwarefactory-project-zuul[bot]
d009ce49f5
Merge pull request #6145 from ryanpetrello/fix-grafana
...
fix broken grafana notifications
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 19:28:22 +00:00
Caleb Boylan
d14bf00f6c
Add collection integration test instructions to the README
2020-03-03 10:59:33 -08:00
softwarefactory-project-zuul[bot]
5dc4e30820
Merge pull request #6130 from mabashian/general-toggle-component
...
Refactors YamlJsonToggle component into a generic Toggle component
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 18:46:05 +00:00
Caleb Boylan
afbeacf499
Fix up the collection integration tests
2020-03-03 10:44:48 -08:00
Caleb Boylan
fc80cf5241
Replace randstr with password plugin in collection tests
2020-03-03 10:44:48 -08:00
Caleb Boylan
4a6db13daa
Copy collection integration tests in
2020-03-03 10:44:48 -08:00
mabashian
d5372dae36
Upgrade react and react-dom to latest
2020-03-03 13:07:50 -05:00
softwarefactory-project-zuul[bot]
0b702ede4e
Merge pull request #6133 from mabashian/upgrade-pf-deps-3-2
...
Updates our four patternfly deps to latest
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 18:04:59 +00:00
mabashian
3c7f596288
Change currentValue prop to simply value. Adds basic unit test coverage to MultiButtonToggle component.
2020-03-03 12:57:12 -05:00
Ryan Petrello
6207dad226
fix broken grafana notifications
...
since the custom notification template refactor, grafana notification
support has been broken; this is largely because grafana functions more
like the webhooks, and needs to send JSON in its notification body
see: https://github.com/ansible/awx/issues/6137
2020-03-03 12:44:28 -05:00
Marliana Lara
2b48e43946
Add Inventory Group Host list
2020-03-03 12:01:25 -05:00
Alex Corey
4709f57f46
Updates tests to a real error.
2020-03-03 11:57:36 -05:00
Alex Corey
b055aad641
Adds error handling test to add and edit form. Updates Form component
2020-03-03 11:57:36 -05:00
Alex Corey
acfa6d056f
Adds error handling to submit labels, prevents uncessary api call
...
The unecessary api call is for the webhook credential id. If there is no
webhook service we do not want the api to make a call for get the webhook credential
type id.
2020-03-03 11:57:36 -05:00
Alex Corey
51a069fcc4
Fixes styling issues, navigation, props, and adds useRequest hook
...
-Add functionality to remove chips from look up fields
-Removes uncessary custome styling from
-Removes uncessary Form Group wrappers
-Adds internationalization to webhook key string.
-Adds field level error handling
-updates tests
-Adds initial null value to form submit error
2020-03-03 11:57:36 -05:00
Alex Corey
fc89b627d7
Adds pageSection to jt add form and fixes other PR issues
...
-Fixes spelling error on WFJTDetail
-Adds page section to JT Add Form to fix styling issue
-Adds spacing between functions
-Fixes form submission error by allowing state to handle the lookups while formik
only handles their ids.
2020-03-03 11:57:36 -05:00
Alex Corey
e90ee5113d
Adds subform restore functionality and addresses PR issues
2020-03-03 11:57:36 -05:00
Alex Corey
4ccca08cda
Adds page section to fix render issue
2020-03-03 11:57:36 -05:00
Alex Corey
b757fdebf8
Fixes contentLoading issue in PR and enables Launch on JT List
2020-03-03 11:57:36 -05:00
Alex Corey
3ee6f1f3c7
Alpha order
2020-03-03 11:57:36 -05:00
Alex Corey
d4ba32d0c5
Adds Webhook form fields and tooltip to VariablesField component
2020-03-03 11:57:36 -05:00
Alex Corey
d97f516c3a
Fields work and forms save
2020-03-03 11:57:36 -05:00
Alex Corey
52a8935b20
Adds WorkflowJobTemplate Add and Edit form and functionality.
2020-03-03 11:57:36 -05:00
Rebeccah
07752f48f6
formatted finished time to match microsecond expected output as is in the API.
2020-03-03 11:05:28 -05:00
mabashian
10b5a10728
Jobs that error should trigger us to to update the Recent Jobs list along with successful/failed/canceled
2020-03-03 11:05:28 -05:00
Rebeccah
e11ff69f3e
Added in check for the unified_job_template_id attribute to be present and populated in the object.
...
For anyone reading this later, know that AdHocCommands still have unified_job_template and unified_job_template_id fields, they are just nonetypes because they don't get used by the AdHocCommand objects. Which means you have to actually get the object, not just check that it's there, to use it the way I am in this change.
2020-03-03 11:05:28 -05:00