1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Commit Graph

18366 Commits

Author SHA1 Message Date
AlanCoding
e36458a6c0
change key to match old error message 2018-07-09 15:36:13 -04:00
Alan Rominger
a90329f21b
Merge pull request #2385 from AlanCoding/team_org_object_roles
Allow adding teams to org object roles
2018-07-09 15:34:45 -04:00
Yunfan Zhang
307e5204fa
Merge pull request #2447 from YunfanZhang42/fix_credential_leak
Forbid users from using unauthorized credentials in projects and inventories.
2018-07-09 15:06:39 -04:00
Yunfan Zhang
270102c188 Forbid users from using unauthorized credentials in projects and inventories.
Signed-off-by: Yunfan Zhang <yz322@duke.edu>
2018-07-09 15:04:53 -04:00
Ryan Petrello
55b6f95b61
Merge pull request #2453 from ryanpetrello/fix-api-login-redirect
make the API browser direct you to the proper location post-login
2018-07-09 14:48:47 -04:00
Marliana Lara
617017aebd
Fix dashboard graph view dropdown update bug 2018-07-09 14:37:26 -04:00
AlanCoding
e044b996e5
allow adding teams to org object roles 2018-07-09 14:13:57 -04:00
John Mitchell
9ffb3395bc
fix index.less new line issue 2018-07-09 13:58:50 -04:00
Ryan Petrello
1d09c6b25a
make the API browser direct you to the proper location post-login 2018-07-09 13:58:38 -04:00
John Mitchell
2f8b668ef9
fix portal mode issues 2018-07-09 13:53:46 -04:00
Alan Rominger
2dd3014374
Merge pull request #2441 from AlanCoding/error_message
Fix regression: include error message from remote server
2018-07-09 13:51:06 -04:00
Jared Tabor
6d33e27100
Merge pull request #2429 from jaredevantabor/fix-2422
Corrects label on schedule form
2018-07-09 10:46:37 -07:00
kialam
5a338c5f9b Account for canceled workflow status in chart and results section 2018-07-09 13:34:52 -04:00
Bill Nottingham
5c16f8c294
Merge pull request #2451 from wenottingham/six-PRs-and-a-movie
Merge assorted PRs from the AWX community
2018-07-09 13:27:17 -04:00
Wayne Witzel III
8969276710
Merge pull request #2446 from ansible/issue-2330
Add explicit Job Template Admin role
2018-07-09 13:26:39 -04:00
Rob Ruma
6378479ee7 Updates to callback scripts that include retry functionality for bash and extra_vars handling for PowerShell
Signed-off-by: Rob Ruma <robruma@users.noreply.github.com>
2018-07-09 13:00:10 -04:00
Bill Nottingham
ae4135f149 add tests 2018-07-09 12:59:45 -04:00
moss
14def1e693 add want_hostcollections for sat6 source vars
Signed-off-by: moss <smossber@redhat.com>
2018-07-09 12:59:35 -04:00
Paul Neumann
73197f3ae5 Extend unit test for Azure source variable generation
Add tests for generation of Azure source variables. Test cases such
as overwriting a variable with its default value, overwriting a variable
with something different to its default value and add variables not set
by default.
2018-07-09 12:59:14 -04:00
Paul Neumann
4b7f106e9f Enable source variables for Azure inventory 2018-07-09 12:58:59 -04:00
Cristian Vargas
475a2bd9bb Remove trailing comma
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-07-09 12:58:21 -04:00
Cristian Vargas
7ecde597ac Make LAST UPDATED field in projects table sortable
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-07-09 12:58:12 -04:00
Wayne Witzel III
70a97ce998 Update test to reflect needing job_template_admin_role 2018-07-09 12:17:34 -04:00
Jake McDermott
3b3ae9f7f5
Merge pull request #2444 from jakemcdermott/fix-2334
add host_status_counts to adhoc commands; fix status display for adhoc commands
2018-07-09 12:08:25 -04:00
Ryan Petrello
df095d9b67
Merge pull request #2449 from ryanpetrello/https-logs
default HTTP-based log emits to HTTPS
2018-07-09 12:07:34 -04:00
Ryan Petrello
6bd9792518
default HTTP-based log emits to HTTPS
see: https://github.com/ansible/awx/issues/2048
2018-07-09 11:52:04 -04:00
Marliana Lara
549cd347e9
Fix credential labels in jobs list 2018-07-09 11:33:21 -04:00
Chris Meyers
6a610d633f
Merge pull request #2430 from chrismeyersfsu/fix-do_not_touch_my_iso
deny topology changes to iso instances via api
2018-07-09 11:04:19 -04:00
Wayne Witzel III
2f78c658b1 Add explicit Job Template Admin role 2018-07-09 10:57:58 -04:00
AlanCoding
7860cda9dc
fix bug with custom script user_capabilities 2018-07-09 10:15:17 -04:00
Jake McDermott
bf55c7e7e2
use host_status_counts field for adhoc command jobs ui 2018-07-09 10:13:49 -04:00
Jake McDermott
1b1df63415
add host_status_counts to adhoc command event 2018-07-09 10:13:39 -04:00
Jake McDermott
380bf77b63
move host_status_counts logic into event model 2018-07-09 10:13:31 -04:00
Jake McDermott
87fccb9f45
fix status list for client-generated status counts 2018-07-09 10:13:21 -04:00
Ryan Petrello
e886311d41
Merge pull request #2439 from ryanpetrello/copy-over-here
Add a Location header to HTTP 201 for POST to copy endpoints
2018-07-09 09:28:51 -04:00
AlanCoding
34e2d9b47c
fix regression: include error message from remote server 2018-07-09 09:04:14 -04:00
Ryan Petrello
2eb09e2fa2
Merge pull request #2435 from ryanpetrello/webpack-ui-external
add instructions for running the UI webpack server on an external host
2018-07-09 08:52:54 -04:00
Ryan Petrello
2916edd70f
Add a Location header to HTTP 201 for POST to copy endpoints 2018-07-09 08:47:01 -04:00
Ryan Petrello
da0fe173c9
Merge pull request #2431 from ryanpetrello/fix-201-location
add a missing Location header on HTTP 201 in a few places
2018-07-09 08:37:17 -04:00
sangongs
67c59b66e2
Merge pull request #2376 from sangongs/fix_get_failures
Fix serializers of unified_jobs & ad_hoc_commands to avoid exceptions
2018-07-09 08:14:34 -04:00
chris meyers
19e865e9a5 prevent remove iso instance from iso instance groups 2018-07-06 15:34:26 -04:00
chris meyers
2ffc4b256d fix copy paste error 2018-07-06 15:12:57 -04:00
Christian Adams
7f27a3c74d
Merge pull request #2335 from rooftopcellist/patch_exp_setting
migrate AUTH_TOKEN_EXPIRATION  to new session length setting
2018-07-06 15:08:02 -04:00
Ryan Petrello
9a2c359274
add instructions for running the UI webpack server on an external host 2018-07-06 14:52:34 -04:00
chris meyers
aeca21ab5b deny topology changes to iso instances via api 2018-07-06 14:50:17 -04:00
Marliana Lara
0a890d04da
Merge pull request #2425 from marshmalien/fix/2417-instance-modal-styles
Fix instance modal styles
2018-07-06 14:28:38 -04:00
adamscmRH
cb6514777d grab on-disk setting 2018-07-06 14:16:59 -04:00
Jared Tabor
7bf1569417
Corrects label on schedule form 2018-07-06 10:46:24 -07:00
John Mitchell
9ae88acc49
fix jobs list header 2018-07-06 11:59:50 -04:00
Ryan Petrello
ef211a4dc8
add a missing Location header on HTTP 201 in a few places 2018-07-06 11:34:48 -04:00