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

7388 Commits

Author SHA1 Message Date
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
Ken Hoes
3991016ebe Removed logos from footer in api browser 2016-04-20 15:13:38 -04:00
Ken Hoes
792150f033 Updated logos and branding 2016-04-20 14:57:50 -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
Graham Mainwaring
c3c64510a4 Merge pull request #1611 from ghjm/fix_reprepro_245
Only export changed targets in reprepro
2016-04-20 10:35:56 -04:00
AlanCoding
ca682fb362 remove connection error in fresh install, mongo setting in dev environment 2016-04-20 10:15:06 -04:00
Graham Mainwaring
9a9b198b28 Only export changed targets in reprepro 2016-04-20 10:13:26 -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
Wayne Witzel III
fe75d164a7 added region choice placeholders for Sat6/CloudForms 2016-04-20 09:43:31 -04:00
Leigh Johnson
78907a59f8 ES6-ifty JobDetailService 2016-04-20 09:40:29 -04:00
Leigh Johnson
ec2661a7dc host summary > disable failed filter option if no hosts return failed events. Resolves #1587
fix comment
2016-04-20 09:40:29 -04:00
Leigh Johnson
e3d01d0967 fix a 404 on job details, linting. Resolves #1581 2016-04-20 09:40:29 -04:00
Leigh
070555b6ba Merge pull request #1594 from leigh-johnson/ProviderForScheduler
Fix project/management job > schedules > add
2016-04-20 09:24:52 -04:00
jlmitch5
6636277f9a Merge pull request #1571 from jlmitch5/jobTemplateUILabels
Job template ui labels
2016-04-20 09:11:32 -04:00
Wayne Witzel III
8b1cd00c42 Merge pull request #1607 from anoek/performance
RBAC insert performance improvements and various unit test performance improvements
2016-04-20 08:56:47 -04:00
Akita Noek
0434712dc9 Complete the removal of cycle support in RBAC
We removed the actual need for this when we broke the org<->team cycle.
This patch removes the code we had to support that, but since it's
costly and unused, it's now nixxed.
2016-04-19 22:14:38 -04:00
Akita Noek
70148dc2f3 Restored old large inventory test timings
Fixes #1584
2016-04-19 22:14:38 -04:00
Akita Noek
f85090110f Fixed up fact tests to work with both sqlite and postgres
Ugly hack for now.. should be cleaned up when we get everything moved
over to postgres
2016-04-19 22:14:38 -04:00
Akita Noek
6864701d8b Revert "Fixed fact cache test difference between sqlite3 and postgres"
This reverts commit 631084b10f4435efe56d3a4fc774dd250f74e2ee.
2016-04-19 22:14:38 -04:00
Akita Noek
127bff5134 Moved role rebuild batching down into sim rebuild code so we can call it directly 2016-04-19 22:14:38 -04:00
Akita Noek
5197c1b65a Optimized implicit role creation for new instances of resources 2016-04-19 22:14:38 -04:00
Akita Noek
233ed894d6 Optimized ImplicitRoleField post_delete action 2016-04-19 22:14:38 -04:00