nixocio
fc9f1a3518
Small update CredentialTypeList
...
Small update CredentialTypeList. Update naming of function to
`deleteCredentialTypes`.
2020-07-21 15:50:43 -04:00
softwarefactory-project-zuul[bot]
bedbafe0f9
Merge pull request #7613 from keithjgrant/6622-template-list-websockets
...
Add websocket support to TemplateList
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-20 20:19:57 +00:00
softwarefactory-project-zuul[bot]
676491134d
Merge pull request #7620 from keithjgrant/6621-inventory-sources-sockets
...
Inventory sources websockets
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-20 20:18:51 +00:00
softwarefactory-project-zuul[bot]
b36c5d9209
Merge pull request #7652 from jakemcdermott/fix-7651
...
Check for required node version before build or install
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-20 19:54:21 +00:00
Ryan Petrello
34be08d38e
add tests for filtering User.created_by in the API
2020-07-20 11:28:32 -04:00
Jake McDermott
2992a5f5a4
Check node version before build or install
2020-07-20 09:13:43 -04:00
Marcelo Moreira de Mello
3803763c53
Exposes the User.created attribute via API
...
Signed-off-by: Marcelo Moreira de Mello <tchello.mello@gmail.com>
2020-07-17 15:47:17 -04:00
softwarefactory-project-zuul[bot]
765595fd11
Merge pull request #7629 from ryanpetrello/k8s-creds
...
add the ability to specify K8S/OCP credentials on a Job Template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-17 17:07:46 +00:00
softwarefactory-project-zuul[bot]
036780d337
Merge pull request #7559 from AlexSCorey/7513-SurveySelectAllBox
...
Removes unneeded select all checkbox in Survey List
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-16 22:39:41 +00:00
softwarefactory-project-zuul[bot]
4db3cd0326
Merge pull request #7627 from jakemcdermott/fix-7512
...
Show grant and client type validation errors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-16 21:00:29 +00:00
softwarefactory-project-zuul[bot]
2e07ac3c2c
Merge pull request #7628 from jakemcdermott/fix-7511
...
Improve nav behavior
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-16 21:00:22 +00:00
softwarefactory-project-zuul[bot]
77717b6134
Merge pull request #7631 from jakemcdermott/fix-5236
...
Use summary job_type on host list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-16 19:40:36 +00:00
Jake McDermott
bf74aae80e
Use summary job_type on host list
2020-07-16 14:10:55 -04:00
Alex Corey
496862592a
fixes erroneous render
2020-07-16 12:59:58 -04:00
Alex Corey
ad536ec3d9
Removes commented out line
2020-07-16 12:59:52 -04:00
Alex Corey
bc69406f31
removes unneeded select all checkbox
2020-07-16 12:59:52 -04:00
Ryan Petrello
959b81aec5
refactor k8s credential injectors to properly handle verify=f
2020-07-16 12:43:10 -04:00
Ryan Petrello
1a39cbc2f4
add tests for k8s credential usage in Job Templates
2020-07-16 12:22:11 -04:00
Ryan Petrello
c44f8e9122
implement k8s credential selection in the new patternfly UI
2020-07-16 11:25:03 -04:00
Ryan Petrello
75a0382c31
show k8s credentials in the Job Template prompt on launch UI
2020-07-16 10:53:21 -04:00
Ryan Petrello
0b221a42c0
Add the ability to specify K8S/OCP credentials on a Job Template
...
see: https://github.com/ansible/awx/issues/5735
2020-07-15 17:44:07 -04:00
Jake McDermott
6f43462689
Improve nav behavior
...
* Use more selective route matching when determining if a nav item is
active
* Don't automatically collapse nav groups when user navigates to a
different group
2020-07-15 12:46:08 -04:00
Jake McDermott
d1a4f010b9
Show grant and client type validation errors
2020-07-15 12:05:51 -04:00
Keith Grant
f1e3b4f4f0
add useWsInventorySources tests
2020-07-14 14:29:24 -07:00
Keith Grant
4fca57dfd2
add ws support to inventory sources list
2020-07-14 11:43:59 -07:00
Jake McDermott
e89326dbf2
Fix vulnerable 2nd order dependency
2020-07-14 14:42:46 -04:00
softwarefactory-project-zuul[bot]
80a6d4a29d
Merge pull request #7611 from ryanpetrello/host-recent-job-type
...
add job type to Host summary_fields.recent_jobs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-14 14:04:58 +00:00
Keith Grant
350c585499
update useWsTemplates to use useWebsocket hook
2020-07-13 13:32:13 -07:00
Keith Grant
b76783791a
add useWsTemplates tests
2020-07-13 13:27:38 -07:00
Keith Grant
981c9527b2
add template list websocket support
2020-07-13 13:27:38 -07:00
softwarefactory-project-zuul[bot]
09dcb91c09
Merge pull request #7598 from keithjgrant/6618-websocket-inventories-list
...
Add Websocket support to inventories list
Reviewed-by: Daniel Sami
https://github.com/dsesami
2020-07-13 20:25:49 +00:00
Gabe Muniz
ff90e64448
fixed broken UI links
2020-07-13 14:53:34 -04:00
Ryan Petrello
ab11d3188d
refactor the job type name into a single property
2020-07-13 09:43:43 -04:00
Ryan Petrello
f51774c06e
add job type to Host summary_fields.recent_jobs
...
see: https://github.com/ansible/awx/issues/5236
2020-07-13 09:02:04 -04:00
Bill Nottingham
46734f5c10
Add artifacts field of jobs to the allowed list for notifications
2020-07-10 16:34:25 -04:00
softwarefactory-project-zuul[bot]
b8b0812e13
Merge pull request #7604 from philipsd6/enable-html-custom-login-info
...
Update help_text for Custom Login Info to show support for HTML
Reviewed-by: awxbot
https://github.com/awxbot
2020-07-10 19:08:48 +00:00
Keith Grant
38e0968690
useWsInventories cleanup
2020-07-10 08:33:35 -07:00
Philip Douglass
1ec2bd7ed2
Update help_text for Custom Login Info to show support for HTML
...
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
2020-07-10 10:11:02 -04:00
softwarefactory-project-zuul[bot]
d4305f734a
Merge pull request #7585 from philipsd6/enable-html-custom-login-info
...
Safely enable HTML in Custom Login Info
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-10 12:57:17 +00:00
Keith Grant
f225df1acd
add useWsInventories tests
2020-07-09 14:12:56 -07:00
Keith Grant
455e018099
refactor shared WS logic into useWebsocket hook
2020-07-09 10:14:03 -07:00
Philip Douglass
4c98a1cb20
Set white-space style based on customLoginInfoIsHTML
...
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
2020-07-09 18:56:19 +02:00
Philip Douglass
202a68aca0
Add customLoginInfoIsHTML test
...
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
2020-07-09 18:56:19 +02:00
Philip Douglass
29666bf3b6
Remove white-space: pre-wrap from loginModalNotice
...
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
2020-07-09 18:56:19 +02:00
Jake McDermott
ddbe20d41b
Include instance_id in host edit request
2020-07-09 11:27:45 -04:00
Keith Grant
84bea3d348
websockets: show live inventory source sync status
2020-07-08 15:20:42 -07:00
softwarefactory-project-zuul[bot]
d0ac028265
Merge pull request #7489 from nixocio/ui_issue_7326
...
Add edit credential types
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-08 20:53:09 +00:00
softwarefactory-project-zuul[bot]
9065b29bd6
Merge pull request #7584 from ryanpetrello/jinja2-sandbox
...
use jinja2.sandbox for credential type injectors
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-08 20:53:02 +00:00
softwarefactory-project-zuul[bot]
dbdc856ed3
Merge pull request #7576 from ryanpetrello/instance-group-capabilities
...
show user capabilities for instance groups
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-07-08 20:05:55 +00:00
Ryan Petrello
1cf2f009ed
prevent unsafe jinja from being saved in the first place for cred types
...
see: https://github.com/ansible/tower-security/issues/21
2020-07-08 15:48:58 -04:00