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

4107 Commits

Author SHA1 Message Date
Chris Church
18e38707c2 Add callback methods for v2 support. Closes #115. 2015-04-03 00:06:49 -04:00
Chris Church
269391e15d Merge pull request #107 from tgerla/galaxy-hack
implement basic galaxy integration in the Project Update playbook
2015-04-02 23:25:54 -04:00
Chris Church
12e0ec960c Add support for cleaning up ad hoc commands. 2015-04-02 15:40:12 -04:00
Matthew Jones
5ff7558cd3 Updates and fixes for unit tests on supporting ansible "become" 2015-04-02 13:38:38 -04:00
Matthew Jones
d5c9e37499 Refactor credential to use ansible become if using a new enough ansible
version.  Add become flag to job template
2015-04-02 10:05:56 -04:00
Chris Church
1a54ed5e17 Fix unified_job_template field in serializer to return ID. 2015-04-01 14:12:31 -04:00
Chris Church
639522fc05 Fix job relaunch test to expect 201. 2015-03-31 19:27:54 -04:00
Chris Church
89bcffc9ad Fix flake8 warnings. 2015-03-31 17:48:36 -04:00
Chris Church
88e7f6624c Update relaunch endpoints to use custom serializer, check passwords needed before creating/copying job or ad hoc command. 2015-03-31 17:40:00 -04:00
Chris Church
02eda72bd9 Add name field for ad hoc commands, get relaunch working. 2015-03-31 16:42:35 -04:00
Joe Fiorini
d48fbaa6b4 Support build configuration allowing plato reports to run 2015-03-31 15:01:19 -04:00
Chris Church
32fafe02fa Merge pull request #100 from cchurch/adhoc_commands
Support for ad hoc commands
2015-03-31 12:52:23 -04:00
James Laska
b17f89ac74 Merge pull request #118 from wenottingham/pippy-branch
Get pip package list in sosreport.
2015-03-31 11:48:40 -04:00
Bill Nottingham
24e75e37e9 Get pip package list in sosreport. 2015-03-31 11:45:11 -04:00
Chris Church
904ea61d54 Make sure stdout template is included in build. 2015-03-30 15:55:57 -04:00
Chris Church
f7b8d510dc Implement support for ad hoc commands. 2015-03-30 13:04:19 -04:00
Joe Fiorini
d9aa35566b Replace string usage of lib/ansible path 2015-03-30 10:16:11 -04:00
Matthew Jones
f6aa11eb67 Update playbook to pass conditional constraints for file scanning 2015-03-30 10:15:36 -04:00
Joe Fiorini
076e9ec9aa Restore doc comments in list generator 2015-03-30 10:03:15 -04:00
Joe Fiorini
3823b394b0 Fix bad parameters in rest stub 2015-03-27 17:12:34 -04:00
Joe Fiorini
98eba55bea Add example for tracking button state with multi-select-list 2015-03-27 16:52:23 -04:00
Matthew Jones
c0364b5bd1 Support recursive mode on the file scanner 2015-03-27 16:51:03 -04:00
jaredevantabor
bbf87675db Merge pull request #106 from jaredevantabor/scan-job-templates
Scan job templates
2015-03-27 15:57:18 -04:00
Jared Tabor
3512bcdc59 moving jt test to test folder
so that merge will pass jenkins
2015-03-27 15:24:36 -04:00
Joe Fiorini
259c9c9a89 Allow test globals for jshint 2015-03-27 14:07:38 -04:00
Jared Tabor
2401865f59 adding delete jt service 2015-03-27 14:03:16 -04:00
Matthew Jones
8204f42972 Merge pull request #108 from matburt/scan_services_implementation
Scan services implementation
2015-03-27 13:29:38 -04:00
Matthew Jones
f4d960b127 Fix an issue where going from having 1 or more hosts to having 0 hosts
could trigger an inventory sync failure
2015-03-27 13:25:16 -04:00
Joe Fiorini
48a26a633c Merge pull request #116 from joefiorini/multi-select
Implements multi-select-list component
2015-03-27 11:05:47 -04:00
Matthew Jones
fe82b54158 Remove the old version checks from our job runners used to test features
of old Ansible versions:

* INVENTORY_HOSTVARS from pre-1.3
* Vault password prompting from pre-1.5
* Git hostkey acceptance from pre-1.5
2015-03-26 13:42:42 -04:00
Matthew Jones
180a262d36 Remove old pre-vault version checks that are breaking unit tests 2015-03-26 13:37:20 -04:00
Matthew Jones
345e2fc65e Fix a pexpect bug where ansible now looks for "SU password" instead of
"su password" and that screwed us up a bit
2015-03-26 12:15:25 -04:00
Matthew Jones
e282a2045c Add some documentation to the header for the file scanner 2015-03-26 11:37:20 -04:00
Matthew Jones
cb8b5f3025 Add some header documentation for the service scanning module 2015-03-26 10:51:46 -04:00
Matthew Jones
e790ba480e Filter out inactive jobs when pulling for latest status on the job
template list
2015-03-26 10:22:05 -04:00
Joe Fiorini
98ea258a9b Add tests for multi-select-list directive 2015-03-26 10:17:50 -04:00
Joe Fiorini
4122be0211 Document multi-select-list directive 2015-03-26 10:17:44 -04:00
Joe Fiorini
9fd0184131 Implement multi-select-list module 2015-03-26 10:16:06 -04:00
Jared Tabor
1afeed3588 fix undefined function 2015-03-26 10:07:25 -04:00
Jared Tabor
3c0c5b89b6 adding html file for smart status 2015-03-26 09:58:40 -04:00
Jared Tabor
267653e50c added smart status to scan job templates
in the inventory properties page
2015-03-26 09:58:40 -04:00
Jared Tabor
427f42dec3 changed default project/playbook scheme + actions
changed the design of the 'Reset to default project/playbook' on the job template form. Also added actions on the inventory properties accordion for scan job templates for scheduling and copying
2015-03-26 09:58:40 -04:00
Jared Tabor
2883a70cba adding launch button for scan jobs
on inventory properties page. I also adjusted the indentation on the job submission page so that it was completly crazy.
2015-03-26 09:58:40 -04:00
Jared Tabor
8b710c191b fix small error w/ playbook options when type=scan 2015-03-26 09:58:40 -04:00
Jared Tabor
2885ad4cb2 fixed breadcrumb for when editing a job template
from an inventory properties page
2015-03-26 09:58:40 -04:00
Jared Tabor
206fb6b288 On Job Template save: redirect to proper dest
return to job template list if adding/editing a job template from the list; likewise return to hte inventory properties if adding/editing from that page
2015-03-26 09:58:40 -04:00
Jared Tabor
0948846530 Scan job templates
Implemented saving a job template as type = scan. Can add/edit these jobs. Also on inventory properties accordion you can see the list of scan job templates for the inventory.
2015-03-26 09:58:39 -04:00
Jared Tabor
3cd5cd5184 added scan job type to job type dropdown
on the job template form.
2015-03-26 09:58:39 -04:00
Joe Fiorini
4129282401 Merge pull request #112 from joefiorini/docs-building
Support isolated build for documentation examples
2015-03-25 16:41:32 -04:00
Joe Fiorini
f3b8ed2706 Merge pull request #113 from joefiorini/test-dsl
Extract library for tests
2015-03-25 16:41:01 -04:00