softwarefactory-project-zuul[bot]
92bc608af3
Merge pull request #4535 from AlanCoding/null_ip
...
Allow gce host and public IP hostvars to be null
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-22 15:07:12 +00:00
softwarefactory-project-zuul[bot]
8566c30557
Merge pull request #4537 from jbradberry/fix-project-test
...
Fix asserts in test_project.py to use the id directly off of the job template
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-22 14:52:35 +00:00
softwarefactory-project-zuul[bot]
045578ce22
Merge pull request #4551 from rebeccahhh/devel
...
Remove extra warning when using garbage credentials
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-22 14:18:30 +00:00
Rebeccah Hunter
fb71b2699f
removed tabbing
2019-08-22 09:41:32 -04:00
Rebeccah Hunter
af6e035c3b
removed tabbing
2019-08-22 09:39:59 -04:00
softwarefactory-project-zuul[bot]
4a45a7e9c3
Merge pull request #4548 from ryanpetrello/more-cli-tweaks
...
more CLI tweaks
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-21 21:56:00 +00:00
Rebeccah Hunter
017274e2aa
Removed extraneous warning when using garbage credentials for ssh_key_data
...
added in logic to check if there was an existing error before checking form field entry for ssh_key_unlock, also added a test to ensure that garbage data entered would not trigger the error message for both the incorrect ssh_key_data and the incorrect ssh_key_unlock, rather just the incorrect ssh_key_data
2019-08-21 17:01:51 -04:00
Ryan Petrello
44ff141c23
replace the (optional) tabulate dependency w/ a simple table printer
2019-08-21 15:54:47 -04:00
Ryan Petrello
ec5d471640
add an ad_hoc resource alias to the new CLI
2019-08-21 15:22:08 -04:00
mabashian
531a7b2c05
Add support for processing extra vars that come in string or object form. Small bug fixes for extra var corner cases in workflow nodes.
2019-08-21 13:34:41 -04:00
softwarefactory-project-zuul[bot]
1d05c21af4
Merge pull request #4544 from AlanCoding/rm_credential
...
Remove deprecated credential logic from create factory
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-21 16:45:07 +00:00
AlanCoding
a4f04cd534
remove deprecated credential logic from create factory
2019-08-21 10:40:38 -04:00
Bill Nottingham
444f024bb0
Fix display of indirect access permissions.
...
For indirect roles, we need to actually show the derived roles, not the
details of the role that gives us the derived roles. This means that
we can get multiple derived roles from a single indirect role, so
we have to expand the list.
2019-08-20 20:28:53 -04:00
softwarefactory-project-zuul[bot]
bccb54aec8
Merge pull request #4516 from ryanpetrello/py2
...
support the new CLI in py2 *and* py3
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-20 21:33:39 +00:00
Jeff Bradberry
ed1c667418
Fix asserts in test_project.py to use the id directly off of the job template
...
test_no_changing_overwrite_behavior_if_used, specifically.
2019-08-20 16:42:34 -04:00
softwarefactory-project-zuul[bot]
4bdbb88934
Merge pull request #4534 from ryanpetrello/nginx-server-version
...
hide nginx server version headers
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-20 19:20:37 +00:00
AlanCoding
85b351a0c8
Allow gce host and public IP hostvars to be null
2019-08-20 14:44:56 -04:00
softwarefactory-project-zuul[bot]
192fecad72
Merge pull request #4526 from jakemcdermott/update-gitignore
...
add akit config to gitignore
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-20 18:44:34 +00:00
Ryan Petrello
b82030b025
hide nginx server version headers
2019-08-20 14:34:04 -04:00
softwarefactory-project-zuul[bot]
8454adf8d4
Merge pull request #4490 from AlanCoding/wf_node_credential
...
Remove deprecated WFJT node credential field
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-20 18:23:49 +00:00
softwarefactory-project-zuul[bot]
e9df4ed800
Merge pull request #4435 from keithjgrant/4244-not-found-route
...
Add NotFound route handling
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-20 16:33:26 +00:00
Keith Grant
e1636b3ad4
add link back to dashboard from ContentError
2019-08-20 08:42:59 -07:00
Keith Grant
eeb86b3105
remove NotFoundError and use ContentError instead
2019-08-20 08:42:59 -07:00
Keith Grant
db1dddb95e
fix redirect to login with expired session on org list & template list
2019-08-20 08:42:07 -07:00
Keith Grant
47357aea28
fix lint errors
2019-08-20 08:42:07 -07:00
Keith Grant
fe8df27811
add more meaningful 404 error screens
2019-08-20 08:42:07 -07:00
Keith Grant
256fc74676
add NotFound screen/route handling
2019-08-20 08:41:19 -07:00
Jake McDermott
2bda1db43e
add akit config to gitignore
2019-08-20 11:10:08 -04:00
AlanCoding
4e99ad3e27
minor doc update
2019-08-20 10:37:41 -04:00
AlanCoding
f230da5437
update tests for credential removal
2019-08-20 10:37:41 -04:00
AlanCoding
b660800c5d
remove deprecated WFJT node credential field
2019-08-20 10:37:41 -04:00
mabashian
4747be7014
Fixes bug in wf prompt modal by checking extra vars type before processing
2019-08-20 09:36:36 -04:00
mabashian
2de87dcef0
Fix prompt modal tab spacing when job launched from within jt form.
2019-08-20 09:35:19 -04:00
Ryan Petrello
80b4102aa9
support the new CLI in py2 *and* py3
2019-08-20 02:41:45 -04:00
softwarefactory-project-zuul[bot]
411667773a
Merge pull request #4488 from jladdjr/docker_login_password_stdin
...
docker login: s/-p/--password-stdin/
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-19 23:22:05 +00:00
softwarefactory-project-zuul[bot]
ced5319ac9
Merge pull request #4512 from jlmitch5/projBranchFix
...
clear out branch/prompt on jt form when project changes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-19 20:52:59 +00:00
John Mitchell
ef26f6a4c2
clear out branch/prompt on jt form when project changes
2019-08-19 14:16:01 -04:00
softwarefactory-project-zuul[bot]
b28655181d
Merge pull request #4440 from mabashian/toggle-dynamics
...
Remove restriction on toggling dynamic hosts on/off from the host form view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-19 16:42:17 +00:00
softwarefactory-project-zuul[bot]
2cdd007ed0
Merge pull request #4509 from saito-hideki/issue/tower/3679
...
Fixed form validation to JT survey minimum & maximum values
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-19 14:31:59 +00:00
softwarefactory-project-zuul[bot]
c963236a36
Merge pull request #4453 from ansible/e2e-cleanup
...
E2E websocket cleanup
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-19 14:09:31 +00:00
softwarefactory-project-zuul[bot]
2e762276bf
Merge pull request #4507 from vrevelas/typo
...
Fix typo
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2019-08-19 13:07:26 +00:00
Hideki Saito
0f4de69e57
Fixed form validation to JT survey minimum & maximum values
...
- Fixed issue ansible/tower#3679
Signed-off-by: Hideki Saito <saito@fgrep.org>
2019-08-19 09:15:29 +00:00
vrevelas
1d1706665f
Fix typo
2019-08-19 11:34:45 +03:00
softwarefactory-project-zuul[bot]
858f43fd2a
Merge pull request #4489 from keithjgrant/4427-job-template-console-error
...
Fix default props for jt form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-16 23:45:56 +00:00
Keith Grant
491287b1de
fix default props for jt form
2019-08-16 19:11:07 -04:00
softwarefactory-project-zuul[bot]
de78d5d63b
Merge pull request #4505 from marshmalien/awx-pf-jt-project-field
...
Add project single select input to job template form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-16 21:57:24 +00:00
softwarefactory-project-zuul[bot]
ab45938d41
Merge pull request #4506 from rooftopcellist/fix_migrations
...
fix typo in migration name
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-16 18:24:41 +00:00
Christian Adams
a58a191071
fix typo in migration name
2019-08-16 13:46:41 -04:00
softwarefactory-project-zuul[bot]
2d7dc9aec7
Merge pull request #4493 from ryanpetrello/safeload
...
replace usage of FullLoader w/ safe_load
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-08-16 17:45:07 +00:00
Marliana Lara
45a69551f1
Change JT form project field into a single select input
2019-08-16 13:05:12 -04:00