Commit Graph
44 Commits
Author SHA1 Message Date
Alan Rominger 74b6ea82fb Merge pull request #2315 from AlanCoding/fix_test_rbac_api
update test_rbac_api to new object_roles naming
2016-06-10 10:58:21 -04:00
Alan Rominger 41e231852a Merge pull request #2313 from wwitzel3/release_3.0.0
Fixing Credential access issue
2016-06-10 10:51:05 -04:00
Alan Rominger d55bff4c10 Merge pull request #2197 from AlanCoding/2141_survey_passwords
Hide passwords in job_args and activity stream
2016-06-09 14:28:36 -04:00
Alan Rominger ffd1f6c787 Merge pull request #2131 from AlanCoding/1351_survey_del
Fixing of survey-related bugs
2016-06-02 09:58:49 -04:00
Alan Rominger 860d0eea20 Merge pull request #2033 from AlanCoding/1958_jt_management_updates
Job Template can_copy can_edit updates and testing
2016-06-01 11:16:58 -04:00
Alan Rominger b8524e9832 Merge pull request #2017 from AlanCoding/1969_job_orphans
Org admin access to orphaned jobs
2016-06-01 10:55:28 -04:00
Alan Rominger b0526cdd6a Merge pull request #2015 from AlanCoding/1997_AS_naming_bug
Fix ActivityStream naming mismatch bug
2016-05-26 15:21:41 -04:00
Alan Rominger 95ccdecf13 Merge pull request #2010 from AlanCoding/1999_see_your_own_JT_30
Automatically add JT creator to admin_role
2016-05-26 12:32:27 -04:00
Alan Rominger c158c9dfe3 Merge pull request #1943 from AlanCoding/863_activity_stream_sorting
Implement a default ordering for ActivityStream
2016-05-18 16:07:19 -04:00
Alan Rominger 8c1e2e4efc Merge pull request #1892 from AlanCoding/1364_AS_permission
Access filters in ActivityStream
2016-05-18 16:06:38 -04:00
Alan Rominger 50bb6b8fc3 Merge pull request #1951 from AlanCoding/1949_scan_runtime_bugs
Fix 500 error caused in job launch runtime vars validation
2016-05-18 15:34:58 -04:00
Alan Rominger b1725491c5 Merge pull request #1946 from AlanCoding/1788_more_err_grammar
Error message consistency audit
2016-05-18 15:21:11 -04:00
Alan Rominger 5fc5f1858a Merge pull request #1801 from AlanCoding/1773_cred_detail_serializer
Purge credential detail view of special fields
2016-05-18 09:54:43 -04:00
Alan Rominger 863105435e Merge pull request #1871 from AlanCoding/1868_org_cts_sublist
Add organization resource cts. in sublists
2016-05-17 09:58:44 -04:00
Alan Rominger 4919eff769 Merge pull request #1837 from AlanCoding/1826_job_runtime_validation
Protect against special scan job cases in job runtime validation
2016-05-16 09:51:33 -04:00
Alan Rominger ac24fc75b8 Merge pull request #1823 from AlanCoding/532_survey_validation
Block Duplicate Survey Variables
2016-05-10 13:35:57 -04:00
Alan Rominger 17484a18a0 Merge pull request #1735 from AlanCoding/947_template_version
Point API guide link to dynamic version number
2016-05-10 09:13:32 -04:00
Alan Rominger 11e9792356 Merge pull request #1819 from AlanCoding/more_error_msg_periods
Add even more periods in error messages
2016-05-09 13:51:02 -04:00
Alan Rominger 0d2e0b47eb Merge pull request #1808 from AlanCoding/1285_system_jobs_err
Raise PermissionDenied error for navigable API links
2016-05-05 08:19:32 -04:00
Alan Rominger 11796ade45 Merge pull request #1806 from AlanCoding/660_extra_vars_nondict
Raise error when runtime extra_vars are not dictionaries
2016-05-05 08:14:45 -04:00
Alan Rominger 7f9d3247dd Merge pull request #1797 from AlanCoding/ad_hoc_extra_vars_migration_bump
Migration bump
2016-05-03 16:46:55 -04:00
Alan Rominger bcff14e5e3 Merge pull request #1762 from AlanCoding/1759_launch_fields
Launch endpoints as shortcut to JT data
2016-05-03 16:10:47 -04:00
Alan Rominger 53618aa181 Merge pull request #1757 from AlanCoding/1704_debian_scan_services
Allow sysv to pick up services in Debian distros
2016-05-03 15:16:02 -04:00
Alan Rominger 293db554c5 Merge pull request #1662 from AlanCoding/1407_credential_post_fields_rebased
Allow credentials to be created in UI touch up documentation for owners
2016-04-29 12:33:59 -04:00
Alan Rominger fcd82c87be Merge pull request #1705 from AlanCoding/1696_cred_start
Change access.py to disallow launching without credential
2016-04-27 16:26:03 -04:00
Alan Rominger 62acda143f Merge pull request #1665 from AlanCoding/job_ask_fields
Fix display of prompt-ability in job data
2016-04-26 12:21:56 -04:00
Alan Rominger c1ee5910d1 Merge pull request #1670 from AlanCoding/1642_scan_JT_counts
Include scan jobs in organization's job template count
2016-04-26 11:05:25 -04:00
Alan Rominger 88f79dc20a Merge pull request #1636 from AlanCoding/job_test_updates
Mock & speed up tests of job runtime variables
2016-04-21 20:38:58 -04:00
Alan Rominger 29a9f933c5 Merge pull request #1628 from AlanCoding/prompt_for_cred_fix
Missed ask_credential in launch endpoint
2016-04-20 19:38:27 -04:00
Alan Rominger 09bc235054 Merge pull request #1612 from AlanCoding/1564_mongo_tiny_pieces
No mongo connection error in fresh install, no timeout in containers
2016-04-20 12:05:35 -04:00
Alan Rominger 5543448a43 Merge pull request #1562 from AlanCoding/1459_org_detail_fix
Fix index error generating organization detail view context
2016-04-19 10:13:15 -04:00
Alan Rominger 33500f5816 Merge pull request #1431 from AlanCoding/1136_prompt_for_all_things3
Allow prompting for several new runtime variables
2016-04-18 14:04:11 -04:00
Alan Rominger 86d98e0999 Merge pull request #1493 from wwitzel3/devel
fix open_fifo_write call
2016-04-11 16:24:43 -04:00
Alan Rominger 38a857c58e Merge pull request #1322 from AlanCoding/822_keystone_by_new_field_2
Back out openstack_v3 options but retain v3 functionality
2016-03-31 10:44:34 -04:00
Alan Rominger dd977c608b Merge pull request #1279 from AlanCoding/822_keystone_v3_OS_cred
Add OpenStack V3 credential type
2016-03-23 16:45:42 -04:00
Alan Rominger 8b610d132d Merge pull request #1272 from AlanCoding/container_tower_package
Tweaks to help development container workflow
2016-03-18 08:17:54 -04:00
Alan Rominger 96517d2381 Merge pull request #1230 from AlanCoding/647_org_summary_numbers
Provide counts of organization resources in list view
2016-03-16 10:07:25 -04:00
Alan Rominger 56b8696641 Merge pull request #1058 from AlanCoding/1025_ansible_v2_err_release245
Fix warning caused by Ansible v2 callback dictionary
2016-02-29 14:41:41 -05:00
Alan Rominger 1e7d734b50 Merge pull request #760 from AlanCoding/parse_fix_ubuntu
Fix scan_services parsing error with Ubuntu14.04
2016-02-03 08:35:16 -05:00
Alan Rominger fb4cad9838 Merge pull request #756 from AlanCoding/624_fix2_exit_codes
Change case of partial failure to warning
2016-02-02 13:42:00 -05:00
Alan Rominger a7e5ad2e95 Merge pull request #669 from AlanCoding/624_fix2_exit_codes
Scan services fix for RHEL5, throw error message for Debian when non-root
2016-01-26 11:02:14 -05:00
Alan Rominger f97fae642f Merge pull request #643 from AlanCoding/624_SLES11_scan_job_fix
Add special case to scan_services that fixes SLES11 scan failure issue
2016-01-19 11:51:59 -05:00
Alan Rominger e63d7df163 Merge pull request #524 from AlanCoding/yaml_devel
Allow job_template launch to store YAML extra_vars
2016-01-14 12:31:23 -05:00
Alan R 97c089a521 add whitespace in API responses about survey rejection 2015-08-20 15:48:04 -04:00