Ryan Petrello
b0f5d2f82d
allow Job Templates to launch with *only* a vault credential
...
see: https://github.com/ansible/ansible-tower/issues/7252
2017-07-24 11:42:35 -04:00
Alan Rominger
8dc89d913e
Merge pull request #7189 from AlanCoding/dont_update_me_bro
...
Tell user how to use update_on_launch with source_project
2017-07-20 10:25:08 -04:00
Alan Rominger
c038116626
Merge pull request #7095 from AlanCoding/schedule_validation
...
Add various validation for schedule extra_data
2017-07-20 09:30:29 -04:00
AlanCoding
828821ada6
tell user how to use update_on_launch with source_project
2017-07-20 08:49:46 -04:00
Ryan Petrello
b98d384671
filter CredentialType OPTIONS *and* help text for kind requirements
...
see: #7115
see: #6959
2017-07-18 17:51:07 -04:00
AlanCoding
1e9a0e5814
Change 'can not' to cannot (by request)
2017-07-18 09:01:09 -04:00
AlanCoding
ed7e558575
add various validation for schedule extra_data
2017-07-15 20:47:24 -04:00
AlanCoding
850f03331b
tweaks to SCM inventory related validation errors
2017-07-14 15:48:29 -04:00
AlanCoding
f1acb6b79d
fix double nesting of error message in dictionary
2017-07-14 08:01:57 -04:00
Aaron Tan
636147f7f0
Stablize summary field display for host serializer.
2017-07-13 16:30:47 -04:00
AlanCoding
6f84cb8784
fix bug just introduced by source_project validation
2017-07-12 13:00:29 -04:00
AlanCoding
2c81a2489e
prohibit direct creation of manual inventory sources
2017-07-12 12:29:56 -04:00
Alan Rominger
4afb65f447
Merge pull request #6909 from AlanCoding/no_manual_source_proj
...
Disallow manual projects for SCM inventory
2017-07-12 12:08:19 -04:00
AlanCoding
777b1c3023
make inventory source naming consistent with v1
2017-07-11 16:15:33 -04:00
Ryan Petrello
bc869284f7
Merge pull request #6968 from ryanpetrello/fix-6959
...
fix a few issues in credential type kind validation
2017-07-11 13:30:07 -04:00
Ryan Petrello
09055f9c2f
fix a few issues in credential type kind validation
...
- fix a typo from `network` to `net`
- properly update OPTIONS for CredentialTypes to reflect allowed `kind`
values for POST/PUT/
see: #6959
2017-07-11 09:43:55 -04:00
Alan Rominger
b8b2d8695e
Merge pull request #6912 from AlanCoding/schedule_scm_inv
...
Allow scheduling of SCM inventory sources (with exception)
2017-07-10 21:55:16 -04:00
Ryan Petrello
31829038bd
prevent creation of custom credential types that != 'cloud || network`
...
see: #6959
2017-07-10 16:34:25 -04:00
adamscmRH
b5d0224720
Adds on_launch --diff on api
2017-07-07 15:23:13 -04:00
adamscmRH
ecef799a5a
adds Playbook & AdHoc Diff
2017-07-07 15:23:13 -04:00
adamscmRH
d57bc3b59c
Add --diff feature to API
2017-07-07 15:23:13 -04:00
Ryan Petrello
5fde6ead42
properly copy prompted vault passwords on job launch
...
see: #6924
2017-07-07 13:15:17 -04:00
AlanCoding
a2e88a9cdf
include vault_credentials in passwords and launch summary
2017-07-07 07:57:34 -04:00
AlanCoding
687074a3d7
allow reasonable scheduling of SCM inventory sources
2017-07-06 16:24:26 -04:00
AlanCoding
bb3c4c78f8
do not allow inv src source_project of manual type
2017-07-06 15:44:21 -04:00
Bill Nottingham
f8515857b2
Remove assorted references to Tower.
...
Reword and remove references to Tower so they don't need parameterized.
2017-07-05 16:42:47 -04:00
Chris Meyers
958aaffa62
Merge pull request #6691 from chrismeyersfsu/enhancement-migrate_scan_job
...
Migrate scan job to use tower fact cache instead
2017-07-05 15:58:51 -04:00
Ryan Petrello
a6975ad060
Merge pull request #6844 from ryanpetrello/fix-6561
...
add help text + i18n handling for built-in Tower credential types
2017-07-05 13:25:33 -04:00
Chris Meyers
318b1aebd1
remove special scan job logic
2017-07-05 10:32:45 -04:00
Ryan Petrello
0a4c5d9d30
translate labels and help_text for Credential Types (where possible)
...
see: #6327
2017-07-03 11:42:04 -04:00
Aaron Tan
9a8dd399f1
Enable named URL display in resource creation response.
2017-07-03 11:21:39 -04:00
Chris Meyers
29adb39cae
add insights_cred_id to host->inventory summary fields
2017-06-30 13:52:41 -04:00
AlanCoding
17c431c0be
do not show related link if null
2017-06-23 08:27:58 -04:00
Ryan Petrello
97562fc4df
block job template launches when an inventory is being deleted
...
see: #4382
2017-06-22 15:33:55 -04:00
Ryan Petrello
14addae813
delete inventories in the background via a celery task
...
see: #4382
see: #6279
2017-06-22 14:32:33 -04:00
Ryan Petrello
922ffa905c
Merge pull request #6670 from ryanpetrello/fix-3303
...
fix a bug in team-based credential validation
2017-06-22 11:19:38 -04:00
Alan Rominger
8f254dbd82
Merge pull request #6675 from AlanCoding/controller_id_sf
...
add isolated job controller_id to summary fields
2017-06-22 10:44:53 -04:00
AlanCoding
f62f0ca1e6
add isolated job controller_id to summary fields
2017-06-21 16:29:06 -04:00
Ryan Petrello
e832a56506
fix a bug in team-based credential validation
...
when a credential is created with `team` in the payload, set the
credential's `organization` *prior* to validation so that we don't miss
organization-oriented validators (like the org + name + kind unique
validation)
see: #3303
2017-06-21 14:25:51 -04:00
Chris Meyers
965159a1fb
rename store_facts to use_fact_cache
2017-06-21 13:45:27 -04:00
adamscmRH
fa5b18e4d3
Fix InsGroup Cap Calc
2017-06-20 11:09:00 -04:00
Ryan Petrello
422950f45d
Support for executing job and adhoc commands on isolated Tower nodes ( #6524 )
2017-06-14 11:47:30 -04:00
Ryan Petrello
d4afa41acb
key prompting of all credentials off of ask_credential_on_launch
...
see: #6371
2017-06-12 12:26:58 -04:00
Aaron Tan
bd4b2cfd6d
Merge pull request #6537 from jangsutsr/6410_add_count_to_host_group_summary_field
...
Add count to host group summary field.
2017-06-12 09:50:51 -04:00
Aaron Tan
b09ad85978
Add count to host group summary field.
2017-06-09 17:53:41 -04:00
Jake McDermott
e6e4c69da4
add verbosity to job launch options ( #6485 )
2017-06-09 13:38:59 -04:00
Ryan Petrello
685771ade3
Merge pull request #6469 from ryanpetrello/fix-6363
...
resolve a few CredentialType.inputs validation issues
2017-06-09 09:44:19 -04:00
Aaron Tan
2197d24845
Merge pull request #6449 from jangsutsr/6410_show_related_groups_for_hosts
...
Add groups field to host summary
2017-06-08 16:47:51 -04:00
Ryan Petrello
1f41e002a6
Merge pull request #6399 from ryanpetrello/fix-6390
...
fix a bug in POST /api/v1/credential detection of Vault payloads
2017-06-08 15:40:26 -04:00
Chris Meyers
d0dc41daac
turn single element array into string
2017-06-08 08:24:42 -04:00