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

7556 Commits

Author SHA1 Message Date
Wayne Witzel III
082ca59812 Fixing missed test from period all the things update 2016-05-04 17:12:51 -04:00
AlanCoding
18f48875c7 change 404 errors to PermissionDenied for those with links 2016-05-04 16:14:21 -04:00
Chris Meyers
4a7ba2bfb2 Merge pull request #1803 from chrismeyersfsu/feature-pg_install
Feature pg install
2016-05-04 15:58:36 -04:00
Graham Mainwaring
31a48d5c31 Merge pull request #1569 from ghjm/ansible_26_venv
Use system Python interpreter rather than SCL Python for Ansible venv
2016-05-04 15:50:30 -04:00
Chris Meyers
517da47655 Merge pull request #1750 from chrismeyersfsu/fix-ansible_hang
fixes hanging chads, if chads were ansible
2016-05-04 15:43:59 -04:00
Wayne Witzel III
c4ffab8a3e Attempted fix of issue 1772 2016-05-04 15:31:37 -04:00
Matthew Jones
200ffaf7ca Fixes a small flake8 issue 2016-05-04 15:26:37 -04:00
Matthew Jones
6dad37d556 Add periods to various serializer validation errs 2016-05-04 14:52:24 -04:00
Matthew Jones
b8ed6c079e Strip newlines from eula at UI team's request 2016-05-04 14:42:10 -04:00
Matthew Jones
0e7767c6a6 Fix fact gathering module being absent
Somewhere recently we broke the ability to gather multiple modules in
one scan job pass.   This fixes that, it also further improves the scan
job performance.
2016-05-04 14:00:15 -04:00
Matthew Jones
e3f9b631e7 Clean up some notification task bugs 2016-05-04 13:52:41 -04:00
Matthew Jones
76ce77aaf7 Remove stray inventory source debug statement 2016-05-04 13:18:50 -04:00
Matthew Jones
39f922d2fe Fix up azure source identification logic
We now need to deal with two azure inventory scripts.  The logic here
was incorrect after the PR importing the new module.   This brings it
back in line with the old logic for selecting the class azure inventory script.
2016-05-04 13:17:19 -04:00
Chris Meyers
8b1c5d80dc install postgres for the customer 2016-05-04 12:11:21 -04:00
Bill Nottingham
81dee0b494 Merge pull request #1766 from wenottingham/yum-branch
Use yum's compare_providers() function instead of just pulling the latest alphabetically
2016-05-03 16:46:59 -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
AlanCoding
2d230919f0 reorganizing migration numbering 2016-05-03 16:41:43 -04:00
Akita Noek
4c0f4363be Merge pull request #1794 from anoek/migration-fixes
Fixed JobTemplate migration when inventory is NULL
2016-05-03 16:25:49 -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
Akita Noek
83a30f57f5 Fixed JobTemplate migration when inventory is NULL
JobTemplate.inventory can be NULL if the inventory was deleted.
2016-05-03 15:56:02 -04:00
AlanCoding
01ec242b61 display all JT defaults for UI purposes 2016-05-03 15:54:45 -04:00
Wayne Witzel III
1b9561bc42 Merge pull request #1789 from wwitzel3/issue-1427
Ensure access_list returns a 404 when object is not found
2016-05-03 15:54:34 -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
Wayne Witzel III
a710f2d2cd Ensure access_list returns a 404 when object is not found 2016-05-03 15:01:23 -04:00
Matthew Jones
c453adbc30 Bump libcloud version for ansible tasks 2016-05-03 14:47:46 -04:00
Akita Noek
1b0e3719f1 Merge pull request #1785 from anoek/1689
Filter out a users own Admin Role from their roles list
2016-05-03 14:40:33 -04:00
Akita Noek
7e445124a4 Merge pull request #1783 from anoek/1713
Special case handling for team access list to prevent "read" role shwing up as a direct team role
2016-05-03 14:40:25 -04:00
Matthew Jones
eb714ce67f Merge pull request #1777 from matburt/ad_hoc_extra_vars
Implement extra vars on ad-hoc commands
2016-05-03 14:35:19 -04:00
Wayne Witzel III
5291420a17 Merge pull request #1771 from wwitzel3/issue-1608
Implement ActivityStream for RBAC Roles
2016-05-03 14:30:50 -04:00
Matthew Jones
db541b4e5e Add ad-hoc extra vars migration 2016-05-03 14:04:59 -04:00
Akita Noek
1f49b475bd Filter out a users own Admin Role from their roles list
As per a UI request, we don't want to show the implicitly defined
'admin_role' roles that get created for every user so they can manage
themselves. These roles exist for every user, and the only members of
those roles are the users themselves, so it's a pretty boring role. We
also don't want to allow for anyone to be removed from their own admin
role, so hiding this is probably a good thing all around to avoid
confusion and clutter.

 Fixes #1689
2016-05-03 13:52:34 -04:00
Akita Noek
410a9dd45f Special case handlign for team access list to prevent "read" role showing up as a direct team role
Fixes #1713
2016-05-03 13:42:14 -04:00
Wayne Witzel III
65f71ba2ab Fixing issue when Role is not associated with a Resource (generally never) 2016-05-03 13:32:40 -04:00
Jared Tabor
6a54cdf871 Merge pull request #1760 from jaredevantabor/license-flow
Changing license workflow for first time user
2016-05-03 10:11:52 -07:00
Wayne Witzel III
f60ce147f4 Add role to summarizable fields 2016-05-03 12:06:17 -04:00
Matthew Jones
a17bb5677b Implement extra vars on ad-hoc commands 2016-05-03 12:02:27 -04:00
Matthew Jones
93b0054190 Remove the dumb-init deb that gets left behind in the container image 2016-05-03 12:01:58 -04:00
Matthew Jones
062ace975c Add the super-handy pprofile to dev reqs 2016-05-03 12:01:58 -04:00
jlmitch5
3295b39077 Merge pull request #1776 from jlmitch5/orgUpdates
org update linkouts work
2016-05-03 11:59:08 -04:00
John Mitchell
7b1008a08d org update linkouts work 2016-05-03 11:58:35 -04:00
Wayne Witzel III
b78c3a3e61 Fix error when adding roles from the User.roles side 2016-05-03 11:55:40 -04:00
Akita Noek
e237648f4c Merge pull request #1761 from anoek/migration-fixes
Migration fixes
2016-05-03 11:32:38 -04:00
Wayne Witzel III
453a0aaff2 Implement ActivityStream for RBAC Roles 2016-05-03 10:16:04 -04:00
Shane McDonald
0a315f5c60 Merge pull request #1770 from shanemcd/prevent-orphaned-supervisor-processes
Fix supervisor restarts / prevent orphaned processes.
2016-05-03 10:13:01 -04:00
Leigh
6adcbbaec7 Merge pull request #1767 from leigh-johnson/FormRestyle
decrease .Form-formGroup padding
2016-05-03 10:11:24 -04:00
Leigh
9a519b1c04 Merge pull request #1768 from leigh-johnson/DashboardHostsActiveFailures
add /#/home/hosts/?active-failures=true
2016-05-03 10:11:16 -04:00
Leigh
1d22324c97 Merge pull request #1769 from leigh-johnson/ScheduleFormCancel
Fix alignment of generic schedules / mgmt schedules form cancel button
2016-05-03 09:48:46 -04:00
Leigh Johnson
1199ba1020 fix form cancel alignment in gen schedules / mgmt schedules templates, resolves #1720 2016-05-03 00:07:59 -04:00
Leigh Johnson
f7b5772eba add /#/home/hosts/?active-failures=true, resolves #1678 2016-05-02 23:59:39 -04:00
Leigh Johnson
5f040640fd Merge branch 'leigh-johnson-GroupBadges' into devel 2016-05-02 23:32:29 -04:00