1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
Commit Graph

7135 Commits

Author SHA1 Message Date
Akita Noek
b1e140d83d flake8 fixes 2016-04-22 10:17:21 -04:00
Akita Noek
17120ffe4f Futher optimze role rebuilding to be aware of whether we are adding or removing parentage 2016-04-22 10:17:21 -04:00
Akita Noek
569f61ed30 Fixed swapped transaction/rebuild statements 2016-04-22 10:17:21 -04:00
Akita Noek
0c6dcb2337 Optimized our simultaneous role ancestry rebuilding method 2016-04-22 10:17:21 -04:00
Akita Noek
ee97ef2fc8 Fix 0008 field addition orderings 2016-04-22 10:17:21 -04:00
Akita Noek
280993a15d Dropped stored role name/description and other superflous fields
For name and description, we'll derive these from the role_field and
content type, which is much better for lots of reasons (eg changing text
the future). Also ditched the rest of the fields comming from the
standard common base model, we didn't use them and they cost several
indexes on the table.
2016-04-22 10:16:04 -04:00
Akita Noek
aae548fbdc Regenerated 0008 migration to get rid of Implicit role names/descriptions 2016-04-22 10:16:04 -04:00
Akita Noek
3a2f5d1362 Update BaseSerializer to handle objects that dont have created/modified fields 2016-04-22 10:16:04 -04: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
John Mitchell
861df6c5f3 add label filtering to jobs list in ui 2016-04-20 10:57:40 -04:00
Michael Abashian
077d0e60ac Removed the delete survey icon and added a DELETE SURVEY button next to the other buttons in the bottom right corner of the modal. 2016-04-20 10:56:26 -04:00
Akita Noek
a0d25434df Skip old splunk test
This should be removed by #1613
2016-04-20 10:50:54 -04:00
AlanCoding
ca682fb362 remove connection error in fresh install, mongo setting in dev environment 2016-04-20 10:15:06 -04:00
Leigh
caab667684 Merge pull request #1589 from leigh-johnson/JobDetailBugs
Fixes Job Details 404s, event summary failed filter bug
2016-04-20 10:07:07 -04:00
Leigh Johnson
1f2ecf4e0c reduce duplication in JobDetailService, use strict equiv checks where possible 2016-04-20 09:57:22 -04:00
Wayne Witzel III
2f9e1be348 Merge pull request #1610 from wwitzel3/bug-1609
added region choice placeholders for Sat6/CloudForms
2016-04-20 09:44:36 -04:00