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
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
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
Leigh Johnson
f59cb5f5a3 remove JobTemplateExtraVars provision & replace with REST requests in schedulerAddController 2016-04-19 16:45:32 -04:00
Ken Hoes
3796b92d80 Removed host status, changed failed/successful toggles to dropdown. 2016-04-19 15:01:52 -04:00
Leigh Johnson
1b51021a58 supply missing providers, resolves #1590 2016-04-19 12:50:13 -04:00
Alan Rominger
5543448a43 Merge pull request #1562 from AlanCoding/1459_org_detail_fix
Fix index error generating organization detail view context
2016-04-19 10:13:15 -04:00
Michael Abashian
6c7382b7b9 Merge pull request #1566 from mabashian/expand-aw-required-when
Expanded awRequiredWhen to support expressions
2016-04-19 08:35:42 -04:00
Akita Noek
969782fdca Merge pull request #1560 from anoek/11th-hour
RBAC RolePermission removal updates
2016-04-18 21:08:54 -04:00
Leigh
fd9157c9b7 Merge pull request #1544 from leigh-johnson/JobsListFields
Job details / Jobs list feedback #1543 #1543
2016-04-18 18:37:06 -04:00
Akita Noek
ad423e976b Bump splunk time limit up to pass tests, will fix in #1584 2016-04-18 17:58:18 -04:00
Michael Abashian
7bb7b4fd14 Changed variable to reqExpression per the update to awRequiredWhen 2016-04-18 17:10:16 -04:00
Akita Noek
043c71728c Bump our monolithic test time back up.. will try and reduce it post-merge 2016-04-18 17:06:47 -04:00
Akita Noek
41553c39bf Moved dummy data generator out to tools directory 2016-04-18 16:56:29 -04:00
Akita Noek
97f70cdbbc Merge branch 'devel' of github.com:ansible/ansible-tower into 11th-hour 2016-04-18 16:30:55 -04:00
Akita Noek
c3144dc4d3 benign 0008 migration change to make makemigrations happy 2016-04-18 16:26:11 -04:00
Akita Noek
07eccbe3e4 Migration for dropping implicit host inventory,name ordering 2016-04-18 16:22:14 -04:00
kensible
2d8b1443cb Merge pull request #1565 from kensible/1555-1554-SystemTracking
Demo feedback - breadcrumbs, capitalization, labels. Covers 1554 + 1555.
2016-04-18 16:00:12 -04:00
Matthew Jones
d87213705b Adjust job launch blocking logic
Previously a job template would always block another job template launch
regardless of the details of the job template.   We now restrict that
blocking logic to only block in the case that the job template was
launched with the same inventory.   We keep the exclusion where if the
launch type is 'callback' and the limits differ then they won't be blocked
2016-04-18 15:57:31 -04:00