Chris Meyers
|
9c7943039c
|
Merge pull request #255 from chrismeyersfsu/fix-update_instance
fixed calling of method that never existed
|
2015-06-01 09:51:58 -04:00 |
|
Matthew Jones
|
35fd2addc6
|
Remove runas from the list of become method choices since it's not
implemented in ansible yet (although it is listed in their help docs)
|
2015-06-01 09:48:16 -04:00 |
|
Chris Meyers
|
f8fc424ee5
|
fixed calling of method that never existed
When setting an instance as the primary instance project directory
creation may be necessary. Do not perform this action if instance is
secondary.
|
2015-06-01 08:20:15 -04:00 |
|
Chris Church
|
e23539e69b
|
Fix flake8 warning.
|
2015-05-30 16:42:56 -04:00 |
|
Chris Church
|
8eb69b96d1
|
Set created_by and modified_by on default org to superuser (if found). Fixes https://trello.com/c/gERRKtXa
|
2015-05-30 16:23:12 -04:00 |
|
Chris Church
|
07205bcb88
|
Disable LDAP support when not allowed by license.
|
2015-05-30 16:08:19 -04:00 |
|
Chris Church
|
a72dbe4428
|
Update license data to include subscription_name. Implements API part of https://trello.com/c/4IMj3H4V
|
2015-05-29 22:31:35 -04:00 |
|
Matthew Jones
|
22ecb62179
|
Perform type checking on module_name and args for ad-hoc commands to
satisfy qa.
|
2015-05-29 14:55:42 -04:00 |
|
Chris Church
|
79a8e541cd
|
Revert cleanup_deleted to delete one at a time, instead of batches.
|
2015-05-29 14:52:16 -04:00 |
|
Matthew Jones
|
31d0342d41
|
More copyright headers for api side stuff
|
2015-05-29 12:10:40 -04:00 |
|
Matthew Jones
|
b3da3b34a3
|
Changing some legal headers for python source files
|
2015-05-29 12:10:39 -04:00 |
|
Matthew Jones
|
20e85a6d34
|
Unit test for disallowing scan job with survey
|
2015-05-29 10:43:54 -04:00 |
|
Matthew Jones
|
10da862ab1
|
Lower the cleanup_deleted batch size to 50 to reduce overall memory
usage during the cleanup operation
|
2015-05-28 16:37:34 -04:00 |
|
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 |
|
Luke Sneeringer
|
6709654e04
|
Create a default organization.
|
2015-05-28 14:04:07 -05: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
|
2029bfb9b1
|
Merge pull request #236 from chrismeyersfsu/fix-inventory_status_propogation
inherit child job finish status
|
2015-05-22 14:31:05 -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
|
0be4485849
|
removed debug print
|
2015-05-22 11:48:22 -04:00 |
|
Matthew Jones
|
f9291940dd
|
Implement the api side system job template migration for the fact
cleanup job
|
2015-05-22 11:12:27 -04:00 |
|
Luke Sneeringer
|
682a804a55
|
Merge branch 'master' into licenses-unstable
|
2015-05-22 10:12:41 -04:00 |
|
Chris Meyers
|
acc0f420ce
|
removed print statements
|
2015-05-22 09:40:56 -04:00 |
|
Chris Meyers
|
79d6ecc2ef
|
inherit child job finish status
|
2015-05-21 17:07:05 -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 |
|
Luke Sneeringer
|
9cc68d4da7
|
License differentiation for HA.
|
2015-05-21 11:35:23 -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 |
|