Commit Graph
699 Commits
Author SHA1 Message Date
Matthew Jones 5b3b4b48c0 Fix an issue when creating scan job templates where we weren't obeying
the license flag, so folks could still create scan jobs even if they
weren't enabled by the license.  Plus Unit Tests
2015-05-28 15:59:49 -04:00
Chris Meyers 092732550d Merge pull request #239 from chrismeyersfsu/fix-ha
equate unix socket file to localhost for ha
2015-05-23 15:28:47 -05:00
Chris Meyers d47247460b Merge pull request #240 from chrismeyersfsu/fix-user_creation_password_required
user password required on creation
2015-05-23 08:55:36 -04:00
Chris Meyers 25ae938763 Merge branch 'master' into fix-ha 2015-05-23 07:58:11 -04:00
Chris Meyers 81d14bdde3 include password when creating new user 2015-05-23 07:56:55 -04:00
Chris Meyers 338a504314 flake8 2015-05-22 18:08:33 -04:00
Chris Meyers 17500859f4 add license creation to tests 2015-05-22 16:48:32 -04:00
Chris Meyers d35259c807 create enterprise license in tests 2015-05-22 15:39:40 -04:00
Chris Meyers ec456c4e8b user password required on creation 2015-05-22 15:31:13 -04:00
Chris Meyers d9d9d589b0 flake8 2015-05-22 14:30:10 -04:00
Chris Meyers b4c0d2b3b3 equate unix socket file to localhost for ha 2015-05-22 12:20:25 -04:00
Chris Meyers ebdc7a9648 flake8 fix 2015-05-21 17:04:25 -04:00
Chris Meyers 57ab33b328 Merge pull request #234 from chrismeyersfsu/fix-stdout_msg
changed stdout pending wording
2015-05-21 16:10:01 -04:00
Chris Church 1b1d43dc59 Prevent launching ad hoc commands when license has expired. 2015-05-21 14:13:37 -04:00
Chris Meyers 809b905cd1 changed stdout pending wording 2015-05-21 13:29:15 -04:00
Chris Meyers c46c58fe7a Merge pull request #224 from chrismeyersfsu/feature-schedule_jobs_no_credentials_fail_fast
restrict the running of jobs
2015-05-21 13:23:44 -04:00
Chris Church de850c48c6 Merge pull request #230 from cchurch/ec2_group_rename_fix
Include pk in inventory source name to keep it unique
2015-05-21 13:11:07 -04:00
Chris Meyers 72ace4f760 Merge pull request #220 from chrismeyersfsu/explore-test_speedup
Explore test speedup
2015-05-20 20:39:17 -04:00
Chris Meyers 139d7fb987 Merge pull request #229 from chrismeyersfsu/fix-stdout_msg
pending vs. missing stdout message
2015-05-20 14:15:40 -04:00
Chris Church 7f1c97b167 Include pk in inventory source name to keep it unique even with group renames. Fixes https://trello.com/c/PnmDWCai 2015-05-20 14:00:33 -04:00
Matthew Jones f09ef53a6c Merge pull request #226 from matburt/add_extra_vars_to_callback_jobs
Add the ability to pass extra_vars when launching callback jobs.
2015-05-20 13:18:28 -04:00
Chris Meyers 44cb9ea397 pending vs. missing stdout message 2015-05-20 11:37:38 -04:00
Chris Meyers a564f21e7c Merge pull request #225 from chrismeyersfsu/feature-openstack_fields_required
require openstack host, username, pass
2015-05-20 11:32:06 -04:00
Chris Meyers 6e42a69ce3 tests added 2015-05-20 09:49:38 -04:00
Chris Meyers 51afab566b flake8 2015-05-20 08:23:11 -04:00
Chris Meyers e6b834c494 update task test to create credential before launching job 2015-05-19 17:20:21 -04:00
Chris Meyers 82a808abc7 mock run_pexpect 2015-05-19 17:04:41 -04:00
Matthew Jones 582842f54f Add the ability to pass extra_vars when launching callback jobs.
Update the docs to reflect passing json for extra_vars and the host
config key
2015-05-19 15:48:45 -04:00
Chris Meyers 50cbdf8535 credential added to job launch test 2015-05-19 15:16:10 -04:00
Chris Meyers 9bd0ea5d8d add module fact cleanup granularity 2015-05-18 10:31:36 -04:00
Chris Meyers dfc3ee0487 mock run_pexpect for adhoc 2015-05-18 07:30:50 -04:00
Chris Meyers e6b7f75ad7 mock commonly slow but rarely used paths 2015-05-17 16:53:17 -04:00
Jared Tabor 166bd3b246 Revert "fixes Fact serialization/deserialization"
This reverts commit 0a60a724fa3ad7a4aef9624e708e20c86406c198.
2015-05-15 14:13:12 -04:00
Chris Meyers b352bf56ec fixes Fact serialization/deserialization 2015-05-15 11:13:16 -04:00
Chris Church 529b7a1117 Remove changes to only count unique hostnames. Fixes https://trello.com/c/HN7S4KF3 again. 2015-05-14 15:48:09 -04:00
Chris Church 693b63ef04 Merge pull request #198 from cchurch/options_meta_updates
Update field metadata returned in OPTIONS response
2015-05-12 17:24:31 -04:00
Chris Church 0af15cd13d Unit test fix, job_type is no longer a required field (defaults to 'run'). 2015-05-12 11:11:32 -04:00
Chris Meyers 34c966c17d flake8 fix 2015-05-12 09:47:14 -04:00
Chris Church 1a5823d0b3 Improve speed of cleanup_deleted system job. Fixes https://trello.com/c/2wB7DMdt 2015-05-11 21:51:42 -04:00
Chris Church 79c00dc511 Prevent relaunching an ad hoc command if the module is no longer in the allowed list. Fixes https://trello.com/c/NS3YX2DU 2015-05-11 21:05:46 -04:00
Chris Church 2d1d371582 Return 400 when attempting to relaunch an ad hoc command with deleted inventory. Fixes https://trello.com/c/IbvBelXJ 2015-05-11 20:32:43 -04:00
Chris Church 9e898bf42a Add support for deleting ad hoc commands. Fixes https://trello.com/c/WLnhi28V 2015-05-11 20:14:15 -04:00
Chris Church d730859575 Count only unique hostnames for total/failed values on dashboard. Fixes https://trello.com/c/HN7S4KF3 2015-05-11 19:54:18 -04:00
Chris Meyers 11eb4d325b Merge pull request #196 from chrismeyersfsu/master
system tracking api merge conflicts resolved
2015-05-11 10:45:08 -04:00
Chris Meyers f350f7b28e Merge branch 'system_tracking_api'
Conflicts:
	awx/fact/tests/models/fact/fact_transform.py
	awx/fact/tests/models/fact/fact_transform_pymongo.py
	awx/main/tests/commands/run_fact_cache_receiver.py
2015-05-11 10:17:52 -04:00
Chris Meyers fc7126cd68 expose single_fact via related and tests 2015-05-11 10:09:20 -04:00
Chris Meyers 0dc7072e68 flake8 2015-05-11 09:08:46 -04:00
Chris Meyers 5ff696f708 added fact view tests
* Add related link from host to fact_versions
* Add related link from fact_versions to fact_view
2015-05-08 21:34:24 -04:00
Chris Meyers b5ef1cd72d speedup each test case by .03 seconds 2015-05-08 21:17:38 -04:00
Chris Meyers 575cf09375 Revert "refactored job launch serializer" 2015-05-06 08:14:26 -04:00