softwarefactory-project-zuul[bot]
45740b5ed0
Merge pull request #10520 from nixocio/ui_issue_6351
...
Remove custom component
Remove custom component since PF issue is now fixed.
Closes : #6351
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-07-12 18:32:38 +00:00
softwarefactory-project-zuul[bot]
6b865da025
Merge pull request #10512 from nixocio/ui_issue_5236
...
Add job status on expand row for hosts
Add job status on expand row for hosts
See: #5236
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Kersom <None>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-07-12 18:24:33 +00:00
softwarefactory-project-zuul[bot]
c1913b0d44
Merge pull request #10504 from nixocio/ui_issue_7524
...
Encode/decode question variables
Encode/decode question variables
See: #7524
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-07-12 17:57:50 +00:00
softwarefactory-project-zuul[bot]
e65f11c95e
Merge pull request #10502 from mabashian/7668-disabled-node
...
Fix disabled node cover dimensions
SUMMARY
Closes #7668
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
UI
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
Reviewed-by: Kersom <None>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-07-12 17:38:41 +00:00
Keith J. Grant
09751efe95
fail tests if warning is logged
2021-07-09 13:19:15 -07:00
softwarefactory-project-zuul[bot]
f05827df69
Merge pull request #10617 from AlanCoding/collection_flake8
...
Run flake8 on the AWX collection in CI
We kind of assumed that linter issues like this would be picked up by ansible-test sanity, but they're not.
This seems to provide meaningful value. Unused variables are reflecting a lot of history of changes, and it's good to move on to leave those in the past.
Reviewed-by: Alan Rominger <arominge@redhat.com>
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
2021-07-09 20:17:34 +00:00
nixocio
70ec4b915c
Update login redirect to a be text input field
...
Update login redirect to a be text input field. Allowing values like
`/sso/login/saml/?idp=SSO`
closes: https://github.com/ansible/awx/issues/10612
2021-07-09 16:08:13 -04:00
nixocio
5964ff6c93
Fix close button alert modal
...
Fix close button alert modal
closes: https://github.com/ansible/awx/issues/10620
2021-07-09 15:44:56 -04:00
Keith J. Grant
0185269d97
remove 4th batch of unmount() calls
2021-07-09 11:50:19 -07:00
Keith J. Grant
81c16f4fa7
remove 3rd batch of unmount calls
2021-07-09 11:04:18 -07:00
Alan Rominger
122f282e5d
Add back in fixture
2021-07-09 13:32:31 -04:00
Alan Rominger
9b319cf2bf
Fix pep8 failure
2021-07-09 13:08:57 -04:00
Alan Rominger
cb8441ed3d
Remove added assertion that was wrong
2021-07-09 12:30:06 -04:00
Alan Rominger
08cb497689
Run flake8 on the AWX collection in CI
2021-07-09 12:01:28 -04:00
softwarefactory-project-zuul[bot]
68e309ee32
Merge pull request #10607 from AlanCoding/unused_exception
...
Remove unused exception about custom venvs
random cleanup
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
2021-07-09 15:43:00 +00:00
Bill Nottingham
84b32a91f0
Delete some old code related to reencryption
...
We've moved past the point where this code would still be live.
2021-07-08 23:20:33 -04:00
Keith J. Grant
bf7663a0a1
remove 2nd batch of unecessary unmount calls
2021-07-08 17:06:15 -07:00
Keith J. Grant
86fcfdf69a
remove 1st batch of unnecessary unmount calls
2021-07-08 16:51:46 -07:00
Keith J. Grant
58d64045a1
fix About test network call
2021-07-08 15:52:21 -07:00
Keith J. Grant
0e12c7deb4
fix flakey unit tests I hope
2021-07-08 14:33:38 -07:00
Keith J. Grant
78d6e21256
fix final logged errors in tests
2021-07-08 14:33:38 -07:00
Keith J. Grant
226ffafbd6
fix test errors (Sort, CredentialEdit, InventoryHost, JobTemplateEdit, etc)
2021-07-08 14:33:38 -07:00
Keith J. Grant
1b5fa9c799
fix errors logged in tests (scheduls/organization)
2021-07-08 14:33:38 -07:00
Keith J. Grant
ad2f042f97
fix tests with errors
2021-07-08 14:33:38 -07:00
Keith J. Grant
4b41bbbf34
fail tests if anything logs an error
2021-07-08 14:33:37 -07:00
nixocio
fb64df21c5
Disable remove button if row is being dragged
...
Disable remove button if row is being dragged.
Also, disable drag button there is just one item selected.
closes: https://github.com/ansible/awx/issues/10548
2021-07-08 15:13:29 -04:00
softwarefactory-project-zuul[bot]
adb6661015
Merge pull request #10589 from AlanCoding/null_traceback
...
No result_traceback is blank, not null
I kept staring at a failure where:
cannot create resource
was expected in result_traceback, but it was blank. The job had "error" status, sure enough.
Then I re-created, sure enough, the job was right there - error status, no explanation, no traceback, no indication of what happened. We did have logs though (which I still can't fully disambiguate).
After that initial confusion, I realized this is a server-side bug. The test is happy with what happens after this change.
I can re-organize this diff if needed.
Reviewed-by: Elijah DeLee <kdelee@redhat.com>
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
Reviewed-by: Shane McDonald <me@shanemcd.com>
2021-07-07 19:41:27 +00:00
Alan Rominger
17f9b57028
Remove unused exception about custom venvs
2021-07-07 11:38:37 -04:00
Alan Rominger
e96080a512
No result_traceback is blank, not null
2021-07-07 11:37:30 -04:00
nixocio
9295496949
Display full keys advanced search smart inventory
...
Display full keys advanced search smart inventory
closes: https://github.com/ansible/awx/issues/10595
2021-07-07 11:33:20 -04:00
tpage
62fc62a3c5
Default source_project for inventory source to organization
...
Signed-off-by: tpage <tpage@redhat.com>
2021-07-07 15:31:32 +01:00
nixocio
267f0a7bbd
Update RBAC sidebar
...
Update RBAC sidebar. Do the following:
* Expose read-only applications to normal users in the UI
* Expose read-only credential types to normal users in the UI
closes:https://github.com/ansible/awx/issues/10432
closes:https://github.com/ansible/awx/issues/10433
2021-07-07 10:18:45 -04:00
nixocio
6d9996cd0e
Update inventory prompt string for workflows
...
Update inventory prompt string for workflows
closes: https://github.com/ansible/awx/issues/2961
2021-07-06 17:16:24 -04:00
Alex Corey
0a0c635de8
fixes missing key values in ad hoc credental step advanced search
2021-07-06 16:34:47 -04:00
Alex Corey
869b649b66
prevents submission of jtform if name is > 512 characters
2021-07-02 14:17:51 -04:00
Alex Corey
b41e70f9aa
removes tabs from survey form
2021-07-02 09:40:22 -04:00
Bill Nottingham
a98ae2a87d
Point REST API favicon at the one the UI uses
2021-07-01 16:10:33 -04:00
nixocio
f422677145
Display error message if schedule does not exist
...
Display error message if schedule does not exist when redirecting to
details page.
See: https://github.com/ansible/awx/issues/9550
2021-07-01 15:15:22 -04:00
softwarefactory-project-zuul[bot]
bc8e19b51d
Merge pull request #10575 from AlexSCorey/fixesFailingUnitTest
...
Fixes failing test
SUMMARY
Fixes a failing unit test
Reviewed-by: Keith Grant <keithjgrant@gmail.com>
2021-07-01 17:16:38 +00:00
softwarefactory-project-zuul[bot]
64631fca56
Merge pull request #10574 from ansible/jakemcdermott-patch-bug-template-2
...
Remove bug template title field
Leaving it blank disables the template.
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
2021-07-01 16:22:12 +00:00
Alex Corey
49c84e6ca9
fixes failing test
2021-07-01 11:56:32 -04:00
Jake McDermott
c0f587a2bf
Remove title field from bug template
2021-07-01 11:44:26 -04:00
softwarefactory-project-zuul[bot]
28147b71c5
Merge pull request #10567 from ansible/jakemcdermott-patch-bug-template
...
Remove default text from bug title
SUMMARY
We use labels for these, so the extra text isn't needed.
ADDITIONAL INFORMATION
Reviewed-by: Kersom <None>
2021-07-01 14:19:38 +00:00
softwarefactory-project-zuul[bot]
be93178e65
Merge pull request #10564 from sarabrajsingh/bump-django-to-2.2.20
...
bumped django version to 2.2.20 in devel
SUMMARY
Bumped Django version from 2.2.16 -> 2.2.20 for the devel environment. All builds, tests and tests consuming the AWX_USE_FIPS flag passed in Jenkins.
AWX Issue - ansible/tower#4930
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
API
AWX VERSION
awx: 19.2.2
Reviewed-by: Alan Rominger <arominge@redhat.com>
2021-07-01 14:11:15 +00:00
Jake McDermott
147e50730d
Remove default text from bug title
2021-07-01 09:01:45 -04:00
softwarefactory-project-zuul[bot]
f88b3806f2
Merge pull request #10508 from jakemcdermott/bug-report-form
...
Add bug report form for github issues
SUMMARY
Reviewed-by: Shane McDonald <me@shanemcd.com>
2021-07-01 12:39:57 +00:00
daniele strollo
24a8653fab
Update webhook_backend.py
...
At the request via webhook just uses default pre configured headers (with Agent/ContentType) by ignoring at all customer provided headers (self.headers).
Thus the OAuth authentication via Bearer cannot be implemented since custom headers are not sent to service so receiving Unauthorized response.
Solution is merging the default headers with custom ones (custom headers will override default ones in case of key clash).
2021-07-01 12:08:14 +02:00
Hideki Saito
70f9d6f015
Fix to handle parameters with Boolean values correctly
...
* Addresses the issue #10057
Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-07-01 13:39:51 +09:00
Sarabraj Singh
46cd62f3f0
bumped django version to 2.2.20 in devel
2021-06-30 17:10:40 -04:00
nixocio
6f6f601ca8
Fix Job Settings Page Break on Firefox
...
Fix Job Settings Page Break on Firefox
Closes: https://github.com/ansible/awx/issues/10332
2021-06-30 16:11:58 -04:00