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

7110 Commits

Author SHA1 Message Date
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
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
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
Akita Noek
c0e056d6d0 Fixed fact cache test difference between sqlite3 and postgres
I guess the sqlite adaptation of the JSONField was resulting in a json
encoded blob, where as the postgres version returned something that got
parsed out normally with the rest of the query result?
2016-04-19 22:14:38 -04:00
Akita Noek
6349cc0f85 Skip test_fact.py migrations if MONGO_DB is not confingured 2016-04-19 22:14:38 -04:00
Akita Noek
7ee2c89ab5 test_notifications.py id fix
Ass-ummed an id of 1
2016-04-19 22:14:38 -04:00
Akita Noek
85a1b30af5 Skip activity stream tests if activity stream is disabled 2016-04-19 22:14:38 -04:00
Akita Noek
450e6f2885 Removed git configuration from org count projects
Avoids unnecessary cloning of said git repo, runs in 4 seconds now
instead of 50 seconds
2016-04-19 22:14:38 -04:00
Akita Noek
2a0b445488 Remove git project configuration from project test fixtures
Having this in here causes us to go out and pull down the repo whenever
we run a test, adds around 9 seconds per test on a good connection.. if
we need real data in here, we should figure out how to get it locally
2016-04-19 22:14:38 -04:00
Akita Noek
f0aebd00eb Removed transaction=True from pytests
This was overkill and cost 3s per instance, all we needed to do is wrap
things that expectedly fail transactions with transaction.atomic()
2016-04-19 22:14:38 -04:00
Wayne Witzel III
1e9b479855 Merge pull request #1606 from wwitzel3/bug-1553
add Red Hat for CloudForms and Satellite 6
2016-04-19 18:04:51 -04:00
Wayne Witzel III
320d6377d0 add Red Hat for CloudForms and Satellite 6 2016-04-19 18:03:58 -04:00
Wayne Witzel III
dd6eaf8f9b Merge pull request #1592 from wwitzel3/rbac-bug-1426
remove extra validation on project.organization
2016-04-19 18:00:37 -04:00
Wayne Witzel III
82464fb45b remove extra validation on project.organization, enforced in UI, but allowed in API 2016-04-19 17:59:56 -04:00