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

14559 Commits

Author SHA1 Message Date
AlanCoding
5cc5d4deff
allow cache storing of non-DB settings 2017-08-25 13:59:31 -04:00
Jared Tabor
d1503e974b Merge pull request #332 from jaredevantabor/smart-host-inventories
adding inventory column to smart inventory host search modal
2017-08-24 17:00:00 -04:00
Jared Tabor
74e9834c42 adding inventory column to smart inventory host search modal 2017-08-24 16:25:10 -04:00
Michael Abashian
b4e78b6131 Merge pull request #331 from mabashian/7509-host-filter-permissions
Smart Inv permissions bug fixes
2017-08-23 18:20:08 -04:00
mabashian
be4ddab218 Hide filter tooltip when host filter is disabled 2017-08-23 18:13:33 -04:00
Michael Abashian
6e12fee5ec Merge pull request #329 from mabashian/7491-host-on-off
Disable togglehost when user cannot edit host
2017-08-23 18:02:28 -04:00
Michael Abashian
097c6463ad Merge pull request #327 from mabashian/7493-smart-inv-host-groups
Remove groups column from smart inventory hosts list
2017-08-23 18:01:55 -04:00
Michael Abashian
dbc95b39b7 Merge pull request #324 from mabashian/7265-permissions
Fixed bug removing item from allSelected when adding permissions
2017-08-23 17:59:14 -04:00
Michael Abashian
3aa9d2e64c Merge pull request #320 from mabashian/6034-workflow-402
Basic license wfjt fixes
2017-08-23 17:58:32 -04:00
mabashian
29fcf336c1 Disable host filter lookup for users who don't have edit permissions. Hide delete/edit inv list icons for users who don't have proper permissions. 2017-08-23 12:11:40 -04:00
Jared Tabor
1270a9365b Merge pull request #325 from jaredevantabor/danger
fixing ngToast.danger message for failed test aggregation
2017-08-23 12:03:55 -04:00
Jared Tabor
ba1d196a42 Merge pull request #328 from jaredevantabor/insights
changing logic for Remediate Inventory button
2017-08-23 12:02:59 -04:00
Jared Tabor
9ac29a95ce Merge pull request #330 from jaredevantabor/oops
Oops
2017-08-23 12:02:08 -04:00
Jared Tabor
ba88d1822b removing tower-license submodule...oops 2017-08-23 11:54:38 -04:00
mabashian
991e1916bf Iterator is nested_host and not host 2017-08-23 11:35:06 -04:00
mabashian
51c3d77a92 Disable togglehost when user cannot edit host 2017-08-23 11:07:02 -04:00
Michael Abashian
0cbe083dcf Merge pull request #323 from mabashian/7498-custom-inv-script-cred
Show credential lookup when source is 'custom'
2017-08-22 16:41:18 -04:00
Michael Abashian
105cead4da Merge pull request #313 from mabashian/2989-management-schedule
Fix management job scheduler time inputs by resetting invalid input to 00
2017-08-22 16:40:30 -04:00
Michael Abashian
4e6722a171 Merge pull request #309 from mabashian/roll-back-survey-question-changes
Rolled back survey question preview enhancements
2017-08-22 16:39:06 -04:00
Wayne Witzel III
05b4bff388 Merge pull request #322 from wwitzel3/issue-7501
Update HostManager to return distinct hostnames
2017-08-22 16:31:57 -04:00
Jared Tabor
dd7ebbc461 changing logic for Remediate Inventory button
to only check for any insights projects, instead of insights projects with
specifically the same credential as the insights inventory
2017-08-22 16:08:25 -04:00
John Mitchell
813a66cafe hide run commands for related host, groups nested hosts lists if user does not have permission 2017-08-22 16:07:55 -04:00
mabashian
e7e47c8906 Update name column classes after deleting groups column 2017-08-22 15:26:54 -04:00
mabashian
2d0cac7c4d Remove groups column from smart inventory hosts list 2017-08-22 15:25:15 -04:00
Jared Tabor
d3826c5c50 fixing ngToast.danger message for failed test aggregation 2017-08-22 15:02:17 -04:00
Aaron Tan
c2e8200c81 Merge pull request #319 from jangsutsr/7496_handle_empty_named_url_id_cornercase
Handle named URL processing corner case where identifier is empty string
2017-08-22 14:25:06 -04:00
Shane McDonald
16ef7e1950 Remove EULA
Rather than deleting this file we are just removing the content, so that existing references to the file do not break.
2017-08-22 13:59:44 -04:00
mabashian
d2378637fa Fixed bug removing item from allSelected 2017-08-22 13:31:33 -04:00
jlmitch5
9007965a8e Merge pull request #316 from jlmitch5/fixInvRecentJobsPopover
Fix inv recent jobs popover
2017-08-22 13:11:31 -04:00
mabashian
4fe8cde660 Show credential lookup when source is 'custom' 2017-08-22 12:03:36 -04:00
mabashian
03903c59b6 Handle delete wfjt error with basic license. Remove old 402 logic for hiding wf permissions tab 2017-08-22 11:13:40 -04:00
Matthew Jones
031b5f3269 Merge pull request #318 from ansible/405_v2_job_launch
Prevent v2 direct job launches
2017-08-22 11:01:14 -04:00
Alan Rominger
223a198bc4 Merge pull request #317 from AlanCoding/token_on_commit
[WIP] delay token expiration update to on_commit
2017-08-22 10:56:15 -04:00
Aaron Tan
c321819547 Handle named URL processing corner case where identifier is empty string 2017-08-22 10:40:45 -04:00
Matthew Jones
f3f10df361
IFF v2 api disallow direct job launches 2017-08-22 09:53:58 -04:00
Chris Meyers
022de2aa3e Merge pull request #314 from chrismeyersfsu/fix-session_deletion
do not re-create django session on every request
2017-08-22 09:38:37 -04:00
AlanCoding
4d41e31639
delay token expiration update to on_commit 2017-08-21 16:56:07 -04:00
Aaron Tan
f14a47caa0 Merge pull request #311 from jangsutsr/7484_update_ctint_help_to_remove_newline_escape
Update Tower Configuration help text to remove \n escape
2017-08-21 16:29:00 -04:00
Aaron Tan
1df3432130 Merge pull request #298 from jangsutsr/7479_prevent_accessing_none_attr_in_host_summary_repr
Prevent accessing None attributes in host summary __unicode__
2017-08-21 16:16:24 -04:00
John Mitchell
59fcf4b8ca update which jobs are shown in recent jobs popover 2017-08-21 15:40:39 -04:00
jlmitch5
ee4364996d Merge pull request #302 from jlmitch5/scheduleTogglesDisabledCtit
Schedule toggles disabled ctit
2017-08-21 15:25:18 -04:00
Jared Tabor
f6b60bb200 Merge pull request #305 from jaredevantabor/tooltip-content
Tooltip content Audit on the UI
2017-08-21 11:34:43 -04:00
Jared Tabor
7d7b917523 tooltip content audit for sources form 2017-08-21 11:21:33 -04:00
Chris Meyers
45813bea16 do not re-create django session on every request
* The django middleware call stack behavior is changed by DRF. As a
result, during the process_request in sso/middlware.py request.user
is not set as you would expect it to be set from the middleware
django.contrib.auth.middleware.AuthenticationMiddleware
2017-08-21 11:19:52 -04:00
Ryan Petrello
b5903ab7f4 Merge pull request #310 from ryanpetrello/fix-7476
properly sanitize conf.settings debug logs
2017-08-21 11:18:13 -04:00
mabashian
3d03855cd9 Fix management job scheduler time inputs by resetting invalid input to 00 2017-08-21 11:16:06 -04:00
Christian Adams
49aa43f8e4 Merge pull request #312 from rooftopcellist/auth_text_fix
Removes auth field from Access List serializer
2017-08-21 11:10:40 -04:00
Jared Tabor
b281b563e0 tooltip content audit for survey maker 2017-08-21 11:04:28 -04:00
Jared Tabor
e5efbcf42f tooltip content audit for workflows form 2017-08-21 11:04:28 -04:00
Jared Tabor
a589bc4562 tooltip content audit for inventory form 2017-08-21 11:04:28 -04:00