1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Commit Graph

4441 Commits

Author SHA1 Message Date
John Mitchell
4fb4975b44 pulling back on some overzealous html sanitizing 2015-04-30 10:57:03 -04:00
Chris Meyers
4de4d32aa6 refactored job launch serializer
* inherit from jobserializer
** validate password logic moved to job serializer to be shared
* Added job relaunch test cases
2015-04-30 09:34:44 -04:00
Chris Meyers
63bfa07450 Merge pull request #176 from chrismeyersfsu/fix-relaunch_related_deleted
error out if inventory or project not related to relaunched job
2015-04-30 09:29:57 -04:00
Chris Meyers
6a4f8f9177 error out if inventory or project not related to relaunched job 2015-04-30 08:50:42 -04:00
John Mitchell
bd62f136a3 fixed color of delete prompt ok button bug 2015-04-29 16:45:15 -04:00
John Mitchell
b127e7f276 fixing xss bugs 2015-04-29 16:09:12 -04:00
Chris Meyers
4ac73743e5 Merge pull request #173 from chrismeyersfsu/fix-cleanup_jobs
include ad-hoc-commands when running system cleanup_jobs
2015-04-29 15:15:11 -04:00
James Laska
22274d0dfb Merge pull request #171 from jlaska/pg94_el_improvements
Improvements to pg94 install/conf for EL
2015-04-29 14:36:38 -04:00
Chris Meyers
4d8c4a7b63 Merge pull request #174 from chrismeyersfsu/fix-cleanup_jobs_help
added default --days value to --help
2015-04-29 13:50:41 -04:00
Chris Meyers
ecdc5913f1 added default --days value to --help 2015-04-29 13:50:06 -04:00
Chris Meyers
0472ce7946 include ad-hoc-commands when running system cleanup_jobs 2015-04-29 13:46:08 -04:00
Chris Meyers
3c77ae1fdc Merge pull request #172 from chrismeyersfsu/fix-explicit_get_calls
replaced explicit objects.get() calls with get_object().
2015-04-29 13:36:45 -04:00
Luke Sneeringer
67e80ed4bb Merge branch 'master' into db-backup-unstable 2015-04-29 12:17:04 -05:00
Chris Meyers
d1f3acdd00 replaced explicit objects.get() calls with get_object(). Handles errors much more gracefully. 2015-04-29 12:32:58 -04:00
John Mitchell
690c87fbf3 fixing job details accessiblity 2015-04-29 11:14:53 -04:00
Chris Meyers
3d3b0f1bfa Merge pull request #170 from chrismeyersfsu/fix-job_template_extra_vars
Fix job template passwords
2015-04-28 22:23:15 -04:00
Chris Meyers
4fc100ac8c flake8 2015-04-28 18:04:12 -04:00
Chris Meyers
e36a80f509 changed test case logic to know that the server doesn't like passwords like '' 2015-04-28 17:25:44 -04:00
Chris Meyers
257dc733b9 Revert "consider a password specified if it equals ''"
This reverts commit 22987c4a122c5f784be62a0951ffd3081e8d2f12.
2015-04-28 17:15:48 -04:00
Chris Meyers
f3a644a418 added password blank test 2015-04-28 17:15:20 -04:00
Chris Meyers
8d13cafd7b added tests for explicit and deleted credential
In doing so, moved tests from jobs_monolithic
2015-04-28 16:57:03 -04:00
Chris Meyers
9e67169cb9 ensure credentials exist before we go looking at them 2015-04-28 15:26:22 -04:00
John Mitchell
147ac95294 fixed the initial post to the api for inv vars 2015-04-28 15:24:44 -04:00
Chris Meyers
f08d8cb5b9 consider a password specified if it equals '' 2015-04-28 13:39:30 -04:00
Chris Meyers
d77801353f changed passwords_needed_to_start to take into acount if a credential is deleted 2015-04-28 13:38:47 -04:00
Luke Sneeringer
d120f29ac3 Merge branch 'master' into db-backup-unstable 2015-04-28 11:50:52 -05:00
John Mitchell
3c9887dc45 added source type population for gce and azure on edit 2015-04-28 11:22:07 -04:00
John Mitchell
192e8cbab8 fix of select2 reversion I made 2015-04-28 11:22:07 -04:00
Luke Sneeringer
eebbde78ce Merge pull request #145 from ansible/pg9.4-unstable
Installation of PostgreSQL 9.4
2015-04-28 09:53:39 -05:00
Chris Meyers
718e5dd620 Merge pull request #168 from chrismeyersfsu/fix-extra_vars
job template launch handle extra_vars
2015-04-28 09:49:29 -04:00
Chris Meyers
df6b6e55a7 add tests that trigger error without fix provided 2015-04-28 08:28:36 -04:00
Chris Meyers
cea9dbdb4f yet another extra_vars fix 2015-04-28 07:57:24 -04:00
Chris Meyers
f8056a68d6 Merge pull request #165 from chrismeyersfsu/fix-user_not_exist
404 not found for users that don't exist
2015-04-28 06:39:10 -04:00
Chris Church
2830095b07 Return only module_name for ad hoc command name. 2015-04-27 21:35:40 -04:00
Chris Meyers
8f83cc61b4 Merge pull request #166 from chrismeyersfsu/fix-extra_vars_survey
fix extra vars job template
2015-04-27 21:10:06 -04:00
Chris Meyers
556c66b050 fix extra vars job template 2015-04-27 20:16:44 -04:00
Chris Meyers
e263e303cb 404 not found for users that don't exist
Test what ye do not understand.
2015-04-27 18:06:40 -04:00
jlmitch5
561b4c3a02 Merge pull request #162 from jlmitch5/fix_authentication_routing
fixed authentication routing on the ui
2015-04-27 17:58:11 -04:00
Chris Meyers
853ac5dcf7 Merge pull request #156 from chrismeyersfsu/fix-relaunch
Prevent relaunching job with deleted credential
2015-04-27 17:23:38 -04:00
Chris Meyers
c8da42f7ac Merge pull request #164 from chrismeyersfsu/extra_vars
validate extra_vars, but get them from request.DATA
2015-04-27 16:23:45 -04:00
Chris Meyers
2de6e7b016 validate extra_vars, but get them from request.DATA 2015-04-27 16:19:01 -04:00
Luke Sneeringer
7ccc49ebe3 Merge branch 'master' into pg9.4-unstable
Conflicts:
	setup/roles/packages_ubuntu/vars/Ubuntu-14.04.yml
2015-04-27 15:05:39 -05:00
Chris Meyers
481a71c7a7 Merge pull request #161 from chrismeyersfsu/fix-credential_id
Fix credential
2015-04-27 15:00:30 -04:00
Chris Meyers
c44019c4df Merge branch 'master' into fix-credential_id
Conflicts:
	awx/api/views.py
2015-04-27 14:57:53 -04:00
Chris Meyers
8a050dbc97 generate passwords in validate and pass back through context 2015-04-27 14:54:57 -04:00
Chris Meyers
fdce00d313 Merge pull request #163 from chrismeyersfsu/fix-credential_quick
quick fix so that launching job templates with cred works again
2015-04-27 14:32:33 -04:00
Chris Meyers
f297a8d2d0 quick fix so that launching job templates with cred works again 2015-04-27 14:31:36 -04:00
Chris Meyers
c29e5f40be save state 2015-04-27 14:27:48 -04:00
John Mitchell
9b721d21e6 fixed authentication routing on the ui
scenario 1 - logout at a particular route will navigate back to that route on immediate login
scenario 2 - logged out user that browses to a new route (including root) will get what they wanted
scenario 3 - logged out user who opens a new tab with url to a new route will get what they wanted
2015-04-27 14:24:39 -04:00
Chris Meyers
90037bbc2f fill in api browser with needed extra_vars passwords and credential 2015-04-27 14:15:35 -04:00