John Mitchell
dc9f3b2b51
Merge pull request #2784 from jlmitch5/fixClusterLicenseInfo
...
use post response if config get request erroneously doesnt have licen…
2018-08-08 10:38:36 -04:00
Wayne Witzel III
9b5cd4aa62
Merge pull request #2789 from AlanCoding/running_wfjts
...
Add current workflow job to running list
2018-08-08 08:47:07 -04:00
AlanCoding
7aa7cc1c98
add current workflow job to running list
2018-08-08 07:49:02 -04:00
Jared Tabor
33fa75ea89
Sanitizes ng-toast message for copy resources (via string file)
2018-08-07 19:03:05 -07:00
Ryan Petrello
bd79a5328f
Merge pull request #2788 from ryanpetrello/fix-2782
...
fix a bug in isolated job launches when there are no controllers online
2018-08-07 20:16:56 -04:00
Ryan Petrello
91c92d57e3
fix a bug in isolated job launches when there are no controllers online
...
see: https://github.com/ansible/tower/issues/2782
2018-08-07 17:27:23 -04:00
Michael Abashian
7b9f01aaec
Merge pull request #2783 from mabashian/2774-workflow-labels
...
Propagate label length validation to workflow form
2018-08-07 16:54:11 -04:00
Michael Abashian
c7cc05747f
Merge pull request #2787 from mabashian/fix-e2e-tests
...
Fixes e2e test failure checking copy wf warning title
2018-08-07 16:53:55 -04:00
mabashian
0a78bdcf28
Added expect that was accidentally removed
2018-08-07 16:29:19 -04:00
mabashian
273754dc79
Removes redundant maxCount declaration
2018-08-07 16:24:51 -04:00
Michael Abashian
a9b6d42af5
Merge pull request #2776 from mabashian/2669-instance-list-search
...
Remove page_size from instance list search params
2018-08-07 16:15:05 -04:00
mabashian
7f6ab4f60b
Fixes e2e test failure checking copy wf warning title
2018-08-07 15:59:46 -04:00
John Mitchell
df42a65504
use post response if config get request erroneously doesnt have license_info
2018-08-07 15:52:09 -04:00
mabashian
c7466ce449
Wraps label count validation in function
2018-08-07 14:27:04 -04:00
Jared Tabor
d1f37ad1af
Merge pull request #2765 from jaredevantabor/fix-2748
...
Improves error handling of applications page form
2018-08-07 11:07:32 -07:00
mabashian
eb8c1d2c78
Fix comment
2018-08-07 13:55:15 -04:00
mabashian
f548e36ad7
Propagate label length validation to workflow form
2018-08-07 13:53:12 -04:00
Jared Tabor
cd177501b9
Adds catch block to catch 404 case on applications form page
2018-08-07 10:23:15 -07:00
Jared Tabor
b9e95b1158
Expands the error handling capabilities for __all__ errors
2018-08-07 10:14:53 -07:00
John Mitchell
d7a9d76d25
Merge pull request #2775 from jlmitch5/fixInstanceGroups404
...
Fix instance groups 404
2018-08-07 12:58:55 -04:00
Ryan Petrello
c4d9b92d79
Merge pull request #2773 from ryanpetrello/openshift-saml
...
set the correct X-Forwarded-Port header to fix SAML auth
2018-08-07 12:26:51 -04:00
Haokun Chen
2c9ce5ae56
Merge pull request #2777 from Haokun-Chen/2771
...
add headerState to status icon in job-list page
2018-08-07 11:47:10 -04:00
Haokun-Chen
412d87239c
add headerState to status icon in job-list page
2018-08-07 11:39:18 -04:00
mabashian
2b3a61226b
Remove page_size from instance list search params
2018-08-07 11:18:14 -04:00
John Mitchell
768d737153
fix 404 for instance groups
2018-08-07 10:53:53 -04:00
Ryan Petrello
2d4fbffb91
set the correct X-Forwarded-Port header to fix SAML auth
...
see: https://github.com/ansible/tower/issues/2314
2018-08-07 10:07:06 -04:00
Shane McDonald
1c32df0fcd
Move django-oauth-toolkit into requirements_git.txt
...
All SCM based requirements need to go into this file because of how we built Ansible Tower (offline).
2018-08-06 19:00:54 -04:00
Jared Tabor
b28cdf4a63
Merge pull request #2767 from jaredevantabor/dep-lockdown
...
Dep lockdown
2018-08-06 13:41:41 -07:00
Jared Tabor
d776e9de0e
Updates npm-shrinkwrap.json after networkUI deps removal
2018-08-06 12:53:14 -07:00
Ryan Petrello
9193125cc1
Merge pull request #2764 from ryanpetrello/dot-fork
...
pin django-oauth-toolkit to our fork w/ a security fix
2018-08-06 15:45:42 -04:00
Ryan Petrello
87d6940158
pin django-oauth-toolkit to our fork w/ a security fix
...
see: https://github.com/jazzband/django-oauth-toolkit/issues/625
2018-08-06 14:54:46 -04:00
kialam
4800b4455f
Merge pull request #2753 from kialam/fix/1475-long-label-error
...
Client-side validation of Label field in Job Template form
2018-08-06 13:54:49 -04:00
kialam
64caeeff36
Restore missing API form errors for selects.
2018-08-06 13:27:59 -04:00
kialam
b0586cc197
Remove unused CSS.
2018-08-06 12:26:43 -04:00
kialam
6e49c25cfd
Adjust error message copy.
2018-08-06 12:24:05 -04:00
kialam
efc8991aa8
Move error message to underneath form field for consistent UI.
2018-08-06 11:48:18 -04:00
kialam
0fb98642d4
Only show the character limit if the user exceeds it
2018-08-06 11:48:18 -04:00
kialam
7207d7caf4
Validate JT add and edit forms client-side
...
- Use form generator to add new `helperText` field to show the
character limit next to the label in the UI
- Style helper text like the checkbox text
- Update both `add` and `edit` controllers to handle client-side
validation for the `labels` field.
2018-08-06 11:48:18 -04:00
kialam
21c364d14c
Adjust edit template controller to handle deferred promise errors
2018-08-06 11:48:18 -04:00
Ryan Petrello
21f29983bb
Merge pull request #2762 from ryanpetrello/fix-2759
...
check oauth_scopes in _every_ view
2018-08-06 11:35:36 -04:00
Ryan Petrello
ec735b7b47
check oauth_scopes in _every_ view
...
see: https://github.com/ansible/tower/issues/2759
2018-08-06 11:05:59 -04:00
Ryan Petrello
fc589389fc
Merge pull request #2758 from ryanpetrello/fix-insights
...
fix to handle nonexistent system_id
2018-08-06 09:24:46 -04:00
walkafwalka
d2ab7bd54d
Add inventory vars to set docker install hostnames
...
Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
2018-08-04 01:49:07 -07:00
Ryan Petrello
7df027f826
fix to handle nonexistent system_id
2018-08-03 16:08:40 -04:00
Shane McDonald
090b3fad8e
Update translation template files
2018-08-03 15:07:19 -04:00
Ryan Petrello
ad38bfbbe5
Merge pull request #2755 from ryanpetrello/fix-2751
...
fix up a minor OAuth2 token serializer nit
2018-08-03 15:01:28 -04:00
Jared Tabor
90c34f6293
Merge pull request #2736 from jaredevantabor/i18n
...
I18n and more translations
2018-08-03 11:59:59 -07:00
Ryan Petrello
a3566b4270
fix up a minor OAuth2 token serializer nit
...
see: https://github.com/ansible/tower/issues/2751
2018-08-03 14:50:37 -04:00
Jared Tabor
1986efebda
More Translations
2018-08-03 11:32:02 -07:00
Bill Nottingham
cfc0779fdd
Add some more descriptive survey defaults.
2018-08-03 14:12:09 -04:00