Commit Graph
76 Commits
Author SHA1 Message Date
AlanCoding a85f5a6a63 started tests for survey spec 2016-05-05 14:37:17 -04:00
AlanCoding 44d57bf4c3 update test to new error message 2016-05-04 19:45:23 -04:00
AlanCoding 87093ec8af reject runtime extra vars that are strings 2016-05-04 19:45:23 -04:00
AlanCoding 18f48875c7 change 404 errors to PermissionDenied for those with links 2016-05-04 16:14:21 -04:00
AlanCoding 2d230919f0 reorganizing migration numbering 2016-05-03 16:41:43 -04:00
AlanCoding 01ec242b61 display all JT defaults for UI purposes 2016-05-03 15:54:45 -04:00
AlanCoding 3e680329fd add additional launch endpoint fields for UI 2016-05-02 16:41:19 -04:00
AlanCoding cd0b9655db make sysv and initctl non-exclusive 2016-05-02 12:29:03 -04:00
AlanCoding a2c2ccab20 credential owner fields changed to PK related field to solve 1671 2016-04-28 10:16:37 -04:00
AlanCoding d5a3951d52 break up test into 2, isolating context 2016-04-27 15:58:16 -04:00
AlanCoding 4af1e0a9bf remove additional resource creation in test context 2016-04-27 15:30:51 -04:00
AlanCoding a7311a69c9 runtime test fixtures organized better 2016-04-27 14:24:54 -04:00
AlanCoding 271701a968 clean up unused test code 2016-04-27 10:43:03 -04:00
AlanCoding 5dc17cd72f New tests for user launching/relaunching with credential/inventory access 2016-04-27 09:03:38 -04:00
AlanCoding 7ac59de75e scan jobs linked by inventory in org JT counts 2016-04-22 16:41:58 -04:00
AlanCoding 5e05859c20 add credential to job ask_ properties 2016-04-22 15:07:38 -04:00
AlanCoding 6958fb457a display of ask_ vars on job model 2016-04-22 14:56:54 -04:00
AlanCoding f9415da6bf allow credentials to be created in UI, docs for special owner fields 2016-04-22 13:48:55 -04:00
AlanCoding 64fc0c8ecb Mock out job start related stuff in runtime tests 2016-04-21 14:07:39 -04:00
AlanCoding 43fb601346 include ask_credential for launch endpoint 2016-04-20 15:30:52 -04:00
AlanCoding ca682fb362 remove connection error in fresh install, mongo setting in dev environment 2016-04-20 10:15:06 -04:00
AlanCoding 1a97773aa1 remove more save calls 2016-04-18 14:36:18 -04:00
AlanCoding 5abde762ae updates to prompt-for tests and logic for new RBAC updates 2016-04-18 14:29:30 -04:00
AlanCoding 9c75ced9f8 Merge branch 'devel' of https://github.com/ansible/ansible-tower into 11th-hour 2016-04-18 14:12:13 -04:00
AlanCoding fb013ed7f1 org counts: un-skip tests, more thorough counting 2016-04-18 11:15:05 -04:00
AlanCoding 333730f30e make special case for no results slightly more clear 2016-04-18 10:51:27 -04:00
AlanCoding 500ebdbbd2 fix index error generating organization detail view context 2016-04-18 08:56:04 -04:00
AlanCoding e0bd906de8 fill in extra_vars to content box even if ask_for_vars false and survey enabled 2016-04-15 14:59:20 -04:00
AlanCoding d196024155 fix problems with wording in template 2016-04-13 15:32:03 -04:00
AlanCoding dc37f00d0a use parent serializer method to avoid API browser job access check 2016-04-13 15:19:10 -04:00
AlanCoding 914918b5ae update permission logic, update job runtime tests 2016-04-13 13:30:06 -04:00
AlanCoding 6fc51e2d85 preparing for new incoming migrations 2016-04-12 17:09:25 -04:00
AlanCoding b0bbeb2ca8 move credential to prompt-for mechanism 2016-04-12 17:09:25 -04:00
AlanCoding 0dff851f62 JT validator: check for prompt_for cases to reject, and flake8 2016-04-12 17:09:25 -04:00
AlanCoding 52d8993aa8 update tests to conform to new credential behavior and launch response 2016-04-12 17:09:24 -04:00
AlanCoding 86aa0136a2 runtime inventory compatibility with blank, and resolve issue #1453 2016-04-12 17:09:24 -04:00
AlanCoding f471f9b072 change migration to allow blank inventory field 2016-04-12 17:09:24 -04:00
AlanCoding 68d8d25d64 fill in prompted data from JT, use standard launch permission, and compat code 2016-04-12 17:09:24 -04:00
AlanCoding 056a7d798a prompt-for vars in API browser box smart behavior 2016-04-12 17:09:24 -04:00
AlanCoding bea15021b3 ask_for_inventory permissions and runtime tests finished
cleanup prompt-for additions

update migration after rebase
2016-04-12 17:09:24 -04:00
AlanCoding 19b855a4d3 prompt-for acceptance code in JT model 2016-04-12 17:09:24 -04:00
AlanCoding cc84ed51d6 Add ability to prompt for several variable types on launch 2016-04-12 17:09:24 -04:00
AlanCoding 98dd79775b series of tests to verify user executing permissions 2016-04-12 11:37:33 -04:00
AlanCoding 531c6afa58 further clarify OpenStack options, consolidate to one PopOver 2016-03-31 09:40:01 -04:00
AlanCoding f6d174c337 remove ID wording from label, it is not correct 2016-03-30 16:20:20 -04:00
AlanCoding fa92b2e851 back out openstack_v3 options but retain v3 functionality 2016-03-30 16:20:20 -04:00
AlanCoding 18d2a30ff4 skip test for current devel branch, planned for RBAC 2016-03-28 09:23:33 -04:00
AlanCoding f8656b38e7 implemented RBAC version of org detail counts, test passes 2016-03-24 16:38:45 -04:00
AlanCoding 39f444836b flake8 fix 2016-03-23 17:25:27 -04:00
AlanCoding 02b7149cad Org counts in detail view and test 2016-03-23 17:13:43 -04:00
AlanCoding e7d36299be redesign of organization counts for RBAC branch 2016-03-23 14:56:31 -04:00
AlanCoding fcc02f7678 rebase and rename migrations corresponding to devel change 2016-03-18 16:45:06 -04:00
AlanCoding f4b1de766d Adding OpenStack v3 cred type 2016-03-18 16:41:09 -04:00
AlanCoding c807d5dcf3 Add keystone v3 support via new domain field on credential 2016-03-18 16:41:09 -04:00
AlanCoding a0ce6d7a25 fix regression of development package naming 2016-03-17 22:54:12 -04:00
AlanCoding 52cd4f5ef9 reduce test to only check project inventory connection 2016-03-15 15:06:00 -04:00
AlanCoding da39f1269a org counts code restructing to better prepare for RBAC merge 2016-03-15 14:36:56 -04:00
AlanCoding 6996ea22b0 style tweaks, add one more assertion 2016-03-13 22:39:52 -04:00
AlanCoding 39c9563352 test and fix for POST to empty list scenaro and JT count fix 2016-03-13 20:40:21 -04:00
AlanCoding 9f25a48936 fix for POST scenario 2016-03-13 11:45:08 -04:00
AlanCoding 765dcd3318 Added queries that calculate counts for organization resources 2016-03-12 22:02:03 -05:00
AlanCoding 24f7194648 fix case of Ansible v2 _result.cmd is list for release 2.4.5 2016-02-26 09:23:41 -05:00
AlanCoding 6bd5d8553b fix to allow jobs to run in dev server again 2016-02-18 08:34:14 -05:00
AlanCoding 33e84d03ef add job_template related list to inventory endpoint 2016-02-16 10:12:35 -05:00
AlanCoding 44295c06b1 fix parsing error with Ubuntu14.04 2016-02-02 16:14:50 -05:00
AlanCoding dd927c97fa change to warning behavior 2016-02-02 14:38:15 -05:00
AlanCoding 0696e59e32 change to warning behavior 2016-01-29 16:27:46 -05:00
AlanCoding 60e242cb26 RHEL5 compatibility and handling of error scenarios 2016-01-26 11:03:03 -05:00
AlanCoding 657f941ea0 RHEL5 compatibility and handling of error scenarios 2016-01-26 10:54:41 -05:00
AlanCoding ed99d1eb15 fix 2nd instance of in-line conditional for RHEL5 scan issue 2016-01-19 16:38:48 -05:00
AlanCoding 6c0af3ebd9 Add special case to scan_services that fixes SLES11 scan failure issue 2016-01-19 14:32:11 -05:00
AlanCoding 3c8456d77f fix 2nd instance of in-line conditional for RHEL5 scan issue 2016-01-19 12:45:16 -05:00
AlanCoding f956ec15fa Add special case to scan_services that fixes SLES11 scan failure issue 2016-01-19 09:54:25 -05:00
AlanCoding fd8c076605 store yaml output, test to cover bug, and docs update 2016-01-18 11:28:33 -05:00
AlanCoding 319394442a store yaml output, test to cover bug, and docs update 2016-01-06 14:59:14 -05:00
AlanCoding 71a5beaa1f correct spelling of consisting in help text 2015-11-30 11:30:13 -05:00