AlanCoding
b2d0871a5e
Refactor of accessible_objects for polymorphic model
...
query simplification, with break-out into an intermediary
state that can be used in access methods
2017-01-25 09:51:24 -05:00
AlanCoding
35c824b25e
remove cache import for flake8 purposes
2017-01-25 09:34:29 -05:00
Matthew Jones
4771b2efc0
Merge branch 'remove_jobevent_parent_usage' into release_3.1.0
...
* remove_jobevent_parent_usage:
Don't iterate over parents, perform a final update at the end
Drop assignment of job event parent in favor of parent_uuid
2017-01-24 21:07:58 -05:00
Alan Rominger
07fe3be4b2
Merge pull request #4674 from AlanCoding/workflow_handholding
...
Add help text templates for remaining workflow endpoints
2017-01-24 17:05:56 -05:00
Matthew Jones
22a3e87720
Don't iterate over parents, perform a final update at the end
2017-01-24 16:21:50 -05:00
Chris Meyers
2828352d3e
Merge pull request #4863 from chrismeyersfsu/fix-4787
...
hide add permissions when editing super user
2017-01-24 15:52:41 -05:00
Jared Tabor
78e22bd884
Merge pull request #4913 from jaredevantabor/ctit
...
adding Settings to CTiT breadcrumb bar
2017-01-24 12:48:30 -08:00
Matthew Jones
2af98e5f58
Drop assignment of job event parent in favor of parent_uuid
...
* This eliminates the save lookup of the parent job event and
associated memcached call(s)
* Removes some other legacy parent determination mechanisms
* Alternate way to query for the parent/child relationship
2017-01-24 15:40:33 -05:00
Chris Meyers
cf52b82fa6
hide smart search also
2017-01-24 15:33:18 -05:00
jaredevantabor
32c11bb675
removing the exit icon from the smart search key pane
2017-01-24 10:04:53 -08:00
jaredevantabor
cdbf0cb44b
adding Settings to CTiT breadcrumb bar
2017-01-24 09:54:25 -08:00
Jared Tabor
143e416f6f
Merge pull request #4897 from jaredevantabor/ctit
...
CTiT: AD_HOC_COMMANDS select2
2017-01-24 09:00:07 -08:00
Chris Meyers
a804c8ad96
Merge pull request #4887 from chrismeyersfsu/fix-4785
...
conditional stdout resize tooltip text
2017-01-24 11:24:38 -05:00
Matthew Jones
986ddae33e
Merge pull request #4882 from matburt/cache_behavior_fixes
...
Fixes for data corruption/exception in cache usage
2017-01-24 11:12:28 -05:00
Ryan Petrello
b917ffbc63
Merge pull request #4901 from ryanpetrello/release_3.1.0
...
allow certain LDAP settings fields to be nullable
2017-01-24 11:01:31 -05:00
Chris Meyers
e06f2661f8
conditional stdout resize tooltip text
...
related to #4785
2017-01-24 10:12:29 -05:00
jlmitch5
f0e61671a6
Merge pull request #4902 from jlmitch5/changeResultsToDetails
...
change results label to details based on feedback from tvo and taufique
2017-01-24 09:51:53 -05:00
John Mitchell
c59a64b24f
change results label to details based on feedback from tvo and taufique
2017-01-24 09:49:14 -05:00
Michael Abashian
1d4f0a7940
Merge pull request #4886 from mabashian/4860-delete-search-tag
...
Fixed bug that prevented deletion of stdout search tags
2017-01-24 09:35:23 -05:00
Ryan Petrello
0bcbaa5c86
allow certain LDAP settings fields to be nullable
...
necessary to completely resolve #4678
2017-01-24 09:31:44 -05:00
jaredevantabor
d1c33e46db
setting AD_HOC_COMMANDS on scope slightly differently to make select2 happy long time
...
fixing jshint
2017-01-23 19:17:13 -08:00
Michael Abashian
0af574e213
Actually fixed the unit tests this time
2017-01-23 17:06:48 -05:00
Michael Abashian
4e62fe084e
Fixed unit test failures
2017-01-23 16:43:12 -05:00
jlmitch5
13cc854a15
Merge pull request #4864 from jlmitch5/jobResultsPerformance2
...
more updates to job results performance
2017-01-23 16:42:35 -05:00
Matthew Jones
b3f4f3bea5
Fix issue reassembling ad-hoc event partials
2017-01-23 16:30:44 -05:00
John Mitchell
437f312026
fix jshint error
2017-01-23 16:01:54 -05:00
Ryan Petrello
5253634c72
Merge pull request #4884 from ryanpetrello/release_3.1.0
...
fix an LDAP settings bug which can cause LDAP auth to fail
2017-01-23 15:56:00 -05:00
Chris Meyers
5930fb1a10
Merge pull request #4870 from chrismeyersfsu/fix-4789
...
tooltip location
2017-01-23 15:44:39 -05:00
Michael Abashian
ce5ac04d97
Merge pull request #4867 from mabashian/4856-delete-wf-node
...
Fixed stale workflow node data issue
2017-01-23 15:42:40 -05:00
Michael Abashian
7c970becaa
Fixed bug where you couldn't delete the standard out search tags if there was more than one.
2017-01-23 15:39:41 -05:00
Ryan Petrello
40a5c6cc0b
fix an LDAP settings bug which can cause LDAP auth to fail
...
django-ldap-auth expects the "unset/empty" state of certain LDAP DN
settings (such as AUTH_LDAP_REQUIRE_GROUP and
AUTH_LDAP_USER_DN_TEMPLATE) to be NULL/None (not an empty string).
Resolves #4678
2017-01-23 15:35:23 -05:00
Jared Tabor
5036416491
Merge pull request #4819 from jaredevantabor/autopopulate-lookups
...
Autopopulate lookups
2017-01-23 12:33:14 -08:00
Matthew Jones
abdd91bd1f
Fixes for data corruption/exception in cache usage
...
Specifically as it relates to serializers and job event writing at
high speeds
2017-01-23 14:39:03 -05:00
Shane McDonald
483fbb6f24
Pull in latest translations
2017-01-23 12:25:57 -05:00
Shane McDonald
933512be63
Revert "Manually add .mo files (for now) to get API l10 working."
...
This reverts commit 3acb71784fdcaff34644b31fc1bdf4914229c503.
# Conflicts:
# awx/locale/fr/LC_MESSAGES/ansible-tower-ui.mo
2017-01-23 12:25:56 -05:00
Chris Meyers
1f0733b31a
tooltip location
...
related to #4789
2017-01-23 11:35:33 -05:00
Chris Meyers
ecb3082490
hide pagination based on superness of user
2017-01-23 11:22:10 -05:00
Michael Abashian
bfa099d80a
Removed ScanJobs list - no longer used.
2017-01-23 11:13:52 -05:00
Michael Abashian
9550564d5d
Merge pull request #4859 from mabashian/1104-fix-back-button-search
...
Fix for smart search back/forward browser page navigation
2017-01-23 11:11:54 -05:00
Michael Abashian
f0dc841aea
Fixed stale workflow node data issue
2017-01-23 10:58:00 -05:00
Matthew Jones
df249eda2e
Raise default job event worker queue size
2017-01-23 10:47:47 -05:00
Shane McDonald
8f804b9da8
Merge pull request #4845 from sundeep-co-in/release_3.1.0
...
update zanata config for 3.1.0 release
2017-01-23 10:44:18 -05:00
jaredevantabor
250340e063
Fix for filtering organizations, and fixing the org lookup on credentials form
2017-01-20 17:50:24 -08:00
jaredevantabor
6c7c4061d1
When a user types into a lookup field, we now only match against objects
...
the user has permission to access. I also included the type of thing it was.
So for instance, if you're typing into cloud credentials, it should validate
against cloud credentials, instead of validating against all credentials.
2017-01-20 16:33:50 -08:00
jaredevantabor
862a2d3c49
incorporating RBAC into auto-population and for lookup modal lists
...
basically, you shouldn't be able to select a resource you don't have permission to use, either through autopopulation or selecting manually
2017-01-20 15:45:00 -08:00
John Mitchell
55034f1a78
updates to job results performance
2017-01-20 17:41:09 -05:00
Chris Meyers
8f9aecf716
hide add permissions when editing super user
2017-01-20 17:11:16 -05:00
Jared Tabor
8cfa8c30e7
Merge pull request #4855 from jaredevantabor/ssl-tls-radios
...
Stacking ssl/tls radio buttons on notification templates form
2017-01-20 14:01:16 -08:00
Chris Church
41553c879c
Make AWX_PROOT_HIDE_PATHS, AWX_PROOT_SHOW_PATHS and AWX_ANSIBLE_CALLBACK_PLUGINS not required.
2017-01-20 16:02:33 -05:00
Chris Meyers
d81194f791
Merge pull request #4858 from chrismeyersfsu/fix-4857
...
allow overriding chkbox ngDisable inheritance
2017-01-20 15:59:07 -05:00