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

7160 Commits

Author SHA1 Message Date
Leigh Johnson
fb517097f3 fix failing select-all directive test & comment out describe blocks that need rewriting in adhoc.controller-test 2016-04-26 15:16:51 -04:00
Leigh Johnson
7cf39c6ba1 add missing lookup module dep 2016-04-26 11:33:50 -04:00
John Mitchell
101954c146 fixed last of the grunt issues 2016-04-22 15:55:28 -04:00
Jared Tabor
cd6fff70a8 additional merge conflict fixes for JShint linting 2016-04-22 15:02:51 -04:00
John Mitchell
83e79724d1 resolve jshint merge conflicts 2016-04-22 14:45:59 -04:00
John Mitchell
b718f70b8e workign commit of jshint fixes 2016-04-22 14:40:19 -04:00
John Mitchell
48e9c08672 test of jenkins 2016-04-22 14:40:19 -04:00
Jared Tabor
b5d0fb256f Merge pull request #1641 from jaredevantabor/notifications
Adding notifications panel to inventory sources
2016-04-22 10:49:54 -07:00
Jared Tabor
fd61619063 Fix for notification lookup on inv_sources 2016-04-22 10:18:15 -07:00
Chris Meyers
bab627d973 Merge pull request #1649 from chrismeyersfsu/fix-label_alpha
order tags alphabetically
2016-04-22 12:34:41 -04:00
Wayne Witzel III
8f9fe93de5 Merge pull request #1657 from wwitzel3/issue-1108
updating requests version
2016-04-22 12:08:56 -04:00
Wayne Witzel III
f0b4e18159 updating requests version 2016-04-22 12:07:34 -04:00
Matthew Jones
cf7b71ae2c Merge branch 'release_2.4.5' into devel
* release_2.4.5:
  Remove distribute from the setup virtualenv if installed (#1631)
  Update changelogs for 2.4.5 release
  Only export changed targets in reprepro
  Improve the efficiency of the stdout dump database migration
  Added logic to not show the loop summary events in the UI by looking at event_data.event_loop.
  Handle runner items from ansible v2
  bump boto
  fix case of Ansible v2 _result.cmd is list for release 2.4.5
  Handle both string and list hosts in our hosts->name conversion
  Default play names to the hosts the play was run against
  Use better isinstance(x) type checking
  Backporting test fixes from PR #1020: Fix error with ad hoc command events when running in check mode.
  Fix for tasks breaking when using 'yum' with ansible 1.9.4
  Bump 2.4.5 version, changelogs, and reprepo
2016-04-22 10:54:23 -04:00
Chris Meyers
b8a22c2c17 order tags alphabetically 2016-04-22 10:53:22 -04:00
Jared Tabor
1fa8a4a4a3 Adding notifications panel to inventory sources 2016-04-22 07:23:42 -07:00
Wayne Witzel III
f7f4bfb289 Merge pull request #1651 from wwitzel3/devel
fixing broken JT migration
2016-04-22 10:06:52 -04:00
Wayne Witzel III
b045a94767 fixing broken JT migration 2016-04-22 10:06:28 -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
Matthew Jones
fe360ca8e3 Updates to network credentials
Separating out the network credential used fields
2016-04-21 16:43:55 -04:00
Wayne Witzel III
efebb3701b Merge pull request #1639 from wwitzel3/bug-1428
Add parent ORing for Role field, renamed permissions -> active_roles
2016-04-21 16:27:56 -04:00
Wayne Witzel III
8574a3080f update tests and adjust rbac migration 2016-04-21 16:03:49 -04:00
Wayne Witzel III
0309757439 Add parent ORing for Role field, renamed permissions -> active_roles 2016-04-21 15:54:36 -04:00
Matthew Jones
42247fa3c1 Add job events top level api object 2016-04-21 15:30:35 -04:00
Matthew Jones
fcc9c1e6e4 Switch org projects list back to allowing create 2016-04-21 15:09:47 -04:00
Matthew Jones
da7a61354a Merge pull request #1635 from matburt/new_azure_inventory_and_credentials
Implement Azure RM creds and inventory
2016-04-21 14:38:13 -04:00
Matthew Jones
e1808a6ed7 Update indentation for flake8 2016-04-21 14:13:03 -04:00
AlanCoding
64fc0c8ecb Mock out job start related stuff in runtime tests 2016-04-21 14:07:39 -04:00
Matthew Jones
0cd4b52582 Remove azure dependency from tower venv 2016-04-21 14:03:27 -04:00
Matthew Jones
296f70ce17 Implement Azure RM creds and inventory
* Vendor ansible's azure_rm inventory script
* Add new inventory type
* Add new credential type
* Expand host instance_id column from varchar 100 to 1024 to accept the
  long instance ids returned by Azure
* Make the inventory_import azure match rename more explicit.
2016-04-21 13:51:30 -04:00
Jared Tabor
718b5019b6 Merge pull request #1630 from jaredevantabor/notifications
Add notifications to Management Jobs
2016-04-21 09:21:58 -07:00
Jared Tabor
28c4a9faba Removing GetChoices from notifications list init 2016-04-21 09:15:06 -07:00
Leigh
770a964b18 Merge pull request #1632 from leigh-johnson/TagServiceLogging
Set OPTIONS req endpoint per list field, additional logging for list configs
2016-04-21 10:26:46 -04:00
jlmitch5
7674cbcd93 Merge pull request #1615 from jlmitch5/jobsListLabelFiltering
add label filtering to jobs list in ui
2016-04-21 10:15:10 -04:00
Leigh Johnson
08f9782290 catch undefined basePath config #1626 2016-04-21 10:15:10 -04:00
Michael Abashian
b00e7b2039 Merge pull request #1616 from mabashian/survey-maker-delete
Delete Survey icon moved to button
2016-04-21 09:41:50 -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
Leigh Johnson
dd0340f909 allows us to set OPTIONS request endpoints per list field, adds additional logging to catch list configs with missing basePath param. Resolves #1626
remove debug line
2016-04-20 16:56:28 -04:00
Jared Tabor
25504c9191 adding notifications to management jobs 2016-04-20 13:14:06 -07:00
kensible
30c73b5d14 Merge pull request #1601 from kensible/1585-dashboardUpdate
Removed host status, changed failed/successful toggles to dropdown.
2016-04-20 15:43:09 -04:00
AlanCoding
43fb601346 include ask_credential for launch endpoint 2016-04-20 15:30:52 -04:00
Akita Noek
f57b6da6a5 .gitignore updates 2016-04-20 14:57:35 -04:00
jlmitch5
2479eace44 Merge pull request #1623 from jlmitch5/remove_tmp_broc
removal of tmp dir when sync-ui is run
2016-04-20 13:54:44 -04:00
John Mitchell
a8470989dd removal of tmp dir when sync-ui is run 2016-04-20 13:49:18 -04:00
Akita Noek
545fa95d87 Merge pull request #1617 from anoek/unit-test-cleanup
Test cleanup and slow test separation
2016-04-20 13:18:07 -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
Akita Noek
659d43136f Added missing import 2016-04-20 11:50:20 -04:00
Akita Noek
31920c6700 Removed awx/api/tests dir from Makefile since it no longer exists 2016-04-20 11:48:09 -04:00
Matthew Jones
16fbb7d14c Add default playbook to job template preload 2016-04-20 11:29:21 -04:00
Akita Noek
22f18715f7 Removed dup tests, moved old api tests into main/tests/old/api 2016-04-20 11:29:01 -04:00
Akita Noek
568f0e43a5 Skip old slow tests for normal unit test runs, pick them up in nightly runs 2016-04-20 11:27:17 -04:00